Trace number 4099949

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.01 1781.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n370c.opb
MD5SUMc00448b3bb1fb54d1d5ecdb2bc9f967d
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
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
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 constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654121
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 654121
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4099949-1466209663.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
2.01/1.39	c ... done. Wall clock time 1.28s.
2.01/1.39	c declared #vars     155000
2.01/1.39	c #constraints  5300
2.01/1.39	c constraints type 
2.01/1.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 38
2.01/1.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5262
2.01/1.39	c 5300 constraints processed.
2.01/1.39	c objective function length is 155000 literals
5.23/3.91	c cleaning 2501 clauses out of 5002 with flag 10301/5002
7.95/6.52	c cleaning 4249 clauses out of 8499 with flag 22505/11000
11.25/9.65	c cleaning 5624 clauses out of 11250 with flag 36692/18000
15.06/13.46	c cleaning 6815 clauses out of 13629 with flag 53030/26003
19.39/17.78	c cleaning 7906 clauses out of 15811 with flag 71294/35000
24.29/22.66	c cleaning 8953 clauses out of 17908 with flag 91616/45003
30.40/28.46	c cleaning 9979 clauses out of 19957 with flag 114011/56005
36.80/34.83	c cleaning 10985 clauses out of 21973 with flag 138371/68000
44.66/42.45	c cleaning 11993 clauses out of 23988 with flag 164610/81000
52.26/50.08	c cleaning 12998 clauses out of 25997 with flag 192795/95002
60.86/58.67	c cleaning 13999 clauses out of 27997 with flag 223069/110000
69.36/67.14	c cleaning 14996 clauses out of 29998 with flag 255548/126000
79.60/76.85	c cleaning 15998 clauses out of 32005 with flag 290730/143003
89.81/87.01	c cleaning 17003 clauses out of 34005 with flag 328080/161001
100.50/97.75	c cleaning 18001 clauses out of 36003 with flag 367080/180002
113.61/110.37	c cleaning 18995 clauses out of 38000 with flag 408159/200000
127.01/123.72	c cleaning 19997 clauses out of 40005 with flag 450962/221000
142.82/139.59	c cleaning 21001 clauses out of 42008 with flag 495604/243000
158.72/155.43	c cleaning 22004 clauses out of 44008 with flag 542427/266001
174.63/171.38	c cleaning 23001 clauses out of 46003 with flag 591087/290000
193.57/189.10	c cleaning 24001 clauses out of 48002 with flag 641898/315000
213.08/208.60	c cleaning 24997 clauses out of 50001 with flag 694590/341000
245.51/240.78	c cleaning 25995 clauses out of 52004 with flag 749056/368000
279.19/274.01	c cleaning 27003 clauses out of 54011 with flag 805112/396002
302.49/297.32	c cleaning 28001 clauses out of 56008 with flag 863418/425002
329.90/324.68	c cleaning 28998 clauses out of 58007 with flag 924958/455002
367.41/361.99	c cleaning 30001 clauses out of 60009 with flag 986959/486002
405.70/399.98	c cleaning 31001 clauses out of 62006 with flag 1050959/518000
445.23/439.30	c cleaning 31998 clauses out of 64005 with flag 1117310/551000
475.71/469.58	c cleaning 33004 clauses out of 66007 with flag 1186950/585000
506.90/500.71	c cleaning 33997 clauses out of 68005 with flag 1258725/620002
543.74/537.36	c cleaning 35002 clauses out of 70006 with flag 1332196/656000
580.57/574.01	c cleaning 35998 clauses out of 72004 with flag 1407984/693000
622.12/615.43	c cleaning 37001 clauses out of 74007 with flag 1485515/731001
664.18/657.33	c cleaning 38003 clauses out of 76006 with flag 1565380/770001
717.59/710.12	c cleaning 38998 clauses out of 78003 with flag 1645815/810001
758.49/750.66	c cleaning 39999 clauses out of 80004 with flag 1729664/851000
805.42/797.26	c cleaning 40996 clauses out of 82007 with flag 1815366/893002
851.10/842.77	c cleaning 41999 clauses out of 84009 with flag 1902533/936000
909.52/900.84	c cleaning 43006 clauses out of 86013 with flag 1991627/980003
964.75/955.43	c cleaning 44003 clauses out of 88006 with flag 2083522/1025002
1025.83/1015.94	c cleaning 44995 clauses out of 90001 with flag 2177133/1071000
1097.20/1086.52	c cleaning 46002 clauses out of 92007 with flag 2272560/1118001
1175.73/1163.55	c cleaning 47000 clauses out of 94006 with flag 2369842/1166002
1242.34/1229.32	c cleaning 48002 clauses out of 96004 with flag 2469259/1215000
1314.41/1300.76	c cleaning 49001 clauses out of 98002 with flag 2570546/1265000
1377.85/1363.74	c cleaning 49999 clauses out of 100001 with flag 2673894/1316000
1451.62/1436.58	c cleaning 50995 clauses out of 102002 with flag 2779488/1368000
1519.58/1503.97	c cleaning 51997 clauses out of 104008 with flag 2887804/1421001
1596.23/1579.80	c cleaning 52998 clauses out of 106012 with flag 2998075/1475002
1672.53/1655.21	c cleaning 54006 clauses out of 108012 with flag 3110002/1530000
1754.66/1736.40	c cleaning 54997 clauses out of 110006 with flag 3224291/1586000
1800.01/1781.10	c starts		: 1
1800.01/1781.10	c conflicts		: 1621892
1800.01/1781.10	c decisions		: 1687778
1800.01/1781.10	c propagations		: 674506744
1800.01/1781.10	c inspects		: 16560823916
1800.01/1781.10	c shortcuts		: 0
1800.01/1781.10	c learnt literals	: 0
1800.01/1781.10	c learnt binary clauses	: 0
1800.01/1781.10	c learnt ternary clauses	: 0
1800.01/1781.10	c learnt constraints	: 1621892
1800.01/1781.10	c ignored constraints	: 0
1800.01/1781.10	c root simplifications	: 0
1800.01/1781.10	c removed literals (reason simplification)	: 0
1800.01/1781.10	c reason swapping (by a shorter reason)	: 0
1800.01/1781.10	c Calls to reduceDB	: 52
1800.01/1781.10	c Number of update (reduction) of LBD	: 29100
1800.01/1781.10	c Imported unit clauses	: 0
1800.01/1781.10	c number of reductions to clauses (during analyze)	: 0
1800.01/1781.10	c number of learned constraints concerned by reduction	: 0
1800.01/1781.10	c number of learning phase by resolution	: 0
1800.01/1781.10	c number of learning phase by cutting planes	: 0
1800.01/1781.10	c speed (assignments/second)	: 379026.31691333564
1800.01/1781.10	c non guided choices	0
1800.01/1781.11	c timeout
1800.01/1781.13	c learnt constraints type 
1800.01/1781.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 90902
1800.01/1781.13	s UNKNOWN
1800.01/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-4099949-1466209663/watcher-4099949-1466209663 -o /tmp/evaluation-result-4099949-1466209663/solver-4099949-1466209663 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099949-1466209663.opb 

pid=3286
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.07 2.02 2.00 3/194 3289
/proc/meminfo: memFree=31579096/32872528 swapFree=190484/190484
[pid=3289] ppid=3286 vsize=3568 CPUtime=0 cores=1,3,5,7
/proc/3289/stat : 3289 (java) R 3286 3289 2916 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 23016819 3653632 49 33554432000 1073741824 1073778376 140734405189600 140734405186728 249640873255 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3289/statm: 1408 55 43 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 3289
/proc/meminfo: memFree=31579096/32872528 swapFree=190484/190484
[pid=3289] ppid=3286 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/3289/stat : 3289 (java) S 3286 3289 2916 0 -1 4202496 4410 0 1 0 8 2 0 0 20 0 18 0 23016819 9787879424 6031 33554432000 1073741824 1073778376 140734405189600 140734405180736 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3289/statm: 2389619 6031 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200228 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 3289
/proc/meminfo: memFree=31579096/32872528 swapFree=190484/190484
[pid=3289] ppid=3286 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/3289/stat : 3289 (java) S 3286 3289 2916 0 -1 4202496 5005 0 1 0 27 2 0 0 20 0 18 0 23016819 9787879424 7903 33554432000 1073741824 1073778376 140734405189600 140734405180736 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3289/statm: 2389619 7903 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.30025 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 3289
/proc/meminfo: memFree=31579096/32872528 swapFree=190484/190484
[pid=3289] ppid=3286 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/3289/stat : 3289 (java) S 3286 3289 2916 0 -1 4202496 5419 0 1 0 44 2 0 0 20 0 18 0 23016819 9787879424 14265 33554432000 1073741824 1073778376 140734405189600 140734405180736 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3289/statm: 2389619 14265 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700161 s]
/proc/loadavg: 2.07 2.02 2.00 3/194 3289
/proc/meminfo: memFree=31579096/32872528 swapFree=190484/190484
[pid=3289] ppid=3286 vsize=9558476 CPUtime=1.2 cores=1,3,5,7
/proc/3289/stat : 3289 (java) S 3286 3289 2916 0 -1 4202496 7768 0 1 0 112 8 0 0 20 0 18 0 23016819 9787879424 46690 33554432000 1073741824 1073778376 140734405189600 140734405180736 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3289/statm: 2389619 46690 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9558476

[startup+1.50081 s]
/proc/loadavg: 2.07 2.02 2.00 3/212 3307
/proc/meminfo: memFree=31343872/32872528 swapFree=190484/190484
[pid=3289] ppid=3286 vsize=9558476 CPUtime=2.31 cores=1,3,5,7
/proc/3289/stat : 3289 (java) S 3286 3289 2916 0 -1 4202496 8904 0 1 0 215 16 0 0 20 0 18 0 23016819 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 140734405180736 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3289/statm: 2389619 75263 2271 9 0 2380296 0
[pid=3289/tid=3291] ppid=3286 vsize=9558476 CPUtime=1.36 cores=1,3,5,7
/proc/3289/task/3291/stat : 3291 (java) R 3286 3289 2916 0 -1 4202560 2498 0 1 0 131 5 0 0 20 0 18 0 23016820 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641964105992 249653410872 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3292] ppid=3286 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/3289/task/3292/stat : 3292 (java) S 3286 3289 2916 0 -1 4202560 144 0 0 0 2 1 0 0 20 0 18 0 23016821 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641807743912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3293] ppid=3286 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/3289/task/3293/stat : 3293 (java) S 3286 3289 2916 0 -1 4202560 20 0 0 0 2 0 0 0 20 0 18 0 23016821 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641806691368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3294] ppid=3286 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/3289/task/3294/stat : 3294 (java) S 3286 3289 2916 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 23016821 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641805638312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3295] ppid=3286 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/3289/task/3295/stat : 3295 (java) S 3286 3289 2916 0 -1 4202560 122 0 0 0 5 2 0 0 20 0 18 0 23016821 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641804585768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3296] ppid=3286 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/3289/task/3296/stat : 3296 (java) S 3286 3289 2916 0 -1 4202560 90 0 0 0 1 1 0 0 20 0 18 0 23016821 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641803532712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3297] ppid=3286 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/3289/task/3297/stat : 3297 (java) S 3286 3289 2916 0 -1 4202560 112 0 0 0 5 2 0 0 20 0 18 0 23016821 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641466382888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3298] ppid=3286 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/3289/task/3298/stat : 3298 (java) S 3286 3289 2916 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 23016821 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641465329832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3299] ppid=3286 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/3289/task/3299/stat : 3299 (java) S 3286 3289 2916 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 18 0 23016821 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641464277288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3300] ppid=3286 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3300/stat : 3300 (java) S 3286 3289 2916 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23016822 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641452079976 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3301] ppid=3286 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3301/stat : 3301 (java) S 3286 3289 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23016823 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641451026296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3302] ppid=3286 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3302/stat : 3302 (java) S 3286 3289 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 23016823 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641449973128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3303] ppid=3286 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3303/stat : 3303 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23016825 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641448921872 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3304] ppid=3286 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/3289/task/3304/stat : 3304 (java) R 3286 3289 2916 0 -1 4202560 2536 0 0 0 21 0 0 0 20 0 18 0 23016825 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641447868728 139641967949465 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3305] ppid=3286 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/3289/task/3305/stat : 3305 (java) R 3286 3289 2916 0 -1 4202560 2005 0 0 0 30 0 0 0 20 0 18 0 23016825 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641446816184 139641971389694 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3306] ppid=3286 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3306/stat : 3306 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23016825 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641445763320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3307] ppid=3286 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3307/stat : 3307 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23016825 9787879424 75263 33554432000 1073741824 1073778376 140734405189600 139641444710984 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9558476

[startup+3.10091 s]
/proc/loadavg: 2.07 2.02 2.00 3/213 3308
/proc/meminfo: memFree=31259096/32872528 swapFree=190484/190484
[pid=3289] ppid=3286 vsize=9625040 CPUtime=4.41 cores=1,3,5,7
/proc/3289/stat : 3289 (java) S 3286 3289 2916 0 -1 4202496 12154 0 1 0 419 22 0 0 20 0 19 0 23016819 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 140734405180736 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3289/statm: 2406260 105114 2273 9 0 2396937 0
[pid=3289/tid=3291] ppid=3286 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/3289/task/3291/stat : 3291 (java) R 3286 3289 2916 0 -1 4202560 2527 0 1 0 283 5 0 0 20 0 19 0 23016820 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641964105296 139641819503630 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3292] ppid=3286 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/3289/task/3292/stat : 3292 (java) S 3286 3289 2916 0 -1 4202560 149 0 0 0 3 2 0 0 20 0 19 0 23016821 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641807743912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3289/tid=3293] ppid=3286 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/3289/task/3293/stat : 3293 (java) S 3286 3289 2916 0 -1 4202560 52 0 0 0 6 2 0 0 20 0 19 0 23016821 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641806691368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3289/tid=3294] ppid=3286 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/3289/task/3294/stat : 3294 (java) S 3286 3289 2916 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 19 0 23016821 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641805638312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3295] ppid=3286 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/3289/task/3295/stat : 3295 (java) S 3286 3289 2916 0 -1 4202560 126 0 0 0 6 2 0 0 20 0 19 0 23016821 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641804585768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3289/tid=3296] ppid=3286 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/3289/task/3296/stat : 3296 (java) S 3286 3289 2916 0 -1 4202560 101 0 0 0 3 2 0 0 20 0 19 0 23016821 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641803532712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3297] ppid=3286 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/3289/task/3297/stat : 3297 (java) S 3286 3289 2916 0 -1 4202560 143 0 0 0 9 4 0 0 20 0 19 0 23016821 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641466382888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3298] ppid=3286 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3289/task/3298/stat : 3298 (java) S 3286 3289 2916 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 19 0 23016821 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641465329832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3289/tid=3299] ppid=3286 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3289/task/3299/stat : 3299 (java) S 3286 3289 2916 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 19 0 23016821 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641464277288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3300] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3300/stat : 3300 (java) S 3286 3289 2916 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23016822 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641452079976 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3301] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3301/stat : 3301 (java) S 3286 3289 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23016823 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641451026296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3302] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3302/stat : 3302 (java) S 3286 3289 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23016823 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641449973128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3303] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3303/stat : 3303 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016825 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641448921872 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3304] ppid=3286 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/3289/task/3304/stat : 3304 (java) S 3286 3289 2916 0 -1 4202560 2713 0 0 0 36 0 0 0 20 0 19 0 23016825 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641447868728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3305] ppid=3286 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/3289/task/3305/stat : 3305 (java) S 3286 3289 2916 0 -1 4202560 4794 0 0 0 48 0 0 0 20 0 19 0 23016825 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641446816184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3306] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3306/stat : 3306 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016825 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641445763320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3307] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3307/stat : 3307 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016825 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641444710984 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3308] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3308/stat : 3308 (java) S 3286 3289 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23016972 9856040960 105114 33554432000 1073741824 1073778376 140734405189600 139641443558952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 9625040

[startup+6.3009 s]
/proc/loadavg: 2.07 2.02 2.00 4/213 3308
/proc/meminfo: memFree=31166864/32872528 swapFree=190484/190484
[pid=3289] ppid=3286 vsize=9625040 CPUtime=7.75 cores=1,3,5,7
/proc/3289/stat : 3289 (java) S 3286 3289 2916 0 -1 4202496 12194 0 1 0 752 23 0 0 20 0 19 0 23016819 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 140734405180736 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3289/statm: 2406260 104777 2278 9 0 2396937 0
[pid=3289/tid=3291] ppid=3286 vsize=9625040 CPUtime=6.07 cores=1,3,5,7
/proc/3289/task/3291/stat : 3291 (java) R 3286 3289 2916 0 -1 4202560 2529 0 1 0 602 5 0 0 20 0 19 0 23016820 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641964106120 139641819504640 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3292] ppid=3286 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/3289/task/3292/stat : 3292 (java) S 3286 3289 2916 0 -1 4202560 149 0 0 0 3 2 0 0 20 0 19 0 23016821 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641807743912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3289/tid=3293] ppid=3286 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/3289/task/3293/stat : 3293 (java) S 3286 3289 2916 0 -1 4202560 52 0 0 0 6 2 0 0 20 0 19 0 23016821 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641806691368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3289/tid=3294] ppid=3286 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/3289/task/3294/stat : 3294 (java) S 3286 3289 2916 0 -1 4202560 38 0 0 0 3 2 0 0 20 0 19 0 23016821 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641805638312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3295] ppid=3286 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/3289/task/3295/stat : 3295 (java) S 3286 3289 2916 0 -1 4202560 126 0 0 0 6 2 0 0 20 0 19 0 23016821 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641804585768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3289/tid=3296] ppid=3286 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/3289/task/3296/stat : 3296 (java) S 3286 3289 2916 0 -1 4202560 101 0 0 0 3 2 0 0 20 0 19 0 23016821 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641803532712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3297] ppid=3286 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/3289/task/3297/stat : 3297 (java) S 3286 3289 2916 0 -1 4202560 143 0 0 0 9 4 0 0 20 0 19 0 23016821 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641466382888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3298] ppid=3286 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3289/task/3298/stat : 3298 (java) S 3286 3289 2916 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 19 0 23016821 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641465329832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3289/tid=3299] ppid=3286 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/3289/task/3299/stat : 3299 (java) S 3286 3289 2916 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 19 0 23016821 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641464277288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3300] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3300/stat : 3300 (java) S 3286 3289 2916 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23016822 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641452079976 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3301] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3301/stat : 3301 (java) S 3286 3289 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23016823 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641451026296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3302] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3302/stat : 3302 (java) S 3286 3289 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23016823 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641449973128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3303] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3303/stat : 3303 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016825 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641448921872 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3304] ppid=3286 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/3289/task/3304/stat : 3304 (java) S 3286 3289 2916 0 -1 4202560 2724 0 0 0 37 0 0 0 20 0 19 0 23016825 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641447868728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3305] ppid=3286 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/3289/task/3305/stat : 3305 (java) S 3286 3289 2916 0 -1 4202560 4821 0 0 0 59 0 0 0 20 0 19 0 23016825 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641446816184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3306] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3306/stat : 3306 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016825 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641445763320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3307] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3307/stat : 3307 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016825 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641444710984 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3308] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3308/stat : 3308 (java) S 3286 3289 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23016972 9856040960 104777 33554432000 1073741824 1073778376 140734405189600 139641443558952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.06 2.02 2.00 3/213 3308

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

[pid=3289/tid=3308] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3308/stat : 3308 (java) S 3286 3289 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23016972 9856040960 407086 33554432000 1073741824 1073778376 140734405189600 139641443558952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1679.69
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.00 2.06 2.04 3/213 3417
/proc/meminfo: memFree=29836108/32872528 swapFree=190484/190484
[pid=3289] ppid=3286 vsize=9625040 CPUtime=1740.45 cores=1,3,5,7
/proc/3289/stat : 3289 (java) S 3286 3289 2916 0 -1 4202496 27786 0 1 0 173690 355 0 0 20 0 19 0 23016819 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 140734405180736 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3289/statm: 2406260 392362 2286 9 0 2396937 0
[pid=3289/tid=3291] ppid=3286 vsize=9625040 CPUtime=1707.32 cores=1,3,5,7
/proc/3289/task/3291/stat : 3291 (java) R 3286 3289 2916 0 -1 4202560 4214 0 1 0 170687 45 0 0 20 0 19 0 23016820 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641964104928 139641819424467 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3292] ppid=3286 vsize=9625040 CPUtime=2.92 cores=1,3,5,7
/proc/3289/task/3292/stat : 3292 (java) S 3286 3289 2916 0 -1 4202560 1389 0 0 0 251 41 0 0 20 0 19 0 23016821 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641807743912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3289/tid=3293] ppid=3286 vsize=9625040 CPUtime=2.96 cores=1,3,5,7
/proc/3289/task/3293/stat : 3293 (java) S 3286 3289 2916 0 -1 4202560 1245 0 0 0 264 32 0 0 20 0 19 0 23016821 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641806691368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3294] ppid=3286 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/3289/task/3294/stat : 3294 (java) S 3286 3289 2916 0 -1 4202560 1411 0 0 0 245 40 0 0 20 0 19 0 23016821 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641805638312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3295] ppid=3286 vsize=9625040 CPUtime=3.15 cores=1,3,5,7
/proc/3289/task/3295/stat : 3295 (java) S 3286 3289 2916 0 -1 4202560 2115 0 0 0 264 51 0 0 20 0 19 0 23016821 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641804585768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3296] ppid=3286 vsize=9625040 CPUtime=2.78 cores=1,3,5,7
/proc/3289/task/3296/stat : 3296 (java) S 3286 3289 2916 0 -1 4202560 1348 0 0 0 244 34 0 0 20 0 19 0 23016821 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641803532712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3297] ppid=3286 vsize=9625040 CPUtime=2.81 cores=1,3,5,7
/proc/3289/task/3297/stat : 3297 (java) S 3286 3289 2916 0 -1 4202560 2242 0 0 0 251 30 0 0 20 0 19 0 23016821 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641466382888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3298] ppid=3286 vsize=9625040 CPUtime=2.69 cores=1,3,5,7
/proc/3289/task/3298/stat : 3298 (java) S 3286 3289 2916 0 -1 4202560 1073 0 0 0 234 35 0 0 20 0 19 0 23016821 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641465329832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3289/tid=3299] ppid=3286 vsize=9625040 CPUtime=2.8 cores=1,3,5,7
/proc/3289/task/3299/stat : 3299 (java) S 3286 3289 2916 0 -1 4202560 1089 0 0 0 244 36 0 0 20 0 19 0 23016821 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641464277288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3300] ppid=3286 vsize=9625040 CPUtime=4.35 cores=1,3,5,7
/proc/3289/task/3300/stat : 3300 (java) S 3286 3289 2916 0 -1 4202560 2754 0 0 0 430 5 0 0 20 0 19 0 23016822 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641452079976 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3301] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3301/stat : 3301 (java) S 3286 3289 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23016823 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641451026296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3302] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3302/stat : 3302 (java) S 3286 3289 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23016823 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641449973128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3303] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3303/stat : 3303 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016825 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641448921872 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3304] ppid=3286 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/3289/task/3304/stat : 3304 (java) S 3286 3289 2916 0 -1 4202560 2727 0 0 0 40 0 0 0 20 0 19 0 23016825 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641447868728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3305] ppid=3286 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/3289/task/3305/stat : 3305 (java) S 3286 3289 2916 0 -1 4202560 4821 0 0 0 60 0 0 0 20 0 19 0 23016825 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641446816184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3306] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3306/stat : 3306 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016825 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641445763320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3307] ppid=3286 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/3289/task/3307/stat : 3307 (java) S 3286 3289 2916 0 -1 4202560 99 0 0 0 28 37 0 0 20 0 19 0 23016825 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641444710984 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3308] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3308/stat : 3308 (java) S 3286 3289 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23016972 9856040960 392362 33554432000 1073741824 1073778376 140734405189600 139641443558952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1740.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1781.1 s]
/proc/loadavg: 2.00 2.05 2.04 3/213 3419
/proc/meminfo: memFree=29914016/32872528 swapFree=190484/190484
[pid=3289] ppid=3286 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/3289/stat : 3289 (java) S 3286 3289 2916 0 -1 4202496 27842 0 1 0 179643 358 0 0 20 0 19 0 23016819 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 140734405180736 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3289/statm: 2406260 374264 2286 9 0 2396937 0
[pid=3289/tid=3291] ppid=3286 vsize=9625040 CPUtime=1765.4 cores=1,3,5,7
/proc/3289/task/3291/stat : 3291 (java) R 3286 3289 2916 0 -1 4202560 4226 0 1 0 176494 46 0 0 20 0 19 0 23016820 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641964104928 139641819184874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3292] ppid=3286 vsize=9625040 CPUtime=3.1 cores=1,3,5,7
/proc/3289/task/3292/stat : 3292 (java) S 3286 3289 2916 0 -1 4202560 1389 0 0 0 269 41 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641807743912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3293] ppid=3286 vsize=9625040 CPUtime=3.11 cores=1,3,5,7
/proc/3289/task/3293/stat : 3293 (java) S 3286 3289 2916 0 -1 4202560 1250 0 0 0 278 33 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641806691368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3294] ppid=3286 vsize=9625040 CPUtime=2.99 cores=1,3,5,7
/proc/3289/task/3294/stat : 3294 (java) S 3286 3289 2916 0 -1 4202560 1411 0 0 0 259 40 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641805638312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3295] ppid=3286 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/3289/task/3295/stat : 3295 (java) S 3286 3289 2916 0 -1 4202560 2115 0 0 0 279 51 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641804585768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3296] ppid=3286 vsize=9625040 CPUtime=2.92 cores=1,3,5,7
/proc/3289/task/3296/stat : 3296 (java) S 3286 3289 2916 0 -1 4202560 1348 0 0 0 258 34 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641803532712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3297] ppid=3286 vsize=9625040 CPUtime=2.89 cores=1,3,5,7
/proc/3289/task/3297/stat : 3297 (java) S 3286 3289 2916 0 -1 4202560 2242 0 0 0 259 30 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641466382888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3289/tid=3298] ppid=3286 vsize=9625040 CPUtime=2.81 cores=1,3,5,7
/proc/3289/task/3298/stat : 3298 (java) S 3286 3289 2916 0 -1 4202560 1073 0 0 0 246 35 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641465329832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3299] ppid=3286 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/3289/task/3299/stat : 3299 (java) S 3286 3289 2916 0 -1 4202560 1089 0 0 0 252 36 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641464277288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3300] ppid=3286 vsize=9625040 CPUtime=4.62 cores=1,3,5,7
/proc/3289/task/3300/stat : 3300 (java) S 3286 3289 2916 0 -1 4202560 2790 0 0 0 456 6 0 0 20 0 19 0 23016822 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641452079976 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3301] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3301/stat : 3301 (java) S 3286 3289 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23016823 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641451026296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3302] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3302/stat : 3302 (java) S 3286 3289 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23016823 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641449973128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3303] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3303/stat : 3303 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016825 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641448921872 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3304] ppid=3286 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/3289/task/3304/stat : 3304 (java) S 3286 3289 2916 0 -1 4202560 2727 0 0 0 40 0 0 0 20 0 19 0 23016825 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641447868728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3305] ppid=3286 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/3289/task/3305/stat : 3305 (java) S 3286 3289 2916 0 -1 4202560 4821 0 0 0 60 0 0 0 20 0 19 0 23016825 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641446816184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3306] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3306/stat : 3306 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016825 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641445763320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3307] ppid=3286 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/3289/task/3307/stat : 3307 (java) S 3286 3289 2916 0 -1 4202560 102 0 0 0 29 38 0 0 20 0 19 0 23016825 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641444710984 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3308] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3308/stat : 3308 (java) S 3286 3289 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23016972 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641443558952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 3289 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1781.1 s]
/proc/loadavg: 2.00 2.05 2.04 3/213 3419
/proc/meminfo: memFree=29914016/32872528 swapFree=190484/190484
[pid=3289] ppid=3286 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/3289/stat : 3289 (java) S 3286 3289 2916 0 -1 4202496 27842 0 1 0 179643 358 0 0 20 0 19 0 23016819 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 140734405180736 249653395517 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/3289/statm: 2406260 374264 2286 9 0 2396937 0
[pid=3289/tid=3291] ppid=3286 vsize=9625040 CPUtime=1765.4 cores=1,3,5,7
/proc/3289/task/3291/stat : 3291 (java) R 3286 3289 2916 0 -1 4202560 4226 0 1 0 176494 46 0 0 20 0 19 0 23016820 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641964104928 139641819184874 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3292] ppid=3286 vsize=9625040 CPUtime=3.1 cores=1,3,5,7
/proc/3289/task/3292/stat : 3292 (java) S 3286 3289 2916 0 -1 4202560 1389 0 0 0 269 41 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641807743912 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3293] ppid=3286 vsize=9625040 CPUtime=3.11 cores=1,3,5,7
/proc/3289/task/3293/stat : 3293 (java) S 3286 3289 2916 0 -1 4202560 1250 0 0 0 278 33 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641806691368 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3294] ppid=3286 vsize=9625040 CPUtime=2.99 cores=1,3,5,7
/proc/3289/task/3294/stat : 3294 (java) S 3286 3289 2916 0 -1 4202560 1411 0 0 0 259 40 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641805638312 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3295] ppid=3286 vsize=9625040 CPUtime=3.3 cores=1,3,5,7
/proc/3289/task/3295/stat : 3295 (java) S 3286 3289 2916 0 -1 4202560 2115 0 0 0 279 51 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641804585768 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=3289/tid=3296] ppid=3286 vsize=9625040 CPUtime=2.92 cores=1,3,5,7
/proc/3289/task/3296/stat : 3296 (java) S 3286 3289 2916 0 -1 4202560 1348 0 0 0 258 34 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641803532712 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3297] ppid=3286 vsize=9625040 CPUtime=2.89 cores=1,3,5,7
/proc/3289/task/3297/stat : 3297 (java) S 3286 3289 2916 0 -1 4202560 2242 0 0 0 259 30 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641466382888 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=3289/tid=3298] ppid=3286 vsize=9625040 CPUtime=2.81 cores=1,3,5,7
/proc/3289/task/3298/stat : 3298 (java) S 3286 3289 2916 0 -1 4202560 1073 0 0 0 246 35 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641465329832 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3299] ppid=3286 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/3289/task/3299/stat : 3299 (java) S 3286 3289 2916 0 -1 4202560 1089 0 0 0 252 36 0 0 20 0 19 0 23016821 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641464277288 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3300] ppid=3286 vsize=9625040 CPUtime=4.62 cores=1,3,5,7
/proc/3289/task/3300/stat : 3300 (java) S 3286 3289 2916 0 -1 4202560 2790 0 0 0 456 6 0 0 20 0 19 0 23016822 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641452079976 249653409705 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3301] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3301/stat : 3301 (java) S 3286 3289 2916 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23016823 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641451026296 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3302] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3302/stat : 3302 (java) S 3286 3289 2916 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 23016823 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641449973128 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3303] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3303/stat : 3303 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016825 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641448921872 249653417760 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3304] ppid=3286 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/3289/task/3304/stat : 3304 (java) S 3286 3289 2916 0 -1 4202560 2727 0 0 0 40 0 0 0 20 0 19 0 23016825 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641447868728 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3305] ppid=3286 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/3289/task/3305/stat : 3305 (java) S 3286 3289 2916 0 -1 4202560 4821 0 0 0 60 0 0 0 20 0 19 0 23016825 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641446816184 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3306] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3306/stat : 3306 (java) S 3286 3289 2916 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23016825 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641445763320 249653408828 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=3289/tid=3307] ppid=3286 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/3289/task/3307/stat : 3307 (java) S 3286 3289 2916 0 -1 4202560 102 0 0 0 29 38 0 0 20 0 19 0 23016825 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641444710984 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=3289/tid=3308] ppid=3286 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/3289/task/3308/stat : 3308 (java) S 3286 3289 2916 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 23016972 9856040960 374264 33554432000 1073741824 1073778376 140734405189600 139641443558952 249653409705 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 3289 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=970579
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=41385
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1781.14
CPU time (s): 1800.01
CPU user time (s): 1796.43
CPU system time (s): 3.58
CPU usage (%): 101.06
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.97
system time used= 4.04139
maximum resident set size= 3299708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27882
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41086
involuntary context switches= 16103

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1795 second user time and 14.0749 second system time

The end

Launcher Data

Begin job on node102 at 2016-06-18 02:27:43
IDJOB=4099949
IDBENCH=1554
IDSOLVER=2546
FILE ID=node102/4099949-1466209663
RUNJOBID= node102-1466206108-2933
PBS_JOBID= 19918170
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/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n370c.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099949-1466209663/watcher-4099949-1466209663 -o /tmp/evaluation-result-4099949-1466209663/solver-4099949-1466209663 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node102-1466206108-2933 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099949-1466209663.opb

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

MD5SUM BENCH= c00448b3bb1fb54d1d5ecdb2bc9f967d
RANDOM SEED=1359932855

node102.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.746
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.49
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.746
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.746
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.746
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.746
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.746
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.746
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.746
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:        31579492 kB
Buffers:           36780 kB
Cached:            74960 kB
SwapCached:         1856 kB
Active:           321648 kB
Inactive:          63500 kB
Active(anon):     274388 kB
Inactive(anon):     1460 kB
Active(file):      47260 kB
Inactive(file):    62040 kB
Unevictable:      190484 kB
Mlocked:          190484 kB
SwapTotal:      67108856 kB
SwapFree:       67098948 kB
Dirty:              7612 kB
Writeback:             0 kB
AnonPages:        713088 kB
Mapped:            15396 kB
Shmem:                 0 kB
Slab:             568336 kB
SReclaimable:      12352 kB
SUnreclaim:       555984 kB
KernelStack:        1624 kB
PageTables:         5380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     937704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    507904 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= 71720 MiB
End job on node102 at 2016-06-18 02:57:24