Trace number 4080518

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.82 898.473

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K126.opb
MD5SUM8617651a414bb8902c12959cc1c92372
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables14994
Total number of constraints15248
Number of constraints which are clauses15122
Number of constraints which are cardinality constraints (but not clauses)126
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint126
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 127
Number of bits of the biggest sum of numbers7
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-2013 Artois University and CNRS
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.00/0.10	c version PB16.v20160501
0.00/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/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 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4080518-1465279735.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  no objective function found
1.60/0.76	c ... done. Wall clock time 0.637s.
1.60/0.76	c declared #vars     14994
1.60/0.76	c #constraints  15248
1.60/0.77	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.60/0.77	c constraints type 
1.60/0.77	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 13495
1.60/0.77	c org.sat4j.minisat.constraints.card.MinWatchCard => 126
1.60/0.77	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.60/0.77	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1625
1.60/0.77	c 15248 constraints processed.
1.60/0.77	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.60/0.77	c constraints type 
1.60/0.77	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1625
1.60/0.77	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 13495
1.60/0.77	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 126
1.60/0.77	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.60/0.77	c 15248 constraints processed.
8.80/3.20	c cleaning 2477 clauses out of 4989 with flag 28739/5001
14.08/5.79	c cleaning 4250 clauses out of 8510 with flag 61771/11001
20.14/8.68	c cleaning 5613 clauses out of 11254 with flag 101281/18001
27.09/12.07	c cleaning 6778 clauses out of 13629 with flag 148059/26000
34.98/15.93	c cleaning 7897 clauses out of 15846 with flag 197442/35002
42.58/19.80	c cleaning 8754 clauses out of 17927 with flag 249712/45000
53.28/25.02	c cleaning 9291 clauses out of 20165 with flag 316127/56001
64.60/30.66	c cleaning 9930 clauses out of 22872 with flag 380542/68003
77.91/37.26	c cleaning 10772 clauses out of 25939 with flag 451707/81005
89.94/43.22	c cleaning 11567 clauses out of 29158 with flag 524902/95001
102.91/49.67	c cleaning 12430 clauses out of 32591 with flag 607784/110001
116.49/56.44	c cleaning 13291 clauses out of 36155 with flag 695236/126000
133.01/64.64	c cleaning 14085 clauses out of 39863 with flag 793392/143003
150.55/73.36	c cleaning 14781 clauses out of 43768 with flag 894516/161000
168.74/82.49	c cleaning 15689 clauses out of 47985 with flag 1001303/180001
193.85/95.25	c cleaning 16811 clauses out of 52296 with flag 1110399/200003
220.70/108.63	c cleaning 17412 clauses out of 56478 with flag 1225093/221000
242.70/119.64	c cleaning 18358 clauses out of 61065 with flag 1351362/243001
264.89/130.73	c cleaning 19252 clauses out of 65706 with flag 1486883/266000
289.71/143.18	c cleaning 19932 clauses out of 70454 with flag 1627703/290000
318.68/157.69	c cleaning 20987 clauses out of 75518 with flag 1768859/315000
345.28/170.92	c cleaning 21426 clauses out of 80531 with flag 1923101/341000
375.07/185.86	c cleaning 22688 clauses out of 86101 with flag 2082757/368000
404.07/200.39	c cleaning 23213 clauses out of 91410 with flag 2245541/396000
434.86/215.77	c cleaning 24295 clauses out of 97191 with flag 2416157/425000
463.77/230.12	c cleaning 25040 clauses out of 102899 with flag 2598807/455003
495.17/245.85	c cleaning 26063 clauses out of 108852 with flag 2781296/486000
528.78/262.63	c cleaning 26811 clauses out of 114788 with flag 2971714/518001
562.39/279.47	c cleaning 27776 clauses out of 120975 with flag 3168798/551000
600.38/298.43	c cleaning 28658 clauses out of 127196 with flag 3376101/585000
638.77/317.66	c cleaning 29489 clauses out of 133538 with flag 3598266/620000
680.58/338.59	c cleaning 30347 clauses out of 140049 with flag 3848671/656000
724.77/360.62	c cleaning 31177 clauses out of 146701 with flag 4080942/693000
771.18/383.84	c cleaning 32045 clauses out of 153522 with flag 4328628/731000
817.79/407.13	c cleaning 32891 clauses out of 160473 with flag 4597253/770000
866.58/431.59	c cleaning 34193 clauses out of 167585 with flag 4858810/810003
917.37/456.93	c cleaning 35183 clauses out of 174388 with flag 5141570/851000
971.02/483.96	c cleaning 36010 clauses out of 181202 with flag 5425487/893000
1024.61/510.74	c cleaning 36725 clauses out of 188191 with flag 5731054/936000
1088.02/542.49	c cleaning 37863 clauses out of 195465 with flag 6050014/980002
1146.00/571.48	c cleaning 38894 clauses out of 202598 with flag 6380588/1025000
1208.61/602.78	c cleaning 39866 clauses out of 209703 with flag 6705333/1071000
1272.84/634.83	c cleaning 40646 clauses out of 216837 with flag 7043748/1118002
1338.03/667.49	c cleaning 41502 clauses out of 224187 with flag 7385754/1166001
1406.23/701.54	c cleaning 42835 clauses out of 231683 with flag 7740525/1215001
1473.63/735.23	c cleaning 43281 clauses out of 238846 with flag 8105404/1265000
1547.34/772.00	c cleaning 44513 clauses out of 246566 with flag 8502034/1316002
1620.95/808.89	c cleaning 44848 clauses out of 254047 with flag 8903975/1368000
1696.35/846.53	c cleaning 45961 clauses out of 262197 with flag 9315970/1421000
1775.36/886.08	c cleaning 46904 clauses out of 270236 with flag 9722888/1475000
1800.16/898.40	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/898.40	c starts		: 9439
1800.16/898.40	c conflicts		: 1494401
1800.16/898.40	c decisions		: 30933855
1800.16/898.40	c propagations		: 1162908057
1800.16/898.40	c inspects		: 3693532270
1800.16/898.40	c shortcuts		: 0
1800.16/898.40	c learnt literals	: 169
1800.16/898.40	c learnt binary clauses	: 84962
1800.16/898.40	c learnt ternary clauses	: 81783
1800.16/898.40	c learnt constraints	: 1494232
1800.16/898.40	c ignored constraints	: 0
1800.16/898.40	c root simplifications	: 0
1800.16/898.40	c removed literals (reason simplification)	: 13930777
1800.16/898.40	c reason swapping (by a shorter reason)	: 0
1800.16/898.40	c Calls to reduceDB	: 50
1800.16/898.40	c Number of update (reduction) of LBD	: 1165154
1800.16/898.40	c Imported unit clauses	: 0
1800.16/898.40	c number of reductions to clauses (during analyze)	: 0
1800.16/898.40	c number of learned constraints concerned by reduction	: 0
1800.16/898.40	c number of learning phase by resolution	: 0
1800.16/898.40	c number of learning phase by cutting planes	: 0
1800.16/898.40	c speed (assignments/second)	: 1295560.496206593
1800.16/898.40	c non guided choices	10286
1800.16/898.45	c learnt constraints type 
1800.16/898.45	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 84962
1800.16/898.45	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 157770
1800.16/898.45	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/898.45	c starts		: 19
1800.16/898.45	c conflicts		: 3751
1800.16/898.45	c decisions		: 67181
1800.16/898.45	c propagations		: 3741020
1800.16/898.45	c inspects		: 85759990
1800.16/898.45	c shortcuts		: 0
1800.16/898.45	c learnt literals	: 0
1800.16/898.45	c learnt binary clauses	: 0
1800.16/898.45	c learnt ternary clauses	: 20
1800.16/898.45	c learnt constraints	: 3750
1800.16/898.45	c ignored constraints	: 0
1800.16/898.45	c root simplifications	: 0
1800.16/898.45	c removed literals (reason simplification)	: 0
1800.16/898.45	c reason swapping (by a shorter reason)	: 0
1800.16/898.45	c Calls to reduceDB	: 0
1800.16/898.45	c Number of update (reduction) of LBD	: 0
1800.16/898.45	c Imported unit clauses	: 0
1800.16/898.45	c number of reductions to clauses (during analyze)	: 0
1800.16/898.45	c number of learned constraints concerned by reduction	: 0
1800.16/898.45	c number of learning phase by resolution	: 0
1800.16/898.45	c number of learning phase by cutting planes	: 0
1800.16/898.45	c speed (assignments/second)	: 4167.519809816847
1800.16/898.45	c non guided choices	1167
1800.16/898.45	c learnt constraints type 
1800.16/898.45	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 206
1800.16/898.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 971
1800.16/898.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2573
1800.16/898.45	s UNKNOWN
1800.16/898.45	c Total wall clock time (in seconds): 898.328

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4080518-1465279735/watcher-4080518-1465279735 -o /tmp/evaluation-result-4080518-1465279735/solver-4080518-1465279735 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23731 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080518-1465279735.opb 

pid=24120
running on 4 cores: 0,2,4,6

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: 4.22 4.21 3.87 4/197 24123
/proc/meminfo: memFree=27139788/32872528 swapFree=15784/1434320
[pid=24123] ppid=24120 vsize=9324 CPUtime=0 cores=0,2,4,6
/proc/24123/stat : 24123 (java) R 24120 24123 23715 0 -1 4202496 528 0 0 0 0 0 0 0 20 0 1 0 109906744 9547776 181 33554432000 1073741824 1073778376 140736538983520 140736538966248 214369650048 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/24123/statm: 2323 182 140 9 0 71 0

[startup+0.100109 s]
/proc/loadavg: 4.22 4.21 3.87 4/197 24123
/proc/meminfo: memFree=27139788/32872528 swapFree=15784/1434320
[pid=24123] ppid=24120 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24123/stat : 24123 (java) S 24120 24123 23715 0 -1 4202496 4420 0 1 0 8 0 0 0 20 0 18 0 109906744 9787879424 6039 33554432000 1073741824 1073778376 140736538983520 140736538974656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24123/statm: 2389619 6039 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200226 s]
/proc/loadavg: 4.22 4.21 3.87 4/197 24123
/proc/meminfo: memFree=27139788/32872528 swapFree=15784/1434320
[pid=24123] ppid=24120 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/24123/stat : 24123 (java) S 24120 24123 23715 0 -1 4202496 5611 0 1 0 25 1 0 0 20 0 18 0 109906744 9787879424 7380 33554432000 1073741824 1073778376 140736538983520 140736538974656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24123/statm: 2389619 7380 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300229 s]
/proc/loadavg: 4.22 4.21 3.87 4/197 24123
/proc/meminfo: memFree=27139788/32872528 swapFree=15784/1434320
[pid=24123] ppid=24120 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/24123/stat : 24123 (java) S 24120 24123 23715 0 -1 4202496 7704 0 1 0 54 1 0 0 20 0 18 0 109906744 9787879424 10956 33554432000 1073741824 1073778376 140736538983520 140736538974656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24123/statm: 2389619 10956 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700203 s]
/proc/loadavg: 4.22 4.21 3.87 4/197 24123
/proc/meminfo: memFree=27139788/32872528 swapFree=15784/1434320
[pid=24123] ppid=24120 vsize=9558476 CPUtime=1.6 cores=0,2,4,6
/proc/24123/stat : 24123 (java) S 24120 24123 23715 0 -1 4202496 21079 0 1 0 155 5 0 0 20 0 18 0 109906744 9787879424 39950 33554432000 1073741824 1073778376 140736538983520 140736538974656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24123/statm: 2389619 39950 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9558476

[startup+1.50089 s]
/proc/loadavg: 4.22 4.21 3.87 8/219 24145
/proc/meminfo: memFree=26967188/32872528 swapFree=15784/1434320
[pid=24123] ppid=24120 vsize=9824732 CPUtime=4.44 cores=0,2,4,6
/proc/24123/stat : 24123 (java) S 24120 24123 23715 0 -1 4202496 25227 0 1 0 437 7 0 0 20 0 22 0 109906744 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140736538974656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24123/statm: 2456183 52131 2282 9 0 2446860 0
[pid=24123/tid=24125] ppid=24120 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/24123/task/24125/stat : 24125 (java) S 24120 24123 23715 0 -1 4202560 2463 0 1 0 71 3 0 0 20 0 22 0 109906745 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586510242680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24126] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24126/stat : 24126 (java) S 24120 24123 23715 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 109906746 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586499304104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24127] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24127/stat : 24127 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906746 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586498251560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24128] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24128/stat : 24128 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906746 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586497199016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24129] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24129/stat : 24129 (java) S 24120 24123 23715 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 109906746 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586496146472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24130] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24130/stat : 24130 (java) S 24120 24123 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109906746 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586495092904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24131] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24131/stat : 24131 (java) S 24120 24123 23715 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109906746 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586348394792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24132] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24132/stat : 24132 (java) S 24120 24123 23715 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109906746 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586347342248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24133] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24133/stat : 24133 (java) S 24120 24123 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109906746 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586346289704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24134] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24134/stat : 24134 (java) S 24120 24123 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586334091880 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24135] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24135/stat : 24135 (java) S 24120 24123 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586333038200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24136] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24136/stat : 24136 (java) S 24120 24123 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586331985544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24137] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24137/stat : 24137 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906750 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586330934288 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24138] ppid=24120 vsize=9824732 CPUtime=1.06 cores=0,2,4,6
/proc/24123/task/24138/stat : 24138 (java) R 24120 24123 23715 0 -1 4202560 9860 0 0 0 104 2 0 0 20 0 22 0 109906750 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586329880616 140586516445297 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24139] ppid=24120 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/24123/task/24139/stat : 24139 (java) R 24120 24123 23715 0 -1 4202560 11518 0 0 0 118 2 0 0 20 0 22 0 109906750 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586328803688 140586514329519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24140] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24140/stat : 24140 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906750 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586327775736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24141] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24141/stat : 24141 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906750 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586326723400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24142] ppid=24120 vsize=9824732 CPUtime=0.65 cores=0,2,4,6
/proc/24123/task/24142/stat : 24142 (java) R 24120 24123 23715 0 -1 4202560 20 0 0 0 65 0 0 0 20 0 22 0 109906821 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586325668712 140586377011152 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24143] ppid=24120 vsize=9824732 CPUtime=0.69 cores=0,2,4,6
/proc/24123/task/24143/stat : 24143 (java) R 24120 24123 23715 0 -1 4202560 43 0 0 0 69 0 0 0 20 0 22 0 109906821 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586324614824 140586377120276 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24144] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24144/stat : 24144 (java) S 24120 24123 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109906823 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586323564072 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24145] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24145/stat : 24145 (java) S 24120 24123 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109906823 10060525568 52131 33554432000 1073741824 1073778376 140736538983520 140586322511528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.44
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.22 4.21 3.87 7/219 24145
/proc/meminfo: memFree=26937704/32872528 swapFree=15784/1434320
[pid=24123] ppid=24120 vsize=9824732 CPUtime=8.57 cores=0,2,4,6
/proc/24123/stat : 24123 (java) S 24120 24123 23715 0 -1 4202496 27473 0 1 0 847 10 0 0 20 0 22 0 109906744 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140736538974656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24123/statm: 2456183 57461 2288 9 0 2446860 0
[pid=24123/tid=24125] ppid=24120 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/24123/task/24125/stat : 24125 (java) S 24120 24123 23715 0 -1 4202560 2463 0 1 0 71 3 0 0 20 0 22 0 109906745 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586510242680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24126] ppid=24120 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24123/task/24126/stat : 24126 (java) S 24120 24123 23715 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 22 0 109906746 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586499304104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24127] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24127/stat : 24127 (java) S 24120 24123 23715 0 -1 4202560 61 0 0 0 0 0 0 0 20 0 22 0 109906746 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586498251560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24128] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24128/stat : 24128 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906746 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586497199016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24129] ppid=24120 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24123/task/24129/stat : 24129 (java) S 24120 24123 23715 0 -1 4202560 66 0 0 0 1 0 0 0 20 0 22 0 109906746 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586496146472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24130] ppid=24120 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24123/task/24130/stat : 24130 (java) S 24120 24123 23715 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 109906746 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586495092904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24131] ppid=24120 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24123/task/24131/stat : 24131 (java) S 24120 24123 23715 0 -1 4202560 73 0 0 0 2 0 0 0 20 0 22 0 109906746 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586348394792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24132] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24132/stat : 24132 (java) S 24120 24123 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109906746 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586347342248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24133] ppid=24120 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/24123/task/24133/stat : 24133 (java) S 24120 24123 23715 0 -1 4202560 70 0 0 0 1 0 0 0 20 0 22 0 109906746 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586346289704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24134] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24134/stat : 24134 (java) S 24120 24123 23715 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586334091880 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24135] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24135/stat : 24135 (java) S 24120 24123 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586333038200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24136] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24136/stat : 24136 (java) S 24120 24123 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586331985544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24137] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24137/stat : 24137 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906750 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586330934288 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24138] ppid=24120 vsize=9824732 CPUtime=1.53 cores=0,2,4,6
/proc/24123/task/24138/stat : 24138 (java) S 24120 24123 23715 0 -1 4202560 11417 0 0 0 150 3 0 0 20 0 22 0 109906750 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586329880632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24139] ppid=24120 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/24123/task/24139/stat : 24139 (java) S 24120 24123 23715 0 -1 4202560 11876 0 0 0 161 2 0 0 20 0 22 0 109906750 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586328828088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24140] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24140/stat : 24140 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906750 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586327775736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24141] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24141/stat : 24141 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906750 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586326723400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24142] ppid=24120 vsize=9824732 CPUtime=2.21 cores=0,2,4,6
/proc/24123/task/24142/stat : 24142 (java) R 24120 24123 23715 0 -1 4202560 20 0 0 0 221 0 0 0 20 0 22 0 109906821 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586325666856 214373022776 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24143] ppid=24120 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/24123/task/24143/stat : 24143 (java) R 24120 24123 23715 0 -1 4202560 44 0 0 0 225 0 0 0 20 0 22 0 109906821 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586324615000 140586377116470 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24144] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24144/stat : 24144 (java) S 24120 24123 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109906823 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586323564072 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24145] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24145/stat : 24145 (java) S 24120 24123 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109906823 10060525568 57461 33554432000 1073741824 1073778376 140736538983520 140586322511528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 9824732

[startup+6.30097 s]
/proc/loadavg: 4.21 4.20 3.87 6/219 24145
/proc/meminfo: memFree=26885044/32872528 swapFree=15784/1434320
[pid=24123] ppid=24120 vsize=9824732 CPUtime=15.29 cores=0,2,4,6
/proc/24123/stat : 24123 (java) S 24120 24123 23715 0 -1 4202496 27902 0 1 0 1514 15 0 0 20 0 22 0 109906744 10060525568 65374 33554432000 1073741824 1073778376 140736538983520 140736538974656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24123/statm: 2456183 65374 2292 9 0 2446860 0
[pid=24123/tid=24125] ppid=24120 vsize=9824732 CPUtime=0.74 cores=0,2,4,6
/proc/24123/task/24125/stat : 24125 (java) S 24120 24123 23715 0 -1 4202560 2463 0 1 0 71 3 0 0 20 0 22 0 109906745 10060525568 65374 33554432000 1073741824 1073778376 140736538983520 140586510242680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24126] ppid=24120 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/24123/task/24126/stat : 24126 (java) S 24120 24123 23715 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 22 0 109906746 10060525568 65374 33554432000 1073741824 1073778376 140736538983520 140586499304104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24127] ppid=24120 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24123/task/24127/stat : 24127 (java) S 24120 24123 23715 0 -1 4202560 142 0 0 0 3 0 0 0 20 0 22 0 109906746 10060525568 65374 33554432000 1073741824 1073778376 140736538983520 140586498251560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24128] ppid=24120 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24123/task/24128/stat : 24128 (java) S 24120 24123 23715 0 -1 4202560 78 0 0 0 2 0 0 0 20 0 22 0 109906746 10060525568 65374 33554432000 1073741824 1073778376 140736538983520 140586497199016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24129] ppid=24120 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24123/task/24129/stat : 24129 (java) S 24120 24123 23715 0 -1 4202560 80 0 0 0 3 0 0 0 20 0 22 0 109906746 10060525568 65374 33554432000 1073741824 1073778376 140736538983520 140586496146472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24130] ppid=24120 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24123/task/24130/stat : 24130 (java) S 24120 24123 23715 0 -1 4202560 165 0 0 0 2 0 0 0 20 0 22 0 109906746 10060525568 65374 33554432000 1073741824 1073778376 140736538983520 140586495092904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24131] ppid=24120 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/24123/task/24131/stat : 24131 (java) S 24120 24123 23715 0 -1 4202560 134 0 0 0 2 1 0 0 20 0 22 0 109906746 10060525568 65374 33554432000 1073741824 1073778376 140736538983520 140586348394792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24132] ppid=24120 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/24123/task/24132/stat : 24132 (java) S 24120 24123 23715 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 109906746 10060525568 65374 33554432000 1073741824 1073778376 140736538983520 140586347342248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24133] ppid=24120 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/24123/task/24133/stat : 24133 (java) S 24120 24123 23715 0 -1 4202560 84 0 0 0 4 2 0 0 20 0 22 0 109906746 10060525568 65374 33554432000 1073741824 1073778376 140736538983520 140586346289704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24134] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24134/stat : 24134 (java) S 24120 24123 23715 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 65374 33554432000 1073741824 1073778376 140736538983520 140586334091880 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24135] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24135/stat : 24135 (java) S 24120 24123 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 65374 33554432000 1073741824 1073778376 140736538983520 140586333038200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24136] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24136/stat : 24136 (java) S 24120 24123 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 65374 33554432000 1073741824 1073778376 140736538983520 140586331985544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24137] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24137/stat : 24137 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906750 10060525568 65374 33554432000 1073741824 1073778376 140736538983520 140586330934288 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24138] ppid=24120 vsize=9824732 CPUtime=1.6 cores=0,2,4,6

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


[startup+822.301 s]
/proc/loadavg: 4.26 4.21 4.04 5/219 24236
/proc/meminfo: memFree=24018288/32872528 swapFree=15784/1434320
[pid=24123] ppid=24120 vsize=9824732 CPUtime=1647.95 cores=0,2,4,6
/proc/24123/stat : 24123 (java) S 24120 24123 23715 0 -1 4202496 33632 0 1 0 164644 151 0 0 20 0 22 0 109906744 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140736538974656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24123/statm: 2456183 807474 2301 9 0 2446860 0
[pid=24123/tid=24125] ppid=24120 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/24123/task/24125/stat : 24125 (java) S 24120 24123 23715 0 -1 4202560 2467 0 1 0 73 4 0 0 20 0 22 0 109906745 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586510242680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24126] ppid=24120 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/24123/task/24126/stat : 24126 (java) S 24120 24123 23715 0 -1 4202560 340 0 0 0 45 10 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586499304104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24127] ppid=24120 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/24123/task/24127/stat : 24127 (java) S 24120 24123 23715 0 -1 4202560 377 0 0 0 47 12 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586498251560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24128] ppid=24120 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/24123/task/24128/stat : 24128 (java) S 24120 24123 23715 0 -1 4202560 312 0 0 0 36 9 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586497199016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24129] ppid=24120 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/24123/task/24129/stat : 24129 (java) S 24120 24123 23715 0 -1 4202560 393 0 0 0 46 12 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586496146472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24130] ppid=24120 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/24123/task/24130/stat : 24130 (java) S 24120 24123 23715 0 -1 4202560 380 0 0 0 41 9 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586495092904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24131] ppid=24120 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/24123/task/24131/stat : 24131 (java) S 24120 24123 23715 0 -1 4202560 377 0 0 0 49 13 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586348394792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24132] ppid=24120 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/24123/task/24132/stat : 24132 (java) S 24120 24123 23715 0 -1 4202560 400 0 0 0 53 14 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586347342248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24133] ppid=24120 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/24123/task/24133/stat : 24133 (java) S 24120 24123 23715 0 -1 4202560 417 0 0 0 41 11 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586346289704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24134] ppid=24120 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/24123/task/24134/stat : 24134 (java) S 24120 24123 23715 0 -1 4202560 1633 0 0 0 142 5 0 0 20 0 22 0 109906747 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586334091880 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24135] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24135/stat : 24135 (java) S 24120 24123 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586333038200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24136] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24136/stat : 24136 (java) S 24120 24123 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586331985544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24137] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24137/stat : 24137 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586330934288 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24138] ppid=24120 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/24123/task/24138/stat : 24138 (java) S 24120 24123 23715 0 -1 4202560 11424 0 0 0 171 3 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586329880632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24139] ppid=24120 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/24123/task/24139/stat : 24139 (java) S 24120 24123 23715 0 -1 4202560 11881 0 0 0 186 2 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586328828088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24140] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24140/stat : 24140 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586327775736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24141] ppid=24120 vsize=9824732 CPUtime=0.27 cores=0,2,4,6
/proc/24123/task/24141/stat : 24141 (java) S 24120 24123 23715 0 -1 4202560 47 0 0 0 14 13 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586326723400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=24123/tid=24142] ppid=24120 vsize=9824732 CPUtime=818.77 cores=0,2,4,6
/proc/24123/task/24142/stat : 24142 (java) R 24120 24123 23715 0 -1 4202560 49 0 0 0 81863 14 0 0 20 0 22 0 109906821 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586325659792 140586377187302 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24143] ppid=24120 vsize=9824732 CPUtime=818.75 cores=0,2,4,6
/proc/24123/task/24143/stat : 24143 (java) R 24120 24123 23715 0 -1 4202560 1868 0 0 0 81824 51 0 0 20 0 22 0 109906821 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586324613664 140586377290542 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24144] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24144/stat : 24144 (java) S 24120 24123 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109906823 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586323564072 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24145] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24145/stat : 24145 (java) S 24120 24123 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109906823 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586322511528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1647.95
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.31 4.23 4.06 5/219 24237
/proc/meminfo: memFree=23842420/32872528 swapFree=15784/1434320
[pid=24123] ppid=24120 vsize=9824732 CPUtime=1767.97 cores=0,2,4,6
/proc/24123/stat : 24123 (java) S 24120 24123 23715 0 -1 4202496 33636 0 1 0 176645 152 0 0 20 0 22 0 109906744 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140736538974656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24123/statm: 2456183 807474 2301 9 0 2446860 0
[pid=24123/tid=24125] ppid=24120 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/24123/task/24125/stat : 24125 (java) S 24120 24123 23715 0 -1 4202560 2467 0 1 0 73 4 0 0 20 0 22 0 109906745 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586510242680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24126] ppid=24120 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/24123/task/24126/stat : 24126 (java) S 24120 24123 23715 0 -1 4202560 340 0 0 0 45 10 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586499304104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24127] ppid=24120 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/24123/task/24127/stat : 24127 (java) S 24120 24123 23715 0 -1 4202560 377 0 0 0 47 12 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586498251560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24128] ppid=24120 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/24123/task/24128/stat : 24128 (java) S 24120 24123 23715 0 -1 4202560 312 0 0 0 36 9 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586497199016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24129] ppid=24120 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/24123/task/24129/stat : 24129 (java) S 24120 24123 23715 0 -1 4202560 393 0 0 0 46 12 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586496146472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24130] ppid=24120 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/24123/task/24130/stat : 24130 (java) S 24120 24123 23715 0 -1 4202560 380 0 0 0 41 9 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586495092904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24131] ppid=24120 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/24123/task/24131/stat : 24131 (java) S 24120 24123 23715 0 -1 4202560 377 0 0 0 49 13 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586348394792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24132] ppid=24120 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/24123/task/24132/stat : 24132 (java) S 24120 24123 23715 0 -1 4202560 400 0 0 0 53 14 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586347342248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24133] ppid=24120 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/24123/task/24133/stat : 24133 (java) S 24120 24123 23715 0 -1 4202560 417 0 0 0 41 11 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586346289704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24134] ppid=24120 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/24123/task/24134/stat : 24134 (java) S 24120 24123 23715 0 -1 4202560 1633 0 0 0 142 5 0 0 20 0 22 0 109906747 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586334091880 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24135] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24135/stat : 24135 (java) S 24120 24123 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586333038200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24136] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24136/stat : 24136 (java) S 24120 24123 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586331985544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24137] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24137/stat : 24137 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586330934288 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24138] ppid=24120 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/24123/task/24138/stat : 24138 (java) S 24120 24123 23715 0 -1 4202560 11424 0 0 0 171 3 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586329880632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24139] ppid=24120 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/24123/task/24139/stat : 24139 (java) S 24120 24123 23715 0 -1 4202560 11881 0 0 0 186 2 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586328828088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24140] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24140/stat : 24140 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586327775736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24141] ppid=24120 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/24123/task/24141/stat : 24141 (java) S 24120 24123 23715 0 -1 4202560 51 0 0 0 16 14 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586326723400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=24123/tid=24142] ppid=24120 vsize=9824732 CPUtime=878.78 cores=0,2,4,6
/proc/24123/task/24142/stat : 24142 (java) R 24120 24123 23715 0 -1 4202560 49 0 0 0 87863 15 0 0 20 0 22 0 109906821 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586325659792 140586377011032 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24143] ppid=24120 vsize=9824732 CPUtime=878.76 cores=0,2,4,6
/proc/24123/task/24143/stat : 24143 (java) R 24120 24123 23715 0 -1 4202560 1868 0 0 0 87824 52 0 0 20 0 22 0 109906821 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586324613664 140586377290481 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24144] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24144/stat : 24144 (java) S 24120 24123 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109906823 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586323564072 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24145] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24145/stat : 24145 (java) S 24120 24123 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109906823 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586322511528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1767.97
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.401 s]
/proc/loadavg: 4.22 4.22 4.06 5/219 24237
/proc/meminfo: memFree=23851940/32872528 swapFree=15784/1434320
[pid=24123] ppid=24120 vsize=9824732 CPUtime=1800.16 cores=0,2,4,6
/proc/24123/stat : 24123 (java) S 24120 24123 23715 0 -1 4202496 33636 0 1 0 179864 152 0 0 20 0 22 0 109906744 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140736538974656 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/24123/statm: 2456183 807474 2301 9 0 2446860 0
[pid=24123/tid=24125] ppid=24120 vsize=9824732 CPUtime=0.77 cores=0,2,4,6
/proc/24123/task/24125/stat : 24125 (java) S 24120 24123 23715 0 -1 4202560 2467 0 1 0 73 4 0 0 20 0 22 0 109906745 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586510242680 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24126] ppid=24120 vsize=9824732 CPUtime=0.55 cores=0,2,4,6
/proc/24123/task/24126/stat : 24126 (java) S 24120 24123 23715 0 -1 4202560 340 0 0 0 45 10 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586499304104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24127] ppid=24120 vsize=9824732 CPUtime=0.59 cores=0,2,4,6
/proc/24123/task/24127/stat : 24127 (java) S 24120 24123 23715 0 -1 4202560 377 0 0 0 47 12 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586498251560 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24128] ppid=24120 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/24123/task/24128/stat : 24128 (java) S 24120 24123 23715 0 -1 4202560 312 0 0 0 36 9 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586497199016 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24123/tid=24129] ppid=24120 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/24123/task/24129/stat : 24129 (java) S 24120 24123 23715 0 -1 4202560 393 0 0 0 46 12 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586496146472 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24130] ppid=24120 vsize=9824732 CPUtime=0.5 cores=0,2,4,6
/proc/24123/task/24130/stat : 24130 (java) S 24120 24123 23715 0 -1 4202560 380 0 0 0 41 9 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586495092904 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24131] ppid=24120 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/24123/task/24131/stat : 24131 (java) S 24120 24123 23715 0 -1 4202560 377 0 0 0 49 13 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586348394792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24132] ppid=24120 vsize=9824732 CPUtime=0.67 cores=0,2,4,6
/proc/24123/task/24132/stat : 24132 (java) S 24120 24123 23715 0 -1 4202560 400 0 0 0 53 14 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586347342248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24133] ppid=24120 vsize=9824732 CPUtime=0.52 cores=0,2,4,6
/proc/24123/task/24133/stat : 24133 (java) S 24120 24123 23715 0 -1 4202560 417 0 0 0 41 11 0 0 20 0 22 0 109906746 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586346289704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24134] ppid=24120 vsize=9824732 CPUtime=1.47 cores=0,2,4,6
/proc/24123/task/24134/stat : 24134 (java) S 24120 24123 23715 0 -1 4202560 1633 0 0 0 142 5 0 0 20 0 22 0 109906747 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586334091880 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24135] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24135/stat : 24135 (java) S 24120 24123 23715 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586333038200 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24136] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24136/stat : 24136 (java) S 24120 24123 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109906747 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586331985544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24137] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24137/stat : 24137 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586330934288 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24138] ppid=24120 vsize=9824732 CPUtime=1.74 cores=0,2,4,6
/proc/24123/task/24138/stat : 24138 (java) S 24120 24123 23715 0 -1 4202560 11424 0 0 0 171 3 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586329880632 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24139] ppid=24120 vsize=9824732 CPUtime=1.88 cores=0,2,4,6
/proc/24123/task/24139/stat : 24139 (java) S 24120 24123 23715 0 -1 4202560 11881 0 0 0 186 2 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586328828088 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24140] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24140/stat : 24140 (java) S 24120 24123 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586327775736 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24123/tid=24141] ppid=24120 vsize=9824732 CPUtime=0.3 cores=0,2,4,6
/proc/24123/task/24141/stat : 24141 (java) S 24120 24123 23715 0 -1 4202560 51 0 0 0 16 14 0 0 20 0 22 0 109906750 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586326723400 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 1 0 0
[pid=24123/tid=24142] ppid=24120 vsize=9824732 CPUtime=894.87 cores=0,2,4,6
/proc/24123/task/24142/stat : 24142 (java) R 24120 24123 23715 0 -1 4202560 49 0 0 0 89472 15 0 0 20 0 22 0 109906821 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586325659792 140586377239090 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24143] ppid=24120 vsize=9824732 CPUtime=894.85 cores=0,2,4,6
/proc/24123/task/24143/stat : 24143 (java) R 24120 24123 23715 0 -1 4202560 1868 0 0 0 89432 53 0 0 20 0 22 0 109906821 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586324613664 140586377290558 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24123/tid=24144] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24144/stat : 24144 (java) S 24120 24123 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109906823 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586323564072 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24123/tid=24145] ppid=24120 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/24123/task/24145/stat : 24145 (java) S 24120 24123 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109906823 10060525568 807474 33554432000 1073741824 1073778376 140736538983520 140586322511528 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 24123 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 898.473
CPU time (s): 1800.82
CPU user time (s): 1798.8
CPU system time (s): 2.02069
CPU usage (%): 200.431
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 2.02069
maximum resident set size= 3280232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33671
page faults= 1
swaps= 0
block input operations= 0
block output operations= 624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21747
involuntary context switches= 9791

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.73213 second user time and 7.30389 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 08:08:55
IDJOB=4080518
IDBENCH=90146
IDSOLVER=2543
FILE ID=node130/4080518-1465279735
RUNJOBID= node130-1465277942-23731
PBS_JOBID= 19843313
Free space on /tmp= 71744 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K126.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080518-1465279735/watcher-4080518-1465279735 -o /tmp/evaluation-result-4080518-1465279735/solver-4080518-1465279735 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23731 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080518-1465279735.opb

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

MD5SUM BENCH= 8617651a414bb8902c12959cc1c92372
RANDOM SEED=216473674

node130.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		: 2666.261
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	: 5332.52
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		: 2666.261
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	: 5332.55
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		: 2666.261
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	: 5332.55
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		: 2666.261
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	: 5332.61
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		: 2666.261
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	: 5332.55
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		: 2666.261
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	: 5332.55
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		: 2666.261
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	: 5332.55
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		: 2666.261
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27140168 kB
Buffers:          113488 kB
Cached:           208884 kB
SwapCached:         1724 kB
Active:          3325032 kB
Inactive:         231872 kB
Active(anon):    3235896 kB
Inactive(anon):     1252 kB
Active(file):      89136 kB
Inactive(file):   230620 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              1632 kB
Writeback:             0 kB
AnonPages:       4615492 kB
Mapped:            15464 kB
Shmem:                 0 kB
Slab:             601832 kB
SReclaimable:      45428 kB
SUnreclaim:       556404 kB
KernelStack:        1808 kB
PageTables:        13152 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5052528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4536320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71744 MiB
End job on node130 at 2016-06-07 08:23:54