Trace number 4101533

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.06 1781.13

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib/normalized-reduced-mps-v2-20-10-khb05250.opb
MD5SUM0abc7673c35064c54cd6e972f16047d8
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables38297
Total number of constraints102
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints102
Minimum length of a constraint23
Maximum length of a constraint1530
Number of terms in the objective function 37494
Biggest coefficient in the objective function 580
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 555190
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 260900
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 555190
Number of bits of the biggest sum of numbers20
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.08/0.11	c Pseudo Boolean Optimization by upper bound
0.08/0.11	c --- Begin Solver configuration ---
0.08/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.11	c Learn all clauses as in MiniSAT
0.08/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.11	c No reason simplification
0.08/0.11	c Glucose 2.1 dynamic restart strategy
0.08/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.11	c timeout=2147483s
0.08/0.11	c DB Simplification allowed=false
0.08/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.11	c --- End Solver configuration ---
0.08/0.11	c solving HOME/instance-4101533-1466224011.opb
0.08/0.11	c reading problem ... 
0.08/0.11	c  objective function found
0.95/0.53	c ... done. Wall clock time 0.414s.
0.95/0.53	c declared #vars     38297
0.95/0.53	c #constraints  179
0.95/0.53	c constraints type 
0.95/0.53	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5
0.95/0.53	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 174
0.95/0.53	c 179 constraints processed.
0.95/0.53	c objective function length is 37494 literals
3.10/2.10	c cleaning 2495 clauses out of 5001 with flag 15598/5001
5.56/4.45	c cleaning 4246 clauses out of 8505 with flag 34324/11000
8.75/7.66	c cleaning 5624 clauses out of 11265 with flag 52026/18006
12.33/11.12	c cleaning 6807 clauses out of 13635 with flag 71758/26000
16.63/15.32	c cleaning 7901 clauses out of 15828 with flag 94651/35000
21.23/19.91	c cleaning 8947 clauses out of 17927 with flag 120448/45000
26.42/25.06	c cleaning 9971 clauses out of 19980 with flag 148596/56000
32.32/30.93	c cleaning 10985 clauses out of 22009 with flag 178824/68000
38.97/37.52	c cleaning 12002 clauses out of 24027 with flag 211879/81003
46.47/45.09	c cleaning 12996 clauses out of 26022 with flag 247865/95000
54.34/52.86	c cleaning 14003 clauses out of 28027 with flag 286470/110001
62.08/60.51	c cleaning 15003 clauses out of 30023 with flag 326390/126000
71.01/69.45	c cleaning 15995 clauses out of 32020 with flag 369334/143000
79.39/77.73	c cleaning 16987 clauses out of 34028 with flag 411723/161003
90.63/88.98	c cleaning 18009 clauses out of 36039 with flag 456534/180001
101.66/99.92	c cleaning 19003 clauses out of 38030 with flag 506011/200001
113.07/111.32	c cleaning 20005 clauses out of 40026 with flag 558699/221000
125.50/123.75	c cleaning 20995 clauses out of 42021 with flag 614592/243000
139.03/137.22	c cleaning 21997 clauses out of 44027 with flag 672506/266001
153.70/151.85	c cleaning 22992 clauses out of 46029 with flag 734686/290000
168.44/166.55	c cleaning 23986 clauses out of 48037 with flag 797528/315000
184.41/182.49	c cleaning 24991 clauses out of 50052 with flag 863480/341001
202.89/200.88	c cleaning 26017 clauses out of 52060 with flag 926780/368000
220.84/218.73	c cleaning 26998 clauses out of 54045 with flag 994741/396002
238.95/236.78	c cleaning 27988 clauses out of 56045 with flag 1065626/425000
257.94/255.69	c cleaning 29007 clauses out of 58057 with flag 1140787/455000
278.55/276.11	c cleaning 29997 clauses out of 60050 with flag 1216664/486000
299.65/297.17	c cleaning 31009 clauses out of 62053 with flag 1295883/518000
321.89/319.21	c cleaning 31991 clauses out of 64044 with flag 1379500/551000
343.89/341.14	c cleaning 33003 clauses out of 66053 with flag 1464642/585000
367.24/364.30	c cleaning 33997 clauses out of 68051 with flag 1553157/620001
391.29/388.13	c cleaning 34998 clauses out of 70053 with flag 1643971/656000
415.62/412.25	c cleaning 36010 clauses out of 72055 with flag 1741161/693000
441.43/437.74	c cleaning 37005 clauses out of 74049 with flag 1839254/731004
467.97/464.19	c cleaning 38006 clauses out of 76041 with flag 1937088/770001
495.18/490.96	c cleaning 38999 clauses out of 78034 with flag 2040419/810000
522.73/518.19	c cleaning 40003 clauses out of 80037 with flag 2147646/851002
553.76/548.90	c cleaning 40994 clauses out of 82032 with flag 2256236/893000
584.78/579.57	c cleaning 42006 clauses out of 84038 with flag 2366471/936000
618.54/612.89	c cleaning 42990 clauses out of 86032 with flag 2477638/980000
652.82/646.70	c cleaning 44001 clauses out of 88043 with flag 2593805/1025001
687.60/681.02	c cleaning 45008 clauses out of 90042 with flag 2710798/1071001
722.32/715.49	c cleaning 46001 clauses out of 92033 with flag 2831961/1118000
760.36/753.04	c cleaning 47002 clauses out of 94033 with flag 2954651/1166001
797.11/789.31	c cleaning 47999 clauses out of 96032 with flag 3081119/1215002
834.10/826.06	c cleaning 48991 clauses out of 98031 with flag 3213856/1265000
875.04/866.50	c cleaning 50001 clauses out of 100040 with flag 3343883/1316000
917.02/908.06	c cleaning 51006 clauses out of 102039 with flag 3478670/1368000
959.11/949.57	c cleaning 52010 clauses out of 104033 with flag 3615517/1421000
1002.20/992.23	c cleaning 53003 clauses out of 106023 with flag 3755092/1475000
1047.61/1037.01	c cleaning 53977 clauses out of 108020 with flag 3901150/1530000
1094.70/1083.56	c cleaning 54990 clauses out of 110043 with flag 4043386/1586000
1143.01/1131.37	c cleaning 56010 clauses out of 112055 with flag 4190307/1643002
1193.91/1181.70	c cleaning 57003 clauses out of 114043 with flag 4341111/1701000
1245.30/1232.50	c cleaning 58011 clauses out of 116040 with flag 4493428/1760000
1298.54/1285.16	c cleaning 58995 clauses out of 118029 with flag 4648431/1820000
1349.45/1335.63	c cleaning 60009 clauses out of 120035 with flag 4808924/1881001
1405.99/1391.53	c cleaning 60993 clauses out of 122025 with flag 4967960/1943000
1463.50/1448.35	c cleaning 61997 clauses out of 124032 with flag 5128210/2006000
1521.39/1505.57	c cleaning 62998 clauses out of 126035 with flag 5289411/2070000
1582.40/1565.89	c cleaning 64009 clauses out of 128037 with flag 5457837/2135000
1647.02/1629.88	c cleaning 64993 clauses out of 130028 with flag 5629889/2201000
1714.01/1696.19	c cleaning 65997 clauses out of 132038 with flag 5803780/2268003
1781.04/1762.43	c cleaning 67010 clauses out of 134038 with flag 5977784/2336000
1800.06/1781.10	c starts		: 5
1800.06/1781.10	c conflicts		: 2361860
1800.06/1781.10	c decisions		: 7225384
1800.06/1781.10	c propagations		: 844541620
1800.06/1781.10	c inspects		: 16834495498
1800.06/1781.10	c shortcuts		: 0
1800.06/1781.10	c learnt literals	: 0
1800.06/1781.10	c learnt binary clauses	: 2
1800.06/1781.10	c learnt ternary clauses	: 5
1800.06/1781.10	c learnt constraints	: 2361860
1800.06/1781.10	c ignored constraints	: 0
1800.06/1781.10	c root simplifications	: 0
1800.06/1781.10	c removed literals (reason simplification)	: 0
1800.06/1781.10	c reason swapping (by a shorter reason)	: 0
1800.06/1781.10	c Calls to reduceDB	: 64
1800.06/1781.10	c Number of update (reduction) of LBD	: 687754
1800.06/1781.10	c Imported unit clauses	: 0
1800.06/1781.10	c number of reductions to clauses (during analyze)	: 0
1800.06/1781.10	c number of learned constraints concerned by reduction	: 0
1800.06/1781.10	c number of learning phase by resolution	: 0
1800.06/1781.10	c number of learning phase by cutting planes	: 0
1800.06/1781.10	c speed (assignments/second)	: 474335.00610792066
1800.06/1781.10	c non guided choices	892
1800.06/1781.11	c timeout
1800.06/1781.12	c learnt constraints type 
1800.06/1781.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.06/1781.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 92886
1800.06/1781.13	s UNKNOWN
1800.06/1781.13	c Total wall clock time (in seconds): 1781.014

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-4101533-1466224011/watcher-4101533-1466224011 -o /tmp/evaluation-result-4101533-1466224011/solver-4101533-1466224011 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5895 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4101533-1466224011.opb 

pid=9917
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.22 2.31 2.27 3/194 9920
/proc/meminfo: memFree=26925976/32872528 swapFree=1590032/1720848
[pid=9920] ppid=9917 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/9920/stat : 9920 (java) R 9917 9920 5878 0 -1 4202496 531 0 0 0 0 0 0 0 20 0 1 0 24449428 9515008 182 33554432000 1073741824 1073778376 140737452583184 140737452565912 226084381623 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/9920/statm: 2323 185 143 9 0 71 0

[startup+0.100159 s]
/proc/loadavg: 2.22 2.31 2.27 3/194 9920
/proc/meminfo: memFree=26925976/32872528 swapFree=1590032/1720848
[pid=9920] ppid=9917 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/9920/stat : 9920 (java) S 9917 9920 5878 0 -1 4202496 4396 0 1 0 8 0 0 0 20 0 18 0 24449428 9787879424 6021 33554432000 1073741824 1073778376 140737452583184 140737452574320 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9920/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 2.22 2.31 2.27 3/194 9920
/proc/meminfo: memFree=26925976/32872528 swapFree=1590032/1720848
[pid=9920] ppid=9917 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/9920/stat : 9920 (java) S 9917 9920 5878 0 -1 4202496 5023 0 1 0 27 0 0 0 20 0 18 0 24449428 9787879424 7446 33554432000 1073741824 1073778376 140737452583184 140737452574320 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9920/statm: 2389619 7446 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300233 s]
/proc/loadavg: 2.22 2.31 2.27 3/194 9920
/proc/meminfo: memFree=26925976/32872528 swapFree=1590032/1720848
[pid=9920] ppid=9917 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/9920/stat : 9920 (java) S 9917 9920 5878 0 -1 4202496 5460 0 1 0 45 1 0 0 20 0 18 0 24449428 9787879424 11739 33554432000 1073741824 1073778376 140737452583184 140737452574320 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9920/statm: 2389619 11739 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700182 s]
/proc/loadavg: 2.22 2.31 2.27 3/194 9920
/proc/meminfo: memFree=26925976/32872528 swapFree=1590032/1720848
[pid=9920] ppid=9917 vsize=9625040 CPUtime=1.32 cores=1,3,5,7
/proc/9920/stat : 9920 (java) S 9917 9920 5878 0 -1 4202496 11162 0 1 0 129 3 0 0 20 0 19 0 24449428 9856040960 33272 33554432000 1073741824 1073778376 140737452583184 140737452574320 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9920/statm: 2406260 33272 2256 9 0 2396937 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9625040

[startup+1.50075 s]
/proc/loadavg: 2.22 2.31 2.27 3/213 9939
/proc/meminfo: memFree=26789796/32872528 swapFree=1590032/1720848
[pid=9920] ppid=9917 vsize=9625040 CPUtime=2.46 cores=1,3,5,7
/proc/9920/stat : 9920 (java) S 9917 9920 5878 0 -1 4202496 13243 0 1 0 239 7 0 0 20 0 19 0 24449428 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 140737452574320 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9920/statm: 2406260 48508 2274 9 0 2396937 0
[pid=9920/tid=9922] ppid=9917 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/9920/task/9922/stat : 9922 (java) R 9917 9920 5878 0 -1 4202560 2479 0 1 0 139 3 0 0 20 0 19 0 24449429 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831813745992 139831670484493 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9923] ppid=9917 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9920/task/9923/stat : 9923 (java) S 9917 9920 5878 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 24449430 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831791848488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9924] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9924/stat : 9924 (java) S 9917 9920 5878 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24449430 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831790795688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9925] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9925/stat : 9925 (java) S 9917 9920 5878 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24449430 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831789742888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9926] ppid=9917 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9920/task/9926/stat : 9926 (java) S 9917 9920 5878 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 24449430 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831788690088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9927] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9927/stat : 9927 (java) S 9917 9920 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24449430 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831451576872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9928] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9928/stat : 9928 (java) S 9917 9920 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24449430 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831450524072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9929] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9929/stat : 9929 (java) S 9917 9920 5878 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24449430 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831449471272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9930] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9930/stat : 9930 (java) S 9917 9920 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24449430 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831448418472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9931] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9931/stat : 9931 (java) S 9917 9920 5878 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831436221416 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9932] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9932/stat : 9932 (java) S 9917 9920 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831435167480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9933] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9933/stat : 9933 (java) S 9917 9920 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831434114568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9934] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9934/stat : 9934 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831433063056 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9935] ppid=9917 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/9920/task/9935/stat : 9935 (java) S 9917 9920 5878 0 -1 4202560 5275 0 0 0 46 0 0 0 20 0 19 0 24449434 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831432010168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9936] ppid=9917 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/9920/task/9936/stat : 9936 (java) S 9917 9920 5878 0 -1 4202560 4070 0 0 0 43 0 0 0 20 0 19 0 24449434 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831430957368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9937] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9937/stat : 9937 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831429904760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9938] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9938/stat : 9938 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831428852168 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9939] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9939/stat : 9939 (java) S 9917 9920 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24449491 9856040960 48508 33554432000 1073741824 1073778376 140737452583184 139831427798696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.46
Current children cumulated vsize (KiB) 9625040

[startup+3.10085 s]
/proc/loadavg: 2.22 2.31 2.27 3/213 9939
/proc/meminfo: memFree=26739652/32872528 swapFree=1590032/1720848
[pid=9920] ppid=9917 vsize=9625040 CPUtime=4.11 cores=1,3,5,7
/proc/9920/stat : 9920 (java) S 9917 9920 5878 0 -1 4202496 13258 0 1 0 404 7 0 0 20 0 19 0 24449428 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 140737452574320 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9920/statm: 2406260 48522 2278 9 0 2396937 0
[pid=9920/tid=9922] ppid=9917 vsize=9625040 CPUtime=3.02 cores=1,3,5,7
/proc/9920/task/9922/stat : 9922 (java) R 9917 9920 5878 0 -1 4202560 2480 0 1 0 299 3 0 0 20 0 19 0 24449429 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831813745040 139831670427278 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9923] ppid=9917 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9920/task/9923/stat : 9923 (java) S 9917 9920 5878 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 24449430 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831791848488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9924] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9924/stat : 9924 (java) S 9917 9920 5878 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 24449430 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831790795688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9925] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9925/stat : 9925 (java) S 9917 9920 5878 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24449430 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831789742888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9926] ppid=9917 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9920/task/9926/stat : 9926 (java) S 9917 9920 5878 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 19 0 24449430 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831788690088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9927] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9927/stat : 9927 (java) S 9917 9920 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24449430 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831451576872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9928] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9928/stat : 9928 (java) S 9917 9920 5878 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24449430 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831450524072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9929] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9929/stat : 9929 (java) S 9917 9920 5878 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 24449430 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831449471272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9930] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9930/stat : 9930 (java) S 9917 9920 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24449430 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831448418472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9931] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9931/stat : 9931 (java) S 9917 9920 5878 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831436221416 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9932] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9932/stat : 9932 (java) S 9917 9920 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831435167480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9933] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9933/stat : 9933 (java) S 9917 9920 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831434114568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9934] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9934/stat : 9934 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831433063056 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9935] ppid=9917 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/9920/task/9935/stat : 9935 (java) S 9917 9920 5878 0 -1 4202560 5289 0 0 0 49 0 0 0 20 0 19 0 24449434 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831432010168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9936] ppid=9917 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/9920/task/9936/stat : 9936 (java) S 9917 9920 5878 0 -1 4202560 4070 0 0 0 44 0 0 0 20 0 19 0 24449434 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831430957368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9937] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9937/stat : 9937 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831429904760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9938] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9938/stat : 9938 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831428852168 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9939] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9939/stat : 9939 (java) S 9917 9920 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24449491 9856040960 48522 33554432000 1073741824 1073778376 140737452583184 139831427798696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 9625040

[startup+6.30088 s]
/proc/loadavg: 2.20 2.31 2.27 3/213 9939
/proc/meminfo: memFree=26702292/32872528 swapFree=1590032/1720848
[pid=9920] ppid=9917 vsize=9625040 CPUtime=7.46 cores=1,3,5,7
/proc/9920/stat : 9920 (java) S 9917 9920 5878 0 -1 4202496 13666 0 1 0 734 12 0 0 20 0 19 0 24449428 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 140737452574320 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9920/statm: 2406260 57733 2278 9 0 2396937 0
[pid=9920/tid=9922] ppid=9917 vsize=9625040 CPUtime=6.18 cores=1,3,5,7
/proc/9920/task/9922/stat : 9922 (java) R 9917 9920 5878 0 -1 4202560 2483 0 1 0 615 3 0 0 20 0 19 0 24449429 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831813747120 139831670455756 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9923] ppid=9917 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9920/task/9923/stat : 9923 (java) S 9917 9920 5878 0 -1 4202560 148 0 0 0 1 1 0 0 20 0 19 0 24449430 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831791848488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9924] ppid=9917 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9920/task/9924/stat : 9924 (java) S 9917 9920 5878 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 19 0 24449430 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831790795688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9925] ppid=9917 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9920/task/9925/stat : 9925 (java) S 9917 9920 5878 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 24449430 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831789742888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9926] ppid=9917 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9920/task/9926/stat : 9926 (java) S 9917 9920 5878 0 -1 4202560 60 0 0 0 3 0 0 0 20 0 19 0 24449430 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831788690088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9927] ppid=9917 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/9920/task/9927/stat : 9927 (java) S 9917 9920 5878 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 19 0 24449430 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831451576872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9928] ppid=9917 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/9920/task/9928/stat : 9928 (java) S 9917 9920 5878 0 -1 4202560 124 0 0 0 1 2 0 0 20 0 19 0 24449430 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831450524072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9929] ppid=9917 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9920/task/9929/stat : 9929 (java) S 9917 9920 5878 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 24449430 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831449471272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9930] ppid=9917 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/9920/task/9930/stat : 9930 (java) S 9917 9920 5878 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 19 0 24449430 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831448418472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9931] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9931/stat : 9931 (java) S 9917 9920 5878 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831436221416 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9932] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9932/stat : 9932 (java) S 9917 9920 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831435167480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9933] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9933/stat : 9933 (java) S 9917 9920 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831434114568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9934] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9934/stat : 9934 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831433063056 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9935] ppid=9917 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/9920/task/9935/stat : 9935 (java) S 9917 9920 5878 0 -1 4202560 5289 0 0 0 52 0 0 0 20 0 19 0 24449434 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831432010168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9936] ppid=9917 vsize=9625040 CPUtime=0.46 cores=1,3,5,7
/proc/9920/task/9936/stat : 9936 (java) S 9917 9920 5878 0 -1 4202560 4070 0 0 0 46 0 0 0 20 0 19 0 24449434 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831430957368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9937] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9937/stat : 9937 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831429904760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9938] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9938/stat : 9938 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831428852168 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9939] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9939/stat : 9939 (java) S 9917 9920 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24449491 9856040960 57733 33554432000 1073741824 1073778376 140737452583184 139831427798696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.46
Current children cumulated vsize (KiB) 9625040


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

[pid=9920/tid=9939] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9939/stat : 9939 (java) S 9917 9920 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24449491 9856040960 62378 33554432000 1073741824 1073778376 140737452583184 139831427798696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1680
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.26 2.32 2.28 3/213 10049
/proc/meminfo: memFree=26241812/32872528 swapFree=1590032/1720848
[pid=9920] ppid=9917 vsize=9625040 CPUtime=1740.47 cores=1,3,5,7
/proc/9920/stat : 9920 (java) S 9917 9920 5878 0 -1 4202496 61118 0 1 0 173898 149 0 0 20 0 19 0 24449428 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 140737452574320 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9920/statm: 2406260 60086 2286 9 0 2396937 0
[pid=9920/tid=9922] ppid=9917 vsize=9625040 CPUtime=1706.69 cores=1,3,5,7
/proc/9920/task/9922/stat : 9922 (java) R 9917 9920 5878 0 -1 4202560 19372 0 1 0 170625 44 0 0 20 0 19 0 24449429 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831813746024 139831670224400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9923] ppid=9917 vsize=9625040 CPUtime=3.25 cores=1,3,5,7
/proc/9920/task/9923/stat : 9923 (java) S 9917 9920 5878 0 -1 4202560 1537 0 0 0 315 10 0 0 20 0 19 0 24449430 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831791848488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9924] ppid=9917 vsize=9625040 CPUtime=3.39 cores=1,3,5,7
/proc/9920/task/9924/stat : 9924 (java) S 9917 9920 5878 0 -1 4202560 1888 0 0 0 328 11 0 0 20 0 19 0 24449430 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831790795688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9925] ppid=9917 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/9920/task/9925/stat : 9925 (java) S 9917 9920 5878 0 -1 4202560 2244 0 0 0 321 9 0 0 20 0 19 0 24449430 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831789742888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9926] ppid=9917 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/9920/task/9926/stat : 9926 (java) S 9917 9920 5878 0 -1 4202560 2391 0 0 0 318 12 0 0 20 0 19 0 24449430 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831788690088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9927] ppid=9917 vsize=9625040 CPUtime=3.28 cores=1,3,5,7
/proc/9920/task/9927/stat : 9927 (java) S 9917 9920 5878 0 -1 4202560 1647 0 0 0 318 10 0 0 20 0 19 0 24449430 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831451576872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9928] ppid=9917 vsize=9625040 CPUtime=3.33 cores=1,3,5,7
/proc/9920/task/9928/stat : 9928 (java) S 9917 9920 5878 0 -1 4202560 1577 0 0 0 322 11 0 0 20 0 19 0 24449430 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831450524072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9929] ppid=9917 vsize=9625040 CPUtime=3.19 cores=1,3,5,7
/proc/9920/task/9929/stat : 9929 (java) S 9917 9920 5878 0 -1 4202560 2203 0 0 0 310 9 0 0 20 0 19 0 24449430 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831449471272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9930] ppid=9917 vsize=9625040 CPUtime=3.28 cores=1,3,5,7
/proc/9920/task/9930/stat : 9930 (java) S 9917 9920 5878 0 -1 4202560 2371 0 0 0 317 11 0 0 20 0 19 0 24449430 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831448418472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9931] ppid=9917 vsize=9625040 CPUtime=1.5 cores=1,3,5,7
/proc/9920/task/9931/stat : 9931 (java) S 9917 9920 5878 0 -1 4202560 15167 0 0 0 132 18 0 0 20 0 19 0 24449431 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831436221416 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9932] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9932/stat : 9932 (java) S 9917 9920 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831435167480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9933] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9933/stat : 9933 (java) S 9917 9920 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831434114568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9934] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9934/stat : 9934 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831433063056 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9935] ppid=9917 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/9920/task/9935/stat : 9935 (java) S 9917 9920 5878 0 -1 4202560 5289 0 0 0 53 0 0 0 20 0 19 0 24449434 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831432010168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9936] ppid=9917 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/9920/task/9936/stat : 9936 (java) S 9917 9920 5878 0 -1 4202560 4071 0 0 0 48 0 0 0 20 0 19 0 24449434 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831430957368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9937] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9937/stat : 9937 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831429904760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9938] ppid=9917 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/9920/task/9938/stat : 9938 (java) S 9917 9920 5878 0 -1 4202560 97 0 0 0 23 34 0 0 20 0 19 0 24449434 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831428852168 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9939] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9939/stat : 9939 (java) S 9917 9920 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24449491 9856040960 60086 33554432000 1073741824 1073778376 140737452583184 139831427798696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1740.47
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.1 s]
/proc/loadavg: 2.22 2.30 2.27 3/213 10050
/proc/meminfo: memFree=26237048/32872528 swapFree=1590032/1720848
[pid=9920] ppid=9917 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/9920/stat : 9920 (java) S 9917 9920 5878 0 -1 4202496 63157 0 1 0 179854 152 0 0 20 0 19 0 24449428 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 140737452574320 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9920/statm: 2406260 59942 2286 9 0 2396937 0
[pid=9920/tid=9922] ppid=9917 vsize=9625040 CPUtime=1764.91 cores=1,3,5,7
/proc/9920/task/9922/stat : 9922 (java) R 9917 9920 5878 0 -1 4202560 20028 0 1 0 176446 45 0 0 20 0 19 0 24449429 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831813745968 139831670436205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9923] ppid=9917 vsize=9625040 CPUtime=3.4 cores=1,3,5,7
/proc/9920/task/9923/stat : 9923 (java) S 9917 9920 5878 0 -1 4202560 1648 0 0 0 330 10 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831791848488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9924] ppid=9917 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/9920/task/9924/stat : 9924 (java) S 9917 9920 5878 0 -1 4202560 2133 0 0 0 344 11 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831790795688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9925] ppid=9917 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/9920/task/9925/stat : 9925 (java) S 9917 9920 5878 0 -1 4202560 2506 0 0 0 335 9 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831789742888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9926] ppid=9917 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/9920/task/9926/stat : 9926 (java) S 9917 9920 5878 0 -1 4202560 2709 0 0 0 336 12 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831788690088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9927] ppid=9917 vsize=9625040 CPUtime=3.41 cores=1,3,5,7
/proc/9920/task/9927/stat : 9927 (java) S 9917 9920 5878 0 -1 4202560 1700 0 0 0 331 10 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831451576872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9928] ppid=9917 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/9920/task/9928/stat : 9928 (java) S 9917 9920 5878 0 -1 4202560 1577 0 0 0 336 11 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831450524072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9929] ppid=9917 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/9920/task/9929/stat : 9929 (java) S 9917 9920 5878 0 -1 4202560 2341 0 0 0 327 9 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831449471272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9930] ppid=9917 vsize=9625040 CPUtime=3.41 cores=1,3,5,7
/proc/9920/task/9930/stat : 9930 (java) S 9917 9920 5878 0 -1 4202560 2610 0 0 0 330 11 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831448418472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9931] ppid=9917 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/9920/task/9931/stat : 9931 (java) S 9917 9920 5878 0 -1 4202560 15180 0 0 0 132 19 0 0 20 0 19 0 24449431 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831436221416 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9932] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9932/stat : 9932 (java) S 9917 9920 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831435167480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9933] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9933/stat : 9933 (java) S 9917 9920 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831434114568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9934] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9934/stat : 9934 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831433063056 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9935] ppid=9917 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/9920/task/9935/stat : 9935 (java) S 9917 9920 5878 0 -1 4202560 5289 0 0 0 53 0 0 0 20 0 19 0 24449434 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831432010168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9936] ppid=9917 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/9920/task/9936/stat : 9936 (java) S 9917 9920 5878 0 -1 4202560 4071 0 0 0 48 0 0 0 20 0 19 0 24449434 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831430957368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9937] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9937/stat : 9937 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831429904760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9938] ppid=9917 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/9920/task/9938/stat : 9938 (java) S 9917 9920 5878 0 -1 4202560 101 0 0 0 24 36 0 0 20 0 19 0 24449434 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831428852168 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9939] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9939/stat : 9939 (java) S 9917 9920 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24449491 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831427798696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 9920 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1781.1 s]
/proc/loadavg: 2.22 2.30 2.27 3/213 10050
/proc/meminfo: memFree=26237048/32872528 swapFree=1590032/1720848
[pid=9920] ppid=9917 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/9920/stat : 9920 (java) S 9917 9920 5878 0 -1 4202496 63157 0 1 0 179854 152 0 0 20 0 19 0 24449428 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 140737452574320 226087698493 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/9920/statm: 2406260 59942 2286 9 0 2396937 0
[pid=9920/tid=9922] ppid=9917 vsize=9625040 CPUtime=1764.91 cores=1,3,5,7
/proc/9920/task/9922/stat : 9922 (java) R 9917 9920 5878 0 -1 4202560 20028 0 1 0 176446 45 0 0 20 0 19 0 24449429 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831813745968 139831670436205 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9923] ppid=9917 vsize=9625040 CPUtime=3.4 cores=1,3,5,7
/proc/9920/task/9923/stat : 9923 (java) S 9917 9920 5878 0 -1 4202560 1648 0 0 0 330 10 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831791848488 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9924] ppid=9917 vsize=9625040 CPUtime=3.55 cores=1,3,5,7
/proc/9920/task/9924/stat : 9924 (java) S 9917 9920 5878 0 -1 4202560 2133 0 0 0 344 11 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831790795688 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9925] ppid=9917 vsize=9625040 CPUtime=3.44 cores=1,3,5,7
/proc/9920/task/9925/stat : 9925 (java) S 9917 9920 5878 0 -1 4202560 2506 0 0 0 335 9 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831789742888 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9926] ppid=9917 vsize=9625040 CPUtime=3.48 cores=1,3,5,7
/proc/9920/task/9926/stat : 9926 (java) S 9917 9920 5878 0 -1 4202560 2709 0 0 0 336 12 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831788690088 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9927] ppid=9917 vsize=9625040 CPUtime=3.41 cores=1,3,5,7
/proc/9920/task/9927/stat : 9927 (java) S 9917 9920 5878 0 -1 4202560 1700 0 0 0 331 10 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831451576872 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9928] ppid=9917 vsize=9625040 CPUtime=3.47 cores=1,3,5,7
/proc/9920/task/9928/stat : 9928 (java) S 9917 9920 5878 0 -1 4202560 1577 0 0 0 336 11 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831450524072 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9929] ppid=9917 vsize=9625040 CPUtime=3.36 cores=1,3,5,7
/proc/9920/task/9929/stat : 9929 (java) S 9917 9920 5878 0 -1 4202560 2341 0 0 0 327 9 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831449471272 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9930] ppid=9917 vsize=9625040 CPUtime=3.41 cores=1,3,5,7
/proc/9920/task/9930/stat : 9930 (java) S 9917 9920 5878 0 -1 4202560 2610 0 0 0 330 11 0 0 20 0 19 0 24449430 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831448418472 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9931] ppid=9917 vsize=9625040 CPUtime=1.51 cores=1,3,5,7
/proc/9920/task/9931/stat : 9931 (java) S 9917 9920 5878 0 -1 4202560 15180 0 0 0 132 19 0 0 20 0 19 0 24449431 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831436221416 226087712681 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9932] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9932/stat : 9932 (java) S 9917 9920 5878 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831435167480 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9933] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9933/stat : 9933 (java) S 9917 9920 5878 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24449431 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831434114568 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9934] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9934/stat : 9934 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831433063056 226087720736 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9935] ppid=9917 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/9920/task/9935/stat : 9935 (java) S 9917 9920 5878 0 -1 4202560 5289 0 0 0 53 0 0 0 20 0 19 0 24449434 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831432010168 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=9920/tid=9936] ppid=9917 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/9920/task/9936/stat : 9936 (java) S 9917 9920 5878 0 -1 4202560 4071 0 0 0 48 0 0 0 20 0 19 0 24449434 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831430957368 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=9920/tid=9937] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9937/stat : 9937 (java) S 9917 9920 5878 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24449434 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831429904760 226087711804 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=9920/tid=9938] ppid=9917 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/9920/task/9938/stat : 9938 (java) S 9917 9920 5878 0 -1 4202560 101 0 0 0 24 36 0 0 20 0 19 0 24449434 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831428852168 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=9920/tid=9939] ppid=9917 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/9920/task/9939/stat : 9939 (java) S 9917 9920 5878 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 24449491 9856040960 59942 33554432000 1073741824 1073778376 140737452583184 139831427798696 226087712681 0 4 0 16800975 18446744071579510697 0 0 -1 7 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 9920 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=888287
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=971700
# CPU time returned by wait4() is 1795.86
# 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): 1781.13
CPU time (s): 1800.06
CPU user time (s): 1798.54
CPU system time (s): 1.52
CPU usage (%): 101.063
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.89
system time used= 1.9717
maximum resident set size= 629396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63197
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1712
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83797
involuntary context switches= 113556

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4324 second user time and 13.304 second system time

The end

Launcher Data

Begin job on node120 at 2016-06-18 06:26:51
IDJOB=4101533
IDBENCH=1762
IDSOLVER=2546
FILE ID=node120/4101533-1466224011
RUNJOBID= node120-1466206086-5895
PBS_JOBID= 19918157
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib/normalized-reduced-mps-v2-20-10-khb05250.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101533-1466224011/watcher-4101533-1466224011 -o /tmp/evaluation-result-4101533-1466224011/solver-4101533-1466224011 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node120-1466206086-5895 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101533-1466224011.opb

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

MD5SUM BENCH= 0abc7673c35064c54cd6e972f16047d8
RANDOM SEED=1184767986

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26925984 kB
Buffers:          107004 kB
Cached:           226840 kB
SwapCached:         1812 kB
Active:          3210328 kB
Inactive:         261008 kB
Active(anon):    3138792 kB
Inactive(anon):     1244 kB
Active(file):      71536 kB
Inactive(file):   259764 kB
Unevictable:     1720848 kB
Mlocked:         1590032 kB
SwapTotal:      67108856 kB
SwapFree:       67099492 kB
Dirty:              1624 kB
Writeback:             0 kB
AnonPages:       4794112 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             613528 kB
SReclaimable:      57572 kB
SUnreclaim:       555956 kB
KernelStack:        1760 kB
PageTables:        14096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5041416 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3059712 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= 71616 MiB
End job on node120 at 2016-06-18 06:56:32