Trace number 4099869

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.62 1782.34

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-n3705.opb
MD5SUM1c8cf561f224f1f2f953c533d372407b
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 77
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 658002
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 658002
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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4099869-1466207929.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.99/1.39	c ... done. Wall clock time 1.274s.
1.99/1.39	c declared #vars     155000
1.99/1.39	c #constraints  5300
1.99/1.39	c constraints type 
1.99/1.39	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 34
1.99/1.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5266
1.99/1.39	c 5300 constraints processed.
2.10/1.49	c objective function length is 155000 literals
4.81/3.49	c cleaning 2502 clauses out of 5005 with flag 10010/5005
7.10/5.66	c cleaning 4242 clauses out of 8498 with flag 22001/11000
9.69/8.20	c cleaning 5621 clauses out of 11257 with flag 36095/18001
13.27/11.57	c cleaning 6807 clauses out of 13635 with flag 52216/26000
17.09/15.40	c cleaning 7905 clauses out of 15830 with flag 70339/35002
21.49/19.73	c cleaning 8954 clauses out of 17926 with flag 90464/45003
26.29/24.51	c cleaning 9978 clauses out of 19972 with flag 112560/56003
32.23/30.11	c cleaning 10987 clauses out of 21991 with flag 136615/68000
38.13/36.07	c cleaning 11989 clauses out of 24004 with flag 162798/81000
44.62/42.56	c cleaning 12999 clauses out of 26016 with flag 191021/95001
53.48/51.05	c cleaning 13998 clauses out of 28016 with flag 221316/110000
62.99/60.55	c cleaning 14994 clauses out of 30018 with flag 253647/126000
68.88/66.43	c cleaning 16005 clauses out of 32026 with flag 287742/143002
78.17/75.71	c cleaning 16998 clauses out of 34026 with flag 323752/161007
88.07/85.66	c cleaning 17997 clauses out of 36024 with flag 361744/180003
99.76/97.39	c cleaning 18999 clauses out of 38027 with flag 401744/200003
113.15/110.04	c cleaning 19999 clauses out of 40027 with flag 443874/221002
124.26/121.12	c cleaning 20993 clauses out of 42026 with flag 488081/243000
136.55/133.48	c cleaning 21997 clauses out of 44033 with flag 534392/266000
150.45/147.37	c cleaning 22999 clauses out of 46036 with flag 582861/290000
165.45/162.31	c cleaning 24001 clauses out of 48038 with flag 633343/315001
183.79/180.02	c cleaning 25005 clauses out of 50039 with flag 685706/341003
202.79/199.09	c cleaning 25997 clauses out of 52033 with flag 740169/368002
221.99/218.22	c cleaning 27001 clauses out of 54036 with flag 796610/396002
241.19/237.49	c cleaning 28002 clauses out of 56033 with flag 854999/425000
261.20/257.43	c cleaning 28995 clauses out of 58032 with flag 915389/455001
283.49/279.72	c cleaning 30003 clauses out of 60037 with flag 977930/486001
308.05/303.00	c cleaning 31001 clauses out of 62037 with flag 1042668/518004
328.97/323.90	c cleaning 31996 clauses out of 64032 with flag 1109280/551000
353.77/348.79	c cleaning 33002 clauses out of 66036 with flag 1178062/585000
378.56/373.56	c cleaning 33998 clauses out of 68036 with flag 1248368/620002
400.47/394.90	c cleaning 35019 clauses out of 70037 with flag 1322227/656001
428.09/421.84	c cleaning 35999 clauses out of 72019 with flag 1407428/693002
441.55/435.15	c cleaning 36992 clauses out of 74019 with flag 1520497/731001
455.96/449.56	c cleaning 38003 clauses out of 76026 with flag 1605229/770000
469.95/463.58	c cleaning 39006 clauses out of 78025 with flag 1689737/810002
488.72/482.24	c cleaning 40001 clauses out of 80020 with flag 1773854/851003
507.35/500.73	c cleaning 41005 clauses out of 82018 with flag 1868493/893002
533.72/526.86	c cleaning 42000 clauses out of 84014 with flag 1969877/936003
559.73/552.85	c cleaning 42997 clauses out of 86012 with flag 2070875/980001
581.00/574.08	c cleaning 43993 clauses out of 88015 with flag 2162579/1025001
608.71/601.68	c cleaning 44993 clauses out of 90021 with flag 2255936/1071000
631.31/624.23	c cleaning 46002 clauses out of 92028 with flag 2351623/1118000
657.32/650.13	c cleaning 47001 clauses out of 94029 with flag 2449172/1166003
683.79/676.45	c cleaning 48000 clauses out of 96027 with flag 2548724/1215002
717.88/710.23	c cleaning 49004 clauses out of 98026 with flag 2650459/1265001
759.30/751.33	c cleaning 49999 clauses out of 100021 with flag 2754034/1316000
791.16/782.28	c cleaning 51003 clauses out of 102024 with flag 2861233/1368002
822.20/812.52	c cleaning 51999 clauses out of 104020 with flag 2969923/1421001
863.50/853.77	c cleaning 52998 clauses out of 106020 with flag 3079240/1475000
902.45/892.53	c cleaning 54000 clauses out of 108022 with flag 3191567/1530000
945.06/934.64	c cleaning 55002 clauses out of 110024 with flag 3306126/1586002
988.52/977.71	c cleaning 55994 clauses out of 112020 with flag 3423098/1643000
1029.14/1018.27	c cleaning 57000 clauses out of 114027 with flag 3541760/1701001
1075.34/1064.28	c cleaning 57997 clauses out of 116027 with flag 3663252/1760001
1121.35/1109.82	c cleaning 59000 clauses out of 118030 with flag 3786454/1820001
1174.71/1162.34	c cleaning 59999 clauses out of 120030 with flag 3911401/1881001
1221.13/1208.36	c cleaning 61003 clauses out of 122030 with flag 4039146/1943000
1274.55/1261.48	c cleaning 62001 clauses out of 124027 with flag 4168239/2006000
1334.93/1321.41	c cleaning 63003 clauses out of 126030 with flag 4299850/2070004
1399.99/1386.17	c cleaning 64000 clauses out of 128023 with flag 4433426/2135000
1455.29/1440.89	c cleaning 65000 clauses out of 130024 with flag 4567688/2201001
1510.26/1495.42	c cleaning 66000 clauses out of 132023 with flag 4705312/2268000
1578.18/1562.67	c cleaning 66999 clauses out of 134024 with flag 4844838/2336001
1640.66/1624.60	c cleaning 68000 clauses out of 136025 with flag 4986801/2405001
1700.81/1684.21	c cleaning 69002 clauses out of 138024 with flag 5130897/2475000
1764.64/1747.47	c cleaning 70000 clauses out of 140023 with flag 5276707/2546001
1800.07/1782.30	c starts		: 1368
1800.07/1782.30	c conflicts		: 2590180
1800.07/1782.30	c decisions		: 4948176
1800.07/1782.30	c propagations		: 608197478
1800.07/1782.30	c inspects		: 15081545254
1800.07/1782.30	c shortcuts		: 0
1800.07/1782.30	c learnt literals	: 0
1800.07/1782.30	c learnt binary clauses	: 0
1800.07/1782.30	c learnt ternary clauses	: 0
1800.07/1782.30	c learnt constraints	: 2590180
1800.07/1782.30	c ignored constraints	: 0
1800.07/1782.30	c root simplifications	: 0
1800.07/1782.30	c removed literals (reason simplification)	: 0
1800.07/1782.30	c reason swapping (by a shorter reason)	: 0
1800.07/1782.30	c Calls to reduceDB	: 67
1800.07/1782.30	c Number of update (reduction) of LBD	: 51736
1800.07/1782.30	c Imported unit clauses	: 0
1800.07/1782.30	c number of reductions to clauses (during analyze)	: 0
1800.07/1782.30	c number of learned constraints concerned by reduction	: 0
1800.07/1782.30	c number of learning phase by resolution	: 0
1800.07/1782.30	c number of learning phase by cutting planes	: 0
1800.07/1782.30	c speed (assignments/second)	: 341534.89123006415
1800.07/1782.30	c non guided choices	615669
1800.07/1782.33	c learnt constraints type 
1800.07/1782.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 114203
1800.07/1782.33	s UNKNOWN
1800.07/1782.33	c Total wall clock time (in seconds): 1782.211

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-4099869-1466207929/watcher-4099869-1466207929 -o /tmp/evaluation-result-4099869-1466207929/solver-4099869-1466207929 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15565 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4099869-1466207929.opb 

pid=16954
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.25 2.25 1.94 3/194 16957
/proc/meminfo: memFree=29410292/32872528 swapFree=1370848/1518016
[pid=16957] ppid=16954 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/16957/stat : 16957 (java) R 16954 16957 15548 0 -1 4202496 713 0 0 0 0 0 0 0 20 0 1 0 22839379 23793664 363 33554432000 1073741824 1073778376 140733308664336 140733308653400 229346687539 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/16957/statm: 5809 374 287 9 0 128 0

[startup+0.100063 s]
/proc/loadavg: 2.25 2.25 1.94 3/194 16957
/proc/meminfo: memFree=29410292/32872528 swapFree=1370848/1518016
[pid=16957] ppid=16954 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16957/stat : 16957 (java) S 16954 16957 15548 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 22839379 9787879424 6022 33554432000 1073741824 1073778376 140733308664336 140733308655472 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16957/statm: 2389619 6022 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200352 s]
/proc/loadavg: 2.25 2.25 1.94 3/194 16957
/proc/meminfo: memFree=29410292/32872528 swapFree=1370848/1518016
[pid=16957] ppid=16954 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/16957/stat : 16957 (java) S 16954 16957 15548 0 -1 4202496 4994 0 1 0 26 1 0 0 20 0 18 0 22839379 9787879424 7865 33554432000 1073741824 1073778376 140733308664336 140733308655472 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16957/statm: 2389619 7865 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300353 s]
/proc/loadavg: 2.25 2.25 1.94 3/194 16957
/proc/meminfo: memFree=29410292/32872528 swapFree=1370848/1518016
[pid=16957] ppid=16954 vsize=9558476 CPUtime=0.46 cores=1,3,5,7
/proc/16957/stat : 16957 (java) S 16954 16957 15548 0 -1 4202496 5536 0 1 0 44 2 0 0 20 0 18 0 22839379 9787879424 13760 33554432000 1073741824 1073778376 140733308664336 140733308655472 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16957/statm: 2389619 13760 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700318 s]
/proc/loadavg: 2.25 2.25 1.94 3/194 16957
/proc/meminfo: memFree=29410292/32872528 swapFree=1370848/1518016
[pid=16957] ppid=16954 vsize=9558476 CPUtime=1.18 cores=1,3,5,7
/proc/16957/stat : 16957 (java) S 16954 16957 15548 0 -1 4202496 7198 0 1 0 112 6 0 0 20 0 18 0 22839379 9787879424 46448 33554432000 1073741824 1073778376 140733308664336 140733308655472 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16957/statm: 2389619 46448 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 2.25 2.25 1.94 3/212 16975
/proc/meminfo: memFree=29176200/32872528 swapFree=1370848/1518016
[pid=16957] ppid=16954 vsize=9558476 CPUtime=2.29 cores=1,3,5,7
/proc/16957/stat : 16957 (java) S 16954 16957 15548 0 -1 4202496 8131 0 1 0 216 13 0 0 20 0 18 0 22839379 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 140733308655472 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16957/statm: 2389619 75538 2271 9 0 2380296 0
[pid=16957/tid=16959] ppid=16954 vsize=9558476 CPUtime=1.35 cores=1,3,5,7
/proc/16957/task/16959/stat : 16959 (java) R 16954 16957 15548 0 -1 4202560 2502 0 1 0 131 4 0 0 20 0 18 0 22839379 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807939497400 139807779039376 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16960] ppid=16954 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16957/task/16960/stat : 16960 (java) S 16954 16957 15548 0 -1 4202560 99 0 0 0 2 0 0 0 20 0 18 0 22839381 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807900989864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16961] ppid=16954 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/16957/task/16961/stat : 16961 (java) S 16954 16957 15548 0 -1 4202560 100 0 0 0 2 2 0 0 20 0 18 0 22839381 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807899937320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16962] ppid=16954 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/16957/task/16962/stat : 16962 (java) S 16954 16957 15548 0 -1 4202560 111 0 0 0 4 2 0 0 20 0 18 0 22839381 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807898884264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/16957/task/16963/stat : 16963 (java) S 16954 16957 15548 0 -1 4202560 24 0 0 0 3 1 0 0 20 0 18 0 22839381 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807897831720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/16957/task/16964/stat : 16964 (java) S 16954 16957 15548 0 -1 4202560 145 0 0 0 5 2 0 0 20 0 18 0 22839381 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807778925480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16965] ppid=16954 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16957/task/16965/stat : 16965 (java) S 16954 16957 15548 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 22839381 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807777872936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16966] ppid=16954 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16957/task/16966/stat : 16966 (java) S 16954 16957 15548 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 22839381 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807776819880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16967] ppid=16954 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/16957/task/16967/stat : 16967 (java) S 16954 16957 15548 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 22839381 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807775767336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16968] ppid=16954 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16968/stat : 16968 (java) S 16954 16957 15548 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 22839382 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807763569000 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16969] ppid=16954 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16969/stat : 16969 (java) S 16954 16957 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 22839382 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807158166904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16970] ppid=16954 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16970/stat : 16970 (java) S 16954 16957 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 22839382 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807157113736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16971] ppid=16954 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16971/stat : 16971 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22839385 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807156062480 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16972] ppid=16954 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/16957/task/16972/stat : 16972 (java) R 16954 16957 15548 0 -1 4202560 2019 0 0 0 26 0 0 0 20 0 18 0 22839385 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807155010360 139807947252288 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16973] ppid=16954 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/16957/task/16973/stat : 16973 (java) R 16954 16957 15548 0 -1 4202560 1749 0 0 0 24 0 0 0 20 0 18 0 22839385 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807153957816 229359268924 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16974] ppid=16954 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16974/stat : 16974 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22839385 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807152904952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16975] ppid=16954 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16975/stat : 16975 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 22839385 9787879424 75538 33554432000 1073741824 1073778376 140733308664336 139807151852616 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.29
Current children cumulated vsize (KiB) 9558476

[startup+3.10089 s]
/proc/loadavg: 2.22 2.25 1.94 3/213 16976
/proc/meminfo: memFree=29086092/32872528 swapFree=1370848/1518016
[pid=16957] ppid=16954 vsize=9625040 CPUtime=4.5 cores=1,3,5,7
/proc/16957/stat : 16957 (java) S 16954 16957 15548 0 -1 4202496 13371 0 1 0 425 25 0 0 20 0 19 0 22839379 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 140733308655472 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16957/statm: 2406260 107199 2273 9 0 2396937 0
[pid=16957/tid=16959] ppid=16954 vsize=9625040 CPUtime=2.9 cores=1,3,5,7
/proc/16957/task/16959/stat : 16959 (java) R 16954 16957 15548 0 -1 4202560 2530 0 1 0 285 5 0 0 20 0 19 0 22839379 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807939497352 139807779688667 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16960] ppid=16954 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/16957/task/16960/stat : 16960 (java) S 16954 16957 15548 0 -1 4202560 133 0 0 0 4 3 0 0 20 0 19 0 22839381 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807900989864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16961] ppid=16954 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16957/task/16961/stat : 16961 (java) S 16954 16957 15548 0 -1 4202560 116 0 0 0 3 3 0 0 20 0 19 0 22839381 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807899937320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16962] ppid=16954 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16957/task/16962/stat : 16962 (java) S 16954 16957 15548 0 -1 4202560 122 0 0 0 6 3 0 0 20 0 19 0 22839381 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807898884264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16957/task/16963/stat : 16963 (java) S 16954 16957 15548 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 19 0 22839381 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807897831720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16957/task/16964/stat : 16964 (java) S 16954 16957 15548 0 -1 4202560 154 0 0 0 6 3 0 0 20 0 19 0 22839381 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807778925480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16965] ppid=16954 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16957/task/16965/stat : 16965 (java) S 16954 16957 15548 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 19 0 22839381 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807777872936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16966] ppid=16954 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16957/task/16966/stat : 16966 (java) S 16954 16957 15548 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 19 0 22839381 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807776819880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16967] ppid=16954 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16957/task/16967/stat : 16967 (java) S 16954 16957 15548 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 19 0 22839381 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807775767336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16968] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16968/stat : 16968 (java) S 16954 16957 15548 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22839382 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807763569000 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16969] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16969/stat : 16969 (java) S 16954 16957 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22839382 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807158166904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16970] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16970/stat : 16970 (java) S 16954 16957 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22839382 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807157113736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16971] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16971/stat : 16971 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839385 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807156062480 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16972] ppid=16954 vsize=9625040 CPUtime=0.45 cores=1,3,5,7
/proc/16957/task/16972/stat : 16972 (java) S 16954 16957 15548 0 -1 4202560 3973 0 0 0 45 0 0 0 20 0 19 0 22839385 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807155010360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16973] ppid=16954 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/16957/task/16973/stat : 16973 (java) S 16954 16957 15548 0 -1 4202560 4745 0 0 0 50 0 0 0 20 0 19 0 22839385 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807153957816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16974] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16974/stat : 16974 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839385 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807152904952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16975] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16975/stat : 16975 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839385 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807151852616 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16976] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16976/stat : 16976 (java) S 16954 16957 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22839532 9856040960 107199 33554432000 1073741824 1073778376 140733308664336 139807150797864 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.22 2.25 1.94 3/213 16976
/proc/meminfo: memFree=28993432/32872528 swapFree=1370848/1518016
[pid=16957] ppid=16954 vsize=9625040 CPUtime=7.79 cores=1,3,5,7
/proc/16957/stat : 16957 (java) S 16954 16957 15548 0 -1 4202496 13387 0 1 0 754 25 0 0 20 0 19 0 22839379 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 140733308655472 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16957/statm: 2406260 105977 2278 9 0 2396937 0
[pid=16957/tid=16959] ppid=16954 vsize=9625040 CPUtime=6.09 cores=1,3,5,7
/proc/16957/task/16959/stat : 16959 (java) R 16954 16957 15548 0 -1 4202560 2533 0 1 0 604 5 0 0 20 0 19 0 22839379 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807939496336 139807779840477 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16960] ppid=16954 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/16957/task/16960/stat : 16960 (java) S 16954 16957 15548 0 -1 4202560 133 0 0 0 4 3 0 0 20 0 19 0 22839381 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807900989864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16961] ppid=16954 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16957/task/16961/stat : 16961 (java) S 16954 16957 15548 0 -1 4202560 116 0 0 0 3 3 0 0 20 0 19 0 22839381 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807899937320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16962] ppid=16954 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16957/task/16962/stat : 16962 (java) S 16954 16957 15548 0 -1 4202560 122 0 0 0 6 3 0 0 20 0 19 0 22839381 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807898884264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/16957/task/16963/stat : 16963 (java) S 16954 16957 15548 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 19 0 22839381 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807897831720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=9625040 CPUtime=0.09 cores=1,3,5,7
/proc/16957/task/16964/stat : 16964 (java) S 16954 16957 15548 0 -1 4202560 154 0 0 0 6 3 0 0 20 0 19 0 22839381 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807778925480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16965] ppid=16954 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16957/task/16965/stat : 16965 (java) S 16954 16957 15548 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 19 0 22839381 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807777872936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16966] ppid=16954 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16957/task/16966/stat : 16966 (java) S 16954 16957 15548 0 -1 4202560 32 0 0 0 3 2 0 0 20 0 19 0 22839381 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807776819880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16967] ppid=16954 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/16957/task/16967/stat : 16967 (java) S 16954 16957 15548 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 19 0 22839381 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807775767336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16968] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16968/stat : 16968 (java) S 16954 16957 15548 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 22839382 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807763569000 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16969] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16969/stat : 16969 (java) S 16954 16957 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22839382 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807158166904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16970] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16970/stat : 16970 (java) S 16954 16957 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22839382 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807157113736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16971] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16971/stat : 16971 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839385 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807156062480 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16972] ppid=16954 vsize=9625040 CPUtime=0.49 cores=1,3,5,7
/proc/16957/task/16972/stat : 16972 (java) S 16954 16957 15548 0 -1 4202560 3984 0 0 0 49 0 0 0 20 0 19 0 22839385 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807155010360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16973] ppid=16954 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/16957/task/16973/stat : 16973 (java) S 16954 16957 15548 0 -1 4202560 4747 0 0 0 56 0 0 0 20 0 19 0 22839385 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807153957816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16974] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16974/stat : 16974 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839385 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807152904952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16975] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16975/stat : 16975 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839385 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807151852616 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16976] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16976/stat : 16976 (java) S 16954 16957 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22839532 9856040960 105977 33554432000 1073741824 1073778376 140733308664336 139807150797864 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.19 2.24 1.94 3/213 16976

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

[pid=16957/tid=16969] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16969/stat : 16969 (java) S 16954 16957 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22839382 9856040960 311271 33554432000 1073741824 1073778376 140733308664336 139807158166904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16970] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16970/stat : 16970 (java) S 16954 16957 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22839382 9856040960 311271 33554432000 1073741824 1073778376 140733308664336 139807157113736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16971] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16971/stat : 16971 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839385 9856040960 311271 33554432000 1073741824 1073778376 140733308664336 139807156062480 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16972] ppid=16954 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/16957/task/16972/stat : 16972 (java) S 16954 16957 15548 0 -1 4202560 5017 0 0 0 61 0 0 0 20 0 19 0 22839385 9856040960 311271 33554432000 1073741824 1073778376 140733308664336 139807155010360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16973] ppid=16954 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/16957/task/16973/stat : 16973 (java) S 16954 16957 15548 0 -1 4202560 4771 0 0 0 61 0 0 0 20 0 19 0 22839385 9856040960 311271 33554432000 1073741824 1073778376 140733308664336 139807153957816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16974] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16974/stat : 16974 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839385 9856040960 311271 33554432000 1073741824 1073778376 140733308664336 139807152904952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16975] ppid=16954 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/16957/task/16975/stat : 16975 (java) S 16954 16957 15548 0 -1 4202560 98 0 0 0 24 28 0 0 20 0 19 0 22839385 9856040960 311271 33554432000 1073741824 1073778376 140733308664336 139807151852616 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16976] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16976/stat : 16976 (java) S 16954 16957 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22839532 9856040960 311271 33554432000 1073741824 1073778376 140733308664336 139807150797864 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1739.3
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.24 2.18 3/213 17109
/proc/meminfo: memFree=25699396/32872528 swapFree=1370848/1518016
[pid=16957] ppid=16954 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/16957/stat : 16957 (java) S 16954 16957 15548 0 -1 4202496 39885 0 1 0 179621 386 0 0 20 0 19 0 22839379 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 140733308655472 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16957/statm: 2406260 303568 2287 9 0 2396937 0
[pid=16957/tid=16959] ppid=16954 vsize=9625040 CPUtime=1771.88 cores=1,3,5,7
/proc/16957/task/16959/stat : 16959 (java) R 16954 16957 15548 0 -1 4202560 4139 0 1 0 177140 48 0 0 20 0 19 0 22839379 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807939497200 139807779688638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16960] ppid=16954 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/16957/task/16960/stat : 16960 (java) S 16954 16957 15548 0 -1 4202560 3325 0 0 0 223 38 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807900989864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16961] ppid=16954 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/16957/task/16961/stat : 16961 (java) S 16954 16957 15548 0 -1 4202560 3654 0 0 0 234 39 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807899937320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16962] ppid=16954 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/16957/task/16962/stat : 16962 (java) S 16954 16957 15548 0 -1 4202560 2832 0 0 0 256 42 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807898884264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=9625040 CPUtime=2.78 cores=1,3,5,7
/proc/16957/task/16963/stat : 16963 (java) S 16954 16957 15548 0 -1 4202560 1874 0 0 0 233 45 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807897831720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/16957/task/16964/stat : 16964 (java) S 16954 16957 15548 0 -1 4202560 3066 0 0 0 236 49 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807778925480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16965] ppid=16954 vsize=9625040 CPUtime=2.83 cores=1,3,5,7
/proc/16957/task/16965/stat : 16965 (java) S 16954 16957 15548 0 -1 4202560 3223 0 0 0 241 42 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807777872936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16966] ppid=16954 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/16957/task/16966/stat : 16966 (java) S 16954 16957 15548 0 -1 4202560 1904 0 0 0 252 36 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807776819880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16967] ppid=16954 vsize=9625040 CPUtime=2.71 cores=1,3,5,7
/proc/16957/task/16967/stat : 16967 (java) S 16954 16957 15548 0 -1 4202560 2130 0 0 0 229 42 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807775767336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16968] ppid=16954 vsize=9625040 CPUtime=4.29 cores=1,3,5,7
/proc/16957/task/16968/stat : 16968 (java) S 16954 16957 15548 0 -1 4202560 2583 0 0 0 423 6 0 0 20 0 19 0 22839382 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807763569000 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16969] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16969/stat : 16969 (java) S 16954 16957 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22839382 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807158166904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16970] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16970/stat : 16970 (java) S 16954 16957 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22839382 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807157113736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16971] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16971/stat : 16971 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807156062480 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16972] ppid=16954 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/16957/task/16972/stat : 16972 (java) S 16954 16957 15548 0 -1 4202560 5017 0 0 0 61 0 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807155010360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16973] ppid=16954 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/16957/task/16973/stat : 16973 (java) S 16954 16957 15548 0 -1 4202560 4771 0 0 0 61 0 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807153957816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16974] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16974/stat : 16974 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807152904952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16975] ppid=16954 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/16957/task/16975/stat : 16975 (java) S 16954 16957 15548 0 -1 4202560 102 0 0 0 24 30 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807151852616 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16976] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16976/stat : 16976 (java) S 16954 16957 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22839532 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807150797864 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1782.3 s]
/proc/loadavg: 2.29 2.24 2.18 3/213 17109
/proc/meminfo: memFree=25699396/32872528 swapFree=1370848/1518016
[pid=16957] ppid=16954 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/16957/stat : 16957 (java) S 16954 16957 15548 0 -1 4202496 39885 0 1 0 179621 386 0 0 20 0 19 0 22839379 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 140733308655472 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16957/statm: 2406260 303568 2287 9 0 2396937 0
[pid=16957/tid=16959] ppid=16954 vsize=9625040 CPUtime=1771.88 cores=1,3,5,7
/proc/16957/task/16959/stat : 16959 (java) R 16954 16957 15548 0 -1 4202560 4139 0 1 0 177140 48 0 0 20 0 19 0 22839379 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807939497200 139807779688638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16960] ppid=16954 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/16957/task/16960/stat : 16960 (java) S 16954 16957 15548 0 -1 4202560 3325 0 0 0 223 38 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807900989864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16961] ppid=16954 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/16957/task/16961/stat : 16961 (java) S 16954 16957 15548 0 -1 4202560 3654 0 0 0 234 39 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807899937320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16962] ppid=16954 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/16957/task/16962/stat : 16962 (java) S 16954 16957 15548 0 -1 4202560 2832 0 0 0 256 42 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807898884264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=9625040 CPUtime=2.78 cores=1,3,5,7
/proc/16957/task/16963/stat : 16963 (java) S 16954 16957 15548 0 -1 4202560 1874 0 0 0 233 45 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807897831720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/16957/task/16964/stat : 16964 (java) S 16954 16957 15548 0 -1 4202560 3066 0 0 0 236 49 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807778925480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16965] ppid=16954 vsize=9625040 CPUtime=2.83 cores=1,3,5,7
/proc/16957/task/16965/stat : 16965 (java) S 16954 16957 15548 0 -1 4202560 3223 0 0 0 241 42 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807777872936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16966] ppid=16954 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/16957/task/16966/stat : 16966 (java) S 16954 16957 15548 0 -1 4202560 1904 0 0 0 252 36 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807776819880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16967] ppid=16954 vsize=9625040 CPUtime=2.71 cores=1,3,5,7
/proc/16957/task/16967/stat : 16967 (java) S 16954 16957 15548 0 -1 4202560 2130 0 0 0 229 42 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807775767336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16968] ppid=16954 vsize=9625040 CPUtime=4.29 cores=1,3,5,7
/proc/16957/task/16968/stat : 16968 (java) S 16954 16957 15548 0 -1 4202560 2583 0 0 0 423 6 0 0 20 0 19 0 22839382 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807763569000 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16969] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16969/stat : 16969 (java) S 16954 16957 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22839382 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807158166904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16970] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16970/stat : 16970 (java) S 16954 16957 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22839382 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807157113736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16971] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16971/stat : 16971 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807156062480 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16972] ppid=16954 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/16957/task/16972/stat : 16972 (java) S 16954 16957 15548 0 -1 4202560 5017 0 0 0 61 0 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807155010360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16973] ppid=16954 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/16957/task/16973/stat : 16973 (java) S 16954 16957 15548 0 -1 4202560 4771 0 0 0 61 0 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807153957816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16974] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16974/stat : 16974 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807152904952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16975] ppid=16954 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/16957/task/16975/stat : 16975 (java) S 16954 16957 15548 0 -1 4202560 102 0 0 0 24 30 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807151852616 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16976] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16976/stat : 16976 (java) S 16954 16957 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22839532 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807150797864 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
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 16957 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1782.3 s]
/proc/loadavg: 2.29 2.24 2.18 3/213 17109
/proc/meminfo: memFree=25699396/32872528 swapFree=1370848/1518016
[pid=16957] ppid=16954 vsize=9625040 CPUtime=1800.07 cores=1,3,5,7
/proc/16957/stat : 16957 (java) S 16954 16957 15548 0 -1 4202496 39885 0 1 0 179621 386 0 0 20 0 19 0 22839379 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 140733308655472 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16957/statm: 2406260 303568 2287 9 0 2396937 0
[pid=16957/tid=16959] ppid=16954 vsize=9625040 CPUtime=1771.88 cores=1,3,5,7
/proc/16957/task/16959/stat : 16959 (java) R 16954 16957 15548 0 -1 4202560 4139 0 1 0 177140 48 0 0 20 0 19 0 22839379 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807939497200 139807779688638 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16960] ppid=16954 vsize=9625040 CPUtime=2.61 cores=1,3,5,7
/proc/16957/task/16960/stat : 16960 (java) S 16954 16957 15548 0 -1 4202560 3325 0 0 0 223 38 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807900989864 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16961] ppid=16954 vsize=9625040 CPUtime=2.73 cores=1,3,5,7
/proc/16957/task/16961/stat : 16961 (java) S 16954 16957 15548 0 -1 4202560 3654 0 0 0 234 39 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807899937320 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16962] ppid=16954 vsize=9625040 CPUtime=2.98 cores=1,3,5,7
/proc/16957/task/16962/stat : 16962 (java) S 16954 16957 15548 0 -1 4202560 2832 0 0 0 256 42 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807898884264 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16963] ppid=16954 vsize=9625040 CPUtime=2.78 cores=1,3,5,7
/proc/16957/task/16963/stat : 16963 (java) S 16954 16957 15548 0 -1 4202560 1874 0 0 0 233 45 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807897831720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16964] ppid=16954 vsize=9625040 CPUtime=2.85 cores=1,3,5,7
/proc/16957/task/16964/stat : 16964 (java) S 16954 16957 15548 0 -1 4202560 3066 0 0 0 236 49 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807778925480 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16965] ppid=16954 vsize=9625040 CPUtime=2.83 cores=1,3,5,7
/proc/16957/task/16965/stat : 16965 (java) S 16954 16957 15548 0 -1 4202560 3223 0 0 0 241 42 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807777872936 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16966] ppid=16954 vsize=9625040 CPUtime=2.88 cores=1,3,5,7
/proc/16957/task/16966/stat : 16966 (java) S 16954 16957 15548 0 -1 4202560 1904 0 0 0 252 36 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807776819880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16967] ppid=16954 vsize=9625040 CPUtime=2.71 cores=1,3,5,7
/proc/16957/task/16967/stat : 16967 (java) S 16954 16957 15548 0 -1 4202560 2130 0 0 0 229 42 0 0 20 0 19 0 22839381 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807775767336 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16968] ppid=16954 vsize=9625040 CPUtime=4.29 cores=1,3,5,7
/proc/16957/task/16968/stat : 16968 (java) S 16954 16957 15548 0 -1 4202560 2583 0 0 0 423 6 0 0 20 0 19 0 22839382 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807763569000 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16969] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16969/stat : 16969 (java) S 16954 16957 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 22839382 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807158166904 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16970] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16970/stat : 16970 (java) S 16954 16957 15548 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 22839382 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807157113736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16971] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16971/stat : 16971 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807156062480 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16957/tid=16972] ppid=16954 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/16957/task/16972/stat : 16972 (java) S 16954 16957 15548 0 -1 4202560 5017 0 0 0 61 0 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807155010360 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16957/tid=16973] ppid=16954 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/16957/task/16973/stat : 16973 (java) S 16954 16957 15548 0 -1 4202560 4771 0 0 0 61 0 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807153957816 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16974] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16974/stat : 16974 (java) S 16954 16957 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807152904952 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16957/tid=16975] ppid=16954 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/16957/task/16975/stat : 16975 (java) S 16954 16957 15548 0 -1 4202560 102 0 0 0 24 30 0 0 20 0 19 0 22839385 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807151852616 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16957/tid=16976] ppid=16954 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16957/task/16976/stat : 16976 (java) S 16954 16957 15548 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 22839532 9856040960 303568 33554432000 1073741824 1073778376 140733308664336 139807150797864 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1782.34
CPU time (s): 1800.62
CPU user time (s): 1796.31
CPU system time (s): 4.31334
CPU usage (%): 101.026
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1796.31
system time used= 4.31334
maximum resident set size= 3691868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 39925
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41418
involuntary context switches= 25792

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.3114 second user time and 13.8539 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 01:58:49
IDJOB=4099869
IDBENCH=1544
IDSOLVER=2546
FILE ID=node129/4099869-1466207929
RUNJOBID= node129-1466206067-15565
PBS_JOBID= 19918148
Free space on /tmp= 71728 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-n3705.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4099869-1466207929/watcher-4099869-1466207929 -o /tmp/evaluation-result-4099869-1466207929/solver-4099869-1466207929 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15565 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4099869-1466207929.opb

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

MD5SUM BENCH= 1c8cf561f224f1f2f953c533d372407b
RANDOM SEED=1838963030

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29410672 kB
Buffers:           37652 kB
Cached:            92348 kB
SwapCached:         1980 kB
Active:          1163012 kB
Inactive:          76912 kB
Active(anon):    1111152 kB
Inactive(anon):     1040 kB
Active(file):      51860 kB
Inactive(file):    75872 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099152 kB
Dirty:              7136 kB
Writeback:             0 kB
AnonPages:       2629196 kB
Mapped:            15352 kB
Shmem:                 0 kB
Slab:             568976 kB
SReclaimable:      12840 kB
SUnreclaim:       556136 kB
KernelStack:        1584 kB
PageTables:         9508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3747808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1236992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71724 MiB
End job on node129 at 2016-06-18 02:28:31