Trace number 4119666

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.78 1795.37

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw128/normalized-hw128-vm100p-dec.opb.negationfix.opb
MD5SUMf7972e6ac330b31555746f994dab16be
Bench CategoryDEC-BIGINT-LIN (no optimisation, big integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables182272
Total number of constraints3104
Number of constraints which are clauses1423
Number of constraints which are cardinality constraints (but not clauses)1423
Number of constraints which are nor clauses,nor cardinality constraints258
Minimum length of a constraint128
Maximum length of a constraint1424
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 504284
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 1122568
Number of bits of the biggest sum of numbers21
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	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.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4119666-1467273043.opb
0.11/0.10	c reading problem ... 
0.11/0.10	c  no objective function found
3.22/2.07	c ... done. Wall clock time 1.972s.
3.22/2.07	c declared #vars     182272
3.22/2.07	c #constraints  3104
3.22/2.07	c constraints type 
3.22/2.07	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1423
3.22/2.07	c org.sat4j.specs.Constr$1 => 1
3.22/2.07	c org.sat4j.minisat.constraints.card.MinWatchCard => 1423
3.22/2.07	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 257
3.22/2.07	c 3104 constraints processed.
6.14/4.49	c cleaning 2500 clauses out of 5000 with flag 18222/5000
8.04/6.16	c cleaning 4242 clauses out of 8500 with flag 43673/11000
10.33/8.45	c cleaning 5613 clauses out of 11259 with flag 83980/18001
13.14/11.26	c cleaning 6805 clauses out of 13645 with flag 130477/26000
15.96/14.05	c cleaning 7901 clauses out of 15840 with flag 185876/35000
19.27/17.39	c cleaning 8943 clauses out of 17942 with flag 248463/45003
22.87/20.94	c cleaning 9985 clauses out of 19997 with flag 326861/56001
26.63/24.50	c cleaning 10978 clauses out of 22011 with flag 407368/68000
30.63/28.53	c cleaning 11999 clauses out of 24033 with flag 499545/81000
35.43/33.34	c cleaning 13002 clauses out of 26036 with flag 594600/95002
40.43/38.36	c cleaning 14001 clauses out of 28034 with flag 697246/110002
46.23/44.11	c cleaning 14997 clauses out of 30032 with flag 810452/126001
52.83/50.72	c cleaning 15995 clauses out of 32034 with flag 943086/143000
59.23/57.16	c cleaning 17002 clauses out of 34039 with flag 1061147/161000
66.33/64.22	c cleaning 18006 clauses out of 36037 with flag 1199120/180000
74.63/72.53	c cleaning 18998 clauses out of 38032 with flag 1348019/200001
82.73/80.65	c cleaning 20002 clauses out of 40034 with flag 1508728/221001
92.04/89.98	c cleaning 20994 clauses out of 42031 with flag 1670300/243000
102.35/100.26	c cleaning 22000 clauses out of 44038 with flag 1849611/266001
112.05/109.91	c cleaning 23005 clauses out of 46038 with flag 2029502/290001
121.48/119.23	c cleaning 24002 clauses out of 48032 with flag 2208914/315000
130.99/128.73	c cleaning 24994 clauses out of 50031 with flag 2386864/341001
141.38/139.16	c cleaning 25998 clauses out of 52037 with flag 2583432/368001
152.58/150.30	c cleaning 27000 clauses out of 54039 with flag 2776695/396001
164.57/162.30	c cleaning 28000 clauses out of 56038 with flag 2916719/425000
176.57/174.31	c cleaning 29004 clauses out of 58039 with flag 3064869/455001
189.67/187.45	c cleaning 30003 clauses out of 60036 with flag 3231613/486002
203.57/201.36	c cleaning 30999 clauses out of 62033 with flag 3396825/518002
218.16/215.99	c cleaning 31996 clauses out of 64033 with flag 3563486/551001
234.06/231.80	c cleaning 33000 clauses out of 66037 with flag 3735206/585001
250.26/248.00	c cleaning 34002 clauses out of 68037 with flag 3908286/620001
264.45/262.28	c cleaning 34987 clauses out of 70035 with flag 4114450/656001
278.56/276.32	c cleaning 36001 clauses out of 72047 with flag 4328204/693000
290.35/288.18	c cleaning 37006 clauses out of 74050 with flag 4564487/731004
301.16/298.92	c cleaning 37999 clauses out of 76040 with flag 4786048/770000
313.67/311.22	c cleaning 39002 clauses out of 78041 with flag 4938665/810000
327.76/325.31	c cleaning 39991 clauses out of 80040 with flag 5084877/851001
349.77/347.39	c cleaning 41002 clauses out of 82048 with flag 5323333/893000
372.56/370.15	c cleaning 42003 clauses out of 84049 with flag 5561546/936003
399.06/396.67	c cleaning 42991 clauses out of 86044 with flag 5826028/980001
427.66/425.20	c cleaning 43999 clauses out of 88053 with flag 6112691/1025001
455.45/453.00	c cleaning 45005 clauses out of 90054 with flag 6382163/1071001
476.45/474.07	c cleaning 45974 clauses out of 92048 with flag 6634092/1118000
492.04/489.24	c cleaning 47003 clauses out of 94074 with flag 6841509/1166000
510.65/507.86	c cleaning 48003 clauses out of 96071 with flag 7018409/1215000
537.84/535.09	c cleaning 48995 clauses out of 98068 with flag 7224295/1265000
571.84/569.02	c cleaning 49997 clauses out of 100073 with flag 7450180/1316000
589.94/587.18	c cleaning 51007 clauses out of 102076 with flag 7628607/1368000
609.33/606.57	c cleaning 52002 clauses out of 104069 with flag 7890477/1421000
628.63/625.87	c cleaning 53010 clauses out of 106067 with flag 8136219/1475000
660.63/657.88	c cleaning 54010 clauses out of 108059 with flag 8435410/1530002
689.22/686.45	c cleaning 54986 clauses out of 110048 with flag 8743012/1586001
727.31/724.57	c cleaning 55985 clauses out of 112061 with flag 9105349/1643000
768.11/764.90	c cleaning 57001 clauses out of 114079 with flag 9435463/1701003
794.90/791.65	c cleaning 58021 clauses out of 116076 with flag 9797916/1760001
832.80/829.51	c cleaning 59006 clauses out of 118057 with flag 10201142/1820003
869.09/865.86	c cleaning 60002 clauses out of 120048 with flag 10570756/1881000
907.59/904.35	c cleaning 61004 clauses out of 122046 with flag 11029454/1943000
944.28/941.06	c cleaning 62001 clauses out of 124043 with flag 11458731/2006001
991.76/988.11	c cleaning 63000 clauses out of 126041 with flag 11855703/2070000
1035.76/1032.11	c cleaning 63993 clauses out of 128041 with flag 12266519/2135000
1078.75/1075.11	c cleaning 64996 clauses out of 130049 with flag 12683074/2201001
1128.36/1124.77	c cleaning 66004 clauses out of 132053 with flag 13118465/2268001
1178.35/1174.78	c cleaning 66999 clauses out of 134051 with flag 13575784/2336003
1230.25/1226.66	c cleaning 68000 clauses out of 136049 with flag 13996674/2405000
1280.64/1276.48	c cleaning 69004 clauses out of 138053 with flag 14411177/2475004
1327.44/1323.28	c cleaning 70005 clauses out of 140050 with flag 14883457/2546005
1381.75/1377.54	c cleaning 71001 clauses out of 142040 with flag 15340289/2618000
1440.66/1436.49	c cleaning 71996 clauses out of 144039 with flag 15803553/2691000
1510.28/1506.09	c cleaning 72997 clauses out of 146043 with flag 16274334/2765000
1577.60/1572.98	c cleaning 73999 clauses out of 148047 with flag 16757590/2840001
1646.40/1641.77	c cleaning 75002 clauses out of 150048 with flag 17235859/2916001
1712.02/1707.39	c cleaning 76001 clauses out of 152047 with flag 17680271/2993002
1784.23/1779.52	c cleaning 76991 clauses out of 154045 with flag 18101809/3071001
1800.03/1795.31	c starts		: 382
1800.03/1795.31	c conflicts		: 3097434
1800.03/1795.31	c decisions		: 14519514
1800.03/1795.31	c propagations		: 946931864
1800.03/1795.31	c inspects		: 17551899120
1800.03/1795.31	c shortcuts		: 0
1800.03/1795.31	c learnt literals	: 0
1800.03/1795.31	c learnt binary clauses	: 0
1800.03/1795.31	c learnt ternary clauses	: 0
1800.03/1795.31	c learnt constraints	: 3097434
1800.03/1795.31	c ignored constraints	: 0
1800.03/1795.31	c root simplifications	: 0
1800.03/1795.31	c removed literals (reason simplification)	: 0
1800.03/1795.31	c reason swapping (by a shorter reason)	: 0
1800.03/1795.31	c Calls to reduceDB	: 74
1800.03/1795.31	c Number of update (reduction) of LBD	: 1045099
1800.03/1795.31	c Imported unit clauses	: 0
1800.03/1795.31	c number of reductions to clauses (during analyze)	: 0
1800.03/1795.31	c number of learned constraints concerned by reduction	: 0
1800.03/1795.31	c number of learning phase by resolution	: 0
1800.03/1795.31	c number of learning phase by cutting planes	: 0
1800.03/1795.31	c speed (assignments/second)	: 528068.4765048386
1800.03/1795.31	c non guided choices	7964202
1800.03/1795.33	c timeout
1800.03/1795.33	c learnt constraints type 
1800.03/1795.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 103487
1800.03/1795.33	s UNKNOWN
1800.03/1795.33	c Total wall clock time (in seconds): 1795.234

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-4119666-1467273043/watcher-4119666-1467273043 -o /tmp/evaluation-result-4119666-1467273043/solver-4119666-1467273043 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467271038-12494 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4119666-1467273043.opb 

pid=13109
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.07 2.14 2.16 4/193 13112
/proc/meminfo: memFree=23701216/32872528 swapFree=447588/480292
[pid=13112] ppid=13109 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13112/stat : 13112 (java) S 13109 13112 12134 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 8408053 98570240 977 33554432000 1073741824 1073778376 140735012158800 140735012149936 235378081853 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13112/statm: 24065 977 743 9 0 16771 0
[pid=13112/tid=13113] ppid=13109 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13113/stat : 13113 (java) R 13109 13112 12134 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8408053 98570240 977 33554432000 1073741824 1073778376 140735012158800 140604084948520 235374724480 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10006 s]
/proc/loadavg: 2.07 2.14 2.16 4/193 13112
/proc/meminfo: memFree=23701216/32872528 swapFree=447588/480292
[pid=13112] ppid=13109 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/13112/stat : 13112 (java) S 13109 13112 12134 0 -1 4202496 4580 0 1 0 11 0 0 0 20 0 18 0 8408053 9787879424 5690 33554432000 1073741824 1073778376 140735012158800 140735012149936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13112/statm: 2389619 5690 2157 9 0 2380296 0
[pid=13112/tid=13113] ppid=13109 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/13112/task/13113/stat : 13113 (java) R 13109 13112 12134 0 -1 4202560 2429 0 1 0 7 0 0 0 20 0 18 0 8408053 9787879424 5690 33554432000 1073741824 1073778376 140735012158800 140604084952792 235378107661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200338 s]
/proc/loadavg: 2.07 2.14 2.16 4/193 13112
/proc/meminfo: memFree=23701216/32872528 swapFree=447588/480292
[pid=13112] ppid=13109 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/13112/stat : 13112 (java) S 13109 13112 12134 0 -1 4202496 6651 0 1 0 31 1 0 0 20 0 18 0 8408053 9787879424 8522 33554432000 1073741824 1073778376 140735012158800 140735012149936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13112/statm: 2389619 8522 2220 9 0 2380296 0
[pid=13112/tid=13113] ppid=13109 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/13112/task/13113/stat : 13113 (java) R 13109 13112 12134 0 -1 4202560 2448 0 1 0 16 1 0 0 20 0 18 0 8408053 9787879424 8522 33554432000 1073741824 1073778376 140735012158800 140604084951336 235378107661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.32
Current children cumulated vsize (KiB) 9558476

[startup+0.300348 s]
/proc/loadavg: 2.07 2.14 2.16 4/193 13112
/proc/meminfo: memFree=23701216/32872528 swapFree=447588/480292
[pid=13112] ppid=13109 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/13112/stat : 13112 (java) S 13109 13112 12134 0 -1 4202496 7409 0 1 0 57 1 0 0 20 0 18 0 8408053 9787879424 12006 33554432000 1073741824 1073778376 140735012158800 140735012149936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13112/statm: 2389619 12006 2238 9 0 2380296 0
[pid=13112/tid=13113] ppid=13109 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/13112/task/13113/stat : 13113 (java) R 13109 13112 12134 0 -1 4202560 2455 0 1 0 26 1 0 0 20 0 18 0 8408053 9787879424 12006 33554432000 1073741824 1073778376 140735012158800 140604084951336 140603957771900 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700347 s]
/proc/loadavg: 2.07 2.14 2.16 4/193 13112
/proc/meminfo: memFree=23701216/32872528 swapFree=447588/480292
[pid=13112] ppid=13109 vsize=9558476 CPUtime=1.21 cores=1,3,5,7
/proc/13112/stat : 13112 (java) S 13109 13112 12134 0 -1 4202496 7707 0 1 0 113 8 0 0 20 0 18 0 8408053 9787879424 48481 33554432000 1073741824 1073778376 140735012158800 140735012149936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13112/statm: 2389619 48481 2262 9 0 2380296 0
[pid=13112/tid=13113] ppid=13109 vsize=9558476 CPUtime=0.63 cores=1,3,5,7
/proc/13112/task/13113/stat : 13113 (java) R 13109 13112 12134 0 -1 4202560 2511 0 1 0 60 3 0 0 20 0 18 0 8408053 9787879424 48481 33554432000 1073741824 1073778376 140735012158800 140604084952520 140603957772390 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 9558476

[startup+1.50074 s]
/proc/loadavg: 2.07 2.14 2.16 4/211 13130
/proc/meminfo: memFree=23368296/32872528 swapFree=447588/480292
[pid=13112] ppid=13109 vsize=9558476 CPUtime=2.52 cores=1,3,5,7
/proc/13112/stat : 13112 (java) S 13109 13112 12134 0 -1 4202496 10174 0 1 0 228 24 0 0 20 0 18 0 8408053 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140735012149936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13112/statm: 2389619 154272 2262 9 0 2380296 0
[pid=13112/tid=13113] ppid=13109 vsize=9558476 CPUtime=1.29 cores=1,3,5,7
/proc/13112/task/13113/stat : 13113 (java) S 13109 13112 12134 0 -1 4202560 2855 0 1 0 121 8 0 0 20 0 18 0 8408053 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140604084951304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13112/tid=13115] ppid=13109 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/13112/task/13115/stat : 13115 (java) R 13109 13112 12134 0 -1 4202560 163 0 0 0 8 3 0 0 20 0 18 0 8408054 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603929001000 140604091849662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13112/tid=13116] ppid=13109 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/13112/task/13116/stat : 13116 (java) S 13109 13112 12134 0 -1 4202560 103 0 0 0 4 1 0 0 20 0 18 0 8408054 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603927948200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13117] ppid=13109 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/13112/task/13117/stat : 13117 (java) R 13109 13112 12134 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 18 0 8408054 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603926895576 140604091850023 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13112/tid=13118] ppid=13109 vsize=9558476 CPUtime=0.08 cores=1,3,5,7
/proc/13112/task/13118/stat : 13118 (java) R 13109 13112 12134 0 -1 4202560 68 0 0 0 6 2 0 0 20 0 18 0 8408054 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603925842600 140604091849644 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13119] ppid=13109 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/13112/task/13119/stat : 13119 (java) R 13109 13112 12134 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 18 0 8408054 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603924789800 140604088710284 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13120] ppid=13109 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/13112/task/13120/stat : 13120 (java) R 13109 13112 12134 0 -1 4202560 125 0 0 0 7 3 0 0 20 0 18 0 8408054 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603923737000 235378095164 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=13112/tid=13121] ppid=13109 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/13112/task/13121/stat : 13121 (java) S 13109 13112 12134 0 -1 4202560 33 0 0 0 4 1 0 0 20 0 18 0 8408054 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603922684200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13122] ppid=13109 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/13112/task/13122/stat : 13122 (java) S 13109 13112 12134 0 -1 4202560 133 0 0 0 7 2 0 0 20 0 18 0 8408054 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603921631400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13123] ppid=13109 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13123/stat : 13123 (java) S 13109 13112 12134 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 8408055 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603909220232 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13124] ppid=13109 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13124/stat : 13124 (java) S 13109 13112 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 8408055 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603908167416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13125] ppid=13109 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13125/stat : 13125 (java) S 13109 13112 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 8408055 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603907114504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13126] ppid=13109 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13126/stat : 13126 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8408057 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603906062992 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13127] ppid=13109 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/13112/task/13127/stat : 13127 (java) S 13109 13112 12134 0 -1 4202560 1964 0 0 0 21 0 0 0 20 0 18 0 8408057 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603905010104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13128] ppid=13109 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/13112/task/13128/stat : 13128 (java) S 13109 13112 12134 0 -1 4202560 3197 0 0 0 26 0 0 0 20 0 18 0 8408057 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603903957304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13129] ppid=13109 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13129/stat : 13129 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8408057 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603902904696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13130] ppid=13109 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13130/stat : 13130 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8408057 9787879424 154272 33554432000 1073741824 1073778376 140735012158800 140603901852104 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 9558476

[startup+3.10092 s]
/proc/loadavg: 2.14 2.16 2.17 5/212 13131
/proc/meminfo: memFree=22825884/32872528 swapFree=447588/480292
[pid=13112] ppid=13109 vsize=9625040 CPUtime=4.82 cores=1,3,5,7
/proc/13112/stat : 13112 (java) S 13109 13112 12134 0 -1 4202496 17774 0 1 0 447 35 0 0 20 0 19 0 8408053 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140735012149936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13112/statm: 2406260 225132 2273 9 0 2396937 0
[pid=13112/tid=13113] ppid=13109 vsize=9625040 CPUtime=2.82 cores=1,3,5,7
/proc/13112/task/13113/stat : 13113 (java) R 13109 13112 12134 0 -1 4202560 3454 0 1 0 270 12 0 0 20 0 19 0 8408053 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140604084953360 140603958043185 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13112/tid=13115] ppid=13109 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13112/task/13115/stat : 13115 (java) S 13109 13112 12134 0 -1 4202560 184 0 0 0 14 4 0 0 20 0 19 0 8408054 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603929001000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13116] ppid=13109 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/13112/task/13116/stat : 13116 (java) S 13109 13112 12134 0 -1 4202560 112 0 0 0 5 2 0 0 20 0 19 0 8408054 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603927948200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13117] ppid=13109 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/13112/task/13117/stat : 13117 (java) S 13109 13112 12134 0 -1 4202560 59 0 0 0 8 3 0 0 20 0 19 0 8408054 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603926895400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13112/tid=13118] ppid=13109 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/13112/task/13118/stat : 13118 (java) S 13109 13112 12134 0 -1 4202560 76 0 0 0 8 2 0 0 20 0 19 0 8408054 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603925842600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13119] ppid=13109 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/13112/task/13119/stat : 13119 (java) S 13109 13112 12134 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 8408054 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603924789800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13120] ppid=13109 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/13112/task/13120/stat : 13120 (java) S 13109 13112 12134 0 -1 4202560 136 0 0 0 9 4 0 0 20 0 19 0 8408054 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603923737000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13112/tid=13121] ppid=13109 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/13112/task/13121/stat : 13121 (java) S 13109 13112 12134 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 19 0 8408054 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603922684200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13122] ppid=13109 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/13112/task/13122/stat : 13122 (java) S 13109 13112 12134 0 -1 4202560 149 0 0 0 9 4 0 0 20 0 19 0 8408054 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603921631400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13123] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13123/stat : 13123 (java) S 13109 13112 12134 0 -1 4202560 476 0 0 0 0 0 0 0 20 0 19 0 8408055 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603909221352 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13124] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13124/stat : 13124 (java) S 13109 13112 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8408055 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603908167416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13125] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13125/stat : 13125 (java) S 13109 13112 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8408055 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603907114504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13126] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13126/stat : 13126 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8408057 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603906062992 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13127] ppid=13109 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/13112/task/13127/stat : 13127 (java) S 13109 13112 12134 0 -1 4202560 5205 0 0 0 44 0 0 0 20 0 19 0 8408057 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603905010104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13128] ppid=13109 vsize=9625040 CPUtime=0.54 cores=1,3,5,7
/proc/13112/task/13128/stat : 13128 (java) S 13109 13112 12134 0 -1 4202560 6576 0 0 0 53 1 0 0 20 0 19 0 8408057 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603903957304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13129] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13129/stat : 13129 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8408057 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603902904696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13130] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13130/stat : 13130 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8408057 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603901852104 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13131] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13131/stat : 13131 (java) S 13109 13112 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8408264 9856040960 225132 33554432000 1073741824 1073778376 140735012158800 140603900749480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 9625040

[startup+6.30087 s]
/proc/loadavg: 2.14 2.16 2.17 3/212 13131
/proc/meminfo: memFree=22781508/32872528 swapFree=447588/480292
[pid=13112] ppid=13109 vsize=9625040 CPUtime=8.24 cores=1,3,5,7
/proc/13112/stat : 13112 (java) S 13109 13112 12134 0 -1 4202496 22147 0 1 0 787 37 0 0 20 0 19 0 8408053 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140735012149936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13112/statm: 2406260 234535 2278 9 0 2396937 0
[pid=13112/tid=13113] ppid=13109 vsize=9625040 CPUtime=6.03 cores=1,3,5,7
/proc/13112/task/13113/stat : 13113 (java) R 13109 13112 12134 0 -1 4202560 3475 0 1 0 590 13 0 0 20 0 19 0 8408053 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140604084944576 140603958182867 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13112/tid=13115] ppid=13109 vsize=9625040 CPUtime=0.18 cores=1,3,5,7
/proc/13112/task/13115/stat : 13115 (java) S 13109 13112 12134 0 -1 4202560 184 0 0 0 14 4 0 0 20 0 19 0 8408054 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140603929001000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13116] ppid=13109 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/13112/task/13116/stat : 13116 (java) S 13109 13112 12134 0 -1 4202560 112 0 0 0 5 2 0 0 20 0 19 0 8408054 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140603927948200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13117] ppid=13109 vsize=9625040 CPUtime=0.11 cores=1,3,5,7
/proc/13112/task/13117/stat : 13117 (java) S 13109 13112 12134 0 -1 4202560 59 0 0 0 8 3 0 0 20 0 19 0 8408054 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140603926895400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13112/tid=13118] ppid=13109 vsize=9625040 CPUtime=0.1 cores=1,3,5,7
/proc/13112/task/13118/stat : 13118 (java) S 13109 13112 12134 0 -1 4202560 76 0 0 0 8 2 0 0 20 0 19 0 8408054 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140603925842600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13119] ppid=13109 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/13112/task/13119/stat : 13119 (java) S 13109 13112 12134 0 -1 4202560 42 0 0 0 5 2 0 0 20 0 19 0 8408054 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140603924789800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13120] ppid=13109 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/13112/task/13120/stat : 13120 (java) S 13109 13112 12134 0 -1 4202560 136 0 0 0 9 4 0 0 20 0 19 0 8408054 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140603923737000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13112/tid=13121] ppid=13109 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/13112/task/13121/stat : 13121 (java) S 13109 13112 12134 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 19 0 8408054 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140603922684200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13122] ppid=13109 vsize=9625040 CPUtime=0.13 cores=1,3,5,7
/proc/13112/task/13122/stat : 13122 (java) S 13109 13112 12134 0 -1 4202560 149 0 0 0 9 4 0 0 20 0 19 0 8408054 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140603921631400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13123] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13123/stat : 13123 (java) S 13109 13112 12134 0 -1 4202560 476 0 0 0 0 0 0 0 20 0 19 0 8408055 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140603909221352 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13124] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13124/stat : 13124 (java) S 13109 13112 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8408055 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140603908167416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13125] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13125/stat : 13125 (java) S 13109 13112 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8408055 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140603907114504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13126] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13126/stat : 13126 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8408057 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140603906062992 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13127] ppid=13109 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/13112/task/13127/stat : 13127 (java) S 13109 13112 12134 0 -1 4202560 5217 0 0 0 48 0 0 0 20 0 19 0 8408057 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140603905010104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13128] ppid=13109 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/13112/task/13128/stat : 13128 (java) S 13109 13112 12134 0 -1 4202560 10916 0 0 0 69 3 0 0 20 0 19 0 8408057 9856040960 234535 33554432000 1073741824 1073778376 140735012158800 140603903957304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13129] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=13112/tid=13124] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13124/stat : 13124 (java) S 13109 13112 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8408055 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603908167416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13125] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13125/stat : 13125 (java) S 13109 13112 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8408055 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603907114504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13126] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13126/stat : 13126 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603906062992 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13127] ppid=13109 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/13112/task/13127/stat : 13127 (java) S 13109 13112 12134 0 -1 4202560 5236 0 0 0 52 0 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603905010104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13128] ppid=13109 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/13112/task/13128/stat : 13128 (java) S 13109 13112 12134 0 -1 4202560 10916 0 0 0 69 3 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603903957304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13129] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13129/stat : 13129 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603902904696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13130] ppid=13109 vsize=9625040 CPUtime=0.48 cores=1,3,5,7
/proc/13112/task/13130/stat : 13130 (java) S 13109 13112 12134 0 -1 4202560 99 0 0 0 25 23 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603901852104 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13131] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13131/stat : 13131 (java) S 13109 13112 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8408264 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603900749480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1727.02
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.06 2.08 2.09 3/212 13329
/proc/meminfo: memFree=23701012/32872528 swapFree=447588/480292
[pid=13112] ppid=13109 vsize=9625040 CPUtime=1787.03 cores=1,3,5,7
/proc/13112/stat : 13112 (java) S 13109 13112 12134 0 -1 4202496 401682 0 1 0 178454 249 0 0 20 0 19 0 8408053 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140735012149936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13112/statm: 2406260 926902 2287 9 0 2396937 0
[pid=13112/tid=13113] ppid=13109 vsize=9625040 CPUtime=1777.94 cores=1,3,5,7
/proc/13112/task/13113/stat : 13113 (java) R 13109 13112 12134 0 -1 4202560 4165 0 1 0 177731 63 0 0 20 0 19 0 8408053 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140604084944576 140603958108888 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13112/tid=13115] ppid=13109 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/13112/task/13115/stat : 13115 (java) S 13109 13112 12134 0 -1 4202560 40298 0 0 0 59 25 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603929001000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13116] ppid=13109 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/13112/task/13116/stat : 13116 (java) S 13109 13112 12134 0 -1 4202560 44474 0 0 0 38 22 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603927948200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13117] ppid=13109 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/13112/task/13117/stat : 13117 (java) S 13109 13112 12134 0 -1 4202560 47152 0 0 0 44 21 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603926895400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13112/tid=13118] ppid=13109 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13112/task/13118/stat : 13118 (java) S 13109 13112 12134 0 -1 4202560 49855 0 0 0 41 23 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603925842600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13112/tid=13119] ppid=13109 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/13112/task/13119/stat : 13119 (java) S 13109 13112 12134 0 -1 4202560 47846 0 0 0 40 25 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603924789800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13120] ppid=13109 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/13112/task/13120/stat : 13120 (java) S 13109 13112 12134 0 -1 4202560 42127 0 0 0 42 23 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603923737000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13121] ppid=13109 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/13112/task/13121/stat : 13121 (java) S 13109 13112 12134 0 -1 4202560 48791 0 0 0 38 22 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603922684200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13122] ppid=13109 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/13112/task/13122/stat : 13122 (java) S 13109 13112 12134 0 -1 4202560 39959 0 0 0 48 24 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603921631400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13112/tid=13123] ppid=13109 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/13112/task/13123/stat : 13123 (java) S 13109 13112 12134 0 -1 4202560 19501 0 0 0 226 11 0 0 20 0 19 0 8408055 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603909221352 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13124] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13124/stat : 13124 (java) S 13109 13112 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8408055 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603908167416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13125] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13125/stat : 13125 (java) S 13109 13112 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8408055 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603907114504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13126] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13126/stat : 13126 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603906062992 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13127] ppid=13109 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/13112/task/13127/stat : 13127 (java) S 13109 13112 12134 0 -1 4202560 5236 0 0 0 52 0 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603905010104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13128] ppid=13109 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/13112/task/13128/stat : 13128 (java) S 13109 13112 12134 0 -1 4202560 10916 0 0 0 69 3 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603903957304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13129] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13129/stat : 13129 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603902904696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13130] ppid=13109 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/13112/task/13130/stat : 13130 (java) S 13109 13112 12134 0 -1 4202560 103 0 0 0 26 24 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603901852104 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13131] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13131/stat : 13131 (java) S 13109 13112 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8408264 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603900749480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1787.03
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1795.31 s]
/proc/loadavg: 2.12 2.09 2.09 3/212 13329
/proc/meminfo: memFree=23701136/32872528 swapFree=447588/480292
[pid=13112] ppid=13109 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/13112/stat : 13112 (java) S 13109 13112 12134 0 -1 4202496 401682 0 1 0 179754 249 0 0 20 0 19 0 8408053 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140735012149936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13112/statm: 2406260 926902 2287 9 0 2396937 0
[pid=13112/tid=13113] ppid=13109 vsize=9625040 CPUtime=1790.95 cores=1,3,5,7
/proc/13112/task/13113/stat : 13113 (java) R 13109 13112 12134 0 -1 4202560 4165 0 1 0 179032 63 0 0 20 0 19 0 8408053 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140604084944576 140603958182809 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13112/tid=13115] ppid=13109 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/13112/task/13115/stat : 13115 (java) S 13109 13112 12134 0 -1 4202560 40298 0 0 0 59 25 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603929001000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13116] ppid=13109 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/13112/task/13116/stat : 13116 (java) S 13109 13112 12134 0 -1 4202560 44474 0 0 0 38 22 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603927948200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13117] ppid=13109 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/13112/task/13117/stat : 13117 (java) S 13109 13112 12134 0 -1 4202560 47152 0 0 0 44 21 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603926895400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13112/tid=13118] ppid=13109 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13112/task/13118/stat : 13118 (java) S 13109 13112 12134 0 -1 4202560 49855 0 0 0 41 23 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603925842600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13112/tid=13119] ppid=13109 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/13112/task/13119/stat : 13119 (java) S 13109 13112 12134 0 -1 4202560 47846 0 0 0 40 25 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603924789800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13120] ppid=13109 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/13112/task/13120/stat : 13120 (java) S 13109 13112 12134 0 -1 4202560 42127 0 0 0 42 23 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603923737000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13121] ppid=13109 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/13112/task/13121/stat : 13121 (java) S 13109 13112 12134 0 -1 4202560 48791 0 0 0 38 22 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603922684200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13122] ppid=13109 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/13112/task/13122/stat : 13122 (java) S 13109 13112 12134 0 -1 4202560 39959 0 0 0 48 24 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603921631400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13112/tid=13123] ppid=13109 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/13112/task/13123/stat : 13123 (java) S 13109 13112 12134 0 -1 4202560 19501 0 0 0 226 11 0 0 20 0 19 0 8408055 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603909221352 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13124] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13124/stat : 13124 (java) S 13109 13112 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8408055 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603908167416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13125] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13125/stat : 13125 (java) S 13109 13112 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8408055 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603907114504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13126] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13126/stat : 13126 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603906062992 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13127] ppid=13109 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/13112/task/13127/stat : 13127 (java) S 13109 13112 12134 0 -1 4202560 5236 0 0 0 52 0 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603905010104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13128] ppid=13109 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/13112/task/13128/stat : 13128 (java) S 13109 13112 12134 0 -1 4202560 10916 0 0 0 69 3 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603903957304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13129] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13129/stat : 13129 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603902904696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13130] ppid=13109 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/13112/task/13130/stat : 13130 (java) S 13109 13112 12134 0 -1 4202560 103 0 0 0 26 24 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603901852104 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13131] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13131/stat : 13131 (java) S 13109 13112 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8408264 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603900749480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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 13112 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1795.31 s]
/proc/loadavg: 2.12 2.09 2.09 3/212 13329
/proc/meminfo: memFree=23701136/32872528 swapFree=447588/480292
[pid=13112] ppid=13109 vsize=9625040 CPUtime=1800.03 cores=1,3,5,7
/proc/13112/stat : 13112 (java) S 13109 13112 12134 0 -1 4202496 401682 0 1 0 179754 249 0 0 20 0 19 0 8408053 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140735012149936 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/13112/statm: 2406260 926902 2287 9 0 2396937 0
[pid=13112/tid=13113] ppid=13109 vsize=9625040 CPUtime=1790.95 cores=1,3,5,7
/proc/13112/task/13113/stat : 13113 (java) R 13109 13112 12134 0 -1 4202560 4165 0 1 0 179032 63 0 0 20 0 19 0 8408053 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140604084944576 140603958182809 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=13112/tid=13115] ppid=13109 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/13112/task/13115/stat : 13115 (java) S 13109 13112 12134 0 -1 4202560 40298 0 0 0 59 25 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603929001000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13116] ppid=13109 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/13112/task/13116/stat : 13116 (java) S 13109 13112 12134 0 -1 4202560 44474 0 0 0 38 22 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603927948200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13117] ppid=13109 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/13112/task/13117/stat : 13117 (java) S 13109 13112 12134 0 -1 4202560 47152 0 0 0 44 21 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603926895400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=13112/tid=13118] ppid=13109 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/13112/task/13118/stat : 13118 (java) S 13109 13112 12134 0 -1 4202560 49855 0 0 0 41 23 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603925842600 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13112/tid=13119] ppid=13109 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/13112/task/13119/stat : 13119 (java) S 13109 13112 12134 0 -1 4202560 47846 0 0 0 40 25 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603924789800 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13120] ppid=13109 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/13112/task/13120/stat : 13120 (java) S 13109 13112 12134 0 -1 4202560 42127 0 0 0 42 23 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603923737000 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13121] ppid=13109 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/13112/task/13121/stat : 13121 (java) S 13109 13112 12134 0 -1 4202560 48791 0 0 0 38 22 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603922684200 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13122] ppid=13109 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/13112/task/13122/stat : 13122 (java) S 13109 13112 12134 0 -1 4202560 39959 0 0 0 48 24 0 0 20 0 19 0 8408054 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603921631400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=13112/tid=13123] ppid=13109 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/13112/task/13123/stat : 13123 (java) S 13109 13112 12134 0 -1 4202560 19501 0 0 0 226 11 0 0 20 0 19 0 8408055 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603909221352 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13124] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13124/stat : 13124 (java) S 13109 13112 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8408055 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603908167416 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13125] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13125/stat : 13125 (java) S 13109 13112 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8408055 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603907114504 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13126] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13126/stat : 13126 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603906062992 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13127] ppid=13109 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/13112/task/13127/stat : 13127 (java) S 13109 13112 12134 0 -1 4202560 5236 0 0 0 52 0 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603905010104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13128] ppid=13109 vsize=9625040 CPUtime=0.72 cores=1,3,5,7
/proc/13112/task/13128/stat : 13128 (java) S 13109 13112 12134 0 -1 4202560 10916 0 0 0 69 3 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603903957304 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13129] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13129/stat : 13129 (java) S 13109 13112 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603902904696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=13112/tid=13130] ppid=13109 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/13112/task/13130/stat : 13130 (java) S 13109 13112 12134 0 -1 4202560 103 0 0 0 26 24 0 0 20 0 19 0 8408057 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603901852104 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=13112/tid=13131] ppid=13109 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/13112/task/13131/stat : 13131 (java) S 13109 13112 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8408264 9856040960 926902 33554432000 1073741824 1073778376 140735012158800 140603900749480 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9625040

Child status: 143
Real time (s): 1795.37
CPU time (s): 1800.78
CPU user time (s): 1797.74
CPU system time (s): 3.03954
CPU usage (%): 100.301
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.74
system time used= 3.03954
maximum resident set size= 4197912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 401730
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53990
involuntary context switches= 28811

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.83 second user time and 10.5364 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-30 09:50:43
IDJOB=4119666
IDBENCH=111784
IDSOLVER=2546
FILE ID=node104/4119666-1467273043
RUNJOBID= node104-1467271038-12494
PBS_JOBID= 20004496
Free space on /tmp= 71584 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/pbfvmc-formulae/hw128/normalized-hw128-vm100p-dec.opb.negationfix.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4119666-1467273043/watcher-4119666-1467273043 -o /tmp/evaluation-result-4119666-1467273043/solver-4119666-1467273043 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1467271038-12494 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4119666-1467273043.opb

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

MD5SUM BENCH= f7972e6ac330b31555746f994dab16be
RANDOM SEED=1693567339

node104.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.334
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.66
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.334
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.334
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.334
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.334
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.334
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.334
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.54
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.334
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        23701116 kB
Buffers:          174944 kB
Cached:           922144 kB
SwapCached:            0 kB
Active:          7176156 kB
Inactive:         754628 kB
Active(anon):    6834912 kB
Inactive(anon):     1340 kB
Active(file):     341244 kB
Inactive(file):   753288 kB
Unevictable:      480292 kB
Mlocked:          447588 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8972 kB
Writeback:             0 kB
AnonPages:       7314296 kB
Mapped:            21572 kB
Shmem:               204 kB
Slab:             612488 kB
SReclaimable:      56184 kB
SUnreclaim:       556304 kB
KernelStack:        1592 kB
PageTables:        18324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    8175428 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5537792 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= 71704 MiB
End job on node104 at 2016-06-30 10:20:38