Trace number 4084613

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.06 1794.38

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/
ShortestPathNG/normalized-NG_K163.opb
MD5SUM5c9e224cdd9eef3594ee47236fa33798
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 variables19397
Total number of constraints19725
Number of constraints which are clauses19562
Number of constraints which are cardinality constraints (but not clauses)163
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint163
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 164
Number of bits of the biggest sum of numbers8
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.07/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.10	c See www.sat4j.org for details.
0.07/0.10	c version PB16.v20160501
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.07/0.10	c Total memory 		504102912
0.07/0.10	c Number of processors 	8
0.07/0.12	c Pseudo Boolean Optimization by upper bound
0.07/0.12	c --- Begin Solver configuration ---
0.07/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.07/0.12	c Learn all clauses as in MiniSAT
0.07/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.12	c No reason simplification
0.07/0.12	c Glucose 2.1 dynamic restart strategy
0.07/0.12	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.07/0.12	c timeout=2147483s
0.07/0.12	c DB Simplification allowed=false
0.07/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.07/0.12	c --- End Solver configuration ---
0.07/0.12	c solving HOME/instance-4084613-1465286853.opb
0.07/0.12	c reading problem ... 
0.07/0.13	c  no objective function found
0.90/0.57	c ... done. Wall clock time 0.446s.
0.90/0.57	c declared #vars     19397
0.90/0.57	c #constraints  19725
0.90/0.57	c constraints type 
0.90/0.57	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 17454
0.90/0.57	c org.sat4j.minisat.constraints.card.MinWatchCard => 163
0.90/0.57	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.90/0.57	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2106
0.90/0.57	c 19725 constraints processed.
3.68/2.94	c cleaning 2489 clauses out of 4991 with flag 22153/5000
6.25/5.40	c cleaning 4216 clauses out of 8498 with flag 52767/11001
8.85/8.05	c cleaning 5576 clauses out of 11276 with flag 91590/18000
12.15/11.30	c cleaning 6820 clauses out of 13697 with flag 134237/26000
15.82/14.96	c cleaning 7798 clauses out of 15875 with flag 181839/35001
19.42/18.57	c cleaning 8187 clauses out of 18073 with flag 229533/45000
23.62/22.73	c cleaning 8775 clauses out of 20887 with flag 284608/56001
28.02/27.13	c cleaning 9813 clauses out of 24111 with flag 345688/68000
32.72/31.87	c cleaning 10648 clauses out of 27295 with flag 409475/81000
37.92/37.02	c cleaning 11464 clauses out of 30643 with flag 479531/95001
43.52/42.60	c cleaning 12450 clauses out of 34176 with flag 556233/110001
49.43/48.54	c cleaning 13060 clauses out of 37725 with flag 639274/126001
55.94/55.08	c cleaning 13758 clauses out of 41661 with flag 726383/143000
63.53/62.68	c cleaning 14650 clauses out of 45901 with flag 819083/161001
70.93/70.07	c cleaning 15499 clauses out of 50248 with flag 919022/180001
78.73/77.90	c cleaning 16276 clauses out of 54742 with flag 1021413/200000
87.23/86.37	c cleaning 17278 clauses out of 59461 with flag 1133554/221000
96.10/95.15	c cleaning 17888 clauses out of 64182 with flag 1244755/243000
105.50/104.53	c cleaning 18717 clauses out of 69290 with flag 1368316/266000
114.70/113.73	c cleaning 19658 clauses out of 74575 with flag 1494189/290003
124.80/123.89	c cleaning 20402 clauses out of 79911 with flag 1625781/315000
135.10/134.14	c cleaning 21561 clauses out of 85510 with flag 1768721/341001
145.79/144.88	c cleaning 22487 clauses out of 90946 with flag 1914467/368000
157.70/156.78	c cleaning 23090 clauses out of 96461 with flag 2068293/396002
170.37/169.36	c cleaning 23492 clauses out of 102366 with flag 2225080/425000
183.08/182.07	c cleaning 24789 clauses out of 108868 with flag 2396640/455000
196.28/195.24	c cleaning 25819 clauses out of 115078 with flag 2571702/486000
209.98/208.99	c cleaning 26482 clauses out of 121257 with flag 2753801/518000
224.98/223.92	c cleaning 27179 clauses out of 127772 with flag 2937060/551001
240.15/238.94	c cleaning 28317 clauses out of 134591 with flag 3122574/585001
256.85/255.66	c cleaning 28956 clauses out of 141272 with flag 3322706/620000
273.76/272.51	c cleaning 30087 clauses out of 148314 with flag 3526188/656000
291.26/290.02	c cleaning 30747 clauses out of 155226 with flag 3739351/693000
309.47/308.26	c cleaning 31561 clauses out of 162478 with flag 3962787/731001
328.97/327.57	c cleaning 32311 clauses out of 169914 with flag 4198041/770001
348.67/347.26	c cleaning 33573 clauses out of 177602 with flag 4433080/810000
369.07/367.68	c cleaning 34078 clauses out of 185028 with flag 4673560/851001
390.29/388.80	c cleaning 35192 clauses out of 192947 with flag 4923474/893000
412.64/410.98	c cleaning 36051 clauses out of 200753 with flag 5176185/936000
435.45/433.70	c cleaning 36856 clauses out of 208702 with flag 5433594/980001
458.05/456.38	c cleaning 37956 clauses out of 216846 with flag 5691721/1025001
483.17/481.11	c cleaning 38987 clauses out of 224895 with flag 5970147/1071006
509.08/507.10	c cleaning 39387 clauses out of 232900 with flag 6261554/1118000
535.89/533.85	c cleaning 40607 clauses out of 241513 with flag 6557390/1166001
563.31/560.98	c cleaning 41647 clauses out of 249904 with flag 6857067/1215000
592.03/589.37	c cleaning 42425 clauses out of 258257 with flag 7162957/1265000
620.34/617.63	c cleaning 43274 clauses out of 266831 with flag 7478747/1316000
649.61/646.89	c cleaning 44495 clauses out of 275554 with flag 7805207/1368000
679.93/677.08	c cleaning 45129 clauses out of 284058 with flag 8141032/1421000
710.25/707.37	c cleaning 46400 clauses out of 292930 with flag 8485887/1475002
742.25/739.23	c cleaning 46818 clauses out of 301530 with flag 8840088/1530002
775.23/772.17	c cleaning 48012 clauses out of 310703 with flag 9201737/1586000
810.53/807.36	c cleaning 48716 clauses out of 319688 with flag 9569429/1643000
844.83/841.54	c cleaning 49771 clauses out of 328967 with flag 9937058/1701000
880.22/876.97	c cleaning 50822 clauses out of 338197 with flag 10317127/1760001
918.15/914.74	c cleaning 51611 clauses out of 347376 with flag 10713194/1820002
955.25/951.76	c cleaning 52286 clauses out of 356761 with flag 11112013/1881000
993.66/990.03	c cleaning 53823 clauses out of 366474 with flag 11515251/1943000
1033.52/1029.85	c cleaning 54600 clauses out of 375651 with flag 11943899/2006004
1074.60/1070.81	c cleaning 55851 clauses out of 385048 with flag 12366845/2070002
1117.09/1113.29	c cleaning 56691 clauses out of 394194 with flag 12814613/2135001
1160.92/1156.82	c cleaning 57062 clauses out of 403502 with flag 13285770/2201000
1203.81/1199.59	c cleaning 58483 clauses out of 413438 with flag 13738214/2268000
1247.92/1243.54	c cleaning 59363 clauses out of 422957 with flag 14201337/2336003
1293.09/1288.69	c cleaning 60375 clauses out of 432589 with flag 14680024/2405001
1342.68/1338.12	c cleaning 61313 clauses out of 442215 with flag 15172652/2475002
1390.75/1386.01	c cleaning 62561 clauses out of 451900 with flag 15662562/2546001
1440.22/1435.48	c cleaning 63391 clauses out of 461339 with flag 16171465/2618003
1490.81/1485.82	c cleaning 64105 clauses out of 470945 with flag 16689751/2691001
1541.08/1536.01	c cleaning 65269 clauses out of 480838 with flag 17207959/2765000
1595.98/1590.71	c cleaning 66348 clauses out of 490567 with flag 17742504/2840000
1651.81/1646.42	c cleaning 67222 clauses out of 500218 with flag 18303596/2916000
1706.90/1701.43	c cleaning 68071 clauses out of 509995 with flag 18851964/2993000
1764.19/1758.58	c cleaning 68899 clauses out of 519923 with flag 19406727/3071000
1800.06/1794.30	c starts		: 18551
1800.06/1794.30	c conflicts		: 3123249
1800.06/1794.30	c decisions		: 107730851
1800.06/1794.30	c propagations		: 2933425364
1800.06/1794.30	c inspects		: 11215205972
1800.06/1794.30	c shortcuts		: 0
1800.06/1794.30	c learnt literals	: 157
1800.06/1794.30	c learnt binary clauses	: 191943
1800.06/1794.30	c learnt ternary clauses	: 165020
1800.06/1794.30	c learnt constraints	: 3123092
1800.06/1794.30	c ignored constraints	: 0
1800.06/1794.30	c root simplifications	: 0
1800.06/1794.30	c removed literals (reason simplification)	: 0
1800.06/1794.30	c reason swapping (by a shorter reason)	: 0
1800.06/1794.30	c Calls to reduceDB	: 74
1800.06/1794.30	c Number of update (reduction) of LBD	: 2122288
1800.06/1794.30	c Imported unit clauses	: 0
1800.06/1794.30	c number of reductions to clauses (during analyze)	: 0
1800.06/1794.30	c number of learned constraints concerned by reduction	: 0
1800.06/1794.30	c number of learning phase by resolution	: 0
1800.06/1794.30	c number of learning phase by cutting planes	: 0
1800.06/1794.30	c speed (assignments/second)	: 1635391.909747039
1800.06/1794.30	c non guided choices	50866
1800.06/1794.30	c timeout
1800.06/1794.37	c learnt constraints type 
1800.06/1794.37	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 191943
1800.06/1794.37	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 311329
1800.06/1794.37	s UNKNOWN
1800.06/1794.37	c Total wall clock time (in seconds): 1794.248

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-4084613-1465286853/watcher-4084613-1465286853 -o /tmp/evaluation-result-4084613-1465286853/solver-4084613-1465286853 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9406 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084613-1465286853.opb 

pid=14029
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.34 2.30 2.22 3/194 14032
/proc/meminfo: memFree=29652680/32872528 swapFree=16700/1645768
[pid=14032] ppid=14029 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/14032/stat : 14032 (java) R 14029 14032 9389 0 -1 4202496 171 0 0 0 0 0 0 0 20 0 1 0 110618739 2560000 46 33554432000 1073741824 1073778376 140734891958336 140734891955464 259103223079 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/14032/statm: 625 46 37 9 0 29 0

[startup+0.100061 s]
/proc/loadavg: 2.34 2.30 2.22 3/194 14032
/proc/meminfo: memFree=29652680/32872528 swapFree=16700/1645768
[pid=14032] ppid=14029 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/14032/stat : 14032 (java) S 14029 14032 9389 0 -1 4202496 4219 0 1 0 6 1 0 0 20 0 18 0 110618739 9787879424 4832 33554432000 1073741824 1073778376 140734468521712 140734468512848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14032/statm: 2389619 4855 2053 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558476

[startup+0.200257 s]
/proc/loadavg: 2.34 2.30 2.22 3/194 14032
/proc/meminfo: memFree=29652680/32872528 swapFree=16700/1645768
[pid=14032] ppid=14029 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/14032/stat : 14032 (java) S 14029 14032 9389 0 -1 4202496 5043 0 1 0 24 1 0 0 20 0 18 0 110618739 9787879424 6579 33554432000 1073741824 1073778376 140734468521712 140734468512848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14032/statm: 2389619 6580 2213 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300242 s]
/proc/loadavg: 2.34 2.30 2.22 3/194 14032
/proc/meminfo: memFree=29652680/32872528 swapFree=16700/1645768
[pid=14032] ppid=14029 vsize=9558476 CPUtime=0.52 cores=1,3,5,7
/proc/14032/stat : 14032 (java) S 14029 14032 9389 0 -1 4202496 7425 0 1 0 51 1 0 0 20 0 18 0 110618739 9787879424 10499 33554432000 1073741824 1073778376 140734468521712 140734468512848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14032/statm: 2389619 10499 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9558476

[startup+0.700175 s]
/proc/loadavg: 2.34 2.30 2.22 3/194 14032
/proc/meminfo: memFree=29652680/32872528 swapFree=16700/1645768
[pid=14032] ppid=14029 vsize=9625040 CPUtime=1.35 cores=1,3,5,7
/proc/14032/stat : 14032 (java) S 14029 14032 9389 0 -1 4202496 8665 0 1 0 132 3 0 0 20 0 19 0 110618739 9856040960 34730 33554432000 1073741824 1073778376 140734468521712 140734468512848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14032/statm: 2406260 34730 2263 9 0 2396937 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9625040

[startup+1.5009 s]
/proc/loadavg: 2.34 2.30 2.22 3/213 14051
/proc/meminfo: memFree=29522052/32872528 swapFree=16700/1645768
[pid=14032] ppid=14029 vsize=9625040 CPUtime=2.26 cores=1,3,5,7
/proc/14032/stat : 14032 (java) S 14029 14032 9389 0 -1 4202496 9254 0 1 0 223 3 0 0 20 0 19 0 110618739 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 140734468512848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14032/statm: 2406260 34748 2264 9 0 2396937 0
[pid=14032/tid=14034] ppid=14029 vsize=9625040 CPUtime=1.45 cores=1,3,5,7
/proc/14032/task/14034/stat : 14034 (java) R 14029 14032 9389 0 -1 4202560 2512 0 1 0 142 3 0 0 20 0 19 0 110618741 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752861532016 139752801929863 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14035] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14035/stat : 14035 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752705309736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14036] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14036/stat : 14036 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752704256936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14037] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14037/stat : 14037 (java) S 14029 14032 9389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752703204136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14032/tid=14038] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14038/stat : 14038 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752702151336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14039] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14039/stat : 14039 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752701098536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14040] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14040/stat : 14040 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752700045736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14041] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14041/stat : 14041 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752698992936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14042] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14042/stat : 14042 (java) S 14029 14032 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752697940136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14043] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14043/stat : 14043 (java) S 14029 14032 9389 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 110618743 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752685743080 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14044] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14044/stat : 14044 (java) S 14029 14032 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110618744 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752684689144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14045] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14045/stat : 14045 (java) S 14029 14032 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110618744 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752683636232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14046] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14046/stat : 14046 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752682584720 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14047] ppid=14029 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/14032/task/14047/stat : 14047 (java) S 14029 14032 9389 0 -1 4202560 2928 0 0 0 38 0 0 0 20 0 19 0 110618746 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752681531832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14048] ppid=14029 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/14032/task/14048/stat : 14048 (java) S 14029 14032 9389 0 -1 4202560 2542 0 0 0 39 0 0 0 20 0 19 0 110618746 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752680479032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14049] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14049/stat : 14049 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752679426424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14050] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14050/stat : 14050 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752678373832 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14051] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14051/stat : 14051 (java) S 14029 14032 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110618799 9856040960 34748 33554432000 1073741824 1073778376 140734468521712 139752677320360 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.34 2.30 2.22 3/213 14051
/proc/meminfo: memFree=29519376/32872528 swapFree=16700/1645768
[pid=14032] ppid=14029 vsize=9625040 CPUtime=3.93 cores=1,3,5,7
/proc/14032/stat : 14032 (java) S 14029 14032 9389 0 -1 4202496 9284 0 1 0 389 4 0 0 20 0 19 0 110618739 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 140734468512848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14032/statm: 2406260 35286 2271 9 0 2396937 0
[pid=14032/tid=14034] ppid=14029 vsize=9625040 CPUtime=3.04 cores=1,3,5,7
/proc/14032/task/14034/stat : 14034 (java) R 14029 14032 9389 0 -1 4202560 2515 0 1 0 301 3 0 0 20 0 19 0 110618741 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752861523648 139752802033071 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14035] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14035/stat : 14035 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752705309736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14036] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14036/stat : 14036 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752704256936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14037] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14037/stat : 14037 (java) S 14029 14032 9389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752703204136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14032/tid=14038] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14038/stat : 14038 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752702151336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14039] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14039/stat : 14039 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752701098536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14040] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14040/stat : 14040 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752700045736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14041] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14041/stat : 14041 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752698992936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14042] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14042/stat : 14042 (java) S 14029 14032 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752697940136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14043] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14043/stat : 14043 (java) S 14029 14032 9389 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110618743 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752685743080 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14044] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14044/stat : 14044 (java) S 14029 14032 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110618744 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752684689144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14045] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14045/stat : 14045 (java) S 14029 14032 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110618744 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752683636232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14046] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14046/stat : 14046 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752682584720 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14047] ppid=14029 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/14032/task/14047/stat : 14047 (java) S 14029 14032 9389 0 -1 4202560 2932 0 0 0 40 0 0 0 20 0 19 0 110618746 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752681531832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14048] ppid=14029 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/14032/task/14048/stat : 14048 (java) S 14029 14032 9389 0 -1 4202560 2564 0 0 0 45 0 0 0 20 0 19 0 110618746 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752680479032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14049] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14049/stat : 14049 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752679426424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14050] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14050/stat : 14050 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752678373832 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14051] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14051/stat : 14051 (java) S 14029 14032 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110618799 9856040960 35286 33554432000 1073741824 1073778376 140734468521712 139752677320360 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.93
Current children cumulated vsize (KiB) 9625040

[startup+6.3009 s]
/proc/loadavg: 2.32 2.29 2.22 3/213 14051
/proc/meminfo: memFree=29515036/32872528 swapFree=16700/1645768
[pid=14032] ppid=14029 vsize=9625040 CPUtime=7.15 cores=1,3,5,7
/proc/14032/stat : 14032 (java) S 14029 14032 9389 0 -1 4202496 9290 0 1 0 711 4 0 0 20 0 19 0 110618739 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 140734468512848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14032/statm: 2406260 36790 2271 9 0 2396937 0
[pid=14032/tid=14034] ppid=14029 vsize=9625040 CPUtime=6.21 cores=1,3,5,7
/proc/14032/task/14034/stat : 14034 (java) R 14029 14032 9389 0 -1 4202560 2520 0 1 0 618 3 0 0 20 0 19 0 110618741 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752861532224 139752802033394 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14035] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14035/stat : 14035 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752705309736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14036] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14036/stat : 14036 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752704256936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14037] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14037/stat : 14037 (java) S 14029 14032 9389 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752703204136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14032/tid=14038] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14038/stat : 14038 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752702151336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14039] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14039/stat : 14039 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752701098536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14040] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14040/stat : 14040 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752700045736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14041] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14041/stat : 14041 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752698992936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14042] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14042/stat : 14042 (java) S 14029 14032 9389 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 110618742 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752697940136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14043] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14043/stat : 14043 (java) S 14029 14032 9389 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 110618743 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752685743080 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14044] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14044/stat : 14044 (java) S 14029 14032 9389 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 110618744 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752684689144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14045] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14045/stat : 14045 (java) S 14029 14032 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110618744 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752683636232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14046] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14046/stat : 14046 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752682584720 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14047] ppid=14029 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/14032/task/14047/stat : 14047 (java) S 14029 14032 9389 0 -1 4202560 2932 0 0 0 42 0 0 0 20 0 19 0 110618746 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752681531832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14048] ppid=14029 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/14032/task/14048/stat : 14048 (java) S 14029 14032 9389 0 -1 4202560 2565 0 0 0 47 0 0 0 20 0 19 0 110618746 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752680479032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14049] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14049/stat : 14049 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752679426424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14050] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14050/stat : 14050 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752678373832 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14051] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14051/stat : 14051 (java) S 14029 14032 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110618799 9856040960 36790 33554432000 1073741824 1073778376 140734468521712 139752677320360 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.15
Current children cumulated vsize (KiB) 9625040


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

[pid=14032/tid=14051] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14051/stat : 14051 (java) S 14029 14032 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110618799 9856040960 122009 33554432000 1073741824 1073778376 140734468521712 139752677320360 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1727.89
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.32 2.21 2.18 4/213 14160
/proc/meminfo: memFree=29138880/32872528 swapFree=16700/1645768
[pid=14032] ppid=14029 vsize=9625040 CPUtime=1788.06 cores=1,3,5,7
/proc/14032/stat : 14032 (java) S 14029 14032 9389 0 -1 4202496 12899 0 1 0 178689 117 0 0 20 0 19 0 110618739 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 140734468512848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14032/statm: 2406260 119446 2293 9 0 2396937 0
[pid=14032/tid=14034] ppid=14029 vsize=9625040 CPUtime=1774.45 cores=1,3,5,7
/proc/14032/task/14034/stat : 14034 (java) R 14029 14032 9389 0 -1 4202560 2569 0 1 0 177415 30 0 0 20 0 19 0 110618741 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752861531456 139752801935932 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14035] ppid=14029 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/14032/task/14035/stat : 14035 (java) S 14029 14032 9389 0 -1 4202560 304 0 0 0 73 13 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752705309736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14032/tid=14036] ppid=14029 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/14032/task/14036/stat : 14036 (java) S 14029 14032 9389 0 -1 4202560 578 0 0 0 64 9 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752704256936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14037] ppid=14029 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14032/task/14037/stat : 14037 (java) S 14029 14032 9389 0 -1 4202560 399 0 0 0 68 9 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752703204136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14038] ppid=14029 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/14032/task/14038/stat : 14038 (java) S 14029 14032 9389 0 -1 4202560 297 0 0 0 64 8 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752702151336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14032/tid=14039] ppid=14029 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/14032/task/14039/stat : 14039 (java) S 14029 14032 9389 0 -1 4202560 490 0 0 0 75 12 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752701098536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14040] ppid=14029 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14032/task/14040/stat : 14040 (java) S 14029 14032 9389 0 -1 4202560 435 0 0 0 68 9 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752700045736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14041] ppid=14029 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/14032/task/14041/stat : 14041 (java) S 14029 14032 9389 0 -1 4202560 325 0 0 0 71 9 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752698992936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14042] ppid=14029 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/14032/task/14042/stat : 14042 (java) S 14029 14032 9389 0 -1 4202560 179 0 0 0 60 8 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752697940136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14043] ppid=14029 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/14032/task/14043/stat : 14043 (java) S 14029 14032 9389 0 -1 4202560 337 0 0 0 130 3 0 0 20 0 19 0 110618743 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752685743080 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14044] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14044/stat : 14044 (java) S 14029 14032 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110618744 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752684689144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14045] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14045/stat : 14045 (java) S 14029 14032 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110618744 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752683636232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14046] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14046/stat : 14046 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752682584720 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14047] ppid=14029 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/14032/task/14047/stat : 14047 (java) S 14029 14032 9389 0 -1 4202560 3058 0 0 0 45 0 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752681531832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14048] ppid=14029 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14032/task/14048/stat : 14048 (java) S 14029 14032 9389 0 -1 4202560 2568 0 0 0 50 0 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752680479032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14049] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14049/stat : 14049 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752679426424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14050] ppid=14029 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/14032/task/14050/stat : 14050 (java) S 14029 14032 9389 0 -1 4202560 103 0 0 0 34 40 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752678373832 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14051] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14051/stat : 14051 (java) S 14029 14032 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110618799 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752677320360 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1788.06
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.3 s]
/proc/loadavg: 2.34 2.21 2.19 3/213 14160
/proc/meminfo: memFree=29147384/32872528 swapFree=16700/1645768
[pid=14032] ppid=14029 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/14032/stat : 14032 (java) S 14029 14032 9389 0 -1 4202496 12899 0 1 0 179889 117 0 0 20 0 19 0 110618739 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 140734468512848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14032/statm: 2406260 119446 2293 9 0 2396937 0
[pid=14032/tid=14034] ppid=14029 vsize=9625040 CPUtime=1786.42 cores=1,3,5,7
/proc/14032/task/14034/stat : 14034 (java) R 14029 14032 9389 0 -1 4202560 2569 0 1 0 178611 31 0 0 20 0 19 0 110618741 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752861531456 139752802033125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14035] ppid=14029 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/14032/task/14035/stat : 14035 (java) S 14029 14032 9389 0 -1 4202560 304 0 0 0 73 13 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752705309736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14032/tid=14036] ppid=14029 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/14032/task/14036/stat : 14036 (java) S 14029 14032 9389 0 -1 4202560 578 0 0 0 64 9 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752704256936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14037] ppid=14029 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14032/task/14037/stat : 14037 (java) S 14029 14032 9389 0 -1 4202560 399 0 0 0 68 9 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752703204136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14038] ppid=14029 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/14032/task/14038/stat : 14038 (java) S 14029 14032 9389 0 -1 4202560 297 0 0 0 64 8 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752702151336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14032/tid=14039] ppid=14029 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/14032/task/14039/stat : 14039 (java) S 14029 14032 9389 0 -1 4202560 490 0 0 0 75 12 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752701098536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14040] ppid=14029 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14032/task/14040/stat : 14040 (java) S 14029 14032 9389 0 -1 4202560 435 0 0 0 68 9 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752700045736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14041] ppid=14029 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/14032/task/14041/stat : 14041 (java) S 14029 14032 9389 0 -1 4202560 325 0 0 0 71 9 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752698992936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14042] ppid=14029 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/14032/task/14042/stat : 14042 (java) S 14029 14032 9389 0 -1 4202560 179 0 0 0 60 8 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752697940136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14043] ppid=14029 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/14032/task/14043/stat : 14043 (java) S 14029 14032 9389 0 -1 4202560 337 0 0 0 130 3 0 0 20 0 19 0 110618743 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752685743080 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14044] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14044/stat : 14044 (java) S 14029 14032 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110618744 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752684689144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14045] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14045/stat : 14045 (java) S 14029 14032 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110618744 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752683636232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14046] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14046/stat : 14046 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752682584720 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14047] ppid=14029 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/14032/task/14047/stat : 14047 (java) S 14029 14032 9389 0 -1 4202560 3058 0 0 0 45 0 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752681531832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14048] ppid=14029 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14032/task/14048/stat : 14048 (java) S 14029 14032 9389 0 -1 4202560 2568 0 0 0 50 0 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752680479032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14049] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14049/stat : 14049 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752679426424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14050] ppid=14029 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/14032/task/14050/stat : 14050 (java) S 14029 14032 9389 0 -1 4202560 103 0 0 0 34 40 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752678373832 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14051] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14051/stat : 14051 (java) S 14029 14032 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110618799 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752677320360 259115759529 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 14032 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.3 s]
/proc/loadavg: 2.34 2.21 2.19 3/213 14160
/proc/meminfo: memFree=29147384/32872528 swapFree=16700/1645768
[pid=14032] ppid=14029 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/14032/stat : 14032 (java) S 14029 14032 9389 0 -1 4202496 12899 0 1 0 179889 117 0 0 20 0 19 0 110618739 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 140734468512848 259115745341 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14032/statm: 2406260 119446 2293 9 0 2396937 0
[pid=14032/tid=14034] ppid=14029 vsize=9625040 CPUtime=1786.42 cores=1,3,5,7
/proc/14032/task/14034/stat : 14034 (java) R 14029 14032 9389 0 -1 4202560 2569 0 1 0 178611 31 0 0 20 0 19 0 110618741 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752861531456 139752802033125 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14035] ppid=14029 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/14032/task/14035/stat : 14035 (java) S 14029 14032 9389 0 -1 4202560 304 0 0 0 73 13 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752705309736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14032/tid=14036] ppid=14029 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/14032/task/14036/stat : 14036 (java) S 14029 14032 9389 0 -1 4202560 578 0 0 0 64 9 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752704256936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14037] ppid=14029 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14032/task/14037/stat : 14037 (java) S 14029 14032 9389 0 -1 4202560 399 0 0 0 68 9 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752703204136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14038] ppid=14029 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/14032/task/14038/stat : 14038 (java) S 14029 14032 9389 0 -1 4202560 297 0 0 0 64 8 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752702151336 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=14032/tid=14039] ppid=14029 vsize=9625040 CPUtime=0.87 cores=1,3,5,7
/proc/14032/task/14039/stat : 14039 (java) S 14029 14032 9389 0 -1 4202560 490 0 0 0 75 12 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752701098536 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14040] ppid=14029 vsize=9625040 CPUtime=0.77 cores=1,3,5,7
/proc/14032/task/14040/stat : 14040 (java) S 14029 14032 9389 0 -1 4202560 435 0 0 0 68 9 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752700045736 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14041] ppid=14029 vsize=9625040 CPUtime=0.8 cores=1,3,5,7
/proc/14032/task/14041/stat : 14041 (java) S 14029 14032 9389 0 -1 4202560 325 0 0 0 71 9 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752698992936 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14042] ppid=14029 vsize=9625040 CPUtime=0.68 cores=1,3,5,7
/proc/14032/task/14042/stat : 14042 (java) S 14029 14032 9389 0 -1 4202560 179 0 0 0 60 8 0 0 20 0 19 0 110618742 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752697940136 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14043] ppid=14029 vsize=9625040 CPUtime=1.33 cores=1,3,5,7
/proc/14032/task/14043/stat : 14043 (java) S 14029 14032 9389 0 -1 4202560 337 0 0 0 130 3 0 0 20 0 19 0 110618743 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752685743080 259115759529 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14044] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14044/stat : 14044 (java) S 14029 14032 9389 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 110618744 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752684689144 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14045] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14045/stat : 14045 (java) S 14029 14032 9389 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 110618744 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752683636232 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14046] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14046/stat : 14046 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752682584720 259115767584 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14047] ppid=14029 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/14032/task/14047/stat : 14047 (java) S 14029 14032 9389 0 -1 4202560 3058 0 0 0 45 0 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752681531832 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14048] ppid=14029 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/14032/task/14048/stat : 14048 (java) S 14029 14032 9389 0 -1 4202560 2568 0 0 0 50 0 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752680479032 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=14032/tid=14049] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14049/stat : 14049 (java) S 14029 14032 9389 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752679426424 259115758652 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=14032/tid=14050] ppid=14029 vsize=9625040 CPUtime=0.74 cores=1,3,5,7
/proc/14032/task/14050/stat : 14050 (java) S 14029 14032 9389 0 -1 4202560 103 0 0 0 34 40 0 0 20 0 19 0 110618746 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752678373832 259115759529 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=14032/tid=14051] ppid=14029 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/14032/task/14051/stat : 14051 (java) S 14029 14032 9389 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 110618799 9856040960 119446 33554432000 1073741824 1073778376 140734468521712 139752677320360 259115759529 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

Child status: 143

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

Real time (s): 1794.38
CPU time (s): 1800.06
CPU user time (s): 1798.89
CPU system time (s): 1.17
CPU usage (%): 100.317
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.37
system time used= 1.65075
maximum resident set size= 815064
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12935
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1576
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39054
involuntary context switches= 11324

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1555 second user time and 14.3608 second system time

The end

Launcher Data

Begin job on node124 at 2016-06-07 10:07:33
IDJOB=4084613
IDBENCH=90172
IDSOLVER=2546
FILE ID=node124/4084613-1465286853
RUNJOBID= node124-1465261984-9406
PBS_JOBID= 19843296
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathNG/normalized-NG_K163.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084613-1465286853/watcher-4084613-1465286853 -o /tmp/evaluation-result-4084613-1465286853/solver-4084613-1465286853 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node124-1465261984-9406 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084613-1465286853.opb

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

MD5SUM BENCH= 5c9e224cdd9eef3594ee47236fa33798
RANDOM SEED=46495252

node124.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.707
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.41
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.707
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.707
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.707
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.707
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.707
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.707
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.707
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:        29653588 kB
Buffers:          114868 kB
Cached:           235172 kB
SwapCached:          824 kB
Active:           594624 kB
Inactive:         243256 kB
Active(anon):     488928 kB
Inactive(anon):     1252 kB
Active(file):     105696 kB
Inactive(file):   242004 kB
Unevictable:     1645768 kB
Mlocked:           16700 kB
SwapTotal:      67108856 kB
SwapFree:       67097716 kB
Dirty:              2012 kB
Writeback:             0 kB
AnonPages:       2173864 kB
Mapped:            15444 kB
Shmem:                 0 kB
Slab:             601100 kB
SReclaimable:      45124 kB
SUnreclaim:       555976 kB
KernelStack:        1760 kB
PageTables:         8884 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2290212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2140160 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 node124 at 2016-06-07 10:37:27