Trace number 4084538

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.02 1796.93

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12047_6-sat.opb
MD5SUM937ecf63c168ba3c2555061c1a7466e0
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 variables33396
Total number of constraints116135
Number of constraints which are clauses115587
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints548
Minimum length of a constraint1
Maximum length of a constraint66
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 19
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 383
Number of bits of the biggest sum of numbers9
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4084538-1465273741.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
1.26/0.89	c ... done. Wall clock time 0.786s.
1.26/0.89	c declared #vars     33396
1.26/0.89	c #constraints  116135
1.26/0.89	c constraints type 
1.26/0.89	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 12235
1.26/0.89	c org.sat4j.specs.Constr$1 => 13975
1.26/0.89	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83592
1.26/0.89	c org.sat4j.minisat.constraints.cnf.UnitClause => 5785
1.26/0.89	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 548
1.26/0.89	c 116135 constraints processed.
3.86/2.81	c cleaning 2496 clauses out of 5001 with flag 21714/5001
5.95/4.83	c cleaning 4249 clauses out of 8504 with flag 55226/11000
8.25/7.10	c cleaning 5624 clauses out of 11255 with flag 97551/18000
11.07/9.91	c cleaning 6815 clauses out of 13632 with flag 146598/26002
14.28/13.13	c cleaning 7898 clauses out of 15815 with flag 203951/35000
17.68/16.55	c cleaning 8942 clauses out of 17918 with flag 272477/45001
21.48/20.39	c cleaning 9976 clauses out of 19975 with flag 345245/56000
25.68/24.58	c cleaning 10983 clauses out of 22002 with flag 427630/68003
30.28/29.16	c cleaning 12006 clauses out of 24017 with flag 525743/81001
35.58/34.46	c cleaning 13004 clauses out of 26017 with flag 630429/95007
40.88/39.67	c cleaning 14000 clauses out of 28007 with flag 741673/110001
46.38/45.19	c cleaning 14994 clauses out of 30008 with flag 864786/126002
52.57/51.31	c cleaning 16003 clauses out of 32013 with flag 997524/143001
59.07/57.83	c cleaning 16987 clauses out of 34011 with flag 1135824/161002
65.47/64.24	c cleaning 18010 clauses out of 36024 with flag 1297336/180002
72.57/71.31	c cleaning 18993 clauses out of 38012 with flag 1449115/200000
80.17/78.97	c cleaning 20004 clauses out of 40022 with flag 1604568/221003
87.67/86.48	c cleaning 20992 clauses out of 42015 with flag 1767506/243001
96.78/95.52	c cleaning 21999 clauses out of 44022 with flag 1944504/266001
105.68/104.43	c cleaning 23009 clauses out of 46022 with flag 2125737/290000
115.38/114.12	c cleaning 23988 clauses out of 48013 with flag 2338771/315000
124.38/123.18	c cleaning 25007 clauses out of 50025 with flag 2549723/341000
134.98/133.73	c cleaning 25997 clauses out of 52019 with flag 2754132/368001
145.58/144.35	c cleaning 27002 clauses out of 54021 with flag 2967197/396000
157.09/155.82	c cleaning 27990 clauses out of 56019 with flag 3197076/425000
168.78/167.47	c cleaning 29012 clauses out of 58030 with flag 3423397/455001
180.79/179.44	c cleaning 29985 clauses out of 60017 with flag 3678101/486000
193.09/191.78	c cleaning 30998 clauses out of 62033 with flag 3942904/518001
206.29/204.95	c cleaning 32018 clauses out of 64035 with flag 4222929/551001
219.69/218.33	c cleaning 32984 clauses out of 66016 with flag 4506291/585000
233.19/231.82	c cleaning 33996 clauses out of 68032 with flag 4805094/620000
247.41/246.07	c cleaning 35006 clauses out of 70037 with flag 5086943/656001
264.02/262.63	c cleaning 36000 clauses out of 72030 with flag 5366000/693000
280.72/279.27	c cleaning 37001 clauses out of 74030 with flag 5661635/731000
298.02/296.50	c cleaning 38002 clauses out of 76031 with flag 5955263/770002
315.33/313.80	c cleaning 39001 clauses out of 78026 with flag 6265378/810000
332.74/331.27	c cleaning 39999 clauses out of 80025 with flag 6567342/851000
350.35/348.83	c cleaning 40994 clauses out of 82027 with flag 6878076/893001
369.74/368.25	c cleaning 42002 clauses out of 84033 with flag 7197145/936001
389.75/388.23	c cleaning 43015 clauses out of 86030 with flag 7517168/980000
410.28/408.62	c cleaning 43997 clauses out of 88015 with flag 7848648/1025000
431.69/430.03	c cleaning 44998 clauses out of 90019 with flag 8195176/1071002
453.49/451.90	c cleaning 45997 clauses out of 92021 with flag 8539429/1118002
476.70/475.02	c cleaning 46993 clauses out of 94022 with flag 8899328/1166000
500.10/498.45	c cleaning 48004 clauses out of 96029 with flag 9260683/1215000
524.90/523.29	c cleaning 48998 clauses out of 98025 with flag 9615809/1265000
550.84/549.09	c cleaning 50006 clauses out of 100029 with flag 9982671/1316002
577.83/576.10	c cleaning 51007 clauses out of 102022 with flag 10366192/1368001
603.55/601.75	c cleaning 51986 clauses out of 104015 with flag 10748406/1421001
631.16/629.31	c cleaning 53014 clauses out of 106028 with flag 11133630/1475000
658.26/656.49	c cleaning 54006 clauses out of 108014 with flag 11539921/1530000
689.64/687.65	c cleaning 54992 clauses out of 110008 with flag 11947422/1586000
718.64/716.66	c cleaning 55996 clauses out of 112017 with flag 12379825/1643001
746.54/744.57	c cleaning 56995 clauses out of 114020 with flag 12841718/1701000
777.04/775.09	c cleaning 57995 clauses out of 116026 with flag 13266650/1760001
807.89/805.71	c cleaning 58997 clauses out of 118034 with flag 13701884/1820004
839.69/837.59	c cleaning 59993 clauses out of 120035 with flag 14149417/1881002
873.10/870.96	c cleaning 61014 clauses out of 122043 with flag 14591511/1943003
907.21/905.01	c cleaning 62005 clauses out of 124025 with flag 15026922/2006000
942.09/939.80	c cleaning 63002 clauses out of 126021 with flag 15473148/2070001
979.58/977.30	c cleaning 64010 clauses out of 128019 with flag 15907429/2135001
1019.30/1017.05	c cleaning 64994 clauses out of 130008 with flag 16351724/2201000
1059.15/1056.74	c cleaning 66001 clauses out of 132015 with flag 16798937/2268001
1097.75/1095.34	c cleaning 66996 clauses out of 134014 with flag 17259235/2336001
1138.54/1136.05	c cleaning 67995 clauses out of 136017 with flag 17725624/2405000
1178.56/1176.06	c cleaning 68999 clauses out of 138022 with flag 18176877/2475000
1217.35/1214.90	c cleaning 69993 clauses out of 140023 with flag 18673731/2546000
1261.95/1259.38	c cleaning 71012 clauses out of 142032 with flag 19149570/2618002
1304.87/1302.22	c cleaning 72003 clauses out of 144019 with flag 19617276/2691001
1347.78/1345.09	c cleaning 72979 clauses out of 146015 with flag 20103083/2765000
1394.80/1392.09	c cleaning 74013 clauses out of 148038 with flag 20620818/2840002
1440.72/1437.99	c cleaning 75012 clauses out of 150027 with flag 21104278/2916004
1487.38/1484.55	c cleaning 75993 clauses out of 152011 with flag 21611951/2993000
1534.10/1531.26	c cleaning 77003 clauses out of 154018 with flag 22142461/3071000
1585.59/1582.63	c cleaning 77993 clauses out of 156017 with flag 22639564/3150002
1638.67/1635.80	c cleaning 79010 clauses out of 158024 with flag 23142668/3230002
1690.74/1687.75	c cleaning 79993 clauses out of 160015 with flag 23653339/3311003
1737.95/1734.92	c cleaning 80998 clauses out of 162019 with flag 24180246/3393000
1789.22/1786.18	c cleaning 82008 clauses out of 164022 with flag 24709060/3476001
1800.02/1796.90	c starts		: 17451
1800.02/1796.90	c conflicts		: 3494603
1800.02/1796.90	c decisions		: 6164258
1800.02/1796.90	c propagations		: 2644263134
1800.02/1796.90	c inspects		: 19269668370
1800.02/1796.90	c shortcuts		: 0
1800.02/1796.90	c learnt literals	: 6
1800.02/1796.90	c learnt binary clauses	: 96
1800.02/1796.90	c learnt ternary clauses	: 3415
1800.02/1796.90	c learnt constraints	: 3494597
1800.02/1796.90	c ignored constraints	: 0
1800.02/1796.90	c root simplifications	: 0
1800.02/1796.90	c removed literals (reason simplification)	: 0
1800.02/1796.90	c reason swapping (by a shorter reason)	: 0
1800.02/1796.90	c Calls to reduceDB	: 79
1800.02/1796.90	c Number of update (reduction) of LBD	: 1290528
1800.02/1796.90	c Imported unit clauses	: 0
1800.02/1796.90	c number of reductions to clauses (during analyze)	: 0
1800.02/1796.90	c number of learned constraints concerned by reduction	: 0
1800.02/1796.90	c number of learning phase by resolution	: 0
1800.02/1796.90	c number of learning phase by cutting planes	: 0
1800.02/1796.90	c speed (assignments/second)	: 1472369.9924774058
1800.02/1796.90	c non guided choices	66
1800.02/1796.91	c timeout
1800.02/1796.93	c learnt constraints type 
1800.02/1796.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 96
1800.02/1796.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 100520
1800.02/1796.93	s UNKNOWN
1800.02/1796.93	c Total wall clock time (in seconds): 1796.826

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-4084538-1465273741/watcher-4084538-1465273741 -o /tmp/evaluation-result-4084538-1465273741/solver-4084538-1465273741 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084538-1465273741.opb 

pid=11289
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.26 2.26 2.19 3/194 11292
/proc/meminfo: memFree=29933312/32872528 swapFree=16360/1798728
[pid=11292] ppid=11289 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11292/stat : 11292 (java) S 11289 11292 5965 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 109307292 98570240 977 33554432000 1073741824 1073778376 140737437537472 140737437528608 260193681469 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11292/statm: 24065 977 743 9 0 16771 0
[pid=11292/tid=11293] ppid=11289 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11293/stat : 11293 (java) R 11289 11292 5965 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 109307292 98570240 977 33554432000 1073741824 1073778376 140737437537472 139999019773480 260190324096 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.26 2.26 2.19 3/194 11292
/proc/meminfo: memFree=29933312/32872528 swapFree=16360/1798728
[pid=11292] ppid=11289 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/11292/stat : 11292 (java) S 11289 11292 5965 0 -1 4202496 4492 0 1 0 10 1 0 0 20 0 18 0 109307292 9787879424 6116 33554432000 1073741824 1073778376 140737437537472 140737437528608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11292/statm: 2389619 6116 2157 9 0 2380296 0
[pid=11292/tid=11293] ppid=11289 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/11292/task/11293/stat : 11293 (java) R 11289 11292 5965 0 -1 4202560 2384 0 1 0 7 0 0 0 20 0 18 0 109307292 9787879424 6116 33554432000 1073741824 1073778376 140737437537472 139999019776928 260193707277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.26 2.26 2.19 3/194 11292
/proc/meminfo: memFree=29933312/32872528 swapFree=16360/1798728
[pid=11292] ppid=11289 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/11292/stat : 11292 (java) S 11289 11292 5965 0 -1 4202496 4999 0 1 0 26 1 0 0 20 0 18 0 109307292 9787879424 7039 33554432000 1073741824 1073778376 140737437537472 140737437528608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11292/statm: 2389619 7039 2215 9 0 2380296 0
[pid=11292/tid=11293] ppid=11289 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/11292/task/11293/stat : 11293 (java) R 11289 11292 5965 0 -1 4202560 2401 0 1 0 17 0 0 0 20 0 18 0 109307292 9787879424 7039 33554432000 1073741824 1073778376 140737437537472 139999019776928 139998959580693 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300263 s]
/proc/loadavg: 2.26 2.26 2.19 3/194 11292
/proc/meminfo: memFree=29933312/32872528 swapFree=16360/1798728
[pid=11292] ppid=11289 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/11292/stat : 11292 (java) S 11289 11292 5965 0 -1 4202496 6388 0 1 0 49 1 0 0 20 0 18 0 109307292 9787879424 9363 33554432000 1073741824 1073778376 140737437537472 140737437528608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11292/statm: 2389619 9363 2233 9 0 2380296 0
[pid=11292/tid=11293] ppid=11289 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/11292/task/11293/stat : 11293 (java) R 11289 11292 5965 0 -1 4202560 2404 0 1 0 26 1 0 0 20 0 18 0 109307292 9787879424 9363 33554432000 1073741824 1073778376 140737437537472 139999019776928 260193707277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700292 s]
/proc/loadavg: 2.26 2.26 2.19 3/194 11292
/proc/meminfo: memFree=29933312/32872528 swapFree=16360/1798728
[pid=11292] ppid=11289 vsize=9558476 CPUtime=1.14 cores=1,3,5,7
/proc/11292/stat : 11292 (java) S 11289 11292 5965 0 -1 4202496 7600 0 1 0 110 4 0 0 20 0 18 0 109307292 9787879424 40701 33554432000 1073741824 1073778376 140737437537472 140737437528608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11292/statm: 2389619 40701 2267 9 0 2380296 0
[pid=11292/tid=11293] ppid=11289 vsize=9558476 CPUtime=0.66 cores=1,3,5,7
/proc/11292/task/11293/stat : 11293 (java) R 11289 11292 5965 0 -1 4202560 2474 0 1 0 63 3 0 0 20 0 18 0 109307292 9787879424 40701 33554432000 1073741824 1073778376 140737437537472 139999019769904 139998959877756 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 2.40 2.28 2.20 3/213 11311
/proc/meminfo: memFree=29754184/32872528 swapFree=16360/1798728
[pid=11292] ppid=11289 vsize=9625040 CPUtime=2.48 cores=1,3,5,7
/proc/11292/stat : 11292 (java) S 11289 11292 5965 0 -1 4202496 12143 0 1 0 243 5 0 0 20 0 19 0 109307292 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 140737437528608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11292/statm: 2406260 43974 2276 9 0 2396937 0
[pid=11292/tid=11293] ppid=11289 vsize=9625040 CPUtime=1.46 cores=1,3,5,7
/proc/11292/task/11293/stat : 11293 (java) R 11289 11292 5965 0 -1 4202560 2481 0 1 0 143 3 0 0 20 0 19 0 109307292 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139999019770104 139998960261846 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11292/tid=11295] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11295/stat : 11295 (java) S 11289 11292 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998958508584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11296] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11296/stat : 11296 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998957455784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11297] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11297/stat : 11297 (java) S 11289 11292 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998956402984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11298] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11298/stat : 11298 (java) S 11289 11292 5965 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998860621992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11299] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11299/stat : 11299 (java) S 11289 11292 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998859570216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11300] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11300/stat : 11300 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998858517416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11292/tid=11301] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11301/stat : 11301 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998857464616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11302] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11302/stat : 11302 (java) S 11289 11292 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998856411816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11303] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11303/stat : 11303 (java) S 11289 11292 5965 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109307294 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998844000744 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11304] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11304/stat : 11304 (java) S 11289 11292 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109307295 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998842946808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11305] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11305/stat : 11305 (java) S 11289 11292 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109307295 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998841893896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11306] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11306/stat : 11306 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307297 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998840842384 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11307] ppid=11289 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/11292/task/11307/stat : 11307 (java) S 11289 11292 5965 0 -1 4202560 2856 0 0 0 44 0 0 0 20 0 19 0 109307297 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998839790520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11308] ppid=11289 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/11292/task/11308/stat : 11308 (java) S 11289 11292 5965 0 -1 4202560 5432 0 0 0 48 2 0 0 20 0 19 0 109307297 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998838737720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11309] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11309/stat : 11309 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307297 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998837685112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11310] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11310/stat : 11310 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307297 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998836632520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11311] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11311/stat : 11311 (java) S 11289 11292 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109307390 9856040960 43974 33554432000 1073741824 1073778376 140737437537472 139998835578024 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9625040

[startup+3.10084 s]
/proc/loadavg: 2.40 2.28 2.20 3/213 11311
/proc/meminfo: memFree=29753672/32872528 swapFree=16360/1798728
[pid=11292] ppid=11289 vsize=9625040 CPUtime=4.21 cores=1,3,5,7
/proc/11292/stat : 11292 (java) S 11289 11292 5965 0 -1 4202496 12679 0 1 0 416 5 0 0 20 0 19 0 109307292 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 140737437528608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11292/statm: 2406260 44009 2284 9 0 2396937 0
[pid=11292/tid=11293] ppid=11289 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/11292/task/11293/stat : 11293 (java) R 11289 11292 5965 0 -1 4202560 2483 0 1 0 303 3 0 0 20 0 19 0 109307292 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139999019778488 139998960254720 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11292/tid=11295] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11295/stat : 11295 (java) S 11289 11292 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998958508584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11296] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11296/stat : 11296 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998957455784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11297] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11297/stat : 11297 (java) S 11289 11292 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998956402984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11298] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11298/stat : 11298 (java) S 11289 11292 5965 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998860621992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11299] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11299/stat : 11299 (java) S 11289 11292 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998859570216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11300] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11300/stat : 11300 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998858517416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11292/tid=11301] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11301/stat : 11301 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998857464616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11302] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11302/stat : 11302 (java) S 11289 11292 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998856411816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11303] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11303/stat : 11303 (java) S 11289 11292 5965 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109307294 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998844000744 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11304] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11304/stat : 11304 (java) S 11289 11292 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109307295 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998842946808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11305] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11305/stat : 11305 (java) S 11289 11292 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109307295 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998841893896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11306] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11306/stat : 11306 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307297 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998840842384 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11307] ppid=11289 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/11292/task/11307/stat : 11307 (java) S 11289 11292 5965 0 -1 4202560 3385 0 0 0 50 0 0 0 20 0 19 0 109307297 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998839790520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11308] ppid=11289 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/11292/task/11308/stat : 11308 (java) S 11289 11292 5965 0 -1 4202560 5437 0 0 0 55 2 0 0 20 0 19 0 109307297 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998838737720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11309] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11309/stat : 11309 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307297 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998837685112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11310] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11310/stat : 11310 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307297 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998836632520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11311] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11311/stat : 11311 (java) S 11289 11292 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109307390 9856040960 44009 33554432000 1073741824 1073778376 140737437537472 139998835578024 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.21
Current children cumulated vsize (KiB) 9625040

[startup+6.30078 s]
/proc/loadavg: 2.40 2.28 2.20 3/213 11311
/proc/meminfo: memFree=29755856/32872528 swapFree=16360/1798728
[pid=11292] ppid=11289 vsize=9625040 CPUtime=7.45 cores=1,3,5,7
/proc/11292/stat : 11292 (java) S 11289 11292 5965 0 -1 4202496 12682 0 1 0 740 5 0 0 20 0 19 0 109307292 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 140737437528608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11292/statm: 2406260 43422 2284 9 0 2396937 0
[pid=11292/tid=11293] ppid=11289 vsize=9625040 CPUtime=6.25 cores=1,3,5,7
/proc/11292/task/11293/stat : 11293 (java) R 11289 11292 5965 0 -1 4202560 2486 0 1 0 622 3 0 0 20 0 19 0 109307292 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 139999019778488 139998960300033 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=11292/tid=11295] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11295/stat : 11295 (java) S 11289 11292 5965 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 139998958508584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11296] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11296/stat : 11296 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 139998957455784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11297] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11297/stat : 11297 (java) S 11289 11292 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 139998956402984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11298] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11298/stat : 11298 (java) S 11289 11292 5965 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 139998860621992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11299] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11299/stat : 11299 (java) S 11289 11292 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 139998859570216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11300] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11300/stat : 11300 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 139998858517416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11292/tid=11301] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11301/stat : 11301 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 139998857464616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11302] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11302/stat : 11302 (java) S 11289 11292 5965 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 109307293 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 139998856411816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11303] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11303/stat : 11303 (java) S 11289 11292 5965 0 -1 4202560 73 0 0 0 0 0 0 0 20 0 19 0 109307294 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 139998844000744 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11304] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11304/stat : 11304 (java) S 11289 11292 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109307295 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 139998842946808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11305] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11305/stat : 11305 (java) S 11289 11292 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109307295 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 139998841893896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11306] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11306/stat : 11306 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307297 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 139998840842384 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11307] ppid=11289 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/11292/task/11307/stat : 11307 (java) S 11289 11292 5965 0 -1 4202560 3385 0 0 0 53 0 0 0 20 0 19 0 109307297 9856040960 43422 33554432000 1073741824 1073778376 140737437537472 139998839790520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11308] ppid=11289 vsize=9625040 CPUtime=0.59 cores=1,3,5,7

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

[pid=11292/tid=11311] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11311/stat : 11311 (java) S 11289 11292 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109307390 9856040960 132514 33554432000 1073741824 1073778376 140737437537472 139998835578024 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1725.35
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.27 2.24 2.21 3/213 11356
/proc/meminfo: memFree=29008288/32872528 swapFree=16360/1798728
[pid=11292] ppid=11289 vsize=9625040 CPUtime=1785.42 cores=1,3,5,7
/proc/11292/stat : 11292 (java) S 11289 11292 5965 0 -1 4202496 14191 0 1 0 178449 93 0 0 20 0 19 0 109307292 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 140737437528608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11292/statm: 2406260 130591 2293 9 0 2396937 0
[pid=11292/tid=11293] ppid=11289 vsize=9625040 CPUtime=1776.77 cores=1,3,5,7
/proc/11292/task/11293/stat : 11293 (java) R 11289 11292 5965 0 -1 4202560 2506 0 1 0 177647 30 0 0 20 0 19 0 109307292 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139999019777360 139998960248586 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11295] ppid=11289 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/11292/task/11295/stat : 11295 (java) S 11289 11292 5965 0 -1 4202560 195 0 0 0 22 7 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998958508584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11296] ppid=11289 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/11292/task/11296/stat : 11296 (java) S 11289 11292 5965 0 -1 4202560 115 0 0 0 18 6 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998957455784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11297] ppid=11289 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/11292/task/11297/stat : 11297 (java) S 11289 11292 5965 0 -1 4202560 177 0 0 0 25 8 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998956402984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11298] ppid=11289 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/11292/task/11298/stat : 11298 (java) S 11289 11292 5965 0 -1 4202560 134 0 0 0 22 6 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998860621992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11292/tid=11299] ppid=11289 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11292/task/11299/stat : 11299 (java) S 11289 11292 5965 0 -1 4202560 148 0 0 0 20 7 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998859570216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11300] ppid=11289 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11292/task/11300/stat : 11300 (java) S 11289 11292 5965 0 -1 4202560 176 0 0 0 21 6 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998858517416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11292/tid=11301] ppid=11289 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/11292/task/11301/stat : 11301 (java) S 11289 11292 5965 0 -1 4202560 237 0 0 0 19 6 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998857464616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11302] ppid=11289 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/11292/task/11302/stat : 11302 (java) S 11289 11292 5965 0 -1 4202560 160 0 0 0 25 7 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998856411816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11303] ppid=11289 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/11292/task/11303/stat : 11303 (java) S 11289 11292 5965 0 -1 4202560 146 0 0 0 16 1 0 0 20 0 19 0 109307294 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998844000744 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11304] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11304/stat : 11304 (java) S 11289 11292 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109307295 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998842946808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11305] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11305/stat : 11305 (java) S 11289 11292 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109307295 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998841893896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11306] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11306/stat : 11306 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998840842384 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11307] ppid=11289 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/11292/task/11307/stat : 11307 (java) S 11289 11292 5965 0 -1 4202560 3395 0 0 0 58 0 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998839790520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11308] ppid=11289 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/11292/task/11308/stat : 11308 (java) S 11289 11292 5965 0 -1 4202560 5439 0 0 0 59 2 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998838737720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11309] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11309/stat : 11309 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998837685112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11310] ppid=11289 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/11292/task/11310/stat : 11310 (java) S 11289 11292 5965 0 -1 4202560 103 0 0 0 29 36 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998836632520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11311] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11311/stat : 11311 (java) S 11289 11292 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109307390 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998835578024 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1785.42
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.9 s]
/proc/loadavg: 2.21 2.23 2.21 4/212 11486
/proc/meminfo: memFree=29556136/32872528 swapFree=16360/1798728
[pid=11292] ppid=11289 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/11292/stat : 11292 (java) S 11289 11292 5965 0 -1 4202496 14191 0 1 0 179909 93 0 0 20 0 19 0 109307292 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 140737437528608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11292/statm: 2406260 130591 2293 9 0 2396937 0
[pid=11292/tid=11293] ppid=11289 vsize=9625040 CPUtime=1791.33 cores=1,3,5,7
/proc/11292/task/11293/stat : 11293 (java) R 11289 11292 5965 0 -1 4202560 2506 0 1 0 179103 30 0 0 20 0 19 0 109307292 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139999019769648 139998960248713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11295] ppid=11289 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/11292/task/11295/stat : 11295 (java) S 11289 11292 5965 0 -1 4202560 195 0 0 0 22 7 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998958508584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11296] ppid=11289 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/11292/task/11296/stat : 11296 (java) S 11289 11292 5965 0 -1 4202560 115 0 0 0 18 6 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998957455784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11297] ppid=11289 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/11292/task/11297/stat : 11297 (java) S 11289 11292 5965 0 -1 4202560 177 0 0 0 25 8 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998956402984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11298] ppid=11289 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/11292/task/11298/stat : 11298 (java) S 11289 11292 5965 0 -1 4202560 134 0 0 0 22 6 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998860621992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11292/tid=11299] ppid=11289 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11292/task/11299/stat : 11299 (java) S 11289 11292 5965 0 -1 4202560 148 0 0 0 20 7 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998859570216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11300] ppid=11289 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11292/task/11300/stat : 11300 (java) S 11289 11292 5965 0 -1 4202560 176 0 0 0 21 6 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998858517416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11292/tid=11301] ppid=11289 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/11292/task/11301/stat : 11301 (java) S 11289 11292 5965 0 -1 4202560 237 0 0 0 19 6 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998857464616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11302] ppid=11289 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/11292/task/11302/stat : 11302 (java) S 11289 11292 5965 0 -1 4202560 160 0 0 0 25 7 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998856411816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11303] ppid=11289 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/11292/task/11303/stat : 11303 (java) S 11289 11292 5965 0 -1 4202560 146 0 0 0 16 1 0 0 20 0 19 0 109307294 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998844000744 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11304] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11304/stat : 11304 (java) S 11289 11292 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109307295 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998842946808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11305] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11305/stat : 11305 (java) S 11289 11292 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109307295 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998841893896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11306] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11306/stat : 11306 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998840842384 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11307] ppid=11289 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/11292/task/11307/stat : 11307 (java) S 11289 11292 5965 0 -1 4202560 3395 0 0 0 58 0 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998839790520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11308] ppid=11289 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/11292/task/11308/stat : 11308 (java) S 11289 11292 5965 0 -1 4202560 5439 0 0 0 59 2 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998838737720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11309] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11309/stat : 11309 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998837685112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11310] ppid=11289 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/11292/task/11310/stat : 11310 (java) S 11289 11292 5965 0 -1 4202560 103 0 0 0 29 36 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998836632520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11311] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11311/stat : 11311 (java) S 11289 11292 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109307390 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998835578024 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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 11292 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.9 s]
/proc/loadavg: 2.21 2.23 2.21 4/212 11486
/proc/meminfo: memFree=29556136/32872528 swapFree=16360/1798728
[pid=11292] ppid=11289 vsize=9625040 CPUtime=1800.02 cores=1,3,5,7
/proc/11292/stat : 11292 (java) S 11289 11292 5965 0 -1 4202496 14191 0 1 0 179909 93 0 0 20 0 19 0 109307292 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 140737437528608 260193681469 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/11292/statm: 2406260 130591 2293 9 0 2396937 0
[pid=11292/tid=11293] ppid=11289 vsize=9625040 CPUtime=1791.33 cores=1,3,5,7
/proc/11292/task/11293/stat : 11293 (java) R 11289 11292 5965 0 -1 4202560 2506 0 1 0 179103 30 0 0 20 0 19 0 109307292 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139999019769648 139998960248713 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11295] ppid=11289 vsize=9625040 CPUtime=0.29 cores=1,3,5,7
/proc/11292/task/11295/stat : 11295 (java) S 11289 11292 5965 0 -1 4202560 195 0 0 0 22 7 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998958508584 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11296] ppid=11289 vsize=9625040 CPUtime=0.24 cores=1,3,5,7
/proc/11292/task/11296/stat : 11296 (java) S 11289 11292 5965 0 -1 4202560 115 0 0 0 18 6 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998957455784 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11297] ppid=11289 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/11292/task/11297/stat : 11297 (java) S 11289 11292 5965 0 -1 4202560 177 0 0 0 25 8 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998956402984 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11298] ppid=11289 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/11292/task/11298/stat : 11298 (java) S 11289 11292 5965 0 -1 4202560 134 0 0 0 22 6 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998860621992 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11292/tid=11299] ppid=11289 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11292/task/11299/stat : 11299 (java) S 11289 11292 5965 0 -1 4202560 148 0 0 0 20 7 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998859570216 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11300] ppid=11289 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/11292/task/11300/stat : 11300 (java) S 11289 11292 5965 0 -1 4202560 176 0 0 0 21 6 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998858517416 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=11292/tid=11301] ppid=11289 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/11292/task/11301/stat : 11301 (java) S 11289 11292 5965 0 -1 4202560 237 0 0 0 19 6 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998857464616 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11302] ppid=11289 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/11292/task/11302/stat : 11302 (java) S 11289 11292 5965 0 -1 4202560 160 0 0 0 25 7 0 0 20 0 19 0 109307293 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998856411816 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11303] ppid=11289 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/11292/task/11303/stat : 11303 (java) S 11289 11292 5965 0 -1 4202560 146 0 0 0 16 1 0 0 20 0 19 0 109307294 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998844000744 260193695657 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11304] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11304/stat : 11304 (java) S 11289 11292 5965 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 109307295 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998842946808 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11305] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11305/stat : 11305 (java) S 11289 11292 5965 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 109307295 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998841893896 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11306] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11306/stat : 11306 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998840842384 260193703712 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11307] ppid=11289 vsize=9625040 CPUtime=0.58 cores=1,3,5,7
/proc/11292/task/11307/stat : 11307 (java) S 11289 11292 5965 0 -1 4202560 3395 0 0 0 58 0 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998839790520 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11308] ppid=11289 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/11292/task/11308/stat : 11308 (java) S 11289 11292 5965 0 -1 4202560 5439 0 0 0 59 2 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998838737720 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=11292/tid=11309] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11309/stat : 11309 (java) S 11289 11292 5965 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998837685112 260193694780 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=11292/tid=11310] ppid=11289 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/11292/task/11310/stat : 11310 (java) S 11289 11292 5965 0 -1 4202560 103 0 0 0 29 36 0 0 20 0 19 0 109307297 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998836632520 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=11292/tid=11311] ppid=11289 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/11292/task/11311/stat : 11311 (java) S 11289 11292 5965 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 109307390 9856040960 130591 33554432000 1073741824 1073778376 140737437537472 139998835578024 260193695657 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 11292 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=549187
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=360793
# CPU time returned by wait4() is 1795.91
# while last known CPU time is 1800.02
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1796.93
CPU time (s): 1800.02
CPU user time (s): 1799.09
CPU system time (s): 0.93
CPU usage (%): 100.172
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.55
system time used= 1.36079
maximum resident set size= 607068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14225
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38509
involuntary context switches= 10650

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.72267 second user time and 15.5326 second system time

The end

Launcher Data

Begin job on node123 at 2016-06-07 06:29:01
IDJOB=4084538
IDBENCH=74121
IDSOLVER=2546
FILE ID=node123/4084538-1465273741
RUNJOBID= node123-1465255130-5982
PBS_JOBID= 19843274
Free space on /tmp= 71728 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12047_6-sat.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084538-1465273741/watcher-4084538-1465273741 -o /tmp/evaluation-result-4084538-1465273741/solver-4084538-1465273741 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node123-1465255130-5982 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084538-1465273741.opb

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

MD5SUM BENCH= 937ecf63c168ba3c2555061c1a7466e0
RANDOM SEED=500924971

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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		: 2667.117
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		: 2667.117
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		: 2667.117
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		: 2667.117
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.117
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		: 2667.117
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:        29933848 kB
Buffers:          100516 kB
Cached:           126948 kB
SwapCached:         1808 kB
Active:           236824 kB
Inactive:         156632 kB
Active(anon):     166244 kB
Inactive(anon):     2104 kB
Active(file):      70580 kB
Inactive(file):   154528 kB
Unevictable:     1798728 kB
Mlocked:           16360 kB
SwapTotal:      67108856 kB
SwapFree:       67098808 kB
Dirty:              7684 kB
Writeback:             0 kB
AnonPages:       1972088 kB
Mapped:            15316 kB
Shmem:                 0 kB
Slab:             599932 kB
SReclaimable:      43072 kB
SUnreclaim:       556860 kB
KernelStack:        1568 kB
PageTables:         8480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2617256 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1931264 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= 71724 MiB
End job on node123 at 2016-06-07 06:58:58