Trace number 4119641

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.94 1770.52

General information on the benchmark

NamePB15eval/normalized-PB15eval/DEC-BIGINT-LIN/pbfvmc-formulae/
pbfvmc-formulae/hw512/normalized-hw512-vm100p-dec.opb.negationfix.opb
MD5SUM3d8983c7606d16041efc6ed7c8805a79
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 variables2771456
Total number of constraints11850
Number of constraints which are clauses5412
Number of constraints which are cardinality constraints (but not clauses)5412
Number of constraints which are nor clauses,nor cardinality constraints1026
Minimum length of a constraint512
Maximum length of a constraint5412
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 1990420
Number of bits of the biggest number in a constraint 21
Biggest sum of numbers in a constraint 4457840
Number of bits of the biggest sum of numbers23
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.12/0.10	c Pseudo Boolean Optimization by upper bound
0.12/0.10	c --- Begin Solver configuration ---
0.12/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.12/0.10	c Learn all clauses as in MiniSAT
0.12/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.12/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.12/0.10	c No reason simplification
0.12/0.10	c Glucose 2.1 dynamic restart strategy
0.12/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.12/0.10	c timeout=2147483s
0.12/0.10	c DB Simplification allowed=false
0.12/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.12/0.10	c --- End Solver configuration ---
0.12/0.10	c solving HOME/instance-4119641-1467271261.opb
0.12/0.10	c reading problem ... 
0.12/0.12	c  no objective function found
65.25/46.43	c ... done. Wall clock time 46.329s.
65.25/46.43	c declared #vars     2771456
65.25/46.43	c #constraints  11850
65.25/46.43	c constraints type 
65.25/46.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 5412
65.25/46.43	c org.sat4j.specs.Constr$1 => 1
65.25/46.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 5412
65.25/46.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1025
65.25/46.43	c 11850 constraints processed.
111.19/91.38	c cleaning 2499 clauses out of 5000 with flag 22156/5000
123.08/103.14	c cleaning 4245 clauses out of 8501 with flag 65887/11000
139.19/119.22	c cleaning 5620 clauses out of 11257 with flag 137087/18001
159.30/139.38	c cleaning 6813 clauses out of 13637 with flag 225376/26001
179.73/159.74	c cleaning 7905 clauses out of 15825 with flag 322588/35002
201.94/181.90	c cleaning 8946 clauses out of 17918 with flag 431404/45000
226.65/206.60	c cleaning 9976 clauses out of 19972 with flag 563178/56000
255.66/235.63	c cleaning 10985 clauses out of 21996 with flag 716173/68000
292.45/271.79	c cleaning 11995 clauses out of 24013 with flag 880302/81002
327.85/307.11	c cleaning 12999 clauses out of 26017 with flag 1056445/95001
367.64/346.94	c cleaning 13997 clauses out of 28017 with flag 1233678/110000
429.05/408.30	c cleaning 15003 clauses out of 30023 with flag 1334697/126003
459.35/438.70	c cleaning 15991 clauses out of 32019 with flag 1459194/143002
494.74/474.01	c cleaning 16994 clauses out of 34029 with flag 1619797/161003
548.11/526.42	c cleaning 17991 clauses out of 36032 with flag 1848421/180000
608.32/586.69	c cleaning 19001 clauses out of 38044 with flag 2100471/200003
666.82/645.18	c cleaning 20001 clauses out of 40041 with flag 2380882/221001
728.56/706.19	c cleaning 21000 clauses out of 42044 with flag 2657016/243005
797.58/775.18	c cleaning 22002 clauses out of 44041 with flag 2985323/266002
865.80/843.33	c cleaning 22994 clauses out of 46038 with flag 3278262/290001
947.25/924.10	c cleaning 24003 clauses out of 48047 with flag 3622818/315004
1017.87/994.64	c cleaning 24996 clauses out of 50042 with flag 3896012/341002
1094.80/1071.59	c cleaning 26000 clauses out of 52044 with flag 4197643/368000
1176.85/1152.55	c cleaning 27003 clauses out of 54045 with flag 4520139/396001
1260.38/1236.05	c cleaning 28000 clauses out of 56046 with flag 4909475/425005
1355.36/1329.95	c cleaning 28999 clauses out of 58041 with flag 5341165/455000
1455.45/1429.22	c cleaning 29994 clauses out of 60042 with flag 5818664/486000
1560.32/1532.51	c cleaning 31000 clauses out of 62048 with flag 6290236/518000
1664.42/1636.07	c cleaning 32002 clauses out of 64052 with flag 6830545/551004
1782.58/1753.67	c cleaning 32998 clauses out of 66047 with flag 7414343/585001
1800.08/1770.40	c starts		: 53
1800.08/1770.40	c conflicts		: 589794
1800.08/1770.40	c decisions		: 69050102
1800.08/1770.40	c propagations		: 575175496
1800.08/1770.40	c inspects		: 2390472520
1800.08/1770.40	c shortcuts		: 0
1800.08/1770.40	c learnt literals	: 0
1800.08/1770.40	c learnt binary clauses	: 0
1800.08/1770.40	c learnt ternary clauses	: 0
1800.08/1770.40	c learnt constraints	: 589794
1800.08/1770.40	c ignored constraints	: 0
1800.08/1770.40	c root simplifications	: 0
1800.08/1770.40	c removed literals (reason simplification)	: 0
1800.08/1770.40	c reason swapping (by a shorter reason)	: 0
1800.08/1770.40	c Calls to reduceDB	: 30
1800.08/1770.40	c Number of update (reduction) of LBD	: 311005
1800.08/1770.40	c Imported unit clauses	: 0
1800.08/1770.40	c number of reductions to clauses (during analyze)	: 0
1800.08/1770.40	c number of learned constraints concerned by reduction	: 0
1800.08/1770.40	c number of learning phase by resolution	: 0
1800.08/1770.40	c number of learning phase by cutting planes	: 0
1800.08/1770.40	c speed (assignments/second)	: 333662.92807494046
1800.08/1770.40	c non guided choices	63330190
1800.08/1770.42	c learnt constraints type 
1800.08/1770.42	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 37842
1800.08/1770.42	s UNKNOWN
1800.08/1770.42	c Total wall clock time (in seconds): 1770.322

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

pid=12869
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.51 2.35 2.14 3/192 12872
/proc/meminfo: memFree=26360924/32872528 swapFree=447588/480292
[pid=12872] ppid=12869 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12872/stat : 12872 (java) S 12869 12872 12134 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8230374 98570240 977 33554432000 1073741824 1073778376 140734826729776 140734826720912 235378081853 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12872/statm: 24065 977 743 9 0 16771 0
[pid=12872/tid=12873] ppid=12869 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12873/stat : 12873 (java) R 12869 12872 12134 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8230374 98570240 977 33554432000 1073741824 1073778376 140734826729776 140086522936872 235374724480 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.100168 s]
/proc/loadavg: 2.51 2.35 2.14 3/192 12872
/proc/meminfo: memFree=26360924/32872528 swapFree=447588/480292
[pid=12872] ppid=12869 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/12872/stat : 12872 (java) S 12869 12872 12134 0 -1 4202496 4486 0 1 0 11 1 0 0 20 0 18 0 8230374 9787879424 6125 33554432000 1073741824 1073778376 140734826729776 140734826720912 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12872/statm: 2389619 6125 2157 9 0 2380296 0
[pid=12872/tid=12873] ppid=12869 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/12872/task/12873/stat : 12873 (java) R 12869 12872 12134 0 -1 4202560 2381 0 1 0 7 0 0 0 20 0 18 0 8230374 9787879424 6125 33554432000 1073741824 1073778376 140734826729776 140086522940792 235378107661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 9558476

[startup+0.200413 s]
/proc/loadavg: 2.51 2.35 2.14 3/192 12872
/proc/meminfo: memFree=26360924/32872528 swapFree=447588/480292
[pid=12872] ppid=12869 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/12872/stat : 12872 (java) S 12869 12872 12134 0 -1 4202496 5017 0 1 0 27 2 0 0 20 0 18 0 8230374 9787879424 22354 33554432000 1073741824 1073778376 140734826729776 140734826720912 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12872/statm: 2389619 22354 2220 9 0 2380296 0
[pid=12872/tid=12873] ppid=12869 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/12872/task/12873/stat : 12873 (java) R 12869 12872 12134 0 -1 4202560 2433 0 1 0 16 2 0 0 20 0 18 0 8230374 9787879424 22354 33554432000 1073741824 1073778376 140734826729776 140086522941464 140086347848358 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300358 s]
/proc/loadavg: 2.51 2.35 2.14 3/192 12872
/proc/meminfo: memFree=26360924/32872528 swapFree=447588/480292
[pid=12872] ppid=12869 vsize=9558476 CPUtime=0.5 cores=1,3,5,7
/proc/12872/stat : 12872 (java) S 12869 12872 12134 0 -1 4202496 5769 0 1 0 48 2 0 0 20 0 18 0 8230374 9787879424 25358 33554432000 1073741824 1073778376 140734826729776 140734826720912 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12872/statm: 2389619 25358 2233 9 0 2380296 0
[pid=12872/tid=12873] ppid=12869 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/12872/task/12873/stat : 12873 (java) R 12869 12872 12134 0 -1 4202560 2438 0 1 0 26 2 0 0 20 0 18 0 8230374 9787879424 25358 33554432000 1073741824 1073778376 140734826729776 140086522941464 140086347905523 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558476

[startup+0.700363 s]
/proc/loadavg: 2.51 2.35 2.14 3/192 12872
/proc/meminfo: memFree=26360924/32872528 swapFree=447588/480292
[pid=12872] ppid=12869 vsize=9558476 CPUtime=1.17 cores=1,3,5,7
/proc/12872/stat : 12872 (java) S 12869 12872 12134 0 -1 4202496 6252 0 1 0 111 6 0 0 20 0 18 0 8230374 9787879424 58721 33554432000 1073741824 1073778376 140734826729776 140734826720912 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12872/statm: 2389619 58721 2261 9 0 2380296 0
[pid=12872/tid=12873] ppid=12869 vsize=9558476 CPUtime=0.62 cores=1,3,5,7
/proc/12872/task/12873/stat : 12873 (java) R 12869 12872 12134 0 -1 4202560 2468 0 1 0 59 3 0 0 20 0 18 0 8230374 9787879424 58721 33554432000 1073741824 1073778376 140734826729776 140086522940632 140086348234428 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 9558476

[startup+1.50073 s]
/proc/loadavg: 2.51 2.35 2.14 3/210 12890
/proc/meminfo: memFree=26076720/32872528 swapFree=447588/480292
[pid=12872] ppid=12869 vsize=9558476 CPUtime=2.84 cores=1,3,5,7
/proc/12872/stat : 12872 (java) S 12869 12872 12134 0 -1 4202496 8947 0 1 0 264 20 0 0 20 0 18 0 8230374 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140734826720912 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12872/statm: 2389619 123509 2261 9 0 2380296 0
[pid=12872/tid=12873] ppid=12869 vsize=9558476 CPUtime=1.1 cores=1,3,5,7
/proc/12872/task/12873/stat : 12873 (java) S 12869 12872 12134 0 -1 4202560 2521 0 1 0 106 4 0 0 20 0 18 0 8230374 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086522940952 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12875] ppid=12869 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/12872/task/12875/stat : 12875 (java) R 12869 12872 12134 0 -1 4202560 135 0 0 0 14 2 0 0 20 0 18 0 8230375 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086484434136 140086526699465 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12876] ppid=12869 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/12872/task/12876/stat : 12876 (java) R 12869 12872 12134 0 -1 4202560 99 0 0 0 15 2 0 0 20 0 18 0 8230375 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086483381040 140086526699346 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12877] ppid=12869 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/12872/task/12877/stat : 12877 (java) R 12869 12872 12134 0 -1 4202560 133 0 0 0 10 2 0 0 20 0 18 0 8230375 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086482328536 140086529450415 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12878] ppid=12869 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/12872/task/12878/stat : 12878 (java) R 12869 12872 12134 0 -1 4202560 704 0 0 0 14 3 0 0 20 0 18 0 8230375 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086481275320 140086526698748 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12879] ppid=12869 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/12872/task/12879/stat : 12879 (java) R 12869 12872 12134 0 -1 4202560 654 0 0 0 14 2 0 0 20 0 18 0 8230375 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086480222936 140086526698896 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12880] ppid=12869 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/12872/task/12880/stat : 12880 (java) R 12869 12872 12134 0 -1 4202560 102 0 0 0 16 3 0 0 20 0 18 0 8230375 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086479170136 140086526698591 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12881] ppid=12869 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/12872/task/12881/stat : 12881 (java) R 12869 12872 12134 0 -1 4202560 299 0 0 0 11 1 0 0 20 0 18 0 8230375 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086478117336 140086529837996 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12882] ppid=12869 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/12872/task/12882/stat : 12882 (java) R 12869 12872 12134 0 -1 4202560 615 0 0 0 18 2 0 0 20 0 18 0 8230375 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086477064120 140086526698909 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12883] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12883/stat : 12883 (java) S 12869 12872 12134 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 8230376 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086346766216 235378095164 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12884] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12884/stat : 12884 (java) S 12869 12872 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 8230376 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086345713400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12885] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12885/stat : 12885 (java) S 12869 12872 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 8230376 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086344660488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12886] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12886/stat : 12886 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8230378 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086343608976 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12887] ppid=12869 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/12872/task/12887/stat : 12887 (java) S 12869 12872 12134 0 -1 4202560 1306 0 0 0 16 0 0 0 20 0 18 0 8230379 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086342556088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12888] ppid=12869 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/12872/task/12888/stat : 12888 (java) S 12869 12872 12134 0 -1 4202560 1057 0 0 0 14 0 0 0 20 0 18 0 8230379 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086341503288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12889] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12889/stat : 12889 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8230379 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086340450680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12890] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12890/stat : 12890 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8230379 9787879424 123509 33554432000 1073741824 1073778376 140734826729776 140086339398088 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.84
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 2.51 2.35 2.14 9/210 12890
/proc/meminfo: memFree=25780760/32872528 swapFree=447588/480292
[pid=12872] ppid=12869 vsize=9558476 CPUtime=5.24 cores=1,3,5,7
/proc/12872/stat : 12872 (java) S 12869 12872 12134 0 -1 4202496 9889 0 1 0 492 32 0 0 20 0 18 0 8230374 9787879424 188661 33554432000 1073741824 1073778376 140734826729776 140734826720912 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12872/statm: 2389619 188661 2261 9 0 2380296 0
[pid=12872/tid=12873] ppid=12869 vsize=9558476 CPUtime=2.42 cores=1,3,5,7
/proc/12872/task/12873/stat : 12873 (java) R 12869 12872 12134 0 -1 4202560 2776 0 1 0 235 7 0 0 20 0 18 0 8230374 9787879424 188661 33554432000 1073741824 1073778376 140734826729776 140086522933168 140086348385365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12875] ppid=12869 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/12872/task/12875/stat : 12875 (java) S 12869 12872 12134 0 -1 4202560 188 0 0 0 26 3 0 0 20 0 18 0 8230375 9787879424 188661 33554432000 1073741824 1073778376 140734826729776 140086484433960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12876] ppid=12869 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/12872/task/12876/stat : 12876 (java) S 12869 12872 12134 0 -1 4202560 146 0 0 0 29 3 0 0 20 0 18 0 8230375 9787879424 188661 33554432000 1073741824 1073778376 140734826729776 140086483381160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12877] ppid=12869 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/12872/task/12877/stat : 12877 (java) S 12869 12872 12134 0 -1 4202560 181 0 0 0 31 4 0 0 20 0 18 0 8230375 9787879424 188661 33554432000 1073741824 1073778376 140734826729776 140086482328360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12878] ppid=12869 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/12872/task/12878/stat : 12878 (java) S 12869 12872 12134 0 -1 4202560 875 0 0 0 23 3 0 0 20 0 18 0 8230375 9787879424 189173 33554432000 1073741824 1073778376 140734826729776 140086481275560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12879] ppid=12869 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/12872/task/12879/stat : 12879 (java) S 12869 12872 12134 0 -1 4202560 691 0 0 0 25 3 0 0 20 0 18 0 8230375 9787879424 189173 33554432000 1073741824 1073778376 140734826729776 140086480222760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12880] ppid=12869 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/12872/task/12880/stat : 12880 (java) S 12869 12872 12134 0 -1 4202560 131 0 0 0 27 4 0 0 20 0 18 0 8230375 9787879424 189173 33554432000 1073741824 1073778376 140734826729776 140086479169960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12881] ppid=12869 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/12872/task/12881/stat : 12881 (java) S 12869 12872 12134 0 -1 4202560 442 0 0 0 20 2 0 0 20 0 18 0 8230375 9787879424 189173 33554432000 1073741824 1073778376 140734826729776 140086478117160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12882] ppid=12869 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/12872/task/12882/stat : 12882 (java) S 12869 12872 12134 0 -1 4202560 648 0 0 0 31 4 0 0 20 0 18 0 8230375 9787879424 189173 33554432000 1073741824 1073778376 140734826729776 140086477064360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12883] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12883/stat : 12883 (java) S 12869 12872 12134 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 8230376 9787879424 189173 33554432000 1073741824 1073778376 140734826729776 140086346767336 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12884] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12884/stat : 12884 (java) S 12869 12872 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 8230376 9787879424 189173 33554432000 1073741824 1073778376 140734826729776 140086345713400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12885] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12885/stat : 12885 (java) S 12869 12872 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 8230376 9787879424 189173 33554432000 1073741824 1073778376 140734826729776 140086344660488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12886] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12886/stat : 12886 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8230378 9787879424 189173 33554432000 1073741824 1073778376 140734826729776 140086343608976 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12887] ppid=12869 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/12872/task/12887/stat : 12887 (java) S 12869 12872 12134 0 -1 4202560 1306 0 0 0 16 0 0 0 20 0 18 0 8230379 9787879424 189173 33554432000 1073741824 1073778376 140734826729776 140086342556088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12888] ppid=12869 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/12872/task/12888/stat : 12888 (java) S 12869 12872 12134 0 -1 4202560 1057 0 0 0 14 0 0 0 20 0 18 0 8230379 9787879424 189173 33554432000 1073741824 1073778376 140734826729776 140086341503288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12889] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12889/stat : 12889 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8230379 9787879424 189173 33554432000 1073741824 1073778376 140734826729776 140086340450680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12890] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12890/stat : 12890 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8230379 9787879424 189173 33554432000 1073741824 1073778376 140734826729776 140086339398088 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 5.24
Current children cumulated vsize (KiB) 9558476

[startup+6.30086 s]
/proc/loadavg: 2.47 2.34 2.13 10/210 12890
/proc/meminfo: memFree=25234064/32872528 swapFree=447588/480292
[pid=12872] ppid=12869 vsize=9558476 CPUtime=10.78 cores=1,3,5,7
/proc/12872/stat : 12872 (java) S 12869 12872 12134 0 -1 4202496 24467 0 1 0 1017 61 0 0 20 0 18 0 8230374 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140734826720912 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12872/statm: 2389619 287161 2272 9 0 2380296 0
[pid=12872/tid=12873] ppid=12869 vsize=9558476 CPUtime=3.97 cores=1,3,5,7
/proc/12872/task/12873/stat : 12873 (java) R 12869 12872 12134 0 -1 4202560 2807 0 1 0 389 8 0 0 20 0 18 0 8230374 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086522933152 235378107661 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12875] ppid=12869 vsize=9558476 CPUtime=0.76 cores=1,3,5,7
/proc/12872/task/12875/stat : 12875 (java) S 12869 12872 12134 0 -1 4202560 1426 0 0 0 69 7 0 0 20 0 18 0 8230375 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086484433960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12876] ppid=12869 vsize=9558476 CPUtime=0.77 cores=1,3,5,7
/proc/12872/task/12876/stat : 12876 (java) S 12869 12872 12134 0 -1 4202560 1370 0 0 0 70 7 0 0 20 0 18 0 8230375 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086483381160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12877] ppid=12869 vsize=9558476 CPUtime=0.75 cores=1,3,5,7
/proc/12872/task/12877/stat : 12877 (java) S 12869 12872 12134 0 -1 4202560 1226 0 0 0 68 7 0 0 20 0 18 0 8230375 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086482328360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12878] ppid=12869 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/12872/task/12878/stat : 12878 (java) S 12869 12872 12134 0 -1 4202560 5603 0 0 0 52 5 0 0 20 0 18 0 8230375 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086481275560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12879] ppid=12869 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/12872/task/12879/stat : 12879 (java) S 12869 12872 12134 0 -1 4202560 2087 0 0 0 60 7 0 0 20 0 18 0 8230375 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086480222760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12880] ppid=12869 vsize=9558476 CPUtime=0.68 cores=1,3,5,7
/proc/12872/task/12880/stat : 12880 (java) S 12869 12872 12134 0 -1 4202560 2001 0 0 0 61 7 0 0 20 0 18 0 8230375 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086479169960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12881] ppid=12869 vsize=9558476 CPUtime=0.62 cores=1,3,5,7
/proc/12872/task/12881/stat : 12881 (java) S 12869 12872 12134 0 -1 4202560 1849 0 0 0 57 5 0 0 20 0 18 0 8230375 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086478117160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12882] ppid=12869 vsize=9558476 CPUtime=0.71 cores=1,3,5,7
/proc/12872/task/12882/stat : 12882 (java) S 12869 12872 12134 0 -1 4202560 1543 0 0 0 64 7 0 0 20 0 18 0 8230375 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086477064360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12883] ppid=12869 vsize=9558476 CPUtime=0.81 cores=1,3,5,7
/proc/12872/task/12883/stat : 12883 (java) S 12869 12872 12134 0 -1 4202560 940 0 0 0 81 0 0 0 20 0 18 0 8230376 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086346767336 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12884] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12884/stat : 12884 (java) S 12869 12872 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 8230376 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086345713400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12885] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12885/stat : 12885 (java) S 12869 12872 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 8230376 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086344660488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12886] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12886/stat : 12886 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8230378 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086343608976 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12887] ppid=12869 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/12872/task/12887/stat : 12887 (java) S 12869 12872 12134 0 -1 4202560 1306 0 0 0 16 0 0 0 20 0 18 0 8230379 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086342556088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12888] ppid=12869 vsize=9558476 CPUtime=0.14 cores=1,3,5,7
/proc/12872/task/12888/stat : 12888 (java) S 12869 12872 12134 0 -1 4202560 1057 0 0 0 14 0 0 0 20 0 18 0 8230379 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086341503288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12889] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12889/stat : 12889 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 8230379 9787879424 287161 33554432000 1073741824 1073778376 140734826729776 140086340450680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12890] ppid=12869 vsize=9558476 CPUtime=0 cores=1,3,5,7

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

/proc/12872/task/12889/stat : 12889 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8230379 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086340450680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12890] ppid=12869 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/12872/task/12890/stat : 12890 (java) S 12869 12872 12134 0 -1 4202560 93 0 0 0 32 35 0 0 20 0 19 0 8230379 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086339398088 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12891] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12891/stat : 12891 (java) S 12869 12872 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8235032 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086338344616 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1630.12
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.13 2.16 2.17 3/211 12994
/proc/meminfo: memFree=16640652/32872528 swapFree=447588/480292
[pid=12872] ppid=12869 vsize=9625040 CPUtime=1690.73 cores=1,3,5,7
/proc/12872/stat : 12872 (java) S 12869 12872 12134 0 -1 4202496 742671 0 1 0 168521 552 0 0 20 0 19 0 8230374 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140734826720912 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12872/statm: 2406260 1732699 2293 9 0 2396937 0
[pid=12872/tid=12873] ppid=12869 vsize=9625040 CPUtime=1625.43 cores=1,3,5,7
/proc/12872/task/12873/stat : 12873 (java) R 12869 12872 12134 0 -1 4202560 3745 0 1 0 162484 59 0 0 20 0 19 0 8230374 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086522932944 140086348807597 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12875] ppid=12869 vsize=9625040 CPUtime=4.83 cores=1,3,5,7
/proc/12872/task/12875/stat : 12875 (java) S 12869 12872 12134 0 -1 4202560 67877 0 0 0 418 65 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086484433960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12876] ppid=12869 vsize=9625040 CPUtime=4.86 cores=1,3,5,7
/proc/12872/task/12876/stat : 12876 (java) S 12869 12872 12134 0 -1 4202560 68001 0 0 0 424 62 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086483381160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12877] ppid=12869 vsize=9625040 CPUtime=4.29 cores=1,3,5,7
/proc/12872/task/12877/stat : 12877 (java) S 12869 12872 12134 0 -1 4202560 73826 0 0 0 378 51 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086482328360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12878] ppid=12869 vsize=9625040 CPUtime=4.66 cores=1,3,5,7
/proc/12872/task/12878/stat : 12878 (java) S 12869 12872 12134 0 -1 4202560 84082 0 0 0 407 59 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086481275560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12879] ppid=12869 vsize=9625040 CPUtime=4.32 cores=1,3,5,7
/proc/12872/task/12879/stat : 12879 (java) S 12869 12872 12134 0 -1 4202560 59674 0 0 0 381 51 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086480222760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12880] ppid=12869 vsize=9625040 CPUtime=4.48 cores=1,3,5,7
/proc/12872/task/12880/stat : 12880 (java) S 12869 12872 12134 0 -1 4202560 72620 0 0 0 391 57 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086479169960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12881] ppid=12869 vsize=9625040 CPUtime=4.74 cores=1,3,5,7
/proc/12872/task/12881/stat : 12881 (java) S 12869 12872 12134 0 -1 4202560 79789 0 0 0 418 56 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086478117160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12882] ppid=12869 vsize=9625040 CPUtime=4.65 cores=1,3,5,7
/proc/12872/task/12882/stat : 12882 (java) S 12869 12872 12134 0 -1 4202560 76786 0 0 0 413 52 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086477064360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12883] ppid=12869 vsize=9625040 CPUtime=26.99 cores=1,3,5,7
/proc/12872/task/12883/stat : 12883 (java) S 12869 12872 12134 0 -1 4202560 146936 0 0 0 2662 37 0 0 20 0 19 0 8230376 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086346767336 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12884] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12884/stat : 12884 (java) S 12869 12872 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8230376 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086345713400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12885] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12885/stat : 12885 (java) S 12869 12872 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8230376 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086344660488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12886] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12886/stat : 12886 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8230378 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086343608976 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12887] ppid=12869 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/12872/task/12887/stat : 12887 (java) S 12869 12872 12134 0 -1 4202560 3869 0 0 0 53 2 0 0 20 0 19 0 8230379 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086342556088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12888] ppid=12869 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/12872/task/12888/stat : 12888 (java) S 12869 12872 12134 0 -1 4202560 4113 0 0 0 66 0 0 0 20 0 19 0 8230379 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086341503288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12889] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12889/stat : 12889 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8230379 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086340450680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12890] ppid=12869 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/12872/task/12890/stat : 12890 (java) S 12869 12872 12134 0 -1 4202560 95 0 0 0 33 37 0 0 20 0 19 0 8230379 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086339398088 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12891] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12891/stat : 12891 (java) S 12869 12872 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8235032 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086338344616 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1690.73
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.18 2.17 2.17 3/211 12995
/proc/meminfo: memFree=16639944/32872528 swapFree=447588/480292
[pid=12872] ppid=12869 vsize=9625040 CPUtime=1751.29 cores=1,3,5,7
/proc/12872/stat : 12872 (java) S 12869 12872 12134 0 -1 4202496 742681 0 1 0 174576 553 0 0 20 0 19 0 8230374 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140734826720912 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12872/statm: 2406260 1732699 2293 9 0 2396937 0
[pid=12872/tid=12873] ppid=12869 vsize=9625040 CPUtime=1685.25 cores=1,3,5,7
/proc/12872/task/12873/stat : 12873 (java) R 12869 12872 12134 0 -1 4202560 3749 0 1 0 168465 60 0 0 20 0 19 0 8230374 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086522940624 140086348631776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12875] ppid=12869 vsize=9625040 CPUtime=4.87 cores=1,3,5,7
/proc/12872/task/12875/stat : 12875 (java) S 12869 12872 12134 0 -1 4202560 67877 0 0 0 422 65 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086484433960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12876] ppid=12869 vsize=9625040 CPUtime=4.95 cores=1,3,5,7
/proc/12872/task/12876/stat : 12876 (java) S 12869 12872 12134 0 -1 4202560 68001 0 0 0 433 62 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086483381160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12877] ppid=12869 vsize=9625040 CPUtime=4.38 cores=1,3,5,7
/proc/12872/task/12877/stat : 12877 (java) S 12869 12872 12134 0 -1 4202560 73826 0 0 0 387 51 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086482328360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12878] ppid=12869 vsize=9625040 CPUtime=4.71 cores=1,3,5,7
/proc/12872/task/12878/stat : 12878 (java) S 12869 12872 12134 0 -1 4202560 84082 0 0 0 412 59 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086481275560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12879] ppid=12869 vsize=9625040 CPUtime=4.37 cores=1,3,5,7
/proc/12872/task/12879/stat : 12879 (java) S 12869 12872 12134 0 -1 4202560 59674 0 0 0 386 51 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086480222760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12880] ppid=12869 vsize=9625040 CPUtime=4.66 cores=1,3,5,7
/proc/12872/task/12880/stat : 12880 (java) S 12869 12872 12134 0 -1 4202560 72620 0 0 0 409 57 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086479169960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12881] ppid=12869 vsize=9625040 CPUtime=4.88 cores=1,3,5,7
/proc/12872/task/12881/stat : 12881 (java) S 12869 12872 12134 0 -1 4202560 79789 0 0 0 432 56 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086478117160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12882] ppid=12869 vsize=9625040 CPUtime=4.75 cores=1,3,5,7
/proc/12872/task/12882/stat : 12882 (java) S 12869 12872 12134 0 -1 4202560 76786 0 0 0 423 52 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086477064360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12883] ppid=12869 vsize=9625040 CPUtime=27 cores=1,3,5,7
/proc/12872/task/12883/stat : 12883 (java) S 12869 12872 12134 0 -1 4202560 146938 0 0 0 2663 37 0 0 20 0 19 0 8230376 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086346767336 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12884] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12884/stat : 12884 (java) S 12869 12872 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8230376 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086345713400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12885] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12885/stat : 12885 (java) S 12869 12872 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8230376 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086344660488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12886] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12886/stat : 12886 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8230378 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086343608976 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12887] ppid=12869 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/12872/task/12887/stat : 12887 (java) S 12869 12872 12134 0 -1 4202560 3869 0 0 0 53 2 0 0 20 0 19 0 8230379 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086342556088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12888] ppid=12869 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/12872/task/12888/stat : 12888 (java) S 12869 12872 12134 0 -1 4202560 4113 0 0 0 66 0 0 0 20 0 19 0 8230379 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086341503288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12889] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12889/stat : 12889 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8230379 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086340450680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12890] ppid=12869 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/12872/task/12890/stat : 12890 (java) S 12869 12872 12134 0 -1 4202560 99 0 0 0 36 37 0 0 20 0 19 0 8230379 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086339398088 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12891] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12891/stat : 12891 (java) S 12869 12872 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8235032 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086338344616 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1751.29
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1770.4 s]
/proc/loadavg: 2.08 2.14 2.16 3/212 13000
/proc/meminfo: memFree=16639276/32872528 swapFree=447588/480292
[pid=12872] ppid=12869 vsize=9625040 CPUtime=1800.08 cores=1,3,5,7
/proc/12872/stat : 12872 (java) S 12869 12872 12134 0 -1 4202496 742692 0 1 0 179455 553 0 0 20 0 19 0 8230374 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140734826720912 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/12872/statm: 2406260 1732699 2293 9 0 2396937 0
[pid=12872/tid=12873] ppid=12869 vsize=9625040 CPUtime=1733.11 cores=1,3,5,7
/proc/12872/task/12873/stat : 12873 (java) R 12869 12872 12134 0 -1 4202560 3756 0 1 0 173250 61 0 0 20 0 19 0 8230374 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086522940624 140086348670480 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12875] ppid=12869 vsize=9625040 CPUtime=4.95 cores=1,3,5,7
/proc/12872/task/12875/stat : 12875 (java) S 12869 12872 12134 0 -1 4202560 67877 0 0 0 430 65 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086484433960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12876] ppid=12869 vsize=9625040 CPUtime=5.08 cores=1,3,5,7
/proc/12872/task/12876/stat : 12876 (java) S 12869 12872 12134 0 -1 4202560 68001 0 0 0 446 62 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086483381160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12877] ppid=12869 vsize=9625040 CPUtime=4.6 cores=1,3,5,7
/proc/12872/task/12877/stat : 12877 (java) S 12869 12872 12134 0 -1 4202560 73826 0 0 0 409 51 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086482328360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12878] ppid=12869 vsize=9625040 CPUtime=4.79 cores=1,3,5,7
/proc/12872/task/12878/stat : 12878 (java) S 12869 12872 12134 0 -1 4202560 84082 0 0 0 420 59 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086481275560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12879] ppid=12869 vsize=9625040 CPUtime=4.45 cores=1,3,5,7
/proc/12872/task/12879/stat : 12879 (java) S 12869 12872 12134 0 -1 4202560 59674 0 0 0 394 51 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086480222760 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12880] ppid=12869 vsize=9625040 CPUtime=4.84 cores=1,3,5,7
/proc/12872/task/12880/stat : 12880 (java) S 12869 12872 12134 0 -1 4202560 72620 0 0 0 427 57 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086479169960 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12881] ppid=12869 vsize=9625040 CPUtime=4.95 cores=1,3,5,7
/proc/12872/task/12881/stat : 12881 (java) S 12869 12872 12134 0 -1 4202560 79789 0 0 0 439 56 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086478117160 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12882] ppid=12869 vsize=9625040 CPUtime=4.83 cores=1,3,5,7
/proc/12872/task/12882/stat : 12882 (java) S 12869 12872 12134 0 -1 4202560 76786 0 0 0 431 52 0 0 20 0 19 0 8230375 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086477064360 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12883] ppid=12869 vsize=9625040 CPUtime=27 cores=1,3,5,7
/proc/12872/task/12883/stat : 12883 (java) S 12869 12872 12134 0 -1 4202560 146940 0 0 0 2663 37 0 0 20 0 19 0 8230376 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086346767336 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12884] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12884/stat : 12884 (java) S 12869 12872 12134 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 8230376 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086345713400 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12885] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12885/stat : 12885 (java) S 12869 12872 12134 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 8230376 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086344660488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12886] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12886/stat : 12886 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8230378 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086343608976 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12887] ppid=12869 vsize=9625040 CPUtime=0.55 cores=1,3,5,7
/proc/12872/task/12887/stat : 12887 (java) S 12869 12872 12134 0 -1 4202560 3869 0 0 0 53 2 0 0 20 0 19 0 8230379 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086342556088 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=12872/tid=12888] ppid=12869 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/12872/task/12888/stat : 12888 (java) S 12869 12872 12134 0 -1 4202560 4113 0 0 0 66 0 0 0 20 0 19 0 8230379 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086341503288 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=12872/tid=12889] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12889/stat : 12889 (java) S 12869 12872 12134 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8230379 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086340450680 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=12872/tid=12890] ppid=12869 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/12872/task/12890/stat : 12890 (java) S 12869 12872 12134 0 -1 4202560 101 0 0 0 36 39 0 0 20 0 19 0 8230379 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086339398088 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=12872/tid=12891] ppid=12869 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/12872/task/12891/stat : 12891 (java) S 12869 12872 12134 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8235032 9856040960 1732699 33554432000 1073741824 1073778376 140734826729776 140086338344616 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 12872 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1770.51 s]
/proc/loadavg: 2.08 2.14 2.16 3/212 13000
/proc/meminfo: memFree=16639276/32872528 swapFree=447588/480292
[pid=12872] ppid=12869 vsize=0 CPUtime=1800.92 cores=1,3,5,7
/proc/12872/stat : 12872 (java) Z 12869 12872 12134 0 -1 4203532 742869 0 1 0 179481 611 0 0 20 0 2 0 8230374 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/12872/statm: 0 0 0 0 0 0 0
[pid=12872/tid=12887] ppid=12869 vsize=0 CPUtime=0.63 cores=1,3,5,7
/proc/12872/task/12887/stat : 12887 (java) R 12869 12872 12134 0 -1 4203588 4014 0 0 0 55 8 0 0 20 0 2 0 8230379 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.92
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1770.52
CPU time (s): 1800.94
CPU user time (s): 1794.81
CPU system time (s): 6.13107
CPU usage (%): 101.718
Max. virtual memory (cumulated for all children) (KiB): 9690576

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.81
system time used= 6.13107
maximum resident set size= 6931480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 742869
page faults= 1
swaps= 0
block input operations= 8
block output operations= 1184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79240
involuntary context switches= 30783

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

The end

Launcher Data

Begin job on node104 at 2016-06-30 09:21:06
IDJOB=4119641
IDBENCH=111779
IDSOLVER=2546
FILE ID=node104/4119641-1467271261
RUNJOBID= node104-1467271038-12494
PBS_JOBID= 20004496
Free space on /tmp= 71464 MiB

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

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

MD5SUM BENCH= 3d8983c7606d16041efc6ed7c8805a79
RANDOM SEED=746075834

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:        26361824 kB
Buffers:          173220 kB
Cached:          1013576 kB
SwapCached:            0 kB
Active:          4516480 kB
Inactive:         723540 kB
Active(anon):    4054624 kB
Inactive(anon):     1404 kB
Active(file):     461856 kB
Inactive(file):   722136 kB
Unevictable:      480292 kB
Mlocked:          447588 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            136756 kB
Writeback:             0 kB
AnonPages:       4564480 kB
Mapped:            21408 kB
Shmem:               204 kB
Slab:             621348 kB
SReclaimable:      62524 kB
SUnreclaim:       558824 kB
KernelStack:        1560 kB
PageTables:        13092 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4917576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3997696 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= 71456 MiB
End job on node104 at 2016-06-30 09:50:37