Trace number 4084558

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 Resolution PB16? (TO) 1800.45 1797.9

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-123.opb
MD5SUMe6dc64843ebe4c9cb8812bfa08aa0858
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark489.747
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables36611
Total number of constraints853935
Number of constraints which are clauses766797
Number of constraints which are cardinality constraints (but not clauses)2865
Number of constraints which are nor clauses,nor cardinality constraints84273
Minimum length of a constraint1
Maximum length of a constraint756
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 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 757
Number of bits of the biggest sum of numbers10
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.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4084558-1465277227.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  no objective function found
6.53/5.39	c ... done. Wall clock time 5.277s.
6.53/5.39	c declared #vars     36611
6.53/5.39	c #constraints  855463
6.53/5.39	c constraints type 
6.53/5.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 443795
6.53/5.39	c org.sat4j.specs.Constr$1 => 128910
6.53/5.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 2687
6.53/5.39	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 188268
6.53/5.39	c org.sat4j.minisat.constraints.cnf.UnitClause => 7530
6.53/5.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 84273
6.53/5.39	c 855463 constraints processed.
14.27/12.55	c cleaning 2477 clauses out of 4970 with flag 407645/5000
27.82/25.70	c cleaning 4189 clauses out of 8453 with flag 1169893/11000
35.62/33.47	c cleaning 5229 clauses out of 11228 with flag 1914874/18000
46.64/44.41	c cleaning 6895 clauses out of 13954 with flag 2760657/26000
56.05/53.87	c cleaning 7888 clauses out of 16036 with flag 3589177/35000
67.25/65.04	c cleaning 8855 clauses out of 18098 with flag 4546350/45000
80.55/78.32	c cleaning 10011 clauses out of 20219 with flag 5455152/56000
92.45/90.23	c cleaning 10680 clauses out of 22181 with flag 6385612/68000
110.15/107.90	c cleaning 12000 clauses out of 24480 with flag 7196798/81000
124.95/122.77	c cleaning 13016 clauses out of 26449 with flag 8081269/95000
139.05/136.85	c cleaning 14089 clauses out of 28405 with flag 9092932/110000
154.24/152.09	c cleaning 14812 clauses out of 30290 with flag 9958645/126000
170.95/168.79	c cleaning 16091 clauses out of 32462 with flag 11098012/143000
189.24/187.02	c cleaning 16947 clauses out of 34343 with flag 12170467/161000
206.63/204.49	c cleaning 17506 clauses out of 36377 with flag 13219654/180000
224.63/222.46	c cleaning 19376 clauses out of 38847 with flag 14360106/200000
246.63/244.42	c cleaning 19970 clauses out of 40455 with flag 15639355/221002
265.92/263.75	c cleaning 21079 clauses out of 42473 with flag 16701738/243000
286.43/284.23	c cleaning 21788 clauses out of 44378 with flag 17740801/266000
307.12/304.94	c cleaning 23114 clauses out of 46585 with flag 18835927/290000
325.81/323.60	c cleaning 23720 clauses out of 48462 with flag 20037611/315000
345.41/343.20	c cleaning 24922 clauses out of 50733 with flag 21200400/341000
366.62/364.49	c cleaning 26053 clauses out of 52803 with flag 22342946/368000
387.10/384.92	c cleaning 27328 clauses out of 54747 with flag 23438991/396000
408.10/405.93	c cleaning 27918 clauses out of 56418 with flag 24595063/425000
430.60/428.45	c cleaning 28744 clauses out of 58496 with flag 25642207/455000
455.29/453.14	c cleaning 29891 clauses out of 60748 with flag 26810923/486000
481.39/479.20	c cleaning 31157 clauses out of 62851 with flag 28137723/518000
505.29/503.14	c cleaning 31501 clauses out of 64689 with flag 29388271/551000
531.19/529.02	c cleaning 33467 clauses out of 67181 with flag 30593973/585000
560.28/558.12	c cleaning 32359 clauses out of 68712 with flag 31813780/620000
587.58/585.50	c cleaning 34375 clauses out of 72354 with flag 32848314/656001
614.18/612.02	c cleaning 36689 clauses out of 74977 with flag 34033107/693000
642.78/640.61	c cleaning 36843 clauses out of 76287 with flag 35225133/731000
673.27/671.10	c cleaning 36081 clauses out of 78444 with flag 36352835/770000
700.76/698.64	c cleaning 38598 clauses out of 82362 with flag 37577715/810000
735.07/732.92	c cleaning 39821 clauses out of 84762 with flag 38795721/851000
763.27/761.17	c cleaning 41181 clauses out of 86940 with flag 40095857/893000
800.57/798.46	c cleaning 41131 clauses out of 88758 with flag 41324708/936000
833.57/831.42	c cleaning 42025 clauses out of 91627 with flag 42582785/980000
866.99/864.86	c cleaning 44347 clauses out of 94547 with flag 43988255/1025000
908.28/906.13	c cleaning 44491 clauses out of 96091 with flag 45598529/1071001
943.30/941.10	c cleaning 45767 clauses out of 98585 with flag 46919043/1118000
981.50/979.34	c cleaning 45331 clauses out of 100818 with flag 48195995/1166000
1022.51/1020.39	c cleaning 48035 clauses out of 104480 with flag 49555863/1215000
1060.01/1057.84	c cleaning 48684 clauses out of 106444 with flag 50877017/1265000
1097.31/1095.17	c cleaning 49986 clauses out of 108753 with flag 52282134/1316001
1136.91/1134.72	c cleaning 50199 clauses out of 110703 with flag 54036312/1368000
1175.53/1173.36	c cleaning 50921 clauses out of 113422 with flag 55807028/1421000
1215.44/1213.26	c cleaning 51319 clauses out of 116455 with flag 58121513/1475000
1250.05/1247.90	c cleaning 50996 clauses out of 120122 with flag 60247221/1530001
1280.95/1278.77	c cleaning 53618 clauses out of 125108 with flag 61901431/1586000
1325.15/1322.94	c cleaning 54154 clauses out of 128441 with flag 63978495/1643000
1370.17/1367.95	c cleaning 55135 clauses out of 132223 with flag 66319601/1701000
1422.78/1420.56	c cleaning 56503 clauses out of 136003 with flag 69069138/1760000
1459.87/1457.61	c cleaning 57462 clauses out of 139452 with flag 71335493/1820000
1496.08/1493.85	c cleaning 58157 clauses out of 142976 with flag 73312976/1881000
1526.20/1523.93	c cleaning 60142 clauses out of 146804 with flag 75127228/1943000
1556.70/1554.47	c cleaning 59627 clauses out of 149657 with flag 76856220/2006000
1594.11/1591.86	c cleaning 61833 clauses out of 154019 with flag 78951555/2070000
1626.11/1623.90	c cleaning 62289 clauses out of 157173 with flag 80943120/2135000
1661.62/1659.33	c cleaning 64005 clauses out of 160878 with flag 82802044/2201000
1708.84/1706.51	c cleaning 65139 clauses out of 163872 with flag 84758214/2268000
1762.85/1760.53	c cleaning 66482 clauses out of 166730 with flag 86886495/2336000
1800.45/1797.85	c starts		: 9621
1800.45/1797.85	c conflicts		: 2387432
1800.45/1797.85	c decisions		: 194136862
1800.45/1797.85	c propagations		: 1275429599
1800.45/1797.85	c inspects		: 19526566653
1800.45/1797.85	c shortcuts		: 0
1800.45/1797.85	c learnt literals	: 1314
1800.45/1797.85	c learnt binary clauses	: 5587
1800.45/1797.85	c learnt ternary clauses	: 38721
1800.45/1797.85	c learnt constraints	: 2386118
1800.45/1797.85	c ignored constraints	: 0
1800.45/1797.86	c root simplifications	: 0
1800.45/1797.86	c removed literals (reason simplification)	: 0
1800.45/1797.86	c reason swapping (by a shorter reason)	: 0
1800.45/1797.86	c Calls to reduceDB	: 64
1800.45/1797.86	c Number of update (reduction) of LBD	: 1486592
1800.45/1797.86	c Imported unit clauses	: 0
1800.45/1797.86	c number of reductions to clauses (during analyze)	: 0
1800.45/1797.86	c number of learned constraints concerned by reduction	: 0
1800.45/1797.86	c number of learning phase by resolution	: 0
1800.45/1797.86	c number of learning phase by cutting planes	: 0
1800.45/1797.86	c speed (assignments/second)	: 711563.3326322378
1800.45/1797.86	c non guided choices	3082399
1800.45/1797.86	c timeout
1800.45/1797.89	c learnt constraints type 
1800.45/1797.89	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 5587
1800.45/1797.89	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 146093
1800.45/1797.89	s UNKNOWN
1800.45/1797.89	c Total wall clock time (in seconds): 1797.773

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-4084558-1465277227/watcher-4084558-1465277227 -o /tmp/evaluation-result-4084558-1465277227/solver-4084558-1465277227 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5401 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084558-1465277227.opb 

pid=8780
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: 2.03 2.07 2.08 3/194 8783
/proc/meminfo: memFree=27786300/32872528 swapFree=10676/249824
[pid=8783] ppid=8780 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/8783/stat : 8783 (java) D 8780 8783 5384 0 -1 4202496 319 0 0 0 0 0 0 0 20 0 1 0 109658281 9515008 176 33554432000 1073741824 1073778376 140733297750368 140733297733096 247064249232 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/8783/statm: 2323 176 133 9 0 71 0

[startup+0.10006 s]
/proc/loadavg: 2.03 2.07 2.08 3/194 8783
/proc/meminfo: memFree=27786300/32872528 swapFree=10676/249824
[pid=8783] ppid=8780 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/8783/stat : 8783 (java) S 8780 8783 5384 0 -1 4202496 4406 0 1 0 8 1 0 0 20 0 18 0 109658281 9787879424 6033 33554432000 1073741824 1073778376 140733905118016 140733905109152 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8783/statm: 2389619 6033 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.20022 s]
/proc/loadavg: 2.03 2.07 2.08 3/194 8783
/proc/meminfo: memFree=27786300/32872528 swapFree=10676/249824
[pid=8783] ppid=8780 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/8783/stat : 8783 (java) S 8780 8783 5384 0 -1 4202496 4694 0 1 0 23 1 0 0 20 0 18 0 109658281 9787879424 7281 33554432000 1073741824 1073778376 140733905118016 140733905109152 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8783/statm: 2389619 7281 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300343 s]
/proc/loadavg: 2.03 2.07 2.08 3/194 8783
/proc/meminfo: memFree=27786300/32872528 swapFree=10676/249824
[pid=8783] ppid=8780 vsize=9558476 CPUtime=0.45 cores=1,3,5,7
/proc/8783/stat : 8783 (java) S 8780 8783 5384 0 -1 4202496 6006 0 1 0 44 1 0 0 20 0 18 0 109658281 9787879424 9600 33554432000 1073741824 1073778376 140733905118016 140733905109152 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8783/statm: 2389619 9606 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.700206 s]
/proc/loadavg: 2.03 2.07 2.08 3/194 8783
/proc/meminfo: memFree=27786300/32872528 swapFree=10676/249824
[pid=8783] ppid=8780 vsize=9558476 CPUtime=1.19 cores=1,3,5,7
/proc/8783/stat : 8783 (java) S 8780 8783 5384 0 -1 4202496 8166 0 1 0 115 4 0 0 20 0 18 0 109658281 9787879424 40182 33554432000 1073741824 1073778376 140733905118016 140733905109152 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8783/statm: 2389619 40182 2263 9 0 2380296 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.03 2.07 2.08 3/212 8801
/proc/meminfo: memFree=27619304/32872528 swapFree=10676/249824
[pid=8783] ppid=8780 vsize=9558476 CPUtime=2.14 cores=1,3,5,7
/proc/8783/stat : 8783 (java) S 8780 8783 5384 0 -1 4202496 8297 0 1 0 205 9 0 0 20 0 18 0 109658281 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140733905109152 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8783/statm: 2389619 53048 2263 9 0 2380296 0
[pid=8783/tid=8785] ppid=8780 vsize=9558476 CPUtime=1.41 cores=1,3,5,7
/proc/8783/task/8785/stat : 8785 (java) R 8780 8783 5384 0 -1 4202560 2477 0 1 0 137 4 0 0 20 0 18 0 109658282 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700803121104 140700662815898 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8783/tid=8786] ppid=8780 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/8783/task/8786/stat : 8786 (java) S 8780 8783 5384 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 109658284 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700781230248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8783/tid=8787] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8787/stat : 8787 (java) S 8780 8783 5384 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 18 0 109658284 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700578474280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8788] ppid=8780 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/8783/task/8788/stat : 8788 (java) S 8780 8783 5384 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 109658284 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700577421736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8789] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8789/stat : 8789 (java) S 8780 8783 5384 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 18 0 109658284 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700576369192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8783/tid=8790] ppid=8780 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8783/task/8790/stat : 8790 (java) S 8780 8783 5384 0 -1 4202560 16 0 0 0 2 1 0 0 20 0 18 0 109658284 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700575316648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8783/tid=8791] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8791/stat : 8791 (java) S 8780 8783 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 109658284 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700574264104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8792] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8792/stat : 8792 (java) S 8780 8783 5384 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 109658284 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700573211560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8793] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8793/stat : 8793 (java) S 8780 8783 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109658284 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700572159016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8783/tid=8794] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8794/stat : 8794 (java) S 8780 8783 5384 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 109658285 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700559960168 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8795] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8795/stat : 8795 (java) S 8780 8783 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109658285 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700558906488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8796] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8796/stat : 8796 (java) S 8780 8783 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109658285 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700557853832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8797] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8797/stat : 8797 (java) S 8780 8783 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109658287 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700556802576 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8798] ppid=8780 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/8783/task/8798/stat : 8798 (java) R 8780 8783 5384 0 -1 4202560 2464 0 0 0 29 0 0 0 20 0 18 0 109658287 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700555749944 140700808973050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8799] ppid=8780 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/8783/task/8799/stat : 8799 (java) S 8780 8783 5384 0 -1 4202560 1954 0 0 0 22 0 0 0 20 0 18 0 109658287 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700554697400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8800] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8800/stat : 8800 (java) S 8780 8783 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109658288 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700553645048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8801] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8801/stat : 8801 (java) S 8780 8783 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109658288 9787879424 53048 33554432000 1073741824 1073778376 140733905118016 140700552592712 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 2.03 2.07 2.08 3/212 8801
/proc/meminfo: memFree=27447088/32872528 swapFree=10676/249824
[pid=8783] ppid=8780 vsize=9558476 CPUtime=4.02 cores=1,3,5,7
/proc/8783/stat : 8783 (java) S 8780 8783 5384 0 -1 4202496 9264 0 1 0 381 21 0 0 20 0 18 0 109658281 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140733905109152 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8783/statm: 2389619 148959 2263 9 0 2380296 0
[pid=8783/tid=8785] ppid=8780 vsize=9558476 CPUtime=2.91 cores=1,3,5,7
/proc/8783/task/8785/stat : 8785 (java) R 8780 8783 5384 0 -1 4202560 2629 0 1 0 283 8 0 0 20 0 18 0 109658282 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700803128696 247067632909 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8783/tid=8786] ppid=8780 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/8783/task/8786/stat : 8786 (java) S 8780 8783 5384 0 -1 4202560 105 0 0 0 4 2 0 0 20 0 18 0 109658284 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700781230248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8787] ppid=8780 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/8783/task/8787/stat : 8787 (java) S 8780 8783 5384 0 -1 4202560 90 0 0 0 3 2 0 0 20 0 18 0 109658284 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700578474280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8788] ppid=8780 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/8783/task/8788/stat : 8788 (java) S 8780 8783 5384 0 -1 4202560 26 0 0 0 4 2 0 0 20 0 18 0 109658284 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700577421736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8783/tid=8789] ppid=8780 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/8783/task/8789/stat : 8789 (java) S 8780 8783 5384 0 -1 4202560 102 0 0 0 4 0 0 0 20 0 18 0 109658284 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700576369192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8790] ppid=8780 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/8783/task/8790/stat : 8790 (java) S 8780 8783 5384 0 -1 4202560 101 0 0 0 5 2 0 0 20 0 18 0 109658284 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700575316648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8783/tid=8791] ppid=8780 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/8783/task/8791/stat : 8791 (java) S 8780 8783 5384 0 -1 4202560 28 0 0 0 5 1 0 0 20 0 18 0 109658284 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700574264104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8783/tid=8792] ppid=8780 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/8783/task/8792/stat : 8792 (java) S 8780 8783 5384 0 -1 4202560 31 0 0 0 4 2 0 0 20 0 18 0 109658284 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700573211560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8793] ppid=8780 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/8783/task/8793/stat : 8793 (java) S 8780 8783 5384 0 -1 4202560 27 0 0 0 2 1 0 0 20 0 18 0 109658284 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700572159016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8794] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8794/stat : 8794 (java) S 8780 8783 5384 0 -1 4202560 454 0 0 0 0 0 0 0 20 0 18 0 109658285 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700559960168 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8795] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8795/stat : 8795 (java) S 8780 8783 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 109658285 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700558906488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8796] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8796/stat : 8796 (java) S 8780 8783 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 109658285 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700557853832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8797] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8797/stat : 8797 (java) S 8780 8783 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109658287 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700556802576 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8798] ppid=8780 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/8783/task/8798/stat : 8798 (java) S 8780 8783 5384 0 -1 4202560 2464 0 0 0 31 0 0 0 20 0 18 0 109658287 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700555749944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8799] ppid=8780 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/8783/task/8799/stat : 8799 (java) S 8780 8783 5384 0 -1 4202560 1954 0 0 0 22 0 0 0 20 0 18 0 109658287 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700554697400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8800] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8800/stat : 8800 (java) S 8780 8783 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109658288 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700553645048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8801] ppid=8780 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8801/stat : 8801 (java) S 8780 8783 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 109658288 9787879424 148959 33554432000 1073741824 1073778376 140733905118016 140700552592712 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9558476

[startup+6.30089 s]
/proc/loadavg: 2.03 2.07 2.08 4/213 8802
/proc/meminfo: memFree=26640744/32872528 swapFree=10676/249824
[pid=8783] ppid=8780 vsize=9625040 CPUtime=7.96 cores=1,3,5,7
/proc/8783/stat : 8783 (java) S 8780 8783 5384 0 -1 4202496 10899 0 1 0 757 39 0 0 20 0 19 0 109658281 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140733905109152 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8783/statm: 2406260 288196 2277 9 0 2396937 0
[pid=8783/tid=8785] ppid=8780 vsize=9625040 CPUtime=5.96 cores=1,3,5,7
/proc/8783/task/8785/stat : 8785 (java) R 8780 8783 5384 0 -1 4202560 3108 0 1 0 582 14 0 0 20 0 19 0 109658282 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700803129720 140700663164026 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8783/tid=8786] ppid=8780 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/8783/task/8786/stat : 8786 (java) S 8780 8783 5384 0 -1 4202560 226 0 0 0 7 3 0 0 20 0 19 0 109658284 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700781230248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8787] ppid=8780 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/8783/task/8787/stat : 8787 (java) S 8780 8783 5384 0 -1 4202560 127 0 0 0 8 3 0 0 20 0 19 0 109658284 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700578474280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8788] ppid=8780 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/8783/task/8788/stat : 8788 (java) S 8780 8783 5384 0 -1 4202560 150 0 0 0 12 4 0 0 20 0 19 0 109658284 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700577421736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8789] ppid=8780 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/8783/task/8789/stat : 8789 (java) S 8780 8783 5384 0 -1 4202560 217 0 0 0 10 3 0 0 20 0 19 0 109658284 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700576369192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8783/tid=8790] ppid=8780 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/8783/task/8790/stat : 8790 (java) S 8780 8783 5384 0 -1 4202560 239 0 0 0 9 4 0 0 20 0 19 0 109658284 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700575316648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8791] ppid=8780 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/8783/task/8791/stat : 8791 (java) S 8780 8783 5384 0 -1 4202560 215 0 0 0 9 2 0 0 20 0 19 0 109658284 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700574264104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8792] ppid=8780 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/8783/task/8792/stat : 8792 (java) S 8780 8783 5384 0 -1 4202560 121 0 0 0 12 4 0 0 20 0 19 0 109658284 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700573211560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8793] ppid=8780 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/8783/task/8793/stat : 8793 (java) S 8780 8783 5384 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 109658284 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700572159016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8794] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8794/stat : 8794 (java) S 8780 8783 5384 0 -1 4202560 769 0 0 0 0 0 0 0 20 0 19 0 109658285 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700559960168 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8795] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8795/stat : 8795 (java) S 8780 8783 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109658285 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700558906488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8796] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8796/stat : 8796 (java) S 8780 8783 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109658285 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700557853832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8797] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8797/stat : 8797 (java) S 8780 8783 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109658287 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700556802576 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8798] ppid=8780 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/8783/task/8798/stat : 8798 (java) S 8780 8783 5384 0 -1 4202560 2468 0 0 0 44 0 0 0 20 0 19 0 109658287 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700555749944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8799] ppid=8780 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/8783/task/8799/stat : 8799 (java) S 8780 8783 5384 0 -1 4202560 1957 0 0 0 42 0 0 0 20 0 19 0 109658287 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700554697400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8800] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8800/stat : 8800 (java) S 8780 8783 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109658288 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700553645048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8801] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8801/stat : 8801 (java) S 8780 8783 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109658288 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700552592712 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8802] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8802/stat : 8802 (java) S 8780 8783 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109658824 9856040960 288196 33554432000 1073741824 1073778376 140733905118016 140700551439144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.02 2.07 2.07 3/213 8802
/proc/meminfo: memFree=26640260/32872528 swapFree=10676/249824
[pid=8783] ppid=8780 vsize=9625040 CPUtime=14.64 cores=1,3,5,7

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

[pid=8783/tid=8802] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8802/stat : 8802 (java) S 8780 8783 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109658824 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700551439144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1724.63
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.13 2.07 2.02 3/213 8911
/proc/meminfo: memFree=29414680/32872528 swapFree=10676/249824
[pid=8783] ppid=8780 vsize=9625040 CPUtime=1784.66 cores=1,3,5,7
/proc/8783/stat : 8783 (java) S 8780 8783 5384 0 -1 4202496 17666 0 1 0 178391 75 0 0 20 0 19 0 109658281 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140733905109152 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8783/statm: 2406260 292409 2286 9 0 2396937 0
[pid=8783/tid=8785] ppid=8780 vsize=9625040 CPUtime=1777.16 cores=1,3,5,7
/proc/8783/task/8785/stat : 8785 (java) R 8780 8783 5384 0 -1 4202560 3116 0 1 0 177674 42 0 0 20 0 19 0 109658282 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700803120832 140700663134653 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8786] ppid=8780 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/8783/task/8786/stat : 8786 (java) S 8780 8783 5384 0 -1 4202560 226 0 0 0 7 3 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700781230248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8787] ppid=8780 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/8783/task/8787/stat : 8787 (java) S 8780 8783 5384 0 -1 4202560 127 0 0 0 8 3 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700578474280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8788] ppid=8780 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/8783/task/8788/stat : 8788 (java) S 8780 8783 5384 0 -1 4202560 150 0 0 0 12 4 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700577421736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8789] ppid=8780 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/8783/task/8789/stat : 8789 (java) S 8780 8783 5384 0 -1 4202560 217 0 0 0 10 3 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700576369192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8783/tid=8790] ppid=8780 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/8783/task/8790/stat : 8790 (java) S 8780 8783 5384 0 -1 4202560 239 0 0 0 9 4 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700575316648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8791] ppid=8780 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/8783/task/8791/stat : 8791 (java) S 8780 8783 5384 0 -1 4202560 215 0 0 0 9 2 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700574264104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8792] ppid=8780 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/8783/task/8792/stat : 8792 (java) S 8780 8783 5384 0 -1 4202560 121 0 0 0 12 4 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700573211560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8793] ppid=8780 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/8783/task/8793/stat : 8793 (java) S 8780 8783 5384 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700572159016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8794] ppid=8780 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8783/task/8794/stat : 8794 (java) S 8780 8783 5384 0 -1 4202560 771 0 0 0 0 2 0 0 20 0 19 0 109658285 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700559960168 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8795] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8795/stat : 8795 (java) S 8780 8783 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109658285 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700558906488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8796] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8796/stat : 8796 (java) S 8780 8783 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109658285 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700557853832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8797] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8797/stat : 8797 (java) S 8780 8783 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109658287 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700556802576 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8798] ppid=8780 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/8783/task/8798/stat : 8798 (java) S 8780 8783 5384 0 -1 4202560 9115 0 0 0 94 2 0 0 20 0 19 0 109658287 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700555749944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8799] ppid=8780 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/8783/task/8799/stat : 8799 (java) S 8780 8783 5384 0 -1 4202560 1965 0 0 0 54 0 0 0 20 0 19 0 109658287 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700554697400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8800] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8800/stat : 8800 (java) S 8780 8783 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109658288 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700553645048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8801] ppid=8780 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/8783/task/8801/stat : 8801 (java) S 8780 8783 5384 0 -1 4202560 103 0 0 0 26 41 0 0 20 0 19 0 109658288 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700552592712 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8783/tid=8802] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8802/stat : 8802 (java) S 8780 8783 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109658824 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700551439144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1784.66
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.7 s]
/proc/loadavg: 2.10 2.07 2.02 3/213 8912
/proc/meminfo: memFree=29400180/32872528 swapFree=10676/249824
[pid=8783] ppid=8780 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/8783/stat : 8783 (java) S 8780 8783 5384 0 -1 4202496 17666 0 1 0 179931 75 0 0 20 0 19 0 109658281 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140733905109152 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8783/statm: 2406260 292409 2286 9 0 2396937 0
[pid=8783/tid=8785] ppid=8780 vsize=9625040 CPUtime=1792.52 cores=1,3,5,7
/proc/8783/task/8785/stat : 8785 (java) R 8780 8783 5384 0 -1 4202560 3116 0 1 0 179210 42 0 0 20 0 19 0 109658282 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700803120832 140700663127374 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8786] ppid=8780 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/8783/task/8786/stat : 8786 (java) S 8780 8783 5384 0 -1 4202560 226 0 0 0 7 3 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700781230248 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8787] ppid=8780 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/8783/task/8787/stat : 8787 (java) S 8780 8783 5384 0 -1 4202560 127 0 0 0 8 3 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700578474280 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8788] ppid=8780 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/8783/task/8788/stat : 8788 (java) S 8780 8783 5384 0 -1 4202560 150 0 0 0 12 4 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700577421736 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8789] ppid=8780 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/8783/task/8789/stat : 8789 (java) S 8780 8783 5384 0 -1 4202560 217 0 0 0 10 3 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700576369192 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8783/tid=8790] ppid=8780 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/8783/task/8790/stat : 8790 (java) S 8780 8783 5384 0 -1 4202560 239 0 0 0 9 4 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700575316648 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8791] ppid=8780 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/8783/task/8791/stat : 8791 (java) S 8780 8783 5384 0 -1 4202560 215 0 0 0 9 2 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700574264104 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8792] ppid=8780 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/8783/task/8792/stat : 8792 (java) S 8780 8783 5384 0 -1 4202560 121 0 0 0 12 4 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700573211560 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8793] ppid=8780 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/8783/task/8793/stat : 8793 (java) S 8780 8783 5384 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 109658284 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700572159016 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8794] ppid=8780 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8783/task/8794/stat : 8794 (java) S 8780 8783 5384 0 -1 4202560 771 0 0 0 0 2 0 0 20 0 19 0 109658285 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700559960168 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8795] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8795/stat : 8795 (java) S 8780 8783 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109658285 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700558906488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8796] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8796/stat : 8796 (java) S 8780 8783 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109658285 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700557853832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8797] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8797/stat : 8797 (java) S 8780 8783 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109658287 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700556802576 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8798] ppid=8780 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/8783/task/8798/stat : 8798 (java) S 8780 8783 5384 0 -1 4202560 9115 0 0 0 94 2 0 0 20 0 19 0 109658287 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700555749944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8799] ppid=8780 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/8783/task/8799/stat : 8799 (java) S 8780 8783 5384 0 -1 4202560 1965 0 0 0 54 0 0 0 20 0 19 0 109658287 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700554697400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8800] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8800/stat : 8800 (java) S 8780 8783 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109658288 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700553645048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8801] ppid=8780 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/8783/task/8801/stat : 8801 (java) S 8780 8783 5384 0 -1 4202560 103 0 0 0 27 41 0 0 20 0 19 0 109658288 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700552592712 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8783/tid=8802] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8802/stat : 8802 (java) S 8780 8783 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109658824 9856040960 292409 33554432000 1073741824 1073778376 140733905118016 140700551439144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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 8783 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.81 s]
/proc/loadavg: 2.10 2.07 2.02 3/213 8912
/proc/meminfo: memFree=29400180/32872528 swapFree=10676/249824
[pid=8783] ppid=8780 vsize=9625040 CPUtime=1800.45 cores=1,3,5,7
/proc/8783/stat : 8783 (java) S 8780 8783 5384 0 -1 4202496 18137 0 1 0 179957 88 0 0 20 0 19 0 109658281 9856040960 324906 33554432000 1073741824 1073778376 140733905118016 140733905109152 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/8783/statm: 2406260 324906 2286 9 0 2396937 0
[pid=8783/tid=8785] ppid=8780 vsize=9625040 CPUtime=1792.53 cores=1,3,5,7
/proc/8783/task/8785/stat : 8785 (java) S 8780 8783 5384 0 -1 4202560 3116 0 1 0 179211 42 0 0 20 0 19 0 109658282 9856040960 324906 33554432000 1073741824 1073778376 140733905118016 140700803127880 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=8783/tid=8786] ppid=8780 vsize=9625040 CPUtime=0.14 cores=1,3,5,7
/proc/8783/task/8786/stat : 8786 (java) R 8780 8783 5384 0 -1 4202560 253 0 0 0 10 4 0 0 20 0 19 0 109658284 9856040960 324906 33554432000 1073741824 1073778376 140733905118016 140700781230424 140700805600953 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8787] ppid=8780 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/8783/task/8787/stat : 8787 (java) R 8780 8783 5384 0 -1 4202560 142 0 0 0 9 4 0 0 20 0 19 0 109658284 9856040960 324906 33554432000 1073741824 1073778376 140733905118016 140700578474160 140700810028114 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8788] ppid=8780 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8783/task/8788/stat : 8788 (java) R 8780 8783 5384 0 -1 4202560 218 0 0 0 16 7 0 0 20 0 19 0 109658284 9856040960 324906 33554432000 1073741824 1073778376 140733905118016 140700577421912 140700805600961 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8789] ppid=8780 vsize=9625040 CPUtime=0.23 cores=1,3,5,7
/proc/8783/task/8789/stat : 8789 (java) R 8780 8783 5384 0 -1 4202560 308 0 0 0 17 6 0 0 20 0 19 0 109658284 9856040960 325418 33554432000 1073741824 1073778376 140733905118016 140700576369368 140700805600953 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=8783/tid=8790] ppid=8780 vsize=9625040 CPUtime=0.15 cores=1,3,5,7
/proc/8783/task/8790/stat : 8790 (java) R 8780 8783 5384 0 -1 4202560 254 0 0 0 11 4 0 0 20 0 19 0 109658284 9856040960 325418 33554432000 1073741824 1073778376 140733905118016 140700575316824 140700810025900 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8791] ppid=8780 vsize=9625040 CPUtime=0.16 cores=1,3,5,7
/proc/8783/task/8791/stat : 8791 (java) R 8780 8783 5384 0 -1 4202560 242 0 0 0 13 3 0 0 20 0 19 0 109658284 9856040960 325418 33554432000 1073741824 1073778376 140733905118016 140700574264280 140700805600961 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8783/tid=8792] ppid=8780 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/8783/task/8792/stat : 8792 (java) R 8780 8783 5384 0 -1 4202560 174 0 0 0 13 5 0 0 20 0 19 0 109658284 9856040960 325418 33554432000 1073741824 1073778376 140733905118016 140700573211736 140700807305391 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8793] ppid=8780 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/8783/task/8793/stat : 8793 (java) R 8780 8783 5384 0 -1 4202560 209 0 0 0 8 3 0 0 20 0 19 0 109658284 9856040960 325418 33554432000 1073741824 1073778376 140733905118016 140700572159192 140700805601011 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=8783/tid=8794] ppid=8780 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/8783/task/8794/stat : 8794 (java) S 8780 8783 5384 0 -1 4202560 773 0 0 0 0 2 0 0 20 0 19 0 109658285 9856040960 325418 33554432000 1073741824 1073778376 140733905118016 140700559959048 247067620412 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8795] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8795/stat : 8795 (java) S 8780 8783 5384 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109658285 9856040960 325418 33554432000 1073741824 1073778376 140733905118016 140700558906488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8796] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8796/stat : 8796 (java) S 8780 8783 5384 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109658285 9856040960 325418 33554432000 1073741824 1073778376 140733905118016 140700557853832 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8797] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8797/stat : 8797 (java) S 8780 8783 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109658287 9856040960 325418 33554432000 1073741824 1073778376 140733905118016 140700556800984 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8798] ppid=8780 vsize=9625040 CPUtime=0.96 cores=1,3,5,7
/proc/8783/task/8798/stat : 8798 (java) S 8780 8783 5384 0 -1 4202560 9115 0 0 0 94 2 0 0 20 0 19 0 109658287 9856040960 325418 33554432000 1073741824 1073778376 140733905118016 140700555749944 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=8783/tid=8799] ppid=8780 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/8783/task/8799/stat : 8799 (java) S 8780 8783 5384 0 -1 4202560 1965 0 0 0 54 0 0 0 20 0 19 0 109658287 9856040960 325418 33554432000 1073741824 1073778376 140733905118016 140700554697400 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8800] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8800/stat : 8800 (java) S 8780 8783 5384 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109658288 9856040960 325418 33554432000 1073741824 1073778376 140733905118016 140700553645048 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=8783/tid=8801] ppid=8780 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/8783/task/8801/stat : 8801 (java) S 8780 8783 5384 0 -1 4202560 103 0 0 0 27 41 0 0 20 0 19 0 109658288 9856040960 325418 33554432000 1073741824 1073778376 140733905118016 140700552592712 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=8783/tid=8802] ppid=8780 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/8783/task/8802/stat : 8802 (java) S 8780 8783 5384 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109658824 9856040960 325418 33554432000 1073741824 1073778376 140733905118016 140700551439144 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.45
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8783 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=140097
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=421783
# CPU time returned by wait4() is 1796.56
# while last known CPU time is 1800.45
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1797.9
CPU time (s): 1800.45
CPU user time (s): 1799.57
CPU system time (s): 0.88
CPU usage (%): 100.142
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.14
system time used= 1.42178
maximum resident set size= 1336780
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18288
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38357
involuntary context switches= 16737

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.71252 second user time and 14.3928 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-07 07:27:08
IDJOB=4084558
IDBENCH=89740
IDSOLVER=2546
FILE ID=node103/4084558-1465277227
RUNJOBID= node103-1465256472-5401
PBS_JOBID= 19843279
Free space on /tmp= 71400 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-123.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084558-1465277227/watcher-4084558-1465277227 -o /tmp/evaluation-result-4084558-1465277227/solver-4084558-1465277227 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1465256472-5401 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084558-1465277227.opb

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

MD5SUM BENCH= e6dc64843ebe4c9cb8812bfa08aa0858
RANDOM SEED=1417099072

node103.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.760
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	: 5333.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.760
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.760
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.56
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.760
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.55
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.760
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.760
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.760
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.760
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:        27786308 kB
Buffers:          134384 kB
Cached:           511224 kB
SwapCached:         1720 kB
Active:          3887084 kB
Inactive:         196524 kB
Active(anon):    3439148 kB
Inactive(anon):     1216 kB
Active(file):     447936 kB
Inactive(file):   195308 kB
Unevictable:      249824 kB
Mlocked:           10676 kB
SwapTotal:      67108856 kB
SwapFree:       67096696 kB
Dirty:             37972 kB
Writeback:             0 kB
AnonPages:       3691476 kB
Mapped:            15460 kB
Shmem:                 0 kB
Slab:             611856 kB
SReclaimable:      55196 kB
SUnreclaim:       556660 kB
KernelStack:        1584 kB
PageTables:        11396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4052100 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3633152 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= 71688 MiB
End job on node103 at 2016-06-07 07:57:06