Trace number 3735436

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.08 899.642

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
MD5SUM6a9fe13a82af2a971b95647e608ff18d
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-6589
Best CPU time to get the best result obtained on this benchmark1800.91
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -1
Optimality of the best value was proved NO
Number of variables3401
Total number of constraints9841
Number of constraints which are clauses9840
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint3280
Number of terms in the objective function 41
Biggest coefficient in the objective function 1099511627776
Number of bits for the biggest coefficient in the objective function 41
Sum of the numbers in the objective function 2199023255551
Number of bits of the sum of numbers in the objective function 41
Biggest number in a constraint 664613997892457936451903530140172288
Number of bits of the biggest number in a constraint 120
Biggest sum of numbers in a constraint 2658455991569719978762429512260881840
Number of bits of the biggest sum of numbers121
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.1.v20110525
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		9996466904
0.08/0.10	c Max memory 		10048897024
0.08/0.10	c Total memory 		10048897024
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3735436-1338695469.opb
0.08/0.12	c reading problem ... 
1.03/0.56	c ... done. Wall clock time 0.436s.
1.03/0.56	c #vars     3401
1.03/0.56	c #constraints  10662
1.03/0.56	c constraints type 
1.03/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
1.03/0.56	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
1.03/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1.03/0.56	c constraints type 
1.03/0.56	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6560
1.03/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3280
1.03/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
38.94/18.69	c cleaning 2490 clauses out of 5000 with flag 5000/5000
83.17/40.61	c cleaning 4251 clauses out of 8510 with flag 11000/11000
144.11/71.05	c cleaning 5624 clauses out of 11259 with flag 18000/18000
204.53/101.23	c cleaning 6816 clauses out of 13636 with flag 26001/26001
273.69/135.81	c cleaning 7907 clauses out of 15819 with flag 35000/35000
378.82/188.34	c cleaning 8952 clauses out of 17913 with flag 45001/45001
471.83/234.85	c cleaning 9472 clauses out of 18961 with flag 55001/55001
551.39/274.67	c cleaning 9742 clauses out of 19490 with flag 65002/65002
618.58/308.05	c cleaning 9870 clauses out of 19746 with flag 75000/75000
685.72/341.65	c cleaning 9932 clauses out of 19876 with flag 85000/85000
740.82/369.26	c cleaning 9967 clauses out of 19946 with flag 95002/95002
792.36/395.02	c cleaning 9984 clauses out of 19977 with flag 105000/105000
869.42/433.70	c cleaning 9994 clauses out of 19995 with flag 115002/115002
941.56/469.73	c cleaning 9996 clauses out of 20001 with flag 125002/125002
1014.64/506.38	c cleaning 9996 clauses out of 20004 with flag 135001/135001
1078.18/538.18	c cleaning 9993 clauses out of 20007 with flag 145000/145000
1163.27/580.73	c cleaning 9993 clauses out of 20014 with flag 155000/155000
1296.81/647.58	c cleaning 9992 clauses out of 20021 with flag 165000/165000
1414.91/706.65	c cleaning 10003 clauses out of 20029 with flag 175000/175000
1499.43/748.92	c cleaning 10011 clauses out of 20026 with flag 185000/185000
1565.18/781.92	c cleaning 9999 clauses out of 20017 with flag 195002/195002
1634.04/816.48	c cleaning 10001 clauses out of 20016 with flag 205000/205000
1725.28/862.10	c cleaning 9999 clauses out of 20015 with flag 215000/215000
1800.08/899.61	c starts		: 119
1800.08/899.61	c conflicts		: 220213
1800.08/899.61	c decisions		: 345737
1800.08/899.61	c propagations		: 20112278
1800.08/899.61	c inspects		: 288334210
1800.08/899.61	c shortcuts		: 0
1800.08/899.61	c learnt literals	: 0
1800.08/899.61	c learnt binary clauses	: 3
1800.08/899.61	c learnt ternary clauses	: 43
1800.08/899.61	c learnt constraints	: 220212
1800.08/899.61	c ignored constraints	: 0
1800.08/899.61	c root simplifications	: 0
1800.08/899.61	c removed literals (reason simplification)	: 143757404
1800.08/899.61	c reason swapping (by a shorter reason)	: 0
1800.08/899.61	c Calls to reduceDB	: 23
1800.08/899.61	c number of reductions to clauses (during analyze)	: 0
1800.08/899.61	c number of learned constraints concerned by reduction	: 0
1800.08/899.61	c number of learning phase by resolution	: 0
1800.08/899.61	c number of learning phase by cutting planes	: 0
1800.08/899.61	c speed (assignments/second)	: 22370.588955008065
1800.08/899.61	c non guided choices	31
1800.08/899.62	c learnt constraints type 
1800.08/899.62	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3
1800.08/899.62	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15225
1800.08/899.62	c constraints type 
1800.08/899.62	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3280
1800.08/899.62	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6560
1800.08/899.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/899.62	c constraints type 
1800.08/899.62	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6560
1800.08/899.62	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3280
1800.08/899.62	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
1800.08/899.62	s UNKNOWN
1800.08/899.62	c Total wall clock time (in seconds): 899.498

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3735436-1338695469/watcher-3735436-1338695469 -o /tmp/evaluation-result-3735436-1338695469/solver-3735436-1338695469 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3735436-1338695469.opb 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 3.79 3.89 3.81 4/197 7682
/proc/meminfo: memFree=24463252/32873844 swapFree=7628/7628
[pid=7682] ppid=7680 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/7682/stat : 7682 (java) S 7680 7682 442 0 -1 4202496 1162 0 0 0 0 0 0 0 20 0 2 0 335671263 91889664 882 33554432000 1073741824 1073778376 140734772860912 140734772852048 254753669181 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7682/statm: 22434 886 670 9 0 16769 0
[pid=7682/tid=7683] ppid=7680 vsize=89736 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7683/stat : 7683 (java) R 7680 7682 442 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 335671264 91889664 894 33554432000 1073741824 1073778376 140734772860912 140734772849976 254741146919 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.098243 s]
/proc/loadavg: 3.79 3.89 3.81 4/197 7682
/proc/meminfo: memFree=24463252/32873844 swapFree=7628/7628
[pid=7682] ppid=7680 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/7682/stat : 7682 (java) S 7680 7682 442 0 -1 4202496 4901 0 1 0 7 1 0 0 20 0 18 0 335671263 11864465408 13259 33554432000 1073741824 1073778376 140734772860912 140734772852048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7682/statm: 2896598 13259 2036 9 0 2887285 0
[pid=7682/tid=7683] ppid=7680 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/7682/task/7683/stat : 7683 (java) R 7680 7682 442 0 -1 4202560 3291 0 1 0 5 2 0 0 20 0 18 0 335671264 11864465408 13259 33554432000 1073741824 1073778376 140734772860912 140239525867472 254753694989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.100246 s]
/proc/loadavg: 3.79 3.89 3.81 4/197 7682
/proc/meminfo: memFree=24463252/32873844 swapFree=7628/7628
[pid=7682] ppid=7680 vsize=11586392 CPUtime=0.08 cores=1,3,5,7
/proc/7682/stat : 7682 (java) S 7680 7682 442 0 -1 4202496 5126 0 1 0 7 1 0 0 20 0 18 0 335671263 11864465408 13484 33554432000 1073741824 1073778376 140734772860912 140734772852048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7682/statm: 2896598 13484 2058 9 0 2887285 0
[pid=7682/tid=7683] ppid=7680 vsize=11586392 CPUtime=0.07 cores=1,3,5,7
/proc/7682/task/7683/stat : 7683 (java) R 7680 7682 442 0 -1 4202560 3291 0 1 0 5 2 0 0 20 0 18 0 335671264 11864465408 13486 33554432000 1073741824 1073778376 140734772860912 140239525870512 254750310229 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.300211 s]
/proc/loadavg: 3.79 3.89 3.81 4/197 7682
/proc/meminfo: memFree=24463252/32873844 swapFree=7628/7628
[pid=7682] ppid=7680 vsize=11586392 CPUtime=0.46 cores=1,3,5,7
/proc/7682/stat : 7682 (java) S 7680 7682 442 0 -1 4202496 6315 0 1 0 44 2 0 0 20 0 18 0 335671263 11864465408 15945 33554432000 1073741824 1073778376 140734772860912 140734772852048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7682/statm: 2896598 15945 2222 9 0 2887285 0
[pid=7682/tid=7683] ppid=7680 vsize=11586392 CPUtime=0.27 cores=1,3,5,7
/proc/7682/task/7683/stat : 7683 (java) R 7680 7682 442 0 -1 4202560 3369 0 1 0 25 2 0 0 20 0 18 0 335671264 11864465408 15945 33554432000 1073741824 1073778376 140734772860912 140239525869648 140239356098191 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 11586392

[startup+0.70023 s]
/proc/loadavg: 3.79 3.89 3.81 4/197 7682
/proc/meminfo: memFree=24463252/32873844 swapFree=7628/7628
[pid=7682] ppid=7680 vsize=11852648 CPUtime=1.73 cores=1,3,5,7
/proc/7682/stat : 7682 (java) S 7680 7682 442 0 -1 4202496 19176 0 1 0 168 5 0 0 20 0 22 0 335671263 12137111552 30013 33554432000 1073741824 1073778376 140734772860912 140734772852048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7682/statm: 2963162 30013 2260 9 0 2953849 0
[pid=7682/tid=7683] ppid=7680 vsize=11852648 CPUtime=0.54 cores=1,3,5,7
/proc/7682/task/7683/stat : 7683 (java) S 7680 7682 442 0 -1 4202560 3392 0 1 0 51 3 0 0 20 0 22 0 335671264 12137111552 30013 33554432000 1073741824 1073778376 140734772860912 140239525872792 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.73
Current children cumulated vsize (KiB) 11852648

[startup+1.50088 s]
/proc/loadavg: 3.79 3.89 3.81 7/219 7704
/proc/meminfo: memFree=24329920/32873844 swapFree=7628/7628
[pid=7682] ppid=7680 vsize=11852648 CPUtime=4.15 cores=1,3,5,7
/proc/7682/stat : 7682 (java) S 7680 7682 442 0 -1 4202496 23373 0 1 0 403 12 0 0 20 0 22 0 335671263 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140734772852048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7682/statm: 2963162 95860 2263 9 0 2953849 0
[pid=7682/tid=7683] ppid=7680 vsize=11852648 CPUtime=0.54 cores=1,3,5,7
/proc/7682/task/7683/stat : 7683 (java) S 7680 7682 442 0 -1 4202560 3392 0 1 0 51 3 0 0 20 0 22 0 335671264 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140239525872792 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7685] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7685/stat : 7685 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140239480625960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7686] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7686/stat : 7686 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140239479573160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7687] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7687/stat : 7687 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140239478520872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7688] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7688/stat : 7688 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140239477468072 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7689] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7689/stat : 7689 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140239476414760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7690] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7690/stat : 7690 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140239475361960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7691] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7691/stat : 7691 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140239356029480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7692] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7692/stat : 7692 (java) S 7680 7682 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140239354976680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7693] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7693/stat : 7693 (java) S 7680 7682 442 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335671267 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140239342779112 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7694] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7694/stat : 7694 (java) S 7680 7682 442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335671268 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140239341725176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7695] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7695/stat : 7695 (java) S 7680 7682 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335671268 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140239340672776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7696] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7696/stat : 7696 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671270 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140238601055120 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7697] ppid=7680 vsize=11852648 CPUtime=0.89 cores=1,3,5,7
/proc/7682/task/7697/stat : 7697 (java) S 7680 7682 442 0 -1 4202560 9166 0 0 0 87 2 0 0 20 0 22 0 335671270 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140238600001720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7698] ppid=7680 vsize=11852648 CPUtime=0.81 cores=1,3,5,7
/proc/7682/task/7698/stat : 7698 (java) S 7680 7682 442 0 -1 4202560 9391 0 0 0 79 2 0 0 20 0 22 0 335671270 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140238598948920 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7699] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7699/stat : 7699 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671270 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140238597896824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7700] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7700/stat : 7700 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671270 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140238596844232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7701] ppid=7680 vsize=11852648 CPUtime=0.91 cores=1,3,5,7
/proc/7682/task/7701/stat : 7701 (java) R 7680 7682 442 0 -1 4202560 30 0 0 0 91 0 0 0 20 0 22 0 335671320 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140238595788512 140239356786625 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7702] ppid=7680 vsize=11852648 CPUtime=0.92 cores=1,3,5,7
/proc/7682/task/7702/stat : 7702 (java) R 7680 7682 442 0 -1 4202560 193 0 0 0 86 6 0 0 20 0 22 0 335671320 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140238594736424 140239356688181 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7703] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7703/stat : 7703 (java) S 7680 7682 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335671321 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140238593685160 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7704] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7704/stat : 7704 (java) S 7680 7682 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335671321 12137111552 95860 33554432000 1073741824 1073778376 140734772860912 140238592632360 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.15
Current children cumulated vsize (KiB) 11852648

[startup+3.10091 s]
/proc/loadavg: 3.79 3.89 3.81 5/219 7704
/proc/meminfo: memFree=23806448/32873844 swapFree=7628/7628
[pid=7682] ppid=7680 vsize=11852648 CPUtime=7.63 cores=1,3,5,7
/proc/7682/stat : 7682 (java) S 7680 7682 442 0 -1 4202496 24244 0 1 0 732 31 0 0 20 0 22 0 335671263 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140734772852048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7682/statm: 2963162 340598 2264 9 0 2953849 0
[pid=7682/tid=7683] ppid=7680 vsize=11852648 CPUtime=0.54 cores=1,3,5,7
/proc/7682/task/7683/stat : 7683 (java) S 7680 7682 442 0 -1 4202560 3392 0 1 0 51 3 0 0 20 0 22 0 335671264 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140239525872792 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7685] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7685/stat : 7685 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140239480625960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7686] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7686/stat : 7686 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140239479573160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7687] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7687/stat : 7687 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140239478520872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7688] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7688/stat : 7688 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140239477468072 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7689] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7689/stat : 7689 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140239476414760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7690] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7690/stat : 7690 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140239475361960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7691] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7691/stat : 7691 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140239356029480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7692] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7692/stat : 7692 (java) S 7680 7682 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140239354976680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7693] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7693/stat : 7693 (java) S 7680 7682 442 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 335671267 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140239342779112 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7694] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7694/stat : 7694 (java) S 7680 7682 442 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335671268 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140239341725176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7695] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7695/stat : 7695 (java) S 7680 7682 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335671268 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140239340672776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7696] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7696/stat : 7696 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671270 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140238601055120 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7697] ppid=7680 vsize=11852648 CPUtime=1.02 cores=1,3,5,7
/proc/7682/task/7697/stat : 7697 (java) S 7680 7682 442 0 -1 4202560 9556 0 0 0 100 2 0 0 20 0 22 0 335671270 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140238600001720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7698] ppid=7680 vsize=11852648 CPUtime=0.96 cores=1,3,5,7
/proc/7682/task/7698/stat : 7698 (java) S 7680 7682 442 0 -1 4202560 9392 0 0 0 94 2 0 0 20 0 22 0 335671270 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140238598948920 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7699] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7699/stat : 7699 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671270 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140238597896824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7700] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7700/stat : 7700 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671270 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140238596844232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7701] ppid=7680 vsize=11852648 CPUtime=2.51 cores=1,3,5,7
/proc/7682/task/7701/stat : 7701 (java) R 7680 7682 442 0 -1 4202560 35 0 0 0 251 0 0 0 20 0 22 0 335671320 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140238595787912 140239356841731 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7702] ppid=7680 vsize=11852648 CPUtime=2.51 cores=1,3,5,7
/proc/7682/task/7702/stat : 7702 (java) R 7680 7682 442 0 -1 4202560 667 0 0 0 226 25 0 0 20 0 22 0 335671320 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140238594736216 140239356920103 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7703] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7703/stat : 7703 (java) S 7680 7682 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335671321 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140238593685160 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7704] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7704/stat : 7704 (java) S 7680 7682 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335671321 12137111552 340598 33554432000 1073741824 1073778376 140734772860912 140238592632360 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.63
Current children cumulated vsize (KiB) 11852648

[startup+6.30088 s]
/proc/loadavg: 3.81 3.89 3.81 5/219 7704
/proc/meminfo: memFree=22188492/32873844 swapFree=7628/7628
[pid=7682] ppid=7680 vsize=11852648 CPUtime=14.19 cores=1,3,5,7
/proc/7682/stat : 7682 (java) S 7680 7682 442 0 -1 4202496 24915 0 1 0 1367 52 0 0 20 0 22 0 335671263 12137111552 658679 33554432000 1073741824 1073778376 140734772860912 140734772852048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7682/statm: 2963162 658679 2276 9 0 2953849 0
[pid=7682/tid=7683] ppid=7680 vsize=11852648 CPUtime=0.54 cores=1,3,5,7
/proc/7682/task/7683/stat : 7683 (java) S 7680 7682 442 0 -1 4202560 3392 0 1 0 51 3 0 0 20 0 22 0 335671264 12137111552 658679 33554432000 1073741824 1073778376 140734772860912 140239525872792 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7685] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7685/stat : 7685 (java) S 7680 7682 442 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 658679 33554432000 1073741824 1073778376 140734772860912 140239480625960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7686] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7686/stat : 7686 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 658679 33554432000 1073741824 1073778376 140734772860912 140239479573160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7687] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7687/stat : 7687 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 658679 33554432000 1073741824 1073778376 140734772860912 140239478520872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7688] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7688/stat : 7688 (java) S 7680 7682 442 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 658679 33554432000 1073741824 1073778376 140734772860912 140239477468072 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7689] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7689/stat : 7689 (java) S 7680 7682 442 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 658679 33554432000 1073741824 1073778376 140734772860912 140239476414760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7690] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7690/stat : 7690 (java) S 7680 7682 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 658679 33554432000 1073741824 1073778376 140734772860912 140239475361960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7691] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7691/stat : 7691 (java) S 7680 7682 442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 658679 33554432000 1073741824 1073778376 140734772860912 140239356029480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7692] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7692/stat : 7692 (java) S 7680 7682 442 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335671266 12137111552 658679 33554432000 1073741824 1073778376 140734772860912 140239354976680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0

################
# More data... #
################

/proc/7682/statm: 2963162 974298 2291 9 0 2953849 0
[pid=7682/tid=7683] ppid=7680 vsize=11852648 CPUtime=0.58 cores=1,3,5,7
/proc/7682/task/7683/stat : 7683 (java) S 7680 7682 442 0 -1 4202560 3395 0 1 0 54 4 0 0 20 0 22 0 335671264 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140239525872792 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7685] ppid=7680 vsize=11852648 CPUtime=0.62 cores=1,3,5,7
/proc/7682/task/7685/stat : 7685 (java) S 7680 7682 442 0 -1 4202560 155 0 0 0 52 10 0 0 20 0 22 0 335671266 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140239480625960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7686] ppid=7680 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/7682/task/7686/stat : 7686 (java) S 7680 7682 442 0 -1 4202560 113 0 0 0 58 6 0 0 20 0 22 0 335671266 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140239479573160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7687] ppid=7680 vsize=11852648 CPUtime=0.64 cores=1,3,5,7
/proc/7682/task/7687/stat : 7687 (java) S 7680 7682 442 0 -1 4202560 118 0 0 0 58 6 0 0 20 0 22 0 335671266 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140239478520872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7688] ppid=7680 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/7682/task/7688/stat : 7688 (java) S 7680 7682 442 0 -1 4202560 164 0 0 0 61 9 0 0 20 0 22 0 335671266 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140239477468072 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7689] ppid=7680 vsize=11852648 CPUtime=0.72 cores=1,3,5,7
/proc/7682/task/7689/stat : 7689 (java) S 7680 7682 442 0 -1 4202560 139 0 0 0 65 7 0 0 20 0 22 0 335671266 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140239476414760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7690] ppid=7680 vsize=11852648 CPUtime=0.78 cores=1,3,5,7
/proc/7682/task/7690/stat : 7690 (java) S 7680 7682 442 0 -1 4202560 185 0 0 0 66 12 0 0 20 0 22 0 335671266 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140239475361960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7691] ppid=7680 vsize=11852648 CPUtime=0.68 cores=1,3,5,7
/proc/7682/task/7691/stat : 7691 (java) S 7680 7682 442 0 -1 4202560 119 0 0 0 63 5 0 0 20 0 22 0 335671266 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140239356029480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7692] ppid=7680 vsize=11852648 CPUtime=0.72 cores=1,3,5,7
/proc/7682/task/7692/stat : 7692 (java) S 7680 7682 442 0 -1 4202560 163 0 0 0 63 9 0 0 20 0 22 0 335671266 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140239354976680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7693] ppid=7680 vsize=11852648 CPUtime=3.86 cores=1,3,5,7
/proc/7682/task/7693/stat : 7693 (java) S 7680 7682 442 0 -1 4202560 126 0 0 0 380 6 0 0 20 0 22 0 335671267 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140239342779112 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7694] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7694/stat : 7694 (java) S 7680 7682 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335671268 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140239341725176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7695] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7695/stat : 7695 (java) S 7680 7682 442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335671268 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140239340672776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7696] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7696/stat : 7696 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671270 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140238601055120 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7697] ppid=7680 vsize=11852648 CPUtime=1.79 cores=1,3,5,7
/proc/7682/task/7697/stat : 7697 (java) S 7680 7682 442 0 -1 4202560 18116 0 0 0 176 3 0 0 20 0 22 0 335671270 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140238600001720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7698] ppid=7680 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/7682/task/7698/stat : 7698 (java) S 7680 7682 442 0 -1 4202560 9407 0 0 0 124 2 0 0 20 0 22 0 335671270 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140238598948920 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7699] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7699/stat : 7699 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671270 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140238597896824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7700] ppid=7680 vsize=11852648 CPUtime=0.37 cores=1,3,5,7
/proc/7682/task/7700/stat : 7700 (java) S 7680 7682 442 0 -1 4202560 49 0 0 0 18 19 0 0 20 0 22 0 335671270 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140238596844232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7701] ppid=7680 vsize=11852648 CPUtime=814.09 cores=1,3,5,7
/proc/7682/task/7701/stat : 7701 (java) R 7680 7682 442 0 -1 4202560 88 0 0 0 81396 13 0 0 20 0 22 0 335671320 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140238595789520 140239356779504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7702] ppid=7680 vsize=11852648 CPUtime=814.02 cores=1,3,5,7
/proc/7682/task/7702/stat : 7702 (java) R 7680 7682 442 0 -1 4202560 1645 0 0 0 81336 66 0 0 20 0 22 0 335671320 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140238594734864 140239356786561 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7703] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7703/stat : 7703 (java) S 7680 7682 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335671321 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140238593685160 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7704] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7704/stat : 7704 (java) S 7680 7682 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335671321 12137111552 974298 33554432000 1073741824 1073778376 140734772860912 140238592632360 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1645.64
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.85 3.92 3.87 5/219 7825
/proc/meminfo: memFree=19071192/32873844 swapFree=7628/7628
[pid=7682] ppid=7680 vsize=11852648 CPUtime=1765.46 cores=1,3,5,7
/proc/7682/stat : 7682 (java) S 7680 7682 442 0 -1 4202496 35183 0 1 0 176393 153 0 0 20 0 22 0 335671263 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140734772852048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7682/statm: 2963162 974301 2291 9 0 2953849 0
[pid=7682/tid=7683] ppid=7680 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/7682/task/7683/stat : 7683 (java) S 7680 7682 442 0 -1 4202560 3395 0 1 0 54 5 0 0 20 0 22 0 335671264 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239525872792 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7685] ppid=7680 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/7682/task/7685/stat : 7685 (java) S 7680 7682 442 0 -1 4202560 155 0 0 0 53 10 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239480625960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7686] ppid=7680 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/7682/task/7686/stat : 7686 (java) S 7680 7682 442 0 -1 4202560 113 0 0 0 60 6 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239479573160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7687] ppid=7680 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/7682/task/7687/stat : 7687 (java) S 7680 7682 442 0 -1 4202560 118 0 0 0 60 6 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239478520872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7688] ppid=7680 vsize=11852648 CPUtime=0.73 cores=1,3,5,7
/proc/7682/task/7688/stat : 7688 (java) S 7680 7682 442 0 -1 4202560 164 0 0 0 64 9 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239477468072 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7689] ppid=7680 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/7682/task/7689/stat : 7689 (java) S 7680 7682 442 0 -1 4202560 142 0 0 0 67 7 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239476414760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7690] ppid=7680 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/7682/task/7690/stat : 7690 (java) S 7680 7682 442 0 -1 4202560 185 0 0 0 67 12 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239475361960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7691] ppid=7680 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/7682/task/7691/stat : 7691 (java) S 7680 7682 442 0 -1 4202560 119 0 0 0 65 5 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239356029480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7692] ppid=7680 vsize=11852648 CPUtime=0.72 cores=1,3,5,7
/proc/7682/task/7692/stat : 7692 (java) S 7680 7682 442 0 -1 4202560 163 0 0 0 63 9 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239354976680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7693] ppid=7680 vsize=11852648 CPUtime=4.1 cores=1,3,5,7
/proc/7682/task/7693/stat : 7693 (java) S 7680 7682 442 0 -1 4202560 130 0 0 0 404 6 0 0 20 0 22 0 335671267 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239342779112 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7694] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7694/stat : 7694 (java) S 7680 7682 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335671268 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239341725176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7695] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7695/stat : 7695 (java) S 7680 7682 442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335671268 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239340672776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7696] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7696/stat : 7696 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671270 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238601055120 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7697] ppid=7680 vsize=11852648 CPUtime=1.79 cores=1,3,5,7
/proc/7682/task/7697/stat : 7697 (java) S 7680 7682 442 0 -1 4202560 18116 0 0 0 176 3 0 0 20 0 22 0 335671270 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238600001720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7698] ppid=7680 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/7682/task/7698/stat : 7698 (java) S 7680 7682 442 0 -1 4202560 9407 0 0 0 124 2 0 0 20 0 22 0 335671270 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238598948920 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7699] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7699/stat : 7699 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671270 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238597896824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7700] ppid=7680 vsize=11852648 CPUtime=0.39 cores=1,3,5,7
/proc/7682/task/7700/stat : 7700 (java) S 7680 7682 442 0 -1 4202560 51 0 0 0 19 20 0 0 20 0 22 0 335671270 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238596844232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7701] ppid=7680 vsize=11852648 CPUtime=873.66 cores=1,3,5,7
/proc/7682/task/7701/stat : 7701 (java) R 7680 7682 442 0 -1 4202560 89 0 0 0 87352 14 0 0 20 0 22 0 335671320 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238595789520 140239356814340 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7702] ppid=7680 vsize=11852648 CPUtime=873.59 cores=1,3,5,7
/proc/7682/task/7702/stat : 7702 (java) R 7680 7682 442 0 -1 4202560 1647 0 0 0 87292 67 0 0 20 0 22 0 335671320 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238594734736 140239357037616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7703] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7703/stat : 7703 (java) S 7680 7682 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335671321 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238593685160 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7704] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7704/stat : 7704 (java) S 7680 7682 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335671321 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238592632360 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1765.46
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+899.601 s]
/proc/loadavg: 3.89 3.92 3.87 5/219 7825
/proc/meminfo: memFree=19071068/32873844 swapFree=7628/7628
[pid=7682] ppid=7680 vsize=11852648 CPUtime=1800.08 cores=1,3,5,7
/proc/7682/stat : 7682 (java) S 7680 7682 442 0 -1 4202496 35185 0 1 0 179854 154 0 0 20 0 22 0 335671263 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140734772852048 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/7682/statm: 2963162 974301 2291 9 0 2953849 0
[pid=7682/tid=7683] ppid=7680 vsize=11852648 CPUtime=0.59 cores=1,3,5,7
/proc/7682/task/7683/stat : 7683 (java) S 7680 7682 442 0 -1 4202560 3395 0 1 0 54 5 0 0 20 0 22 0 335671264 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239525872792 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7685] ppid=7680 vsize=11852648 CPUtime=0.63 cores=1,3,5,7
/proc/7682/task/7685/stat : 7685 (java) S 7680 7682 442 0 -1 4202560 155 0 0 0 53 10 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239480625960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7686] ppid=7680 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/7682/task/7686/stat : 7686 (java) S 7680 7682 442 0 -1 4202560 113 0 0 0 60 6 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239479573160 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7687] ppid=7680 vsize=11852648 CPUtime=0.66 cores=1,3,5,7
/proc/7682/task/7687/stat : 7687 (java) S 7680 7682 442 0 -1 4202560 118 0 0 0 60 6 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239478520872 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7688] ppid=7680 vsize=11852648 CPUtime=0.73 cores=1,3,5,7
/proc/7682/task/7688/stat : 7688 (java) S 7680 7682 442 0 -1 4202560 164 0 0 0 64 9 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239477468072 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7689] ppid=7680 vsize=11852648 CPUtime=0.74 cores=1,3,5,7
/proc/7682/task/7689/stat : 7689 (java) S 7680 7682 442 0 -1 4202560 142 0 0 0 67 7 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239476414760 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7690] ppid=7680 vsize=11852648 CPUtime=0.79 cores=1,3,5,7
/proc/7682/task/7690/stat : 7690 (java) S 7680 7682 442 0 -1 4202560 185 0 0 0 67 12 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239475361960 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7691] ppid=7680 vsize=11852648 CPUtime=0.7 cores=1,3,5,7
/proc/7682/task/7691/stat : 7691 (java) S 7680 7682 442 0 -1 4202560 119 0 0 0 65 5 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239356029480 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7692] ppid=7680 vsize=11852648 CPUtime=0.72 cores=1,3,5,7
/proc/7682/task/7692/stat : 7692 (java) S 7680 7682 442 0 -1 4202560 163 0 0 0 63 9 0 0 20 0 22 0 335671266 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239354976680 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7693] ppid=7680 vsize=11852648 CPUtime=4.1 cores=1,3,5,7
/proc/7682/task/7693/stat : 7693 (java) S 7680 7682 442 0 -1 4202560 130 0 0 0 404 6 0 0 20 0 22 0 335671267 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239342779112 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7694] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7694/stat : 7694 (java) S 7680 7682 442 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335671268 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239341725176 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7695] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7695/stat : 7695 (java) S 7680 7682 442 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335671268 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140239340672776 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7696] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7696/stat : 7696 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671270 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238601055120 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7697] ppid=7680 vsize=11852648 CPUtime=1.79 cores=1,3,5,7
/proc/7682/task/7697/stat : 7697 (java) S 7680 7682 442 0 -1 4202560 18116 0 0 0 176 3 0 0 20 0 22 0 335671270 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238600001720 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7698] ppid=7680 vsize=11852648 CPUtime=1.26 cores=1,3,5,7
/proc/7682/task/7698/stat : 7698 (java) S 7680 7682 442 0 -1 4202560 9407 0 0 0 124 2 0 0 20 0 22 0 335671270 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238598948920 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7699] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7699/stat : 7699 (java) S 7680 7682 442 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335671270 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238597896824 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=7682/tid=7700] ppid=7680 vsize=11852648 CPUtime=0.4 cores=1,3,5,7
/proc/7682/task/7700/stat : 7700 (java) S 7680 7682 442 0 -1 4202560 53 0 0 0 19 21 0 0 20 0 22 0 335671270 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238596844232 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=7682/tid=7701] ppid=7680 vsize=11852648 CPUtime=890.92 cores=1,3,5,7
/proc/7682/task/7701/stat : 7701 (java) R 7680 7682 442 0 -1 4202560 89 0 0 0 89078 14 0 0 20 0 22 0 335671320 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238595789520 140239356871936 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7702] ppid=7680 vsize=11852648 CPUtime=890.85 cores=1,3,5,7
/proc/7682/task/7702/stat : 7702 (java) R 7680 7682 442 0 -1 4202560 1647 0 0 0 89018 67 0 0 20 0 22 0 335671320 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238594734736 140239356785982 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=7682/tid=7703] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7703/stat : 7703 (java) S 7680 7682 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335671321 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238593685160 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=7682/tid=7704] ppid=7680 vsize=11852648 CPUtime=0 cores=1,3,5,7
/proc/7682/task/7704/stat : 7704 (java) S 7680 7682 442 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335671321 12137111552 974301 33554432000 1073741824 1073778376 140734772860912 140238592632360 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 11852648

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 7682 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=909284
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=980698
# CPU time returned by wait4() is 1795.89
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 899.642
CPU time (s): 1800.08
CPU user time (s): 1798.54
CPU system time (s): 1.54
CPU usage (%): 200.089
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.91
system time used= 1.9807
maximum resident set size= 3897328
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35220
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23926
involuntary context switches= 20653

runsolver used 3.52246 second user time and 8.69368 second system time

The end

Launcher Data

Begin job on node145 at 2012-06-03 05:51:09
IDJOB=3735436
IDBENCH=3034
IDSOLVER=2328
FILE ID=node145/3735436-1338695469
RUNJOBID= node145-1338678626-462
PBS_JOBID= 14636668
Free space on /tmp= 70912 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=80-sizeP=41-sizeQ=80-898154415-max.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3735436-1338695469/watcher-3735436-1338695469 -o /tmp/evaluation-result-3735436-1338695469/solver-3735436-1338695469 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3735436-1338695469.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 6a9fe13a82af2a971b95647e608ff18d
RANDOM SEED=1668896320

node145.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.29
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5313.38
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.149
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        24463152 kB
Buffers:          433436 kB
Cached:          4798436 kB
SwapCached:            0 kB
Active:          3943756 kB
Inactive:        3606936 kB
Active(anon):    2309888 kB
Inactive(anon):    10916 kB
Active(file):    1633868 kB
Inactive(file):  3596020 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               924 kB
Writeback:             0 kB
AnonPages:       2430236 kB
Mapped:            22372 kB
Shmem:               200 kB
Slab:             717308 kB
SReclaimable:     158180 kB
SUnreclaim:       559128 kB
KernelStack:        1784 kB
PageTables:         8884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10459516 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2371584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70924 MiB
End job on node145 at 2012-06-03 06:06:11