Trace number 4119901

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.78 1796.14

General information on the benchmark

NamePB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/
hw64/normalized-hw64-vm98p-opt.opb.negationfix.opb
MD5SUM8af7ae93e70e402808c0b893072c263b
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark64
Best CPU time to get the best result obtained on this benchmark1800.18
Has Objective Function
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables
Total number of constraints
Number of constraints which are clauses
Number of constraints which are cardinality constraints (but not clauses)
Number of constraints which are nor clauses,nor cardinality constraints
Minimum length of a constraint
Maximum length of a constraint
Number of terms in the objective function
Biggest coefficient in the objective function
Number of bits for the biggest coefficient in the objective function
Sum of the numbers in the objective function
Number of bits of the sum of numbers in the objective function
Biggest number in a constraint
Number of bits of the biggest number in a constraint
Biggest sum of numbers in a constraint
Number of bits of the biggest sum of numbers
Number of products (including duplicates)
Sum of products size (including duplicates)
Number of different products
Sum of products size

Solver Data

0.00/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4119901-1467278960.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
1.26/0.73	c ... done. Wall clock time 0.606s.
1.26/0.73	c declared #vars     45632
1.26/0.73	c #constraints  1554
1.26/0.73	c constraints type 
1.26/0.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 712
1.26/0.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 712
1.26/0.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 130
1.26/0.73	c 1554 constraints processed.
1.26/0.73	c objective function length is 64 literals
2.87/1.97	c cleaning 2493 clauses out of 5000 with flag 20060/5000
4.02/3.07	c cleaning 4251 clauses out of 8509 with flag 53833/11002
5.54/4.56	c cleaning 5615 clauses out of 11258 with flag 101688/18002
7.43/6.49	c cleaning 6811 clauses out of 13641 with flag 166698/26000
9.99/8.87	c cleaning 7904 clauses out of 15830 with flag 243005/35000
12.48/11.38	c cleaning 8951 clauses out of 17926 with flag 328870/45000
15.49/14.40	c cleaning 9980 clauses out of 19976 with flag 442081/56001
19.08/17.99	c cleaning 10981 clauses out of 21997 with flag 564167/68002
22.89/21.79	c cleaning 11998 clauses out of 24018 with flag 692899/81004
25.99/24.89	c cleaning 12992 clauses out of 26016 with flag 796324/95000
29.19/27.75	c cleaning 13992 clauses out of 28024 with flag 867994/110000
32.29/30.86	c cleaning 15000 clauses out of 30033 with flag 940154/126001
35.79/34.40	c cleaning 16000 clauses out of 32033 with flag 1020930/143001
39.99/38.57	c cleaning 16998 clauses out of 34034 with flag 1118085/161002
44.58/43.16	c cleaning 17994 clauses out of 36035 with flag 1223576/180001
49.78/48.33	c cleaning 18998 clauses out of 38040 with flag 1331863/200000
55.49/54.06	c cleaning 20000 clauses out of 40045 with flag 1444784/221003
61.48/60.06	c cleaning 21005 clauses out of 42043 with flag 1564099/243001
66.98/65.50	c cleaning 21994 clauses out of 44037 with flag 1690897/266000
70.28/68.89	c cleaning 22994 clauses out of 46043 with flag 1785577/290000
74.18/72.75	c cleaning 24014 clauses out of 48049 with flag 1861467/315000
80.28/78.63	c cleaning 25004 clauses out of 50035 with flag 2014988/341000
87.78/86.11	c cleaning 25999 clauses out of 52031 with flag 2179738/368000
96.38/94.71	c cleaning 27001 clauses out of 54033 with flag 2348466/396001
106.29/104.61	c cleaning 27998 clauses out of 56031 with flag 2530874/425000
116.09/114.49	c cleaning 29003 clauses out of 58035 with flag 2708272/455002
126.79/125.11	c cleaning 29998 clauses out of 60030 with flag 2895386/486000
139.59/137.98	c cleaning 31005 clauses out of 62033 with flag 3107116/518001
153.00/151.17	c cleaning 32002 clauses out of 64028 with flag 3323146/551001
166.90/165.03	c cleaning 32997 clauses out of 66025 with flag 3542283/585000
182.50/180.66	c cleaning 33999 clauses out of 68028 with flag 3778590/620000
198.60/196.78	c cleaning 35000 clauses out of 70030 with flag 4008367/656001
215.09/213.21	c cleaning 35999 clauses out of 72030 with flag 4244377/693001
231.91/230.04	c cleaning 36996 clauses out of 74030 with flag 4490433/731000
249.11/247.24	c cleaning 38000 clauses out of 76035 with flag 4726997/770001
267.70/265.83	c cleaning 39000 clauses out of 78034 with flag 4971289/810000
287.92/286.02	c cleaning 40002 clauses out of 80035 with flag 5235185/851001
306.81/304.97	c cleaning 40997 clauses out of 82032 with flag 5483879/893000
326.82/324.97	c cleaning 41998 clauses out of 84035 with flag 5737578/936000
348.57/346.41	c cleaning 43003 clauses out of 86038 with flag 6012579/980001
370.87/368.71	c cleaning 43996 clauses out of 88034 with flag 6290447/1025000
393.67/391.51	c cleaning 45006 clauses out of 90038 with flag 6576075/1071000
418.77/416.67	c cleaning 46001 clauses out of 92033 with flag 6872533/1118001
446.57/444.44	c cleaning 46998 clauses out of 94033 with flag 7192816/1166002
476.36/474.26	c cleaning 47996 clauses out of 96033 with flag 7523531/1215000
510.46/508.32	c cleaning 49003 clauses out of 98038 with flag 7874006/1265001
543.74/541.64	c cleaning 50003 clauses out of 100036 with flag 8216906/1316002
578.11/575.67	c cleaning 51001 clauses out of 102032 with flag 8564640/1368001
613.41/610.91	c cleaning 52001 clauses out of 104031 with flag 8902403/1421001
652.32/649.84	c cleaning 52997 clauses out of 106030 with flag 9278042/1475001
692.43/689.98	c cleaning 54008 clauses out of 108035 with flag 9633891/1530003
731.13/728.69	c cleaning 54993 clauses out of 110024 with flag 9997666/1586000
770.63/768.12	c cleaning 55999 clauses out of 112033 with flag 10376438/1643002
815.02/812.57	c cleaning 57001 clauses out of 114035 with flag 10744132/1701003
855.14/852.64	c cleaning 57996 clauses out of 116032 with flag 11115452/1760001
897.53/895.05	c cleaning 58999 clauses out of 118035 with flag 11532510/1820000
945.34/942.86	c cleaning 60006 clauses out of 120037 with flag 11942560/1881001
992.85/990.35	c cleaning 60995 clauses out of 122031 with flag 12340461/1943001
1039.86/1037.40	c cleaning 61996 clauses out of 124035 with flag 12800696/2006000
1093.45/1090.97	c cleaning 63002 clauses out of 126040 with flag 13288453/2070001
1147.17/1144.69	c cleaning 64006 clauses out of 128043 with flag 13760597/2135006
1199.57/1196.57	c cleaning 65003 clauses out of 130033 with flag 14204934/2201002
1254.08/1251.05	c cleaning 65992 clauses out of 132029 with flag 14679638/2268001
1308.90/1305.87	c cleaning 67000 clauses out of 134037 with flag 15162296/2336001
1367.10/1364.01	c cleaning 68000 clauses out of 136038 with flag 15641575/2405002
1424.80/1421.80	c cleaning 69001 clauses out of 138037 with flag 16080792/2475001
1487.70/1484.69	c cleaning 70002 clauses out of 140036 with flag 16555156/2546001
1540.50/1537.49	c cleaning 71004 clauses out of 142035 with flag 17028308/2618002
1596.11/1593.06	c cleaning 71994 clauses out of 144030 with flag 17528842/2691001
1662.62/1659.54	c cleaning 73001 clauses out of 146036 with flag 18049790/2765001
1727.63/1724.58	c cleaning 73994 clauses out of 148035 with flag 18564043/2840001
1799.75/1795.89	c cleaning 74998 clauses out of 150040 with flag 19093325/2916000
1800.05/1796.10	c starts		: 37
1800.05/1796.10	c conflicts		: 2916447
1800.05/1796.10	c decisions		: 3700697
1800.05/1796.10	c propagations		: 186221572
1800.05/1796.10	c inspects		: 27255773232
1800.05/1796.10	c shortcuts		: 0
1800.05/1796.10	c learnt literals	: 0
1800.05/1796.10	c learnt binary clauses	: 0
1800.05/1796.10	c learnt ternary clauses	: 0
1800.05/1796.10	c learnt constraints	: 2916447
1800.05/1796.10	c ignored constraints	: 0
1800.05/1796.10	c root simplifications	: 0
1800.05/1796.10	c removed literals (reason simplification)	: 0
1800.05/1796.10	c reason swapping (by a shorter reason)	: 0
1800.05/1796.10	c Calls to reduceDB	: 72
1800.05/1796.10	c Number of update (reduction) of LBD	: 677198
1800.05/1796.10	c Imported unit clauses	: 0
1800.05/1796.10	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.10	c number of learned constraints concerned by reduction	: 0
1800.05/1796.10	c number of learning phase by resolution	: 0
1800.05/1796.10	c number of learning phase by cutting planes	: 0
1800.05/1796.10	c speed (assignments/second)	: 103724.7301909829
1800.05/1796.10	c non guided choices	363223
1800.05/1796.11	c timeout
1800.05/1796.13	c learnt constraints type 
1800.05/1796.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 75489
1800.05/1796.13	s UNKNOWN
1800.05/1796.13	c Total wall clock time (in seconds): 1796.001

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-4119901-1467278960/watcher-4119901-1467278960 -o /tmp/evaluation-result-4119901-1467278960/solver-4119901-1467278960 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467278960-13408 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119901-1467278960.opb 

pid=13444
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.03 2.07 2.01 3/185 13447
/proc/meminfo: memFree=30400444/32872528 swapFree=242912/249044
[pid=13447] ppid=13444 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/13447/stat : 13447 (java) R 13444 13447 11473 0 -1 4202496 1023 0 0 0 0 0 0 0 20 0 1 0 9002368 23793664 673 33554432000 1073741824 1073778376 140733964803520 140733964792584 247055039027 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/13447/statm: 5809 684 503 9 0 128 0

[startup+0.100059 s]
/proc/loadavg: 2.03 2.07 2.01 3/185 13447
/proc/meminfo: memFree=30400444/32872528 swapFree=242912/249044
[pid=13447] ppid=13444 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/13447/stat : 13447 (java) S 13444 13447 11473 0 -1 4202496 4307 0 1 0 7 1 0 0 20 0 18 0 9002368 9787879424 5426 33554432000 1073741824 1073778376 140733964803520 140733964794656 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13447/statm: 2389619 5431 2096 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.20026 s]
/proc/loadavg: 2.03 2.07 2.01 3/185 13447
/proc/meminfo: memFree=30400444/32872528 swapFree=242912/249044
[pid=13447] ppid=13444 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/13447/stat : 13447 (java) S 13444 13447 11473 0 -1 4202496 4877 0 1 0 22 2 0 0 20 0 18 0 9002368 9787879424 6844 33554432000 1073741824 1073778376 140733964803520 140733964794656 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13447/statm: 2389619 6845 2201 9 0 2380296 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 9558476

[startup+0.300261 s]
/proc/loadavg: 2.03 2.07 2.01 3/185 13447
/proc/meminfo: memFree=30400444/32872528 swapFree=242912/249044
[pid=13447] ppid=13444 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/13447/stat : 13447 (java) S 13444 13447 11473 0 -1 4202496 6870 0 1 0 47 2 0 0 20 0 18 0 9002368 9787879424 9917 33554432000 1073741824 1073778376 140733964803520 140733964794656 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13447/statm: 2389619 9917 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700248 s]
/proc/loadavg: 2.03 2.07 2.01 3/185 13447
/proc/meminfo: memFree=30400444/32872528 swapFree=242912/249044
[pid=13447] ppid=13444 vsize=9558476 CPUtime=1.26 cores=0,2,4,6
/proc/13447/stat : 13447 (java) S 13444 13447 11473 0 -1 4202496 8070 0 1 0 118 8 0 0 20 0 18 0 9002368 9787879424 48142 33554432000 1073741824 1073778376 140733964803520 140733964794656 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13447/statm: 2389619 48142 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 9558476

[startup+1.5007 s]
/proc/loadavg: 2.03 2.07 2.01 4/213 13475
/proc/meminfo: memFree=30127008/32872528 swapFree=242912/249044
[pid=13447] ppid=13444 vsize=9625040 CPUtime=2.45 cores=0,2,4,6
/proc/13447/stat : 13447 (java) S 13444 13447 11473 0 -1 4202496 9618 0 1 0 236 9 0 0 20 0 19 0 9002368 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140733964794656 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13447/statm: 2406260 48872 2272 9 0 2396937 0
[pid=13447/tid=13449] ppid=13444 vsize=9625040 CPUtime=1.4 cores=0,2,4,6
/proc/13447/task/13449/stat : 13449 (java) R 13444 13447 11473 0 -1 4202560 2469 0 1 0 136 4 0 0 20 0 19 0 9002369 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140624256131416 140624091984476 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0
[pid=13447/tid=13451] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13451/stat : 13451 (java) S 13444 13447 11473 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140624217622696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13452] ppid=13444 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13447/task/13452/stat : 13452 (java) S 13444 13447 11473 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 9002370 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140624216570152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13453] ppid=13444 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13447/task/13453/stat : 13453 (java) S 13444 13447 11473 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 9002370 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140624215517608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13447/tid=13454] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13454/stat : 13454 (java) S 13444 13447 11473 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140624214465064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13447/tid=13455] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13455/stat : 13455 (java) S 13444 13447 11473 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140624213412520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13456] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13456/stat : 13456 (java) S 13444 13447 11473 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140624212359976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13457] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13457/stat : 13457 (java) S 13444 13447 11473 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9002370 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140624211307432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13458] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13458/stat : 13458 (java) S 13444 13447 11473 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140624210254888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13461] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13461/stat : 13461 (java) S 13444 13447 11473 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 9002371 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140624080001128 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13462] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13462/stat : 13462 (java) S 13444 13447 11473 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 9002372 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140624078947448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13463] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13463/stat : 13463 (java) S 13444 13447 11473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9002372 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140624077894792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13468] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13468/stat : 13468 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140624076843536 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13470] ppid=13444 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13447/task/13470/stat : 13470 (java) S 13444 13447 11473 0 -1 4202560 2830 0 0 0 42 0 0 0 20 0 19 0 9002374 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140624075790904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13471] ppid=13444 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/13447/task/13471/stat : 13471 (java) S 13444 13447 11473 0 -1 4202560 2883 0 0 0 39 0 0 0 20 0 19 0 9002374 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140623201954488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13472] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13472/stat : 13472 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140623200902136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13473] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13473/stat : 13473 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140623199849800 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13475] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13475/stat : 13475 (java) S 13444 13447 11473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9002445 9856040960 48872 33554432000 1073741824 1073778376 140733964803520 140623198794536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.45
Current children cumulated vsize (KiB) 9625040

[startup+3.10077 s]
/proc/loadavg: 2.03 2.07 2.01 3/213 13475
/proc/meminfo: memFree=30107956/32872528 swapFree=242912/249044
[pid=13447] ppid=13444 vsize=9625040 CPUtime=4.12 cores=0,2,4,6
/proc/13447/stat : 13447 (java) S 13444 13447 11473 0 -1 4202496 9639 0 1 0 403 9 0 0 20 0 19 0 9002368 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140733964794656 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13447/statm: 2406260 55023 2278 9 0 2396937 0
[pid=13447/tid=13449] ppid=13444 vsize=9625040 CPUtime=3 cores=0,2,4,6
/proc/13447/task/13449/stat : 13449 (java) R 13444 13447 11473 0 -1 4202560 2482 0 1 0 296 4 0 0 20 0 19 0 9002369 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140624256131400 140624091976909 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0
[pid=13447/tid=13451] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13451/stat : 13451 (java) S 13444 13447 11473 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140624217622696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13452] ppid=13444 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13447/task/13452/stat : 13452 (java) S 13444 13447 11473 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 9002370 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140624216570152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13453] ppid=13444 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13447/task/13453/stat : 13453 (java) S 13444 13447 11473 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 9002370 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140624215517608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13447/tid=13454] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13454/stat : 13454 (java) S 13444 13447 11473 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140624214465064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13447/tid=13455] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13455/stat : 13455 (java) S 13444 13447 11473 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140624213412520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13456] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13456/stat : 13456 (java) S 13444 13447 11473 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140624212359976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13457] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13457/stat : 13457 (java) S 13444 13447 11473 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9002370 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140624211307432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13458] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13458/stat : 13458 (java) S 13444 13447 11473 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140624210254888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13461] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13461/stat : 13461 (java) S 13444 13447 11473 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 9002371 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140624080001128 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13462] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13462/stat : 13462 (java) S 13444 13447 11473 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 9002372 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140624078947448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13463] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13463/stat : 13463 (java) S 13444 13447 11473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9002372 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140624077894792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13468] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13468/stat : 13468 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140624076843536 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13470] ppid=13444 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/13447/task/13470/stat : 13470 (java) S 13444 13447 11473 0 -1 4202560 2835 0 0 0 46 0 0 0 20 0 19 0 9002374 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140624075790904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13471] ppid=13444 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13447/task/13471/stat : 13471 (java) S 13444 13447 11473 0 -1 4202560 2885 0 0 0 43 0 0 0 20 0 19 0 9002374 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140623201954488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13472] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13472/stat : 13472 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140623200902136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13473] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13473/stat : 13473 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140623199849800 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13475] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13475/stat : 13475 (java) S 13444 13447 11473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9002445 9856040960 55023 33554432000 1073741824 1073778376 140733964803520 140623198794536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9625040

[startup+6.3008 s]
/proc/loadavg: 2.03 2.06 2.01 3/213 13475
/proc/meminfo: memFree=30015984/32872528 swapFree=242912/249044
[pid=13447] ppid=13444 vsize=9625040 CPUtime=7.33 cores=0,2,4,6
/proc/13447/stat : 13447 (java) S 13444 13447 11473 0 -1 4202496 9666 0 1 0 723 10 0 0 20 0 19 0 9002368 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140733964794656 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13447/statm: 2406260 67586 2278 9 0 2396937 0
[pid=13447/tid=13449] ppid=13444 vsize=9625040 CPUtime=6.2 cores=0,2,4,6
/proc/13447/task/13449/stat : 13449 (java) R 13444 13447 11473 0 -1 4202560 2509 0 1 0 614 6 0 0 20 0 19 0 9002369 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140624256122576 140624091420610 0 4 0 16800975 0 0 0 -1 0 0 0 1 0 0
[pid=13447/tid=13451] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13451/stat : 13451 (java) S 13444 13447 11473 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140624217622696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13452] ppid=13444 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13447/task/13452/stat : 13452 (java) S 13444 13447 11473 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 9002370 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140624216570152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13453] ppid=13444 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/13447/task/13453/stat : 13453 (java) S 13444 13447 11473 0 -1 4202560 25 0 0 0 2 0 0 0 20 0 19 0 9002370 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140624215517608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13447/tid=13454] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13454/stat : 13454 (java) S 13444 13447 11473 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140624214465064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13447/tid=13455] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13455/stat : 13455 (java) S 13444 13447 11473 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140624213412520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13456] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13456/stat : 13456 (java) S 13444 13447 11473 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140624212359976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13457] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13457/stat : 13457 (java) S 13444 13447 11473 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 9002370 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140624211307432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13458] ppid=13444 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/13447/task/13458/stat : 13458 (java) S 13444 13447 11473 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 9002370 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140624210254888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13461] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13461/stat : 13461 (java) S 13444 13447 11473 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 9002371 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140624080001128 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13462] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13462/stat : 13462 (java) S 13444 13447 11473 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 9002372 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140624078947448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13463] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13463/stat : 13463 (java) S 13444 13447 11473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9002372 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140624077894792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13468] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13468/stat : 13468 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140624076843536 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13470] ppid=13444 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/13447/task/13470/stat : 13470 (java) S 13444 13447 11473 0 -1 4202560 2835 0 0 0 46 0 0 0 20 0 19 0 9002374 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140624075790904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13471] ppid=13444 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13447/task/13471/stat : 13471 (java) S 13444 13447 11473 0 -1 4202560 2885 0 0 0 43 0 0 0 20 0 19 0 9002374 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140623201954488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13472] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13472/stat : 13472 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140623200902136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13473] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13473/stat : 13473 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140623199849800 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13475] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13475/stat : 13475 (java) S 13444 13447 11473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9002445 9856040960 67586 33554432000 1073741824 1073778376 140733964803520 140623198794536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.33
Current children cumulated vsize (KiB) 9625040


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

[pid=13447/tid=13462] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13462/stat : 13462 (java) S 13444 13447 11473 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 9002372 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624078947448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13463] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13463/stat : 13463 (java) S 13444 13447 11473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9002372 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624077894792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13468] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13468/stat : 13468 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624076843536 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13470] ppid=13444 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/13447/task/13470/stat : 13470 (java) S 13444 13447 11473 0 -1 4202560 3229 0 0 0 48 0 0 0 20 0 19 0 9002374 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624075790904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13447/tid=13471] ppid=13444 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/13447/task/13471/stat : 13471 (java) S 13444 13447 11473 0 -1 4202560 2885 0 0 0 45 0 0 0 20 0 19 0 9002374 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140623201954488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13472] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13472/stat : 13472 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140623200902136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13473] ppid=13444 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/13447/task/13473/stat : 13473 (java) S 13444 13447 11473 0 -1 4202560 99 0 0 0 30 33 0 0 20 0 19 0 9002374 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140623199849800 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13447/tid=13475] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13475/stat : 13475 (java) S 13444 13447 11473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9002445 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140623198794536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1725.43
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 13584
/proc/meminfo: memFree=27146488/32872528 swapFree=242912/249044
[pid=13447] ppid=13444 vsize=9625040 CPUtime=1785.45 cores=0,2,4,6
/proc/13447/stat : 13447 (java) S 13444 13447 11473 0 -1 4202496 15413 0 1 0 178366 179 0 0 20 0 19 0 9002368 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140733964794656 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13447/statm: 2406260 680245 2287 9 0 2396937 0
[pid=13447/tid=13449] ppid=13444 vsize=9625040 CPUtime=1781.24 cores=0,2,4,6
/proc/13447/task/13449/stat : 13449 (java) R 13444 13447 11473 0 -1 4202560 3650 0 1 0 178070 54 0 0 20 0 19 0 9002369 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624256122560 140624091821083 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0
[pid=13447/tid=13451] ppid=13444 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13447/task/13451/stat : 13451 (java) S 13444 13447 11473 0 -1 4202560 243 0 0 0 12 14 0 0 20 0 19 0 9002370 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624217622696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13447/tid=13452] ppid=13444 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13447/task/13452/stat : 13452 (java) S 13444 13447 11473 0 -1 4202560 230 0 0 0 14 13 0 0 20 0 19 0 9002370 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624216570152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13453] ppid=13444 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/13447/task/13453/stat : 13453 (java) S 13444 13447 11473 0 -1 4202560 375 0 0 0 22 19 0 0 20 0 19 0 9002370 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624215517608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13447/tid=13454] ppid=13444 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/13447/task/13454/stat : 13454 (java) S 13444 13447 11473 0 -1 4202560 414 0 0 0 26 22 0 0 20 0 19 0 9002370 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624214465064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13447/tid=13455] ppid=13444 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13447/task/13455/stat : 13455 (java) S 13444 13447 11473 0 -1 4202560 232 0 0 0 14 13 0 0 20 0 19 0 9002370 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624213412520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13456] ppid=13444 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/13447/task/13456/stat : 13456 (java) S 13444 13447 11473 0 -1 4202560 381 0 0 0 23 20 0 0 20 0 19 0 9002370 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624212359976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13447/tid=13457] ppid=13444 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13447/task/13457/stat : 13457 (java) S 13444 13447 11473 0 -1 4202560 283 0 0 0 16 15 0 0 20 0 19 0 9002370 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624211307432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13447/tid=13458] ppid=13444 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/13447/task/13458/stat : 13458 (java) S 13444 13447 11473 0 -1 4202560 264 0 0 0 16 14 0 0 20 0 19 0 9002370 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624210254888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13461] ppid=13444 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/13447/task/13461/stat : 13461 (java) S 13444 13447 11473 0 -1 4202560 1865 0 0 0 25 2 0 0 20 0 19 0 9002371 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624080001128 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13447/tid=13462] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13462/stat : 13462 (java) S 13444 13447 11473 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 9002372 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624078947448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13463] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13463/stat : 13463 (java) S 13444 13447 11473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9002372 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624077894792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13468] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13468/stat : 13468 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624076843536 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13470] ppid=13444 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/13447/task/13470/stat : 13470 (java) S 13444 13447 11473 0 -1 4202560 3229 0 0 0 48 0 0 0 20 0 19 0 9002374 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140624075790904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13447/tid=13471] ppid=13444 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/13447/task/13471/stat : 13471 (java) S 13444 13447 11473 0 -1 4202560 2885 0 0 0 45 0 0 0 20 0 19 0 9002374 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140623201954488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13472] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13472/stat : 13472 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140623200902136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13473] ppid=13444 vsize=9625040 CPUtime=0.66 cores=0,2,4,6
/proc/13447/task/13473/stat : 13473 (java) S 13444 13447 11473 0 -1 4202560 103 0 0 0 32 34 0 0 20 0 19 0 9002374 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140623199849800 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13447/tid=13475] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13475/stat : 13475 (java) S 13444 13447 11473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9002445 9856040960 680245 33554432000 1073741824 1073778376 140733964803520 140623198794536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1785.45
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 13585
/proc/meminfo: memFree=26675392/32872528 swapFree=242912/249044
[pid=13447] ppid=13444 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/13447/stat : 13447 (java) S 13444 13447 11473 0 -1 4202496 16700 0 1 0 179775 230 0 0 20 0 19 0 9002368 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140733964794656 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13447/statm: 2406260 796377 2287 9 0 2396937 0
[pid=13447/tid=13449] ppid=13444 vsize=9625040 CPUtime=1794.54 cores=0,2,4,6
/proc/13447/task/13449/stat : 13449 (java) R 13444 13447 11473 0 -1 4202560 3651 0 1 0 179400 54 0 0 20 0 19 0 9002369 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624256122560 140624091819616 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0
[pid=13447/tid=13451] ppid=13444 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/13447/task/13451/stat : 13451 (java) S 13444 13447 11473 0 -1 4202560 543 0 0 0 26 26 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624217622696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13452] ppid=13444 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/13447/task/13452/stat : 13452 (java) S 13444 13447 11473 0 -1 4202560 361 0 0 0 22 19 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624216570152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13453] ppid=13444 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/13447/task/13453/stat : 13453 (java) S 13444 13447 11473 0 -1 4202560 468 0 0 0 27 23 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624215517608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13454] ppid=13444 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/13447/task/13454/stat : 13454 (java) S 13444 13447 11473 0 -1 4202560 495 0 0 0 30 27 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624214465064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13455] ppid=13444 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/13447/task/13455/stat : 13455 (java) S 13444 13447 11473 0 -1 4202560 355 0 0 0 21 19 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624213412520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13447/tid=13456] ppid=13444 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/13447/task/13456/stat : 13456 (java) S 13444 13447 11473 0 -1 4202560 487 0 0 0 30 27 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624212359976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13457] ppid=13444 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/13447/task/13457/stat : 13457 (java) S 13444 13447 11473 0 -1 4202560 366 0 0 0 20 20 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624211307432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13458] ppid=13444 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/13447/task/13458/stat : 13458 (java) S 13444 13447 11473 0 -1 4202560 399 0 0 0 24 21 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624210254888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13461] ppid=13444 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/13447/task/13461/stat : 13461 (java) S 13444 13447 11473 0 -1 4202560 2099 0 0 0 47 2 0 0 20 0 19 0 9002371 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624080001128 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13447/tid=13462] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13462/stat : 13462 (java) S 13444 13447 11473 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 9002372 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624078947448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13463] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13463/stat : 13463 (java) S 13444 13447 11473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9002372 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624077894792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13468] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13468/stat : 13468 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624076843536 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13470] ppid=13444 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/13447/task/13470/stat : 13470 (java) S 13444 13447 11473 0 -1 4202560 3229 0 0 0 48 0 0 0 20 0 19 0 9002374 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624075790904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13447/tid=13471] ppid=13444 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/13447/task/13471/stat : 13471 (java) S 13444 13447 11473 0 -1 4202560 2885 0 0 0 45 0 0 0 20 0 19 0 9002374 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140623201954488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13472] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13472/stat : 13472 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140623200902136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13473] ppid=13444 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13447/task/13473/stat : 13473 (java) S 13444 13447 11473 0 -1 4202560 103 0 0 0 33 34 0 0 20 0 19 0 9002374 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140623199849800 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13447/tid=13475] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13475/stat : 13475 (java) S 13444 13447 11473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9002445 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140623198794536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 13447 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.1 s]
/proc/loadavg: 2.01 2.01 2.00 3/213 13585
/proc/meminfo: memFree=26675392/32872528 swapFree=242912/249044
[pid=13447] ppid=13444 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/13447/stat : 13447 (java) S 13444 13447 11473 0 -1 4202496 16700 0 1 0 179775 230 0 0 20 0 19 0 9002368 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140733964794656 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13447/statm: 2406260 796377 2287 9 0 2396937 0
[pid=13447/tid=13449] ppid=13444 vsize=9625040 CPUtime=1794.54 cores=0,2,4,6
/proc/13447/task/13449/stat : 13449 (java) R 13444 13447 11473 0 -1 4202560 3651 0 1 0 179400 54 0 0 20 0 19 0 9002369 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624256122560 140624091819616 0 4 0 16800975 0 0 0 -1 4 0 0 1 0 0
[pid=13447/tid=13451] ppid=13444 vsize=9625040 CPUtime=0.52 cores=0,2,4,6
/proc/13447/task/13451/stat : 13451 (java) S 13444 13447 11473 0 -1 4202560 543 0 0 0 26 26 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624217622696 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13452] ppid=13444 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/13447/task/13452/stat : 13452 (java) S 13444 13447 11473 0 -1 4202560 361 0 0 0 22 19 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624216570152 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13453] ppid=13444 vsize=9625040 CPUtime=0.5 cores=0,2,4,6
/proc/13447/task/13453/stat : 13453 (java) S 13444 13447 11473 0 -1 4202560 468 0 0 0 27 23 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624215517608 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13454] ppid=13444 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/13447/task/13454/stat : 13454 (java) S 13444 13447 11473 0 -1 4202560 495 0 0 0 30 27 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624214465064 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13455] ppid=13444 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/13447/task/13455/stat : 13455 (java) S 13444 13447 11473 0 -1 4202560 355 0 0 0 21 19 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624213412520 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13447/tid=13456] ppid=13444 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/13447/task/13456/stat : 13456 (java) S 13444 13447 11473 0 -1 4202560 487 0 0 0 30 27 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624212359976 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13457] ppid=13444 vsize=9625040 CPUtime=0.4 cores=0,2,4,6
/proc/13447/task/13457/stat : 13457 (java) S 13444 13447 11473 0 -1 4202560 366 0 0 0 20 20 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624211307432 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13458] ppid=13444 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/13447/task/13458/stat : 13458 (java) S 13444 13447 11473 0 -1 4202560 399 0 0 0 24 21 0 0 20 0 19 0 9002370 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624210254888 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13461] ppid=13444 vsize=9625040 CPUtime=0.49 cores=0,2,4,6
/proc/13447/task/13461/stat : 13461 (java) S 13444 13447 11473 0 -1 4202560 2099 0 0 0 47 2 0 0 20 0 19 0 9002371 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624080001128 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13447/tid=13462] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13462/stat : 13462 (java) S 13444 13447 11473 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 19 0 9002372 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624078947448 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13463] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13463/stat : 13463 (java) S 13444 13447 11473 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 9002372 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624077894792 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13468] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13468/stat : 13468 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624076843536 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13447/tid=13470] ppid=13444 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/13447/task/13470/stat : 13470 (java) S 13444 13447 11473 0 -1 4202560 3229 0 0 0 48 0 0 0 20 0 19 0 9002374 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140624075790904 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13447/tid=13471] ppid=13444 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/13447/task/13471/stat : 13471 (java) S 13444 13447 11473 0 -1 4202560 2885 0 0 0 45 0 0 0 20 0 19 0 9002374 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140623201954488 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13472] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13472/stat : 13472 (java) S 13444 13447 11473 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 9002374 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140623200902136 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13447/tid=13473] ppid=13444 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/13447/task/13473/stat : 13473 (java) S 13444 13447 11473 0 -1 4202560 103 0 0 0 33 34 0 0 20 0 19 0 9002374 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140623199849800 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13447/tid=13475] ppid=13444 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13447/task/13475/stat : 13475 (java) S 13444 13447 11473 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 9002445 9856040960 796377 33554432000 1073741824 1073778376 140733964803520 140623198794536 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 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): 1796.14
CPU time (s): 1800.78
CPU user time (s): 1797.91
CPU system time (s): 2.87156
CPU usage (%): 100.258
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.91
system time used= 2.87156
maximum resident set size= 3185672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16746
page faults= 1
swaps= 0
block input operations= 680
block output operations= 1000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38281
involuntary context switches= 9385

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.5712 second user time and 12.0242 second system time

The end

Launcher Data

Begin job on node103 at 2016-06-30 11:29:20
IDJOB=4119901
IDBENCH=111818
IDSOLVER=2546
FILE ID=node103/4119901-1467278960
RUNJOBID= node103-1467278960-13408
PBS_JOBID= 20004489
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/OPT-SMALLINT-LIN/pbfvmc-formulae/hw64/normalized-hw64-vm98p-opt.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119901-1467278960/watcher-4119901-1467278960 -o /tmp/evaluation-result-4119901-1467278960/solver-4119901-1467278960 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node103-1467278960-13408 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119901-1467278960.opb

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

MD5SUM BENCH= 8af7ae93e70e402808c0b893072c263b
RANDOM SEED=2031853035

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.456
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        30409504 kB
Buffers:          100348 kB
Cached:          1348472 kB
SwapCached:            0 kB
Active:           684916 kB
Inactive:         788672 kB
Active(anon):      19656 kB
Inactive(anon):     8560 kB
Active(file):     665260 kB
Inactive(file):   780112 kB
Unevictable:      249044 kB
Mlocked:          242912 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3904 kB
Writeback:             0 kB
AnonPages:        378568 kB
Mapped:            15852 kB
Shmem:               204 kB
Slab:             607588 kB
SReclaimable:      51896 kB
SUnreclaim:       555692 kB
KernelStack:        1416 kB
PageTables:         4304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     381164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 71708 MiB
End job on node103 at 2016-06-30 11:59:17