Trace number 4080537

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.68 896.373

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K175.opb
MD5SUMc7b1775204389f0c59bc1b934de7e2c1
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 variables20825
Total number of constraints21177
Number of constraints which are clauses21002
Number of constraints which are cardinality constraints (but not clauses)175
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint175
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 176
Number of bits of the biggest sum of numbers8
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.10/0.10	c version PB16.v20160501
0.10/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.10/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.10/0.10	c java.vm.version	19.1-b02
0.10/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.10/0.10	c sun.arch.data.model	64
0.10/0.10	c java.version		1.6.0_24
0.10/0.10	c os.name		Linux
0.10/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.10/0.10	c os.arch		amd64
0.10/0.10	c Free memory 		501472288
0.10/0.10	c Max memory 		7480803328
0.10/0.10	c Total memory 		504102912
0.10/0.10	c Number of processors 	8
0.10/0.13	c Pseudo Boolean Optimization by upper bound
0.10/0.13	c ManyCore solver with 2 solvers running in parallel
0.10/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.13	c --- Begin Solver configuration ---
0.10/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.10/0.13	c Learn all clauses as in MiniSAT
0.10/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.13	c Expensive reason simplification
0.10/0.13	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.13	c timeout=2147483s
0.10/0.13	c DB Simplification allowed=false
0.10/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.13	c --- End Solver configuration ---
0.10/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.13	c --- Begin Solver configuration ---
0.10/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.10/0.13	c Learn all clauses as in MiniSAT
0.10/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.13	c No reason simplification
0.10/0.13	c Armin Biere (Picosat) restarts strategy
0.10/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.10/0.13	c timeout=2147483s
0.10/0.13	c DB Simplification allowed=false
0.10/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.10/0.13	c --- End Solver configuration ---
0.10/0.13	c solving HOME/instance-4080537-1465282164.opb
0.10/0.13	c reading problem ... 
0.10/0.13	c  no objective function found
1.88/0.88	c ... done. Wall clock time 0.749s.
1.88/0.88	c declared #vars     20825
1.88/0.88	c #constraints  21177
1.88/0.88	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.88/0.88	c constraints type 
1.88/0.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18738
1.88/0.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 175
1.88/0.88	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
1.88/0.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2262
1.88/0.88	c 21177 constraints processed.
1.88/0.88	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.88/0.88	c constraints type 
1.88/0.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 2262
1.88/0.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18738
1.88/0.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 175
1.88/0.88	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
1.88/0.88	c 21177 constraints processed.
9.62/3.89	c cleaning 2493 clauses out of 4990 with flag 22468/5000
16.73/7.23	c cleaning 4237 clauses out of 8492 with flag 52513/11000
24.83/11.22	c cleaning 5568 clauses out of 11250 with flag 90920/18001
33.47/15.60	c cleaning 6785 clauses out of 13678 with flag 133844/26001
44.01/20.77	c cleaning 7840 clauses out of 15891 with flag 180584/35000
55.54/26.49	c cleaning 8012 clauses out of 18049 with flag 229123/45000
67.93/32.68	c cleaning 9026 clauses out of 21036 with flag 285942/56000
81.96/39.61	c cleaning 9791 clauses out of 24010 with flag 343236/68001
98.29/47.78	c cleaning 10448 clauses out of 27216 with flag 408701/81001
116.80/56.81	c cleaning 11706 clauses out of 30766 with flag 477265/95001
135.07/65.97	c cleaning 12229 clauses out of 34054 with flag 554236/110000
156.15/76.47	c cleaning 12660 clauses out of 37812 with flag 631714/126001
178.85/87.80	c cleaning 13742 clauses out of 42147 with flag 718242/143001
201.72/99.12	c cleaning 14579 clauses out of 46405 with flag 814539/161002
226.53/111.49	c cleaning 15216 clauses out of 50822 with flag 909372/180000
254.37/125.66	c cleaning 16258 clauses out of 55603 with flag 1012440/200001
282.45/139.63	c cleaning 17172 clauses out of 60344 with flag 1120399/221000
314.38/155.51	c cleaning 17913 clauses out of 65173 with flag 1239604/243001
346.45/171.54	c cleaning 18657 clauses out of 70258 with flag 1365382/266001
379.91/188.23	c cleaning 19387 clauses out of 75591 with flag 1493793/290002
402.83/199.64	c cleaning 0 clauses out of 5000 with flag 0/5000
415.14/205.78	c cleaning 20337 clauses out of 81192 with flag 1625140/315001
452.58/224.21	c cleaning 21269 clauses out of 86850 with flag 1765134/341000
492.40/244.56	c cleaning 21906 clauses out of 92579 with flag 1909440/368002
535.75/266.00	c cleaning 22962 clauses out of 98667 with flag 2057829/396001
579.21/287.66	c cleaning 23639 clauses out of 104698 with flag 2210953/425000
624.99/310.39	c cleaning 24551 clauses out of 111061 with flag 2371917/455003
673.85/334.65	c cleaning 25365 clauses out of 117504 with flag 2538689/486001
721.81/358.59	c cleaning 26380 clauses out of 124135 with flag 2712304/518000
773.52/384.27	c cleaning 27132 clauses out of 130753 with flag 2893192/551000
828.05/411.34	c cleaning 28201 clauses out of 137619 with flag 3081307/585000
879.50/436.98	c cleaning 28879 clauses out of 144415 with flag 3278610/620000
935.83/465.71	c cleaning 29720 clauses out of 151537 with flag 3481354/656003
998.58/496.94	c cleaning 30417 clauses out of 158813 with flag 3698568/693000
1056.46/525.72	c cleaning 31165 clauses out of 166395 with flag 3907624/731003
1116.85/555.97	c cleaning 32359 clauses out of 174226 with flag 4133548/770001
1185.41/589.80	c cleaning 33229 clauses out of 181866 with flag 4363012/810000
1254.91/624.25	c cleaning 34040 clauses out of 189636 with flag 4598482/851000
1327.53/660.39	c cleaning 34872 clauses out of 197596 with flag 4841928/893002
1401.40/698.34	c cleaning 35854 clauses out of 205720 with flag 5097038/936000
1480.33/737.52	c cleaning 36589 clauses out of 213864 with flag 5355003/980000
1559.03/776.68	c cleaning 37624 clauses out of 222273 with flag 5624032/1025000
1639.11/816.21	c cleaning 38352 clauses out of 230647 with flag 5904167/1071004
1719.48/856.23	c cleaning 39281 clauses out of 239289 with flag 6182625/1118004
1798.22/895.48	c cleaning 39988 clauses out of 248003 with flag 6464793/1166000
1800.00/896.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/896.30	c starts		: 6775
1800.00/896.30	c conflicts		: 1167145
1800.00/896.30	c decisions		: 43751665
1800.00/896.30	c propagations		: 1170749480
1800.00/896.30	c inspects		: 2788627435
1800.00/896.30	c shortcuts		: 0
1800.00/896.30	c learnt literals	: 155
1800.00/896.30	c learnt binary clauses	: 98144
1800.00/896.30	c learnt ternary clauses	: 80043
1800.00/896.30	c learnt constraints	: 1166990
1800.00/896.30	c ignored constraints	: 0
1800.00/896.30	c root simplifications	: 0
1800.00/896.30	c removed literals (reason simplification)	: 7888545
1800.00/896.30	c reason swapping (by a shorter reason)	: 0
1800.00/896.30	c Calls to reduceDB	: 44
1800.00/896.30	c Number of update (reduction) of LBD	: 760046
1800.00/896.30	c Imported unit clauses	: 0
1800.00/896.30	c number of reductions to clauses (during analyze)	: 0
1800.00/896.30	c number of learned constraints concerned by reduction	: 0
1800.00/896.30	c number of learning phase by resolution	: 0
1800.00/896.30	c number of learning phase by cutting planes	: 0
1800.00/896.30	c speed (assignments/second)	: 1307524.3747445259
1800.00/896.30	c non guided choices	43953
1800.00/896.35	c learnt constraints type 
1800.00/896.35	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 98144
1800.00/896.35	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 111016
1800.00/896.35	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.00/896.35	c starts		: 34
1800.00/896.35	c conflicts		: 10127
1800.00/896.35	c decisions		: 211828
1800.00/896.35	c propagations		: 14792192
1800.00/896.35	c inspects		: 850427362
1800.00/896.35	c shortcuts		: 0
1800.00/896.35	c learnt literals	: 0
1800.00/896.35	c learnt binary clauses	: 0
1800.00/896.35	c learnt ternary clauses	: 33
1800.00/896.35	c learnt constraints	: 10126
1800.00/896.35	c ignored constraints	: 0
1800.00/896.35	c root simplifications	: 0
1800.00/896.35	c removed literals (reason simplification)	: 0
1800.00/896.35	c reason swapping (by a shorter reason)	: 0
1800.00/896.35	c Calls to reduceDB	: 1
1800.00/896.35	c Number of update (reduction) of LBD	: 0
1800.00/896.35	c Imported unit clauses	: 0
1800.00/896.35	c number of reductions to clauses (during analyze)	: 0
1800.00/896.35	c number of learned constraints concerned by reduction	: 0
1800.00/896.35	c number of learning phase by resolution	: 0
1800.00/896.35	c number of learning phase by cutting planes	: 0
1800.00/896.35	c speed (assignments/second)	: 16519.504421299967
1800.00/896.35	c non guided choices	3249
1800.00/896.35	c learnt constraints type 
1800.00/896.35	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 604
1800.00/896.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2057
1800.00/896.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7465
1800.00/896.35	s UNKNOWN
1800.00/896.35	c Total wall clock time (in seconds): 896.225

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

pid=24524
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: 4.22 4.25 4.19 5/197 24527
/proc/meminfo: memFree=26789776/32872528 swapFree=15784/1434320
[pid=24527] ppid=24524 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/24527/stat : 24527 (java) D 24524 24527 23715 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 110149695 9515008 183 33554432000 1073741824 1073778376 140736071327568 140736071318600 214369648309 0 0 4096 0 18446744072100588836 0 0 17 1 0 0 0 0 0
/proc/24527/statm: 2323 183 140 9 0 71 0

[startup+0.100117 s]
/proc/loadavg: 4.22 4.25 4.19 5/197 24527
/proc/meminfo: memFree=26789776/32872528 swapFree=15784/1434320
[pid=24527] ppid=24524 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/24527/stat : 24527 (java) S 24524 24527 23715 0 -1 4202496 4416 0 1 0 8 2 0 0 20 0 18 0 110149695 9787879424 5026 33554432000 1073741824 1073778376 140733787997296 140733787988432 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24527/statm: 2389619 5026 2116 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200286 s]
/proc/loadavg: 4.22 4.25 4.19 5/197 24527
/proc/meminfo: memFree=26789776/32872528 swapFree=15784/1434320
[pid=24527] ppid=24524 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/24527/stat : 24527 (java) S 24524 24527 23715 0 -1 4202496 6070 0 1 0 24 2 0 0 20 0 18 0 110149695 9787879424 7227 33554432000 1073741824 1073778376 140733787997296 140733787988432 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24527/statm: 2389619 7227 2206 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300306 s]
/proc/loadavg: 4.22 4.25 4.19 5/197 24527
/proc/meminfo: memFree=26789776/32872528 swapFree=15784/1434320
[pid=24527] ppid=24524 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/24527/stat : 24527 (java) S 24524 24527 23715 0 -1 4202496 7165 0 1 0 52 2 0 0 20 0 18 0 110149695 9787879424 10234 33554432000 1073741824 1073778376 140733787997296 140733787988432 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24527/statm: 2389619 10234 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700202 s]
/proc/loadavg: 4.22 4.25 4.19 5/197 24527
/proc/meminfo: memFree=26789776/32872528 swapFree=15784/1434320
[pid=24527] ppid=24524 vsize=9558476 CPUtime=1.58 cores=1,3,5,7
/proc/24527/stat : 24527 (java) S 24524 24527 23715 0 -1 4202496 21062 0 1 0 152 6 0 0 20 0 18 0 110149695 9787879424 40984 33554432000 1073741824 1073778376 140733787997296 140733787988432 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24527/statm: 2389619 40984 2251 9 0 2380296 0
Current children cumulated CPU time (s) 1.58
Current children cumulated vsize (KiB) 9558476

[startup+1.50095 s]
/proc/loadavg: 4.22 4.25 4.19 6/219 24549
/proc/meminfo: memFree=26593876/32872528 swapFree=15784/1434320
[pid=24527] ppid=24524 vsize=9824732 CPUtime=4.43 cores=1,3,5,7
/proc/24527/stat : 24527 (java) S 24524 24527 23715 0 -1 4202496 26552 0 1 0 435 8 0 0 20 0 22 0 110149695 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140733787988432 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24527/statm: 2456183 53103 2286 9 0 2446860 0
[pid=24527/tid=24529] ppid=24524 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/24527/task/24529/stat : 24529 (java) S 24524 24527 23715 0 -1 4202560 2536 0 1 0 80 3 0 0 20 0 22 0 110149696 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119955272568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24530] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24530/stat : 24530 (java) S 24524 24527 23715 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 110149697 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119799027880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24531] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24531/stat : 24531 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149697 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119797975336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24532] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24532/stat : 24532 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149697 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119796922792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24533] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24533/stat : 24533 (java) S 24524 24527 23715 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 110149697 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119795870248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24534] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24534/stat : 24534 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149697 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119794817704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24535] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24535/stat : 24535 (java) S 24524 24527 23715 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110149697 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119793765160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24536] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24536/stat : 24536 (java) S 24524 24527 23715 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 110149697 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119792712616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24537] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24537/stat : 24537 (java) S 24524 24527 23715 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 110149697 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119791660072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24538] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24538/stat : 24538 (java) S 24524 24527 23715 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119779461224 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24539] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24539/stat : 24539 (java) S 24524 24527 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119778407544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24540] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24540/stat : 24540 (java) S 24524 24527 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119777354888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24541] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24541/stat : 24541 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149702 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119776303632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24542] ppid=24524 vsize=9824732 CPUtime=1.09 cores=1,3,5,7
/proc/24527/task/24542/stat : 24542 (java) S 24524 24527 23715 0 -1 4202560 11234 0 0 0 108 1 0 0 20 0 22 0 110149702 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119775251000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24543] ppid=24524 vsize=9824732 CPUtime=1.19 cores=1,3,5,7
/proc/24527/task/24543/stat : 24543 (java) R 24524 24527 23715 0 -1 4202560 11345 0 0 0 117 2 0 0 20 0 22 0 110149702 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119774185744 140119962246814 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24544] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24544/stat : 24544 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149702 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119773146104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24545] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24545/stat : 24545 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149702 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119772093768 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24546] ppid=24524 vsize=9824732 CPUtime=0.6 cores=1,3,5,7
/proc/24527/task/24546/stat : 24546 (java) R 24524 24527 23715 0 -1 4202560 19 0 0 0 60 0 0 0 20 0 22 0 110149784 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119771036808 140119828467412 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24547] ppid=24524 vsize=9824732 CPUtime=0.59 cores=1,3,5,7
/proc/24527/task/24547/stat : 24547 (java) R 24524 24527 23715 0 -1 4202560 32 0 0 0 59 0 0 0 20 0 22 0 110149784 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119769985016 140119828717510 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24548] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24548/stat : 24548 (java) S 24524 24527 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110149787 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119768933416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24549] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24549/stat : 24549 (java) S 24524 24527 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110149787 10060525568 53103 33554432000 1073741824 1073778376 140733787997296 140119767880872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.43
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 4.22 4.25 4.19 6/219 24549
/proc/meminfo: memFree=26591736/32872528 swapFree=15784/1434320
[pid=24527] ppid=24524 vsize=9824732 CPUtime=8.11 cores=1,3,5,7
/proc/24527/stat : 24527 (java) S 24524 24527 23715 0 -1 4202496 27090 0 1 0 796 15 0 0 20 0 22 0 110149695 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140733787988432 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24527/statm: 2456183 91453 2286 9 0 2446860 0
[pid=24527/tid=24529] ppid=24524 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/24527/task/24529/stat : 24529 (java) S 24524 24527 23715 0 -1 4202560 2536 0 1 0 80 3 0 0 20 0 22 0 110149696 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119955272568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24530] ppid=24524 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24527/task/24530/stat : 24530 (java) S 24524 24527 23715 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 22 0 110149697 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119799027880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24531] ppid=24524 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24527/task/24531/stat : 24531 (java) S 24524 24527 23715 0 -1 4202560 32 0 0 0 1 1 0 0 20 0 22 0 110149697 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119797975336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24532] ppid=24524 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24527/task/24532/stat : 24532 (java) S 24524 24527 23715 0 -1 4202560 35 0 0 0 2 0 0 0 20 0 22 0 110149697 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119796922792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24533] ppid=24524 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24527/task/24533/stat : 24533 (java) S 24524 24527 23715 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 22 0 110149697 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119795870248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24534] ppid=24524 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24527/task/24534/stat : 24534 (java) S 24524 24527 23715 0 -1 4202560 25 0 0 0 1 0 0 0 20 0 22 0 110149697 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119794817704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24535] ppid=24524 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/24527/task/24535/stat : 24535 (java) S 24524 24527 23715 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 110149697 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119793765160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24536] ppid=24524 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24527/task/24536/stat : 24536 (java) S 24524 24527 23715 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 22 0 110149697 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119792712616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24537] ppid=24524 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24527/task/24537/stat : 24537 (java) S 24524 24527 23715 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 110149697 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119791660072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24538] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24538/stat : 24538 (java) S 24524 24527 23715 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119779461224 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24539] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24539/stat : 24539 (java) S 24524 24527 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119778407544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24540] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24540/stat : 24540 (java) S 24524 24527 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119777354888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24541] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24541/stat : 24541 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149702 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119776303632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24542] ppid=24524 vsize=9824732 CPUtime=1.22 cores=1,3,5,7
/proc/24527/task/24542/stat : 24542 (java) S 24524 24527 23715 0 -1 4202560 11353 0 0 0 121 1 0 0 20 0 22 0 110149702 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119775251000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24543] ppid=24524 vsize=9824732 CPUtime=1.44 cores=1,3,5,7
/proc/24527/task/24543/stat : 24543 (java) S 24524 24527 23715 0 -1 4202560 11415 0 0 0 141 3 0 0 20 0 22 0 110149702 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119774198456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24544] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24544/stat : 24544 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149702 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119773146104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24545] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24545/stat : 24545 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149702 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119772093768 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24546] ppid=24524 vsize=9824732 CPUtime=2.14 cores=1,3,5,7
/proc/24527/task/24546/stat : 24546 (java) R 24524 24527 23715 0 -1 4202560 21 0 0 0 214 0 0 0 20 0 22 0 110149784 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119771036168 140119828034119 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24547] ppid=24524 vsize=9824732 CPUtime=2.13 cores=1,3,5,7
/proc/24527/task/24547/stat : 24547 (java) R 24524 24527 23715 0 -1 4202560 90 0 0 0 211 2 0 0 20 0 22 0 110149784 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119769984376 140119828427252 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24548] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24548/stat : 24548 (java) S 24524 24527 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110149787 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119768933416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24549] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24549/stat : 24549 (java) S 24524 24527 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110149787 10060525568 91453 33554432000 1073741824 1073778376 140733787997296 140119767880872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.11
Current children cumulated vsize (KiB) 9824732

[startup+6.30102 s]
/proc/loadavg: 4.37 4.28 4.20 5/219 24549
/proc/meminfo: memFree=26405524/32872528 swapFree=15784/1434320
[pid=24527] ppid=24524 vsize=9824732 CPUtime=14.83 cores=1,3,5,7
/proc/24527/stat : 24527 (java) S 24524 24527 23715 0 -1 4202496 27767 0 1 0 1462 21 0 0 20 0 22 0 110149695 10060525568 144533 33554432000 1073741824 1073778376 140733787997296 140733787988432 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24527/statm: 2456183 144533 2291 9 0 2446860 0
[pid=24527/tid=24529] ppid=24524 vsize=9824732 CPUtime=0.83 cores=1,3,5,7
/proc/24527/task/24529/stat : 24529 (java) S 24524 24527 23715 0 -1 4202560 2536 0 1 0 80 3 0 0 20 0 22 0 110149696 10060525568 144533 33554432000 1073741824 1073778376 140733787997296 140119955272568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24530] ppid=24524 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24527/task/24530/stat : 24530 (java) S 24524 24527 23715 0 -1 4202560 56 0 0 0 3 0 0 0 20 0 22 0 110149697 10060525568 144533 33554432000 1073741824 1073778376 140733787997296 140119799027880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24531] ppid=24524 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24527/task/24531/stat : 24531 (java) S 24524 24527 23715 0 -1 4202560 68 0 0 0 4 2 0 0 20 0 22 0 110149697 10060525568 144533 33554432000 1073741824 1073778376 140733787997296 140119797975336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24532] ppid=24524 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/24527/task/24532/stat : 24532 (java) S 24524 24527 23715 0 -1 4202560 57 0 0 0 4 2 0 0 20 0 22 0 110149697 10060525568 144533 33554432000 1073741824 1073778376 140733787997296 140119796922792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24533] ppid=24524 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/24527/task/24533/stat : 24533 (java) S 24524 24527 23715 0 -1 4202560 38 0 0 0 3 1 0 0 20 0 22 0 110149697 10060525568 144533 33554432000 1073741824 1073778376 140733787997296 140119795870248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24534] ppid=24524 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24527/task/24534/stat : 24534 (java) S 24524 24527 23715 0 -1 4202560 46 0 0 0 2 1 0 0 20 0 22 0 110149697 10060525568 144533 33554432000 1073741824 1073778376 140733787997296 140119794817704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24535] ppid=24524 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/24527/task/24535/stat : 24535 (java) S 24524 24527 23715 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 110149697 10060525568 144533 33554432000 1073741824 1073778376 140733787997296 140119793765160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24536] ppid=24524 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24527/task/24536/stat : 24536 (java) S 24524 24527 23715 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 110149697 10060525568 144533 33554432000 1073741824 1073778376 140733787997296 140119792712616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24537] ppid=24524 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/24527/task/24537/stat : 24537 (java) S 24524 24527 23715 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 110149697 10060525568 144533 33554432000 1073741824 1073778376 140733787997296 140119791660072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24538] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24538/stat : 24538 (java) S 24524 24527 23715 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 144533 33554432000 1073741824 1073778376 140733787997296 140119779461224 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24539] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24539/stat : 24539 (java) S 24524 24527 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 144533 33554432000 1073741824 1073778376 140733787997296 140119778407544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24540] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24540/stat : 24540 (java) S 24524 24527 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 144533 33554432000 1073741824 1073778376 140733787997296 140119777354888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24541] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24541/stat : 24541 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149702 10060525568 144533 33554432000 1073741824 1073778376 140733787997296 140119776303632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24542] ppid=24524 vsize=9824732 CPUtime=1.37 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.05 4.15 4.16 6/219 24664
/proc/meminfo: memFree=23166736/32872528 swapFree=15784/1434320
[pid=24527] ppid=24524 vsize=9824732 CPUtime=1771.91 cores=1,3,5,7
/proc/24527/stat : 24527 (java) S 24524 24527 23715 0 -1 4202496 38294 0 1 0 176983 208 0 0 20 0 22 0 110149695 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140733787988432 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24527/statm: 2456183 931315 2300 9 0 2446860 0
[pid=24527/tid=24529] ppid=24524 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/24527/task/24529/stat : 24529 (java) S 24524 24527 23715 0 -1 4202560 2544 0 1 0 83 5 0 0 20 0 22 0 110149696 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119955272568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24530] ppid=24524 vsize=9824732 CPUtime=2.86 cores=1,3,5,7
/proc/24527/task/24530/stat : 24530 (java) S 24524 24527 23715 0 -1 4202560 606 0 0 0 269 17 0 0 20 0 22 0 110149697 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119799027880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24531] ppid=24524 vsize=9824732 CPUtime=3.11 cores=1,3,5,7
/proc/24527/task/24531/stat : 24531 (java) S 24524 24527 23715 0 -1 4202560 738 0 0 0 291 20 0 0 20 0 22 0 110149697 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119797975336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24532] ppid=24524 vsize=9824732 CPUtime=2.72 cores=1,3,5,7
/proc/24527/task/24532/stat : 24532 (java) S 24524 24527 23715 0 -1 4202560 911 0 0 0 253 19 0 0 20 0 22 0 110149697 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119796922792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24533] ppid=24524 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/24527/task/24533/stat : 24533 (java) S 24524 24527 23715 0 -1 4202560 946 0 0 0 273 18 0 0 20 0 22 0 110149697 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119795870248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24534] ppid=24524 vsize=9824732 CPUtime=2.63 cores=1,3,5,7
/proc/24527/task/24534/stat : 24534 (java) S 24524 24527 23715 0 -1 4202560 651 0 0 0 248 15 0 0 20 0 22 0 110149697 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119794817704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24535] ppid=24524 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/24527/task/24535/stat : 24535 (java) S 24524 24527 23715 0 -1 4202560 988 0 0 0 273 20 0 0 20 0 22 0 110149697 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119793765160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24536] ppid=24524 vsize=9824732 CPUtime=2.66 cores=1,3,5,7
/proc/24527/task/24536/stat : 24536 (java) S 24524 24527 23715 0 -1 4202560 820 0 0 0 249 17 0 0 20 0 22 0 110149697 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119792712616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24537] ppid=24524 vsize=9824732 CPUtime=2.77 cores=1,3,5,7
/proc/24527/task/24537/stat : 24537 (java) S 24524 24527 23715 0 -1 4202560 566 0 0 0 262 15 0 0 20 0 22 0 110149697 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119791660072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24538] ppid=24524 vsize=9824732 CPUtime=5.64 cores=1,3,5,7
/proc/24527/task/24538/stat : 24538 (java) S 24524 24527 23715 0 -1 4202560 2479 0 0 0 556 8 0 0 20 0 22 0 110149699 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119779461224 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24539] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24539/stat : 24539 (java) S 24524 24527 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119778407544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24540] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24540/stat : 24540 (java) S 24524 24527 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119777354888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24541] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24541/stat : 24541 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149702 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119776303632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24542] ppid=24524 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/24527/task/24542/stat : 24542 (java) S 24524 24527 23715 0 -1 4202560 11678 0 0 0 171 2 0 0 20 0 22 0 110149702 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119775251000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24543] ppid=24524 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/24527/task/24543/stat : 24543 (java) S 24524 24527 23715 0 -1 4202560 11416 0 0 0 157 3 0 0 20 0 22 0 110149702 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119774198456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24544] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24544/stat : 24544 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149702 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119773146104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24545] ppid=24524 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/24527/task/24545/stat : 24545 (java) S 24524 24527 23715 0 -1 4202560 51 0 0 0 22 17 0 0 20 0 22 0 110149702 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119772093768 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24546] ppid=24524 vsize=9824732 CPUtime=869.66 cores=1,3,5,7
/proc/24527/task/24546/stat : 24546 (java) R 24524 24527 23715 0 -1 4202560 56 0 0 0 86949 17 0 0 20 0 22 0 110149784 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119771036864 140119828034398 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24547] ppid=24524 vsize=9824732 CPUtime=869.63 cores=1,3,5,7
/proc/24527/task/24547/stat : 24547 (java) R 24524 24527 23715 0 -1 4202560 2579 0 0 0 86916 47 0 0 20 0 22 0 110149784 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119769985488 140119828128043 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24548] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24548/stat : 24548 (java) S 24524 24527 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110149787 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119768933416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24549] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24549/stat : 24549 (java) S 24524 24527 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110149787 10060525568 931315 33554432000 1073741824 1073778376 140733787997296 140119767880872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1771.91
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.301 s]
/proc/loadavg: 4.11 4.16 4.17 5/219 24664
/proc/meminfo: memFree=23166364/32872528 swapFree=15784/1434320
[pid=24527] ppid=24524 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/24527/stat : 24527 (java) S 24524 24527 23715 0 -1 4202496 38323 0 1 0 179792 208 0 0 20 0 22 0 110149695 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140733787988432 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24527/statm: 2456183 931343 2300 9 0 2446860 0
[pid=24527/tid=24529] ppid=24524 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/24527/task/24529/stat : 24529 (java) S 24524 24527 23715 0 -1 4202560 2544 0 1 0 83 5 0 0 20 0 22 0 110149696 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119955272568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24530] ppid=24524 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/24527/task/24530/stat : 24530 (java) S 24524 24527 23715 0 -1 4202560 627 0 0 0 273 17 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119799027880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24531] ppid=24524 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/24527/task/24531/stat : 24531 (java) S 24524 24527 23715 0 -1 4202560 740 0 0 0 294 20 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119797975336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24532] ppid=24524 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/24527/task/24532/stat : 24532 (java) S 24524 24527 23715 0 -1 4202560 912 0 0 0 257 19 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119796922792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24533] ppid=24524 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/24527/task/24533/stat : 24533 (java) S 24524 24527 23715 0 -1 4202560 946 0 0 0 275 18 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119795870248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24534] ppid=24524 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/24527/task/24534/stat : 24534 (java) S 24524 24527 23715 0 -1 4202560 651 0 0 0 252 15 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119794817704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24535] ppid=24524 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/24527/task/24535/stat : 24535 (java) S 24524 24527 23715 0 -1 4202560 990 0 0 0 275 20 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119793765160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24536] ppid=24524 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/24527/task/24536/stat : 24536 (java) S 24524 24527 23715 0 -1 4202560 821 0 0 0 252 17 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119792712616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24537] ppid=24524 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/24527/task/24537/stat : 24537 (java) S 24524 24527 23715 0 -1 4202560 566 0 0 0 265 15 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119791660072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24538] ppid=24524 vsize=9824732 CPUtime=5.64 cores=1,3,5,7
/proc/24527/task/24538/stat : 24538 (java) S 24524 24527 23715 0 -1 4202560 2480 0 0 0 556 8 0 0 20 0 22 0 110149699 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119779461224 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24539] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24539/stat : 24539 (java) S 24524 24527 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119778407544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24540] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24540/stat : 24540 (java) S 24524 24527 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119777354888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24541] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24541/stat : 24541 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149702 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119776303632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24542] ppid=24524 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/24527/task/24542/stat : 24542 (java) S 24524 24527 23715 0 -1 4202560 11678 0 0 0 171 2 0 0 20 0 22 0 110149702 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119775251000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24543] ppid=24524 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/24527/task/24543/stat : 24543 (java) S 24524 24527 23715 0 -1 4202560 11416 0 0 0 157 3 0 0 20 0 22 0 110149702 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119774198456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24544] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24544/stat : 24544 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149702 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119773146104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24545] ppid=24524 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/24527/task/24545/stat : 24545 (java) S 24524 24527 23715 0 -1 4202560 51 0 0 0 22 17 0 0 20 0 22 0 110149702 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119772093768 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24546] ppid=24524 vsize=9824732 CPUtime=883.58 cores=1,3,5,7
/proc/24527/task/24546/stat : 24546 (java) R 24524 24527 23715 0 -1 4202560 57 0 0 0 88341 17 0 0 20 0 22 0 110149784 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119771029136 140119828747582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24547] ppid=24524 vsize=9824732 CPUtime=883.56 cores=1,3,5,7
/proc/24527/task/24547/stat : 24547 (java) R 24524 24527 23715 0 -1 4202560 2579 0 0 0 88308 48 0 0 20 0 22 0 110149784 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119769983120 140119828319959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24548] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24548/stat : 24548 (java) S 24524 24527 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110149787 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119768933416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24549] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24549/stat : 24549 (java) S 24524 24527 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110149787 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119767880872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
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 24527 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.301 s]
/proc/loadavg: 4.11 4.16 4.17 5/219 24664
/proc/meminfo: memFree=23166364/32872528 swapFree=15784/1434320
[pid=24527] ppid=24524 vsize=9824732 CPUtime=1800 cores=1,3,5,7
/proc/24527/stat : 24527 (java) S 24524 24527 23715 0 -1 4202496 38323 0 1 0 179792 208 0 0 20 0 22 0 110149695 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140733787988432 214373007421 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24527/statm: 2456183 931343 2300 9 0 2446860 0
[pid=24527/tid=24529] ppid=24524 vsize=9824732 CPUtime=0.88 cores=1,3,5,7
/proc/24527/task/24529/stat : 24529 (java) S 24524 24527 23715 0 -1 4202560 2544 0 1 0 83 5 0 0 20 0 22 0 110149696 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119955272568 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24530] ppid=24524 vsize=9824732 CPUtime=2.9 cores=1,3,5,7
/proc/24527/task/24530/stat : 24530 (java) S 24524 24527 23715 0 -1 4202560 627 0 0 0 273 17 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119799027880 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24531] ppid=24524 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/24527/task/24531/stat : 24531 (java) S 24524 24527 23715 0 -1 4202560 740 0 0 0 294 20 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119797975336 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24532] ppid=24524 vsize=9824732 CPUtime=2.76 cores=1,3,5,7
/proc/24527/task/24532/stat : 24532 (java) S 24524 24527 23715 0 -1 4202560 912 0 0 0 257 19 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119796922792 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24533] ppid=24524 vsize=9824732 CPUtime=2.93 cores=1,3,5,7
/proc/24527/task/24533/stat : 24533 (java) S 24524 24527 23715 0 -1 4202560 946 0 0 0 275 18 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119795870248 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24534] ppid=24524 vsize=9824732 CPUtime=2.67 cores=1,3,5,7
/proc/24527/task/24534/stat : 24534 (java) S 24524 24527 23715 0 -1 4202560 651 0 0 0 252 15 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119794817704 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24535] ppid=24524 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/24527/task/24535/stat : 24535 (java) S 24524 24527 23715 0 -1 4202560 990 0 0 0 275 20 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119793765160 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24536] ppid=24524 vsize=9824732 CPUtime=2.69 cores=1,3,5,7
/proc/24527/task/24536/stat : 24536 (java) S 24524 24527 23715 0 -1 4202560 821 0 0 0 252 17 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119792712616 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24537] ppid=24524 vsize=9824732 CPUtime=2.8 cores=1,3,5,7
/proc/24527/task/24537/stat : 24537 (java) S 24524 24527 23715 0 -1 4202560 566 0 0 0 265 15 0 0 20 0 22 0 110149697 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119791660072 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24538] ppid=24524 vsize=9824732 CPUtime=5.64 cores=1,3,5,7
/proc/24527/task/24538/stat : 24538 (java) S 24524 24527 23715 0 -1 4202560 2480 0 0 0 556 8 0 0 20 0 22 0 110149699 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119779461224 214373021609 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24539] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24539/stat : 24539 (java) S 24524 24527 23715 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119778407544 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24540] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24540/stat : 24540 (java) S 24524 24527 23715 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110149699 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119777354888 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24541] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24541/stat : 24541 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149702 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119776303632 214373029664 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24542] ppid=24524 vsize=9824732 CPUtime=1.73 cores=1,3,5,7
/proc/24527/task/24542/stat : 24542 (java) S 24524 24527 23715 0 -1 4202560 11678 0 0 0 171 2 0 0 20 0 22 0 110149702 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119775251000 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24543] ppid=24524 vsize=9824732 CPUtime=1.6 cores=1,3,5,7
/proc/24527/task/24543/stat : 24543 (java) S 24524 24527 23715 0 -1 4202560 11416 0 0 0 157 3 0 0 20 0 22 0 110149702 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119774198456 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24527/tid=24544] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24544/stat : 24544 (java) S 24524 24527 23715 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110149702 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119773146104 214373020732 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24545] ppid=24524 vsize=9824732 CPUtime=0.39 cores=1,3,5,7
/proc/24527/task/24545/stat : 24545 (java) S 24524 24527 23715 0 -1 4202560 51 0 0 0 22 17 0 0 20 0 22 0 110149702 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119772093768 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24546] ppid=24524 vsize=9824732 CPUtime=883.58 cores=1,3,5,7
/proc/24527/task/24546/stat : 24546 (java) R 24524 24527 23715 0 -1 4202560 57 0 0 0 88341 17 0 0 20 0 22 0 110149784 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119771029136 140119828747582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=24527/tid=24547] ppid=24524 vsize=9824732 CPUtime=883.56 cores=1,3,5,7
/proc/24527/task/24547/stat : 24547 (java) R 24524 24527 23715 0 -1 4202560 2579 0 0 0 88308 48 0 0 20 0 22 0 110149784 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119769983120 140119828319959 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=24527/tid=24548] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24548/stat : 24548 (java) S 24524 24527 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110149787 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119768933416 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24527/tid=24549] ppid=24524 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/24527/task/24549/stat : 24549 (java) S 24524 24527 23715 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110149787 10060525568 931343 33554432000 1073741824 1073778376 140733787997296 140119767880872 214373021609 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 896.373
CPU time (s): 1800.68
CPU user time (s): 1798.1
CPU system time (s): 2.58261
CPU usage (%): 200.885
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 2.58261
maximum resident set size= 3733264
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38357
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23807
involuntary context switches= 26248

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.94494 second user time and 6.21505 second system time

The end

Launcher Data

Begin job on node130 at 2016-06-07 08:49:25
IDJOB=4080537
IDBENCH=90188
IDSOLVER=2543
FILE ID=node130/4080537-1465282164
RUNJOBID= node130-1465277942-23732
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_K175.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080537-1465282164/watcher-4080537-1465282164 -o /tmp/evaluation-result-4080537-1465282164/solver-4080537-1465282164 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node130-1465277942-23732 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080537-1465282164.opb

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

MD5SUM BENCH= c7b1775204389f0c59bc1b934de7e2c1
RANDOM SEED=1162101268

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:        26790156 kB
Buffers:          115544 kB
Cached:           210724 kB
SwapCached:         1724 kB
Active:          3671304 kB
Inactive:         234920 kB
Active(anon):    3581056 kB
Inactive(anon):     1252 kB
Active(file):      90248 kB
Inactive(file):   233668 kB
Unevictable:     1434320 kB
Mlocked:           15784 kB
SwapTotal:      67108856 kB
SwapFree:       67098432 kB
Dirty:              2048 kB
Writeback:             0 kB
AnonPages:       5013760 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             602096 kB
SReclaimable:      45512 kB
SUnreclaim:       556584 kB
KernelStack:        1616 kB
PageTables:        14192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5407252 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4929536 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 09:04:21