Trace number 4100045

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.05 1784.15

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/fctp/normalized-reduced-mps-v2-20-10-n3701.opb
MD5SUM43d3150af29b8b449233a9299db57820
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables155000
Total number of constraints5150
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5150
Minimum length of a constraint31
Maximum length of a constraint3000
Number of terms in the objective function 155000
Biggest coefficient in the objective function 76
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 654811
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262144
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 654811
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.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@587bd9f2
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@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4100045-1466209731.opb
0.11/0.10	c reading problem ... 
0.11/0.11	c  objective function found
2.10/1.41	c ... done. Wall clock time 1.309s.
2.10/1.41	c declared #vars     155000
2.10/1.41	c #constraints  5300
2.10/1.41	c constraints type 
2.10/1.41	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
2.10/1.41	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 5270
2.10/1.41	c 5300 constraints processed.
2.10/1.41	c objective function length is 155000 literals
4.94/3.60	c cleaning 2501 clauses out of 5001 with flag 10002/5001
7.18/5.84	c cleaning 4250 clauses out of 8501 with flag 22004/11002
9.88/8.56	c cleaning 5625 clauses out of 11249 with flag 36000/18000
13.51/11.90	c cleaning 6811 clauses out of 13626 with flag 52092/26002
17.92/16.31	c cleaning 7904 clauses out of 15817 with flag 70201/35004
22.82/21.23	c cleaning 8948 clauses out of 17910 with flag 90317/45001
28.67/26.87	c cleaning 9973 clauses out of 19964 with flag 112450/56003
34.87/33.02	c cleaning 10990 clauses out of 21989 with flag 136589/68001
42.71/40.60	c cleaning 11988 clauses out of 24000 with flag 162681/81002
50.01/47.94	c cleaning 13001 clauses out of 26011 with flag 190817/95001
58.42/56.33	c cleaning 13993 clauses out of 28012 with flag 221004/110003
68.01/65.96	c cleaning 15003 clauses out of 30018 with flag 253036/126002
78.15/75.46	c cleaning 16001 clauses out of 32020 with flag 287142/143007
88.75/86.02	c cleaning 16997 clauses out of 34014 with flag 323261/161002
100.35/97.64	c cleaning 17995 clauses out of 36016 with flag 361359/180001
117.46/114.33	c cleaning 18999 clauses out of 38020 with flag 401513/200000
134.76/131.61	c cleaning 20007 clauses out of 40024 with flag 443708/221003
150.46/147.40	c cleaning 20990 clauses out of 42014 with flag 487818/243000
168.34/164.20	c cleaning 22000 clauses out of 44024 with flag 533957/266000
187.05/182.94	c cleaning 23008 clauses out of 46032 with flag 582038/290008
205.95/201.82	c cleaning 24002 clauses out of 48017 with flag 632193/315001
226.06/221.93	c cleaning 24994 clauses out of 50016 with flag 684513/341002
251.07/246.20	c cleaning 26002 clauses out of 52020 with flag 738780/368000
273.29/268.44	c cleaning 26999 clauses out of 54021 with flag 794936/396003
295.95/290.27	c cleaning 28006 clauses out of 56022 with flag 853037/425003
316.85/311.16	c cleaning 29004 clauses out of 58019 with flag 913128/455006
338.54/332.86	c cleaning 30001 clauses out of 60011 with flag 975239/486002
363.32/357.31	c cleaning 30998 clauses out of 62008 with flag 1039510/518000
389.12/383.11	c cleaning 31998 clauses out of 64014 with flag 1105686/551004
416.59/410.17	c cleaning 32993 clauses out of 66012 with flag 1173869/585000
445.88/439.42	c cleaning 34002 clauses out of 68021 with flag 1244079/620002
479.57/472.82	c cleaning 35006 clauses out of 70026 with flag 1316202/656009
509.98/503.23	c cleaning 35999 clauses out of 72014 with flag 1390336/693003
541.47/534.26	c cleaning 37000 clauses out of 74012 with flag 1466446/731000
571.07/563.82	c cleaning 37998 clauses out of 76012 with flag 1544552/770000
616.11/608.65	c cleaning 39004 clauses out of 78017 with flag 1624622/810003
656.37/648.46	c cleaning 40002 clauses out of 80017 with flag 1706949/851007
696.58/688.65	c cleaning 40997 clauses out of 82008 with flag 1791358/893000
737.91/729.80	c cleaning 42004 clauses out of 84018 with flag 1877675/936007
786.00/777.44	c cleaning 42994 clauses out of 86008 with flag 1965846/980001
840.80/832.20	c cleaning 44002 clauses out of 88014 with flag 2056008/1025001
899.29/890.19	c cleaning 44999 clauses out of 90011 with flag 2148685/1071000
946.24/936.33	c cleaning 46001 clauses out of 92012 with flag 2243149/1118000
993.35/983.35	c cleaning 47007 clauses out of 94024 with flag 2339529/1166013
1050.11/1039.96	c cleaning 47980 clauses out of 96004 with flag 2437914/1215000
1104.15/1093.64	c cleaning 48993 clauses out of 98025 with flag 2538105/1265001
1153.04/1142.01	c cleaning 50008 clauses out of 100032 with flag 2640400/1316001
1202.44/1189.80	c cleaning 51004 clauses out of 102024 with flag 2744916/1368001
1255.24/1242.43	c cleaning 51998 clauses out of 104019 with flag 2851430/1421000
1321.49/1308.32	c cleaning 53005 clauses out of 106022 with flag 2960122/1475001
1416.58/1403.06	c cleaning 54005 clauses out of 108020 with flag 3070598/1530004
1480.97/1466.68	c cleaning 55000 clauses out of 110011 with flag 3183136/1586000
1561.98/1547.15	c cleaning 56002 clauses out of 112014 with flag 3297377/1643003
1652.44/1637.24	c cleaning 56995 clauses out of 114010 with flag 3413735/1701001
1739.53/1723.76	c cleaning 57999 clauses out of 116015 with flag 3532507/1760001
1800.05/1784.10	c starts		: 1
1800.05/1784.10	c conflicts		: 1809383
1800.05/1784.10	c decisions		: 1824808
1800.05/1784.10	c propagations		: 375999022
1800.05/1784.10	c inspects		: 15968758141
1800.05/1784.10	c shortcuts		: 0
1800.05/1784.10	c learnt literals	: 0
1800.05/1784.10	c learnt binary clauses	: 0
1800.05/1784.10	c learnt ternary clauses	: 0
1800.05/1784.10	c learnt constraints	: 1809383
1800.05/1784.10	c ignored constraints	: 0
1800.05/1784.10	c root simplifications	: 0
1800.05/1784.10	c removed literals (reason simplification)	: 0
1800.05/1784.10	c reason swapping (by a shorter reason)	: 0
1800.05/1784.10	c Calls to reduceDB	: 55
1800.05/1784.10	c Number of update (reduction) of LBD	: 440
1800.05/1784.10	c Imported unit clauses	: 0
1800.05/1784.10	c number of reductions to clauses (during analyze)	: 0
1800.05/1784.10	c number of learned constraints concerned by reduction	: 0
1800.05/1784.10	c number of learning phase by resolution	: 0
1800.05/1784.10	c number of learning phase by cutting planes	: 0
1800.05/1784.10	c speed (assignments/second)	: 210932.87100018904
1800.05/1784.10	c non guided choices	9292
1800.05/1784.11	c timeout
1800.05/1784.13	c learnt constraints type 
1800.05/1784.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107398
1800.05/1784.13	s UNKNOWN
1800.05/1784.13	c Total wall clock time (in seconds): 1784.031

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-4100045-1466209731/watcher-4100045-1466209731 -o /tmp/evaluation-result-4100045-1466209731/solver-4100045-1466209731 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4100045-1466209731.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.38 2.31 2.20 3/196 6843
/proc/meminfo: memFree=30067652/32872528 swapFree=1482636/1662508
[pid=6843] ppid=6840 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6843/stat : 6843 (java) S 6840 6843 4518 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 23019592 98570240 978 33554432000 1073741824 1073778376 140734323111392 140734323102528 273909055549 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6843/statm: 24065 978 744 9 0 16771 0
[pid=6843/tid=6844] ppid=6840 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6844/stat : 6844 (java) R 6840 6843 4518 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 23019593 98570240 978 33554432000 1073741824 1073778376 140734323111392 140099303505448 273905698176 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100117 s]
/proc/loadavg: 2.38 2.31 2.20 3/196 6843
/proc/meminfo: memFree=30067652/32872528 swapFree=1482636/1662508
[pid=6843] ppid=6840 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/6843/stat : 6843 (java) S 6840 6843 4518 0 -1 4202496 4462 0 1 0 10 1 0 0 20 0 18 0 23019592 9787879424 6099 33554432000 1073741824 1073778376 140734323111392 140734323102528 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6843/statm: 2389619 6099 2155 9 0 2380296 0
[pid=6843/tid=6844] ppid=6840 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6843/task/6844/stat : 6844 (java) R 6840 6843 4518 0 -1 4202560 2378 0 1 0 7 0 0 0 20 0 18 0 23019593 9787879424 6099 33554432000 1073741824 1073778376 140734323111392 140099303508896 273909081357 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200315 s]
/proc/loadavg: 2.38 2.31 2.20 3/196 6843
/proc/meminfo: memFree=30067652/32872528 swapFree=1482636/1662508
[pid=6843] ppid=6840 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/6843/stat : 6843 (java) S 6840 6843 4518 0 -1 4202496 5006 0 1 0 30 1 0 0 20 0 18 0 23019592 9787879424 7907 33554432000 1073741824 1073778376 140734323111392 140734323102528 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6843/statm: 2389619 7908 2223 9 0 2380296 0
[pid=6843/tid=6844] ppid=6840 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/6843/task/6844/stat : 6844 (java) R 6840 6843 4518 0 -1 4202560 2397 0 1 0 17 0 0 0 20 0 18 0 23019593 9787879424 7912 33554432000 1073741824 1073778376 140734323111392 140099303508896 140099166040532 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300329 s]
/proc/loadavg: 2.38 2.31 2.20 3/196 6843
/proc/meminfo: memFree=30067652/32872528 swapFree=1482636/1662508
[pid=6843] ppid=6840 vsize=9558476 CPUtime=0.46 cores=0,2,4,6
/proc/6843/stat : 6843 (java) S 6840 6843 4518 0 -1 4202496 5473 0 1 0 45 1 0 0 20 0 18 0 23019592 9787879424 15293 33554432000 1073741824 1073778376 140734323111392 140734323102528 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6843/statm: 2389619 15293 2231 9 0 2380296 0
[pid=6843/tid=6844] ppid=6840 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/6843/task/6844/stat : 6844 (java) R 6840 6843 4518 0 -1 4202560 2411 0 1 0 26 1 0 0 20 0 18 0 23019593 9787879424 15293 33554432000 1073741824 1073778376 140734323111392 140099303508896 140099166040248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558476

[startup+0.700294 s]
/proc/loadavg: 2.38 2.31 2.20 3/196 6843
/proc/meminfo: memFree=30067652/32872528 swapFree=1482636/1662508
[pid=6843] ppid=6840 vsize=9558476 CPUtime=1.12 cores=0,2,4,6
/proc/6843/stat : 6843 (java) S 6840 6843 4518 0 -1 4202496 6049 0 1 0 104 8 0 0 20 0 18 0 23019592 9787879424 46381 33554432000 1073741824 1073778376 140734323111392 140734323102528 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6843/statm: 2389619 46381 2262 9 0 2380296 0
[pid=6843/tid=6844] ppid=6840 vsize=9558476 CPUtime=0.64 cores=0,2,4,6
/proc/6843/task/6844/stat : 6844 (java) R 6840 6843 4518 0 -1 4202560 2463 0 1 0 61 3 0 0 20 0 18 0 23019593 9787879424 46381 33554432000 1073741824 1073778376 140734323111392 140099303508472 140099166145208 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 2.35 2.30 2.20 3/214 6861
/proc/meminfo: memFree=29834104/32872528 swapFree=1482636/1662508
[pid=6843] ppid=6840 vsize=9558476 CPUtime=2.27 cores=0,2,4,6
/proc/6843/stat : 6843 (java) S 6840 6843 4518 0 -1 4202496 8164 0 1 0 211 16 0 0 20 0 18 0 23019592 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140734323102528 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6843/statm: 2389619 75294 2271 9 0 2380296 0
[pid=6843/tid=6844] ppid=6840 vsize=9558476 CPUtime=1.37 cores=0,2,4,6
/proc/6843/task/6844/stat : 6844 (java) R 6840 6843 4518 0 -1 4202560 2499 0 1 0 133 4 0 0 20 0 18 0 23019593 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099303510360 140099165698170 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6846] ppid=6840 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/6843/task/6846/stat : 6846 (java) S 6840 6843 4518 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 18 0 23019593 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099292572328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6847] ppid=6840 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/6843/task/6847/stat : 6847 (java) S 6840 6843 4518 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 18 0 23019593 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099291519784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6848] ppid=6840 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/6843/task/6848/stat : 6848 (java) S 6840 6843 4518 0 -1 4202560 109 0 0 0 3 1 0 0 20 0 18 0 23019593 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099290467240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6849] ppid=6840 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/6843/task/6849/stat : 6849 (java) S 6840 6843 4518 0 -1 4202560 40 0 0 0 3 2 0 0 20 0 18 0 23019593 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099289414696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6850] ppid=6840 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/6843/task/6850/stat : 6850 (java) S 6840 6843 4518 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 18 0 23019593 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099288361128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6851] ppid=6840 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/6843/task/6851/stat : 6851 (java) S 6840 6843 4518 0 -1 4202560 130 0 0 0 5 2 0 0 20 0 18 0 23019593 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099287308584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6852] ppid=6840 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/6843/task/6852/stat : 6852 (java) S 6840 6843 4518 0 -1 4202560 110 0 0 0 2 1 0 0 20 0 18 0 23019593 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099286256040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6853] ppid=6840 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/6843/task/6853/stat : 6853 (java) S 6840 6843 4518 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 18 0 23019593 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099285203496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6854] ppid=6840 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6854/stat : 6854 (java) S 6840 6843 4518 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 23019594 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099126897256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6855] ppid=6840 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6855/stat : 6855 (java) S 6840 6843 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23019595 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099125843576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6856] ppid=6840 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6856/stat : 6856 (java) S 6840 6843 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23019595 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099124790920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6857] ppid=6840 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6857/stat : 6857 (java) S 6840 6843 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23019597 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099123739664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6858] ppid=6840 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/6843/task/6858/stat : 6858 (java) S 6840 6843 4518 0 -1 4202560 2135 0 0 0 28 0 0 0 20 0 18 0 23019597 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099122686008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6859] ppid=6840 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/6843/task/6859/stat : 6859 (java) S 6840 6843 4518 0 -1 4202560 1671 0 0 0 19 0 0 0 20 0 18 0 23019597 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099121633464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6860] ppid=6840 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6860/stat : 6860 (java) S 6840 6843 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23019597 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099120581112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6861] ppid=6840 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6861/stat : 6861 (java) S 6840 6843 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23019597 9787879424 75294 33554432000 1073741824 1073778376 140734323111392 140099119528776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 2.35 2.30 2.20 3/215 6862
/proc/meminfo: memFree=29751128/32872528 swapFree=1482636/1662508
[pid=6843] ppid=6840 vsize=9625040 CPUtime=4.26 cores=0,2,4,6
/proc/6843/stat : 6843 (java) S 6840 6843 4518 0 -1 4202496 12000 0 1 0 409 17 0 0 20 0 19 0 23019592 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140734323102528 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6843/statm: 2406260 91276 2273 9 0 2396937 0
[pid=6843/tid=6844] ppid=6840 vsize=9625040 CPUtime=2.96 cores=0,2,4,6
/proc/6843/task/6844/stat : 6844 (java) S 6840 6843 4518 0 -1 4202560 2526 0 1 0 292 4 0 0 20 0 19 0 23019593 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099303509224 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6846] ppid=6840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6843/task/6846/stat : 6846 (java) S 6840 6843 4518 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 19 0 23019593 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099292572328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6847] ppid=6840 vsize=9625040 CPUtime=0.01 cores=0,2,4,6
/proc/6843/task/6847/stat : 6847 (java) R 6840 6843 4518 0 -1 4202560 92 0 0 0 1 0 0 0 20 0 19 0 23019593 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099291519784 273909068860 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6848] ppid=6840 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/6843/task/6848/stat : 6848 (java) S 6840 6843 4518 0 -1 4202560 109 0 0 0 3 1 0 0 20 0 19 0 23019593 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099290467240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6849] ppid=6840 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/6843/task/6849/stat : 6849 (java) R 6840 6843 4518 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 19 0 23019593 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099289414696 140099307686063 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6850] ppid=6840 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6843/task/6850/stat : 6850 (java) S 6840 6843 4518 0 -1 4202560 15 0 0 0 1 1 0 0 20 0 19 0 23019593 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099288361128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6851] ppid=6840 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/6843/task/6851/stat : 6851 (java) R 6840 6843 4518 0 -1 4202560 135 0 0 0 6 2 0 0 20 0 19 0 23019593 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099287308584 140099305981645 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6852] ppid=6840 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6843/task/6852/stat : 6852 (java) S 6840 6843 4518 0 -1 4202560 110 0 0 0 2 1 0 0 20 0 19 0 23019593 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099286256040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6853] ppid=6840 vsize=9625040 CPUtime=0.02 cores=0,2,4,6
/proc/6843/task/6853/stat : 6853 (java) S 6840 6843 4518 0 -1 4202560 23 0 0 0 1 1 0 0 20 0 19 0 23019593 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099285203496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6854] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6854/stat : 6854 (java) S 6840 6843 4518 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 23019594 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099126896136 273909068860 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6855] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6855/stat : 6855 (java) S 6840 6843 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23019595 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099125843576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6856] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6856/stat : 6856 (java) S 6840 6843 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23019595 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099124790920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6857] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6857/stat : 6857 (java) S 6840 6843 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23019597 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099123739664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6858] ppid=6840 vsize=9625040 CPUtime=0.41 cores=0,2,4,6
/proc/6843/task/6858/stat : 6858 (java) S 6840 6843 4518 0 -1 4202560 2308 0 0 0 41 0 0 0 20 0 19 0 23019597 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099122686008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6859] ppid=6840 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/6843/task/6859/stat : 6859 (java) S 6840 6843 4518 0 -1 4202560 5285 0 0 0 44 0 0 0 20 0 19 0 23019597 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099121633464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6860] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6860/stat : 6860 (java) S 6840 6843 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23019597 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099120581112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6861] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6861/stat : 6861 (java) S 6840 6843 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23019597 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099119528776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6862] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6862/stat : 6862 (java) S 6840 6843 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23019748 9856040960 91276 33554432000 1073741824 1073778376 140734323111392 140099118474536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9625040

[startup+6.30083 s]
/proc/loadavg: 2.32 2.30 2.20 4/215 6862
/proc/meminfo: memFree=29637356/32872528 swapFree=1482636/1662508
[pid=6843] ppid=6840 vsize=9625040 CPUtime=7.68 cores=0,2,4,6
/proc/6843/stat : 6843 (java) S 6840 6843 4518 0 -1 4202496 12332 0 1 0 749 19 0 0 20 0 19 0 23019592 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140734323102528 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6843/statm: 2406260 106780 2278 9 0 2396937 0
[pid=6843/tid=6844] ppid=6840 vsize=9625040 CPUtime=6.11 cores=0,2,4,6
/proc/6843/task/6844/stat : 6844 (java) R 6840 6843 4518 0 -1 4202560 2529 0 1 0 606 5 0 0 20 0 19 0 23019593 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099303508504 140099166497136 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6846] ppid=6840 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6843/task/6846/stat : 6846 (java) S 6840 6843 4518 0 -1 4202560 25 0 0 0 1 2 0 0 20 0 19 0 23019593 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099292572328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6847] ppid=6840 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6843/task/6847/stat : 6847 (java) S 6840 6843 4518 0 -1 4202560 98 0 0 0 3 0 0 0 20 0 19 0 23019593 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099291519784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6848] ppid=6840 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/6843/task/6848/stat : 6848 (java) S 6840 6843 4518 0 -1 4202560 113 0 0 0 4 2 0 0 20 0 19 0 23019593 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099290467240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6849] ppid=6840 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/6843/task/6849/stat : 6849 (java) S 6840 6843 4518 0 -1 4202560 49 0 0 0 6 2 0 0 20 0 19 0 23019593 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099289414696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6850] ppid=6840 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/6843/task/6850/stat : 6850 (java) S 6840 6843 4518 0 -1 4202560 23 0 0 0 2 1 0 0 20 0 19 0 23019593 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099288361128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6851] ppid=6840 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/6843/task/6851/stat : 6851 (java) S 6840 6843 4518 0 -1 4202560 159 0 0 0 10 3 0 0 20 0 19 0 23019593 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099287308584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6852] ppid=6840 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/6843/task/6852/stat : 6852 (java) S 6840 6843 4518 0 -1 4202560 124 0 0 0 3 2 0 0 20 0 19 0 23019593 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099286256040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6853] ppid=6840 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/6843/task/6853/stat : 6853 (java) S 6840 6843 4518 0 -1 4202560 34 0 0 0 2 2 0 0 20 0 19 0 23019593 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099285203496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6854] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6854/stat : 6854 (java) S 6840 6843 4518 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 23019594 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099126897256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6855] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6855/stat : 6855 (java) S 6840 6843 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23019595 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099125843576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6856] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6856/stat : 6856 (java) S 6840 6843 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23019595 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099124790920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6857] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6857/stat : 6857 (java) S 6840 6843 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23019597 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099123739664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6858] ppid=6840 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/6843/task/6858/stat : 6858 (java) S 6840 6843 4518 0 -1 4202560 2422 0 0 0 47 0 0 0 20 0 19 0 23019597 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099122686008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6859] ppid=6840 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/6843/task/6859/stat : 6859 (java) S 6840 6843 4518 0 -1 4202560 5294 0 0 0 51 0 0 0 20 0 19 0 23019597 9856040960 106780 33554432000 1073741824 1073778376 140734323111392 140099121633464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6860] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=6843/tid=6862] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6862/stat : 6862 (java) S 6840 6843 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23019748 9856040960 911718 33554432000 1073741824 1073778376 140734323111392 140099118474536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1738.13
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.41 2.28 2.24 3/215 6972
/proc/meminfo: memFree=26493916/32872528 swapFree=1482636/1662508
[pid=6843] ppid=6840 vsize=9625040 CPUtime=1798.25 cores=0,2,4,6
/proc/6843/stat : 6843 (java) S 6840 6843 4518 0 -1 4202496 26151 0 1 0 179415 410 0 0 20 0 19 0 23019592 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140734323102528 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6843/statm: 2406260 907566 2286 9 0 2396937 0
[pid=6843/tid=6844] ppid=6840 vsize=9625040 CPUtime=1768.1 cores=0,2,4,6
/proc/6843/task/6844/stat : 6844 (java) R 6840 6843 4518 0 -1 4202560 4109 0 1 0 176765 45 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099303509200 140099166421344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6846] ppid=6840 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/6843/task/6846/stat : 6846 (java) S 6840 6843 4518 0 -1 4202560 1107 0 0 0 202 46 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099292572328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6847] ppid=6840 vsize=9625040 CPUtime=2.9 cores=0,2,4,6
/proc/6843/task/6847/stat : 6847 (java) S 6840 6843 4518 0 -1 4202560 1709 0 0 0 225 65 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099291519784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6848] ppid=6840 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/6843/task/6848/stat : 6848 (java) S 6840 6843 4518 0 -1 4202560 1048 0 0 0 201 37 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099290467240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6849] ppid=6840 vsize=9625040 CPUtime=2.29 cores=0,2,4,6
/proc/6843/task/6849/stat : 6849 (java) S 6840 6843 4518 0 -1 4202560 1117 0 0 0 191 38 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099289414696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6850] ppid=6840 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/6843/task/6850/stat : 6850 (java) S 6840 6843 4518 0 -1 4202560 1129 0 0 0 217 49 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099288361128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6851] ppid=6840 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/6843/task/6851/stat : 6851 (java) S 6840 6843 4518 0 -1 4202560 1584 0 0 0 202 56 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099287308584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6852] ppid=6840 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/6843/task/6852/stat : 6852 (java) S 6840 6843 4518 0 -1 4202560 1187 0 0 0 215 38 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099286256040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6853] ppid=6840 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/6843/task/6853/stat : 6853 (java) S 6840 6843 4518 0 -1 4202560 757 0 0 0 166 30 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099285203496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6854] ppid=6840 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/6843/task/6854/stat : 6854 (java) S 6840 6843 4518 0 -1 4202560 3320 0 0 0 428 3 0 0 20 0 19 0 23019594 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099126897256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6855] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6855/stat : 6855 (java) S 6840 6843 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23019595 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099125843576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6856] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6856/stat : 6856 (java) S 6840 6843 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23019595 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099124790920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6857] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6857/stat : 6857 (java) S 6840 6843 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099123739664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6858] ppid=6840 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/6843/task/6858/stat : 6858 (java) S 6840 6843 4518 0 -1 4202560 2422 0 0 0 47 0 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099122686008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6859] ppid=6840 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6843/task/6859/stat : 6859 (java) S 6840 6843 4518 0 -1 4202560 5295 0 0 0 53 0 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099121633464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6860] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6860/stat : 6860 (java) S 6840 6843 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099120581112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6861] ppid=6840 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6843/task/6861/stat : 6861 (java) S 6840 6843 4518 0 -1 4202560 103 0 0 0 33 29 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099119528776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6862] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6862/stat : 6862 (java) S 6840 6843 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23019748 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099118474536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1798.25
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1784.1 s]
/proc/loadavg: 2.41 2.28 2.24 3/215 6972
/proc/meminfo: memFree=26493916/32872528 swapFree=1482636/1662508
[pid=6843] ppid=6840 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/6843/stat : 6843 (java) S 6840 6843 4518 0 -1 4202496 26151 0 1 0 179595 410 0 0 20 0 19 0 23019592 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140734323102528 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6843/statm: 2406260 907566 2286 9 0 2396937 0
[pid=6843/tid=6844] ppid=6840 vsize=9625040 CPUtime=1769.9 cores=0,2,4,6
/proc/6843/task/6844/stat : 6844 (java) R 6840 6843 4518 0 -1 4202560 4109 0 1 0 176945 45 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099303509200 140099166331442 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6846] ppid=6840 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/6843/task/6846/stat : 6846 (java) S 6840 6843 4518 0 -1 4202560 1107 0 0 0 202 46 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099292572328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6847] ppid=6840 vsize=9625040 CPUtime=2.9 cores=0,2,4,6
/proc/6843/task/6847/stat : 6847 (java) S 6840 6843 4518 0 -1 4202560 1709 0 0 0 225 65 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099291519784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6848] ppid=6840 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/6843/task/6848/stat : 6848 (java) S 6840 6843 4518 0 -1 4202560 1048 0 0 0 201 37 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099290467240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6849] ppid=6840 vsize=9625040 CPUtime=2.29 cores=0,2,4,6
/proc/6843/task/6849/stat : 6849 (java) S 6840 6843 4518 0 -1 4202560 1117 0 0 0 191 38 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099289414696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6850] ppid=6840 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/6843/task/6850/stat : 6850 (java) S 6840 6843 4518 0 -1 4202560 1129 0 0 0 217 49 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099288361128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6851] ppid=6840 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/6843/task/6851/stat : 6851 (java) S 6840 6843 4518 0 -1 4202560 1584 0 0 0 202 56 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099287308584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6852] ppid=6840 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/6843/task/6852/stat : 6852 (java) S 6840 6843 4518 0 -1 4202560 1187 0 0 0 215 38 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099286256040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6853] ppid=6840 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/6843/task/6853/stat : 6853 (java) S 6840 6843 4518 0 -1 4202560 757 0 0 0 166 30 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099285203496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6854] ppid=6840 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/6843/task/6854/stat : 6854 (java) S 6840 6843 4518 0 -1 4202560 3320 0 0 0 428 3 0 0 20 0 19 0 23019594 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099126897256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6855] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6855/stat : 6855 (java) S 6840 6843 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23019595 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099125843576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6856] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6856/stat : 6856 (java) S 6840 6843 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23019595 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099124790920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6857] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6857/stat : 6857 (java) S 6840 6843 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099123739664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6858] ppid=6840 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/6843/task/6858/stat : 6858 (java) S 6840 6843 4518 0 -1 4202560 2422 0 0 0 47 0 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099122686008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6859] ppid=6840 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6843/task/6859/stat : 6859 (java) S 6840 6843 4518 0 -1 4202560 5295 0 0 0 53 0 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099121633464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6860] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6860/stat : 6860 (java) S 6840 6843 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099120581112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6861] ppid=6840 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6843/task/6861/stat : 6861 (java) S 6840 6843 4518 0 -1 4202560 103 0 0 0 33 29 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099119528776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6862] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6862/stat : 6862 (java) S 6840 6843 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23019748 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099118474536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 6843 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1784.1 s]
/proc/loadavg: 2.41 2.28 2.24 3/215 6972
/proc/meminfo: memFree=26493916/32872528 swapFree=1482636/1662508
[pid=6843] ppid=6840 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/6843/stat : 6843 (java) S 6840 6843 4518 0 -1 4202496 26151 0 1 0 179595 410 0 0 20 0 19 0 23019592 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140734323102528 273909055549 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/6843/statm: 2406260 907566 2286 9 0 2396937 0
[pid=6843/tid=6844] ppid=6840 vsize=9625040 CPUtime=1769.9 cores=0,2,4,6
/proc/6843/task/6844/stat : 6844 (java) R 6840 6843 4518 0 -1 4202560 4109 0 1 0 176945 45 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099303509200 140099166331442 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6846] ppid=6840 vsize=9625040 CPUtime=2.48 cores=0,2,4,6
/proc/6843/task/6846/stat : 6846 (java) S 6840 6843 4518 0 -1 4202560 1107 0 0 0 202 46 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099292572328 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6847] ppid=6840 vsize=9625040 CPUtime=2.9 cores=0,2,4,6
/proc/6843/task/6847/stat : 6847 (java) S 6840 6843 4518 0 -1 4202560 1709 0 0 0 225 65 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099291519784 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6848] ppid=6840 vsize=9625040 CPUtime=2.38 cores=0,2,4,6
/proc/6843/task/6848/stat : 6848 (java) S 6840 6843 4518 0 -1 4202560 1048 0 0 0 201 37 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099290467240 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6849] ppid=6840 vsize=9625040 CPUtime=2.29 cores=0,2,4,6
/proc/6843/task/6849/stat : 6849 (java) S 6840 6843 4518 0 -1 4202560 1117 0 0 0 191 38 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099289414696 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6850] ppid=6840 vsize=9625040 CPUtime=2.66 cores=0,2,4,6
/proc/6843/task/6850/stat : 6850 (java) S 6840 6843 4518 0 -1 4202560 1129 0 0 0 217 49 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099288361128 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6851] ppid=6840 vsize=9625040 CPUtime=2.58 cores=0,2,4,6
/proc/6843/task/6851/stat : 6851 (java) S 6840 6843 4518 0 -1 4202560 1584 0 0 0 202 56 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099287308584 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6852] ppid=6840 vsize=9625040 CPUtime=2.53 cores=0,2,4,6
/proc/6843/task/6852/stat : 6852 (java) S 6840 6843 4518 0 -1 4202560 1187 0 0 0 215 38 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099286256040 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6853] ppid=6840 vsize=9625040 CPUtime=1.96 cores=0,2,4,6
/proc/6843/task/6853/stat : 6853 (java) S 6840 6843 4518 0 -1 4202560 757 0 0 0 166 30 0 0 20 0 19 0 23019593 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099285203496 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6854] ppid=6840 vsize=9625040 CPUtime=4.31 cores=0,2,4,6
/proc/6843/task/6854/stat : 6854 (java) S 6840 6843 4518 0 -1 4202560 3320 0 0 0 428 3 0 0 20 0 19 0 23019594 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099126897256 273909069737 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6855] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6855/stat : 6855 (java) S 6840 6843 4518 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 23019595 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099125843576 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6856] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6856/stat : 6856 (java) S 6840 6843 4518 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 23019595 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099124790920 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6857] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6857/stat : 6857 (java) S 6840 6843 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099123739664 273909077792 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6843/tid=6858] ppid=6840 vsize=9625040 CPUtime=0.47 cores=0,2,4,6
/proc/6843/task/6858/stat : 6858 (java) S 6840 6843 4518 0 -1 4202560 2422 0 0 0 47 0 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099122686008 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6843/tid=6859] ppid=6840 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/6843/task/6859/stat : 6859 (java) S 6840 6843 4518 0 -1 4202560 5295 0 0 0 53 0 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099121633464 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6860] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6860/stat : 6860 (java) S 6840 6843 4518 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099120581112 273909068860 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6843/tid=6861] ppid=6840 vsize=9625040 CPUtime=0.62 cores=0,2,4,6
/proc/6843/task/6861/stat : 6861 (java) S 6840 6843 4518 0 -1 4202560 103 0 0 0 33 29 0 0 20 0 19 0 23019597 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099119528776 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6843/tid=6862] ppid=6840 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/6843/task/6862/stat : 6862 (java) S 6840 6843 4518 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 23019748 9856040960 907566 33554432000 1073741824 1073778376 140734323111392 140099118474536 273909069737 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 6843 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=438659
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=522312
# CPU time returned by wait4() is 1795.96
# while last known CPU time is 1800.05
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1784.15
CPU time (s): 1800.05
CPU user time (s): 1795.95
CPU system time (s): 4.1
CPU usage (%): 100.891
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.44
system time used= 4.52231
maximum resident set size= 3808244
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26215
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38777
involuntary context switches= 13396

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.8091 second user time and 16.0146 second system time

The end

Launcher Data

Begin job on node134 at 2016-06-18 02:28:52
IDJOB=4100045
IDBENCH=1566
IDSOLVER=2546
FILE ID=node134/4100045-1466209731
RUNJOBID= node134-1466206058-4534
PBS_JOBID= 19918143
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/pub/fctp/normalized-reduced-mps-v2-20-10-n3701.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100045-1466209731/watcher-4100045-1466209731 -o /tmp/evaluation-result-4100045-1466209731/solver-4100045-1466209731 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node134-1466206058-4534 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4100045-1466209731.opb

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

MD5SUM BENCH= 43d3150af29b8b449233a9299db57820
RANDOM SEED=1569454093

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.020
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:        30068056 kB
Buffers:           41904 kB
Cached:            83144 kB
SwapCached:         1008 kB
Active:           347744 kB
Inactive:          75656 kB
Active(anon):     298968 kB
Inactive(anon):     1580 kB
Active(file):      48776 kB
Inactive(file):    74076 kB
Unevictable:     1662508 kB
Mlocked:         1482636 kB
SwapTotal:      67108856 kB
SwapFree:       67100076 kB
Dirty:              8620 kB
Writeback:            24 kB
AnonPages:       1978400 kB
Mapped:            15264 kB
Shmem:                 0 kB
Slab:             569008 kB
SReclaimable:      12764 kB
SUnreclaim:       556244 kB
KernelStack:        1600 kB
PageTables:         8096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2425356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 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= 71712 MiB
End job on node134 at 2016-06-18 02:58:36