Trace number 4101845

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.68 1794.94

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/
miplib2003/normalized-reduced-mps-v2-20-10-mod011.opb
MD5SUM11ee19baa608345f86d8483767b8a181
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
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -2
Optimality of the best value was proved NO
Number of variables309773
Total number of constraints5980
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)16
Number of constraints which are nor clauses,nor cardinality constraints5964
Minimum length of a constraint6
Maximum length of a constraint24690
Number of terms in the objective function 212680
Biggest coefficient in the objective function 244
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 711535
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 711535
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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4101845-1466227129.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
3.68/2.21	c ... done. Wall clock time 2.097s.
3.68/2.21	c declared #vars     309773
3.85/2.37	c #constraints  10347
3.85/2.37	c constraints type 
3.85/2.37	c org.sat4j.minisat.constraints.card.MinWatchCard => 16
3.85/2.37	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 10331
3.85/2.37	c 10347 constraints processed.
3.85/2.37	c objective function length is 212680 literals
5.27/3.31	c cleaning 2501 clauses out of 5002 with flag 10313/5002
6.07/4.07	c cleaning 4249 clauses out of 8497 with flag 22769/11000
7.23/5.13	c cleaning 5622 clauses out of 11248 with flag 40716/18000
9.21/6.79	c cleaning 6810 clauses out of 13629 with flag 60640/26003
10.95/8.44	c cleaning 7908 clauses out of 15819 with flag 83961/35003
12.85/10.31	c cleaning 8950 clauses out of 17909 with flag 109568/45001
14.95/12.46	c cleaning 9977 clauses out of 19959 with flag 137403/56001
17.35/14.89	c cleaning 10985 clauses out of 21981 with flag 167798/68000
20.05/17.60	c cleaning 11996 clauses out of 23996 with flag 202008/81000
23.06/20.58	c cleaning 13000 clauses out of 26000 with flag 237503/95000
26.56/24.00	c cleaning 13993 clauses out of 28000 with flag 275734/110000
30.26/27.78	c cleaning 15003 clauses out of 30008 with flag 316521/126001
34.35/31.84	c cleaning 16001 clauses out of 32005 with flag 360566/143001
38.75/36.29	c cleaning 17003 clauses out of 34005 with flag 406230/161002
43.75/41.24	c cleaning 17997 clauses out of 36000 with flag 457129/180000
49.15/46.60	c cleaning 18999 clauses out of 38004 with flag 511425/200001
54.16/51.64	c cleaning 20001 clauses out of 40005 with flag 572779/221001
61.16/58.69	c cleaning 21000 clauses out of 42003 with flag 628627/243000
69.77/67.25	c cleaning 22001 clauses out of 44004 with flag 692262/266001
79.06/76.11	c cleaning 22976 clauses out of 45984 with flag 748644/290002
85.47/82.57	c cleaning 23983 clauses out of 47978 with flag 805822/315001
89.36/86.44	c cleaning 24994 clauses out of 49995 with flag 873452/341001
94.46/91.54	c cleaning 25988 clauses out of 52000 with flag 951281/368000
99.56/96.69	c cleaning 27006 clauses out of 54013 with flag 1032865/396001
105.46/102.51	c cleaning 28000 clauses out of 56007 with flag 1118697/425001
112.26/109.39	c cleaning 29002 clauses out of 58008 with flag 1202972/455002
119.36/116.46	c cleaning 30001 clauses out of 60004 with flag 1299504/486000
126.36/123.24	c cleaning 30994 clauses out of 62003 with flag 1388297/518000
132.65/129.58	c cleaning 32005 clauses out of 64010 with flag 1487198/551001
139.66/136.57	c cleaning 33004 clauses out of 66007 with flag 1600086/585003
150.15/147.02	c cleaning 33992 clauses out of 67998 with flag 1688861/620000
168.35/165.29	c cleaning 35002 clauses out of 70008 with flag 1789450/656002
188.85/185.72	c cleaning 36000 clauses out of 72004 with flag 1899987/693000
208.52/205.27	c cleaning 36998 clauses out of 74004 with flag 2013670/731000
229.82/226.53	c cleaning 38001 clauses out of 76006 with flag 2135923/770000
251.07/247.62	c cleaning 39000 clauses out of 78005 with flag 2254174/810000
273.56/270.15	c cleaning 40001 clauses out of 80009 with flag 2372801/851004
296.17/292.74	c cleaning 40996 clauses out of 82004 with flag 2497736/893000
315.87/312.48	c cleaning 42001 clauses out of 84008 with flag 2659132/936000
344.79/341.22	c cleaning 42992 clauses out of 86007 with flag 2851644/980000
392.30/388.78	c cleaning 43996 clauses out of 88015 with flag 2991008/1025000
426.78/423.19	c cleaning 44998 clauses out of 90019 with flag 3129015/1071000
486.40/482.73	c cleaning 46003 clauses out of 92021 with flag 3275157/1118000
522.85/519.19	c cleaning 46995 clauses out of 94019 with flag 3378639/1166001
559.84/556.16	c cleaning 47991 clauses out of 96024 with flag 3489105/1215001
570.44/566.72	c cleaning 48991 clauses out of 98032 with flag 3629488/1265000
581.54/577.83	c cleaning 49997 clauses out of 100041 with flag 3758818/1316000
594.54/590.84	c cleaning 50999 clauses out of 102044 with flag 3872473/1368000
605.03/601.32	c cleaning 52008 clauses out of 104046 with flag 4010870/1421001
615.84/612.16	c cleaning 52996 clauses out of 106039 with flag 4154362/1475002
624.84/621.16	c cleaning 53981 clauses out of 108042 with flag 4270818/1530001
640.23/636.59	c cleaning 54996 clauses out of 110060 with flag 4385585/1586000
660.63/656.92	c cleaning 55994 clauses out of 112064 with flag 4505563/1643000
678.22/674.54	c cleaning 57016 clauses out of 114054 with flag 4647083/1701000
739.01/735.24	c cleaning 58010 clauses out of 116040 with flag 4819301/1760002
809.94/806.01	c cleaning 59007 clauses out of 118031 with flag 5000548/1820003
901.42/897.44	c cleaning 60005 clauses out of 120030 with flag 5202603/1881009
997.33/993.21	c cleaning 61000 clauses out of 122016 with flag 5385833/1943000
1083.83/1079.69	c cleaning 62002 clauses out of 124018 with flag 5568319/2006002
1171.64/1167.31	c cleaning 62996 clauses out of 126016 with flag 5752398/2070002
1270.69/1266.39	c cleaning 63997 clauses out of 128018 with flag 5935329/2135000
1386.11/1381.70	c cleaning 65001 clauses out of 130023 with flag 6131897/2201002
1430.42/1425.93	c cleaning 65998 clauses out of 132020 with flag 6317405/2268000
1445.44/1440.97	c cleaning 66992 clauses out of 134024 with flag 6475704/2336002
1467.44/1462.90	c cleaning 67997 clauses out of 136031 with flag 6621652/2405001
1488.04/1483.57	c cleaning 69008 clauses out of 138031 with flag 6772310/2475001
1541.31/1536.69	c cleaning 70002 clauses out of 140023 with flag 6924329/2546001
1597.47/1592.78	c cleaning 70999 clauses out of 142022 with flag 7076922/2618002
1651.32/1646.59	c cleaning 71997 clauses out of 144022 with flag 7231257/2691001
1706.67/1701.72	c cleaning 73004 clauses out of 146027 with flag 7387119/2765003
1762.53/1757.54	c cleaning 73996 clauses out of 148021 with flag 7544216/2840001
1800.05/1794.90	c starts		: 6624
1800.05/1794.90	c conflicts		: 2879349
1800.05/1794.90	c decisions		: 6288768
1800.05/1794.90	c propagations		: 848895358
1800.05/1794.90	c inspects		: 13604443988
1800.05/1794.90	c shortcuts		: 0
1800.05/1794.90	c learnt literals	: 72
1800.05/1794.90	c learnt binary clauses	: 70
1800.05/1794.90	c learnt ternary clauses	: 55
1800.05/1794.90	c learnt constraints	: 2879277
1800.05/1794.90	c ignored constraints	: 0
1800.05/1794.90	c root simplifications	: 0
1800.05/1794.90	c removed literals (reason simplification)	: 0
1800.05/1794.90	c reason swapping (by a shorter reason)	: 0
1800.05/1794.90	c Calls to reduceDB	: 71
1800.05/1794.90	c Number of update (reduction) of LBD	: 287353
1800.05/1794.90	c Imported unit clauses	: 0
1800.05/1794.90	c number of reductions to clauses (during analyze)	: 0
1800.05/1794.90	c number of learned constraints concerned by reduction	: 0
1800.05/1794.90	c number of learning phase by resolution	: 0
1800.05/1794.90	c number of learning phase by cutting planes	: 0
1800.05/1794.90	c speed (assignments/second)	: 473577.29940636543
1800.05/1794.90	c non guided choices	1666334
1800.05/1794.93	c learnt constraints type 
1800.05/1794.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 70
1800.05/1794.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 113304
1800.05/1794.93	s UNKNOWN
1800.05/1794.93	c Total wall clock time (in seconds): 1794.812

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

pid=19344
running on 4 cores: 0,2,4,6

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.16 2.17 2.17 3/194 19347
/proc/meminfo: memFree=30063784/32872528 swapFree=1370848/1518016
[pid=19347] ppid=19344 vsize=88 CPUtime=0 cores=0,2,4,6
/proc/19347/stat : 19347 (java) R 19344 19347 15548 0 -1 4194304 330 0 0 0 0 0 0 0 20 0 1 0 24759467 90112 1 33554432000 0 0 140733978334767 140737380294312 229355711927 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 67 4 0 0 0 24 0

[startup+0.100061 s]
/proc/loadavg: 2.16 2.17 2.17 3/194 19347
/proc/meminfo: memFree=30063784/32872528 swapFree=1370848/1518016
[pid=19347] ppid=19344 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/19347/stat : 19347 (java) S 19344 19347 15548 0 -1 4202496 4442 0 1 0 8 1 0 0 20 0 18 0 24759467 9787879424 5560 33554432000 1073741824 1073778376 140733978327328 140733978318464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 2389619 5560 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200208 s]
/proc/loadavg: 2.16 2.17 2.17 3/194 19347
/proc/meminfo: memFree=30063784/32872528 swapFree=1370848/1518016
[pid=19347] ppid=19344 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/19347/stat : 19347 (java) S 19344 19347 15548 0 -1 4202496 5057 0 1 0 27 1 0 0 20 0 18 0 24759467 9787879424 8000 33554432000 1073741824 1073778376 140733978327328 140733978318464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 2389619 8000 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300222 s]
/proc/loadavg: 2.16 2.17 2.17 3/194 19347
/proc/meminfo: memFree=30063784/32872528 swapFree=1370848/1518016
[pid=19347] ppid=19344 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/19347/stat : 19347 (java) S 19344 19347 15548 0 -1 4202496 6099 0 1 0 47 1 0 0 20 0 18 0 24759467 9787879424 13220 33554432000 1073741824 1073778376 140733978327328 140733978318464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 2389619 13220 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558476

[startup+0.700202 s]
/proc/loadavg: 2.16 2.17 2.17 3/194 19347
/proc/meminfo: memFree=30063784/32872528 swapFree=1370848/1518016
[pid=19347] ppid=19344 vsize=9558476 CPUtime=1.2 cores=0,2,4,6
/proc/19347/stat : 19347 (java) S 19344 19347 15548 0 -1 4202496 9002 0 1 0 115 5 0 0 20 0 18 0 24759467 9787879424 46701 33554432000 1073741824 1073778376 140733978327328 140733978318464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 2389619 46701 2257 9 0 2380296 0
Current children cumulated CPU time (s) 1.2
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 2.16 2.17 2.17 3/212 19365
/proc/meminfo: memFree=29837580/32872528 swapFree=1370848/1518016
[pid=19347] ppid=19344 vsize=9558476 CPUtime=2.4 cores=0,2,4,6
/proc/19347/stat : 19347 (java) S 19344 19347 15548 0 -1 4202496 12261 0 1 0 226 14 0 0 20 0 18 0 24759467 9787879424 87708 33554432000 1073741824 1073778376 140733978327328 140733978318464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 2389619 87708 2272 9 0 2380296 0
[pid=19347/tid=19349] ppid=19344 vsize=9558476 CPUtime=1.34 cores=0,2,4,6
/proc/19347/task/19349/stat : 19349 (java) S 19344 19347 15548 0 -1 4202560 2572 0 1 0 130 4 0 0 20 0 18 0 24759468 9787879424 87708 33554432000 1073741824 1073778376 140733978327328 139732861922728 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19350] ppid=19344 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/19347/task/19350/stat : 19350 (java) R 19344 19347 15548 0 -1 4202560 192 0 0 0 4 1 0 0 20 0 18 0 24759470 9787879424 87708 33554432000 1073741824 1073778376 140733978327328 139732705913512 229359268924 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19351] ppid=19344 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/19347/task/19351/stat : 19351 (java) S 19344 19347 15548 0 -1 4202560 42 0 0 0 3 0 0 0 20 0 18 0 24759470 9787879424 87708 33554432000 1073741824 1073778376 140733978327328 139732704860968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19352] ppid=19344 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/19347/task/19352/stat : 19352 (java) S 19344 19347 15548 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 24759470 9787879424 87708 33554432000 1073741824 1073778376 140733978327328 139732703808424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19353] ppid=19344 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/19347/task/19353/stat : 19353 (java) R 19344 19347 15548 0 -1 4202560 41 0 0 0 4 1 0 0 20 0 18 0 24759470 9787879424 87708 33554432000 1073741824 1073778376 140733978327328 139732702756056 139732868822174 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19347/tid=19354] ppid=19344 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/19347/task/19354/stat : 19354 (java) R 19344 19347 15548 0 -1 4202560 99 0 0 0 4 0 0 0 20 0 18 0 24759470 9787879424 87708 33554432000 1073741824 1073778376 140733978327328 139732701702488 139732866085628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19355] ppid=19344 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/19347/task/19355/stat : 19355 (java) R 19344 19347 15548 0 -1 4202560 29 0 0 0 3 0 0 0 20 0 18 0 24759470 9787879424 87708 33554432000 1073741824 1073778376 140733978327328 139732700649944 139732868819710 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19347/tid=19356] ppid=19344 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/19347/task/19356/stat : 19356 (java) R 19344 19347 15548 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 18 0 24759470 9787879424 87708 33554432000 1073741824 1073778376 140733978327328 139732699597400 139732868819792 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19357] ppid=19344 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/19347/task/19357/stat : 19357 (java) R 19344 19347 15548 0 -1 4202560 82 0 0 0 2 0 0 0 20 0 18 0 24759470 9787879424 87708 33554432000 1073741824 1073778376 140733978327328 139732698544680 139732864488063 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19347/tid=19358] ppid=19344 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19358/stat : 19358 (java) S 19344 19347 15548 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 24759471 9787879424 87708 33554432000 1073741824 1073778376 140733978327328 139732686132744 229359268924 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19359] ppid=19344 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19359/stat : 19359 (java) S 19344 19347 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 24759471 9787879424 87708 33554432000 1073741824 1073778376 140733978327328 139732685080184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19360] ppid=19344 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19360/stat : 19360 (java) S 19344 19347 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 24759471 9787879424 87708 33554432000 1073741824 1073778376 140733978327328 139732684027528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19361] ppid=19344 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19361/stat : 19361 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24759473 9787879424 87708 33554432000 1073741824 1073778376 140733978327328 139732682976272 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19362] ppid=19344 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/19347/task/19362/stat : 19362 (java) S 19344 19347 15548 0 -1 4202560 3265 0 0 0 26 0 0 0 20 0 18 0 24759474 9787879424 87709 33554432000 1073741824 1073778376 140733978327328 139732681922616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19363] ppid=19344 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/19347/task/19363/stat : 19363 (java) S 19344 19347 15548 0 -1 4202560 4567 0 0 0 32 0 0 0 20 0 18 0 24759474 9787879424 87709 33554432000 1073741824 1073778376 140733978327328 139732680870072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19364] ppid=19344 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19364/stat : 19364 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24759474 9787879424 87709 33554432000 1073741824 1073778376 140733978327328 139732679817720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19365] ppid=19344 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19365/stat : 19365 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 24759474 9787879424 87709 33554432000 1073741824 1073778376 140733978327328 139732678765384 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.4
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 2.16 2.17 2.17 3/212 19365
/proc/meminfo: memFree=29593684/32872528 swapFree=1370848/1518016
[pid=19347] ppid=19344 vsize=9625040 CPUtime=5.04 cores=0,2,4,6
/proc/19347/stat : 19347 (java) S 19344 19347 15548 0 -1 4202496 13096 0 1 0 474 30 0 0 20 0 19 0 24759467 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 140733978318464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 2406260 119983 2280 9 0 2396937 0
[pid=19347/tid=19349] ppid=19344 vsize=9625040 CPUtime=2.77 cores=0,2,4,6
/proc/19347/task/19349/stat : 19349 (java) R 19344 19347 15548 0 -1 4202560 2585 0 1 0 272 5 0 0 20 0 19 0 24759468 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732861923704 139732802420880 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19347/tid=19350] ppid=19344 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/19347/task/19350/stat : 19350 (java) S 19344 19347 15548 0 -1 4202560 419 0 0 0 9 3 0 0 20 0 19 0 24759470 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732705913512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19347/tid=19351] ppid=19344 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19347/task/19351/stat : 19351 (java) S 19344 19347 15548 0 -1 4202560 112 0 0 0 12 4 0 0 20 0 19 0 24759470 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732704860968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19352] ppid=19344 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/19347/task/19352/stat : 19352 (java) S 19344 19347 15548 0 -1 4202560 47 0 0 0 7 3 0 0 20 0 19 0 24759470 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732703808424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19353] ppid=19344 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19347/task/19353/stat : 19353 (java) S 19344 19347 15548 0 -1 4202560 98 0 0 0 12 4 0 0 20 0 19 0 24759470 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732702755880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19347/tid=19354] ppid=19344 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/19347/task/19354/stat : 19354 (java) S 19344 19347 15548 0 -1 4202560 125 0 0 0 7 3 0 0 20 0 19 0 24759470 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732701702312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19355] ppid=19344 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/19347/task/19355/stat : 19355 (java) S 19344 19347 15548 0 -1 4202560 48 0 0 0 7 3 0 0 20 0 19 0 24759470 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732700649768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19347/tid=19356] ppid=19344 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19347/task/19356/stat : 19356 (java) S 19344 19347 15548 0 -1 4202560 80 0 0 0 12 4 0 0 20 0 19 0 24759470 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732699597224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19357] ppid=19344 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/19347/task/19357/stat : 19357 (java) S 19344 19347 15548 0 -1 4202560 114 0 0 0 7 2 0 0 20 0 19 0 24759470 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732698544680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19358] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19358/stat : 19358 (java) S 19344 19347 15548 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 24759471 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732686133864 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19359] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19359/stat : 19359 (java) S 19344 19347 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24759471 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732685080184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19360] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19360/stat : 19360 (java) S 19344 19347 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24759471 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732684027528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19361] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19361/stat : 19361 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24759473 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732682976272 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19362] ppid=19344 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/19347/task/19362/stat : 19362 (java) S 19344 19347 15548 0 -1 4202560 3370 0 0 0 51 0 0 0 20 0 19 0 24759474 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732681922616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19363] ppid=19344 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/19347/task/19363/stat : 19363 (java) S 19344 19347 15548 0 -1 4202560 4641 0 0 0 62 0 0 0 20 0 19 0 24759474 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732680870072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19364] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19364/stat : 19364 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24759474 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732679817720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19365] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19365/stat : 19365 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24759474 9856040960 119983 33554432000 1073741824 1073778376 140733978327328 139732678765384 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.04
Current children cumulated vsize (KiB) 9625040

[startup+6.30082 s]
/proc/loadavg: 2.15 2.17 2.17 3/213 19366
/proc/meminfo: memFree=29574660/32872528 swapFree=1370848/1518016
[pid=19347] ppid=19344 vsize=9625040 CPUtime=8.81 cores=0,2,4,6
/proc/19347/stat : 19347 (java) S 19344 19347 15548 0 -1 4202496 20223 0 1 0 850 31 0 0 20 0 19 0 24759467 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 140733978318464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 2406260 123745 2285 9 0 2396937 0
[pid=19347/tid=19349] ppid=19344 vsize=9625040 CPUtime=5.98 cores=0,2,4,6
/proc/19347/task/19349/stat : 19349 (java) R 19344 19347 15548 0 -1 4202560 2588 0 1 0 592 6 0 0 20 0 19 0 24759468 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732861923528 139732802572828 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19347/tid=19350] ppid=19344 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/19347/task/19350/stat : 19350 (java) S 19344 19347 15548 0 -1 4202560 419 0 0 0 9 3 0 0 20 0 19 0 24759470 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732705913512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19347/tid=19351] ppid=19344 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19347/task/19351/stat : 19351 (java) S 19344 19347 15548 0 -1 4202560 112 0 0 0 12 4 0 0 20 0 19 0 24759470 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732704860968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19352] ppid=19344 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/19347/task/19352/stat : 19352 (java) S 19344 19347 15548 0 -1 4202560 47 0 0 0 7 3 0 0 20 0 19 0 24759470 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732703808424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19353] ppid=19344 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19347/task/19353/stat : 19353 (java) S 19344 19347 15548 0 -1 4202560 98 0 0 0 12 4 0 0 20 0 19 0 24759470 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732702755880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19347/tid=19354] ppid=19344 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/19347/task/19354/stat : 19354 (java) S 19344 19347 15548 0 -1 4202560 125 0 0 0 7 3 0 0 20 0 19 0 24759470 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732701702312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19355] ppid=19344 vsize=9625040 CPUtime=0.1 cores=0,2,4,6
/proc/19347/task/19355/stat : 19355 (java) S 19344 19347 15548 0 -1 4202560 48 0 0 0 7 3 0 0 20 0 19 0 24759470 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732700649768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19347/tid=19356] ppid=19344 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/19347/task/19356/stat : 19356 (java) S 19344 19347 15548 0 -1 4202560 80 0 0 0 12 4 0 0 20 0 19 0 24759470 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732699597224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19357] ppid=19344 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/19347/task/19357/stat : 19357 (java) S 19344 19347 15548 0 -1 4202560 114 0 0 0 7 2 0 0 20 0 19 0 24759470 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732698544680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19358] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19358/stat : 19358 (java) S 19344 19347 15548 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 24759471 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732686133864 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19359] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19359/stat : 19359 (java) S 19344 19347 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24759471 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732685080184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19360] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19360/stat : 19360 (java) S 19344 19347 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24759471 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732684027528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19361] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19361/stat : 19361 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24759473 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732682976272 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19362] ppid=19344 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/19347/task/19362/stat : 19362 (java) S 19344 19347 15548 0 -1 4202560 3381 0 0 0 59 0 0 0 20 0 19 0 24759474 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732681922616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19363] ppid=19344 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/19347/task/19363/stat : 19363 (java) S 19344 19347 15548 0 -1 4202560 11754 0 0 0 110 3 0 0 20 0 19 0 24759474 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732680870072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19364] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19364/stat : 19364 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24759474 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732679817720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19365] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19365/stat : 19365 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24759474 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732678765384 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19366] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19366/stat : 19366 (java) S 19344 19347 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24759706 9856040960 123745 33554432000 1073741824 1073778376 140733978327328 139732677711144 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.81
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.13 2.16 2.17 3/213 19366
/proc/meminfo: memFree=29575012/32872528 swapFree=1370848/1518016
[pid=19347] ppid=19344 vsize=9625040 CPUtime=15.25 cores=0,2,4,6

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

[pid=19347/tid=19359] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19359/stat : 19359 (java) S 19344 19347 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24759471 9856040960 659350 33554432000 1073741824 1073778376 140733978327328 139732685080184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19360] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19360/stat : 19360 (java) S 19344 19347 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24759471 9856040960 659350 33554432000 1073741824 1073778376 140733978327328 139732684027528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19361] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19361/stat : 19361 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24759473 9856040960 659350 33554432000 1073741824 1073778376 140733978327328 139732682976272 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19362] ppid=19344 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/19347/task/19362/stat : 19362 (java) S 19344 19347 15548 0 -1 4202560 6175 0 0 0 83 0 0 0 20 0 19 0 24759474 9856040960 659350 33554432000 1073741824 1073778376 140733978327328 139732681922616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19363] ppid=19344 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/19347/task/19363/stat : 19363 (java) S 19344 19347 15548 0 -1 4202560 11767 0 0 0 117 3 0 0 20 0 19 0 24759474 9856040960 659350 33554432000 1073741824 1073778376 140733978327328 139732680870072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19364] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19364/stat : 19364 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24759474 9856040960 659350 33554432000 1073741824 1073778376 140733978327328 139732679817720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19365] ppid=19344 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/19347/task/19365/stat : 19365 (java) S 19344 19347 15548 0 -1 4202560 99 0 0 0 29 22 0 0 20 0 19 0 24759474 9856040960 659350 33554432000 1073741824 1073778376 140733978327328 139732678765384 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19366] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19366/stat : 19366 (java) S 19344 19347 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24759706 9856040960 659350 33554432000 1073741824 1073778376 140733978327328 139732677711144 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1727.26
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.15 2.19 2.18 3/213 19476
/proc/meminfo: memFree=27240596/32872528 swapFree=1370848/1518016
[pid=19347] ppid=19344 vsize=9625040 CPUtime=1787.45 cores=0,2,4,6
/proc/19347/stat : 19347 (java) S 19344 19347 15548 0 -1 4202496 27726 0 1 0 178619 126 0 0 20 0 19 0 24759467 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 140733978318464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 2406260 656511 2294 9 0 2396937 0
[pid=19347/tid=19349] ppid=19344 vsize=9625040 CPUtime=1780.2 cores=0,2,4,6
/proc/19347/task/19349/stat : 19349 (java) R 19344 19347 15548 0 -1 4202560 4289 0 1 0 177954 66 0 0 20 0 19 0 24759468 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732861922512 139732802561164 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19350] ppid=19344 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/19347/task/19350/stat : 19350 (java) S 19344 19347 15548 0 -1 4202560 577 0 0 0 39 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732705913512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19347/tid=19351] ppid=19344 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/19347/task/19351/stat : 19351 (java) S 19344 19347 15548 0 -1 4202560 295 0 0 0 41 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732704860968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19347/tid=19352] ppid=19344 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/19347/task/19352/stat : 19352 (java) S 19344 19347 15548 0 -1 4202560 200 0 0 0 40 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732703808424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19347/tid=19353] ppid=19344 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/19347/task/19353/stat : 19353 (java) S 19344 19347 15548 0 -1 4202560 393 0 0 0 47 9 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732702755880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19347/tid=19354] ppid=19344 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/19347/task/19354/stat : 19354 (java) S 19344 19347 15548 0 -1 4202560 314 0 0 0 46 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732701702312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19355] ppid=19344 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/19347/task/19355/stat : 19355 (java) S 19344 19347 15548 0 -1 4202560 255 0 0 0 45 10 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732700649768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19356] ppid=19344 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/19347/task/19356/stat : 19356 (java) S 19344 19347 15548 0 -1 4202560 341 0 0 0 42 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732699597224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19357] ppid=19344 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/19347/task/19357/stat : 19357 (java) S 19344 19347 15548 0 -1 4202560 353 0 0 0 44 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732698544680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19358] ppid=19344 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/19347/task/19358/stat : 19358 (java) S 19344 19347 15548 0 -1 4202560 1405 0 0 0 82 3 0 0 20 0 19 0 24759471 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732686133864 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19359] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19359/stat : 19359 (java) S 19344 19347 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24759471 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732685080184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19360] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19360/stat : 19360 (java) S 19344 19347 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24759471 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732684027528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19361] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19361/stat : 19361 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24759473 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732682976272 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19362] ppid=19344 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/19347/task/19362/stat : 19362 (java) S 19344 19347 15548 0 -1 4202560 6175 0 0 0 83 0 0 0 20 0 19 0 24759474 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732681922616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19363] ppid=19344 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/19347/task/19363/stat : 19363 (java) S 19344 19347 15548 0 -1 4202560 11767 0 0 0 117 3 0 0 20 0 19 0 24759474 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732680870072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19364] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19364/stat : 19364 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24759474 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732679817720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19365] ppid=19344 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/19347/task/19365/stat : 19365 (java) S 19344 19347 15548 0 -1 4202560 103 0 0 0 31 23 0 0 20 0 19 0 24759474 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732678765384 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19366] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19366/stat : 19366 (java) S 19344 19347 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24759706 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732677711144 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1787.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1794.9 s]
/proc/loadavg: 2.21 2.20 2.18 3/213 19476
/proc/meminfo: memFree=27243640/32872528 swapFree=1370848/1518016
[pid=19347] ppid=19344 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/19347/stat : 19347 (java) S 19344 19347 15548 0 -1 4202496 27728 0 1 0 179879 126 0 0 20 0 19 0 24759467 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 140733978318464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 2406260 656511 2294 9 0 2396937 0
[pid=19347/tid=19349] ppid=19344 vsize=9625040 CPUtime=1792.8 cores=0,2,4,6
/proc/19347/task/19349/stat : 19349 (java) R 19344 19347 15548 0 -1 4202560 4289 0 1 0 179214 66 0 0 20 0 19 0 24759468 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732861922512 139732802420859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19350] ppid=19344 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/19347/task/19350/stat : 19350 (java) S 19344 19347 15548 0 -1 4202560 577 0 0 0 39 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732705913512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19347/tid=19351] ppid=19344 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/19347/task/19351/stat : 19351 (java) S 19344 19347 15548 0 -1 4202560 295 0 0 0 41 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732704860968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19347/tid=19352] ppid=19344 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/19347/task/19352/stat : 19352 (java) S 19344 19347 15548 0 -1 4202560 200 0 0 0 40 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732703808424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19347/tid=19353] ppid=19344 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/19347/task/19353/stat : 19353 (java) S 19344 19347 15548 0 -1 4202560 393 0 0 0 47 9 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732702755880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19347/tid=19354] ppid=19344 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/19347/task/19354/stat : 19354 (java) S 19344 19347 15548 0 -1 4202560 314 0 0 0 46 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732701702312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19355] ppid=19344 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/19347/task/19355/stat : 19355 (java) S 19344 19347 15548 0 -1 4202560 255 0 0 0 45 10 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732700649768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19356] ppid=19344 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/19347/task/19356/stat : 19356 (java) S 19344 19347 15548 0 -1 4202560 341 0 0 0 42 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732699597224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19357] ppid=19344 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/19347/task/19357/stat : 19357 (java) S 19344 19347 15548 0 -1 4202560 353 0 0 0 44 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732698544680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19358] ppid=19344 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/19347/task/19358/stat : 19358 (java) S 19344 19347 15548 0 -1 4202560 1405 0 0 0 82 3 0 0 20 0 19 0 24759471 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732686133864 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19359] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19359/stat : 19359 (java) S 19344 19347 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24759471 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732685080184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19360] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19360/stat : 19360 (java) S 19344 19347 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24759471 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732684027528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19361] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19361/stat : 19361 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24759473 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732682976272 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19362] ppid=19344 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/19347/task/19362/stat : 19362 (java) S 19344 19347 15548 0 -1 4202560 6175 0 0 0 83 0 0 0 20 0 19 0 24759474 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732681922616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19363] ppid=19344 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/19347/task/19363/stat : 19363 (java) S 19344 19347 15548 0 -1 4202560 11767 0 0 0 117 3 0 0 20 0 19 0 24759474 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732680870072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19364] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19364/stat : 19364 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24759474 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732679817720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19365] ppid=19344 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/19347/task/19365/stat : 19365 (java) S 19344 19347 15548 0 -1 4202560 105 0 0 0 31 23 0 0 20 0 19 0 24759474 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732678765384 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19366] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19366/stat : 19366 (java) S 19344 19347 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24759706 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732677711144 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 19347 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1794.9 s]
/proc/loadavg: 2.21 2.20 2.18 3/213 19476
/proc/meminfo: memFree=27243640/32872528 swapFree=1370848/1518016
[pid=19347] ppid=19344 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/19347/stat : 19347 (java) S 19344 19347 15548 0 -1 4202496 27728 0 1 0 179879 126 0 0 20 0 19 0 24759467 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 140733978318464 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/19347/statm: 2406260 656511 2294 9 0 2396937 0
[pid=19347/tid=19349] ppid=19344 vsize=9625040 CPUtime=1792.8 cores=0,2,4,6
/proc/19347/task/19349/stat : 19349 (java) R 19344 19347 15548 0 -1 4202560 4289 0 1 0 179214 66 0 0 20 0 19 0 24759468 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732861922512 139732802420859 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19350] ppid=19344 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/19347/task/19350/stat : 19350 (java) S 19344 19347 15548 0 -1 4202560 577 0 0 0 39 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732705913512 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19347/tid=19351] ppid=19344 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/19347/task/19351/stat : 19351 (java) S 19344 19347 15548 0 -1 4202560 295 0 0 0 41 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732704860968 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19347/tid=19352] ppid=19344 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/19347/task/19352/stat : 19352 (java) S 19344 19347 15548 0 -1 4202560 200 0 0 0 40 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732703808424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19347/tid=19353] ppid=19344 vsize=9625040 CPUtime=0.56 cores=0,2,4,6
/proc/19347/task/19353/stat : 19353 (java) S 19344 19347 15548 0 -1 4202560 393 0 0 0 47 9 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732702755880 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19347/tid=19354] ppid=19344 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/19347/task/19354/stat : 19354 (java) S 19344 19347 15548 0 -1 4202560 314 0 0 0 46 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732701702312 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19355] ppid=19344 vsize=9625040 CPUtime=0.55 cores=0,2,4,6
/proc/19347/task/19355/stat : 19355 (java) S 19344 19347 15548 0 -1 4202560 255 0 0 0 45 10 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732700649768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19356] ppid=19344 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/19347/task/19356/stat : 19356 (java) S 19344 19347 15548 0 -1 4202560 341 0 0 0 42 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732699597224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19357] ppid=19344 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/19347/task/19357/stat : 19357 (java) S 19344 19347 15548 0 -1 4202560 353 0 0 0 44 8 0 0 20 0 19 0 24759470 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732698544680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19358] ppid=19344 vsize=9625040 CPUtime=0.85 cores=0,2,4,6
/proc/19347/task/19358/stat : 19358 (java) S 19344 19347 15548 0 -1 4202560 1405 0 0 0 82 3 0 0 20 0 19 0 24759471 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732686133864 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19359] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19359/stat : 19359 (java) S 19344 19347 15548 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 24759471 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732685080184 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19360] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19360/stat : 19360 (java) S 19344 19347 15548 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 24759471 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732684027528 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19361] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19361/stat : 19361 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24759473 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732682976272 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19362] ppid=19344 vsize=9625040 CPUtime=0.83 cores=0,2,4,6
/proc/19347/task/19362/stat : 19362 (java) S 19344 19347 15548 0 -1 4202560 6175 0 0 0 83 0 0 0 20 0 19 0 24759474 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732681922616 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19347/tid=19363] ppid=19344 vsize=9625040 CPUtime=1.2 cores=0,2,4,6
/proc/19347/task/19363/stat : 19363 (java) S 19344 19347 15548 0 -1 4202560 11767 0 0 0 117 3 0 0 20 0 19 0 24759474 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732680870072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19364] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19364/stat : 19364 (java) S 19344 19347 15548 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 24759474 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732679817720 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19365] ppid=19344 vsize=9625040 CPUtime=0.54 cores=0,2,4,6
/proc/19347/task/19365/stat : 19365 (java) S 19344 19347 15548 0 -1 4202560 105 0 0 0 31 23 0 0 20 0 19 0 24759474 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732678765384 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19347/tid=19366] ppid=19344 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/19347/task/19366/stat : 19366 (java) S 19344 19347 15548 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 24759706 9856040960 656511 33554432000 1073741824 1073778376 140733978327328 139732677711144 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1794.94
CPU time (s): 1800.68
CPU user time (s): 1798.91
CPU system time (s): 1.77173
CPU usage (%): 100.32
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.77173
maximum resident set size= 2954480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27763
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1360
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38887
involuntary context switches= 11803

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.1072 second user time and 17.2304 second system time

The end

Launcher Data

Begin job on node129 at 2016-06-18 07:18:50
IDJOB=4101845
IDBENCH=1801
IDSOLVER=2546
FILE ID=node129/4101845-1466227129
RUNJOBID= node129-1466206067-15564
PBS_JOBID= 19918148
Free space on /tmp= 71724 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/MIPLIB/miplib2003/normalized-reduced-mps-v2-20-10-mod011.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101845-1466227129/watcher-4101845-1466227129 -o /tmp/evaluation-result-4101845-1466227129/solver-4101845-1466227129 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node129-1466206067-15564 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4101845-1466227129.opb

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

MD5SUM BENCH= 11ee19baa608345f86d8483767b8a181
RANDOM SEED=980612106

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:        30064428 kB
Buffers:          106636 kB
Cached:           122116 kB
SwapCached:         1940 kB
Active:           388700 kB
Inactive:         158752 kB
Active(anon):     320440 kB
Inactive(anon):     1076 kB
Active(file):      68260 kB
Inactive(file):   157676 kB
Unevictable:     1518016 kB
Mlocked:         1370848 kB
SwapTotal:      67108856 kB
SwapFree:       67099228 kB
Dirty:             10516 kB
Writeback:             0 kB
AnonPages:       1924760 kB
Mapped:            15436 kB
Shmem:                 0 kB
Slab:             599708 kB
SReclaimable:      43576 kB
SUnreclaim:       556132 kB
KernelStack:        1760 kB
PageTables:         8224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2235592 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    540672 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= 71728 MiB
End job on node129 at 2016-06-18 07:48:45