Trace number 4106222

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 PB16OPT3 15.1807 13.8718

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=97-P1=11-P2=73-P3=43-P4=127-P5=127-P6=37-P7=127-P8=5-B.opb
MD5SUM44a2a8c9706392fba8f7dee35869ba61
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.103983
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables168
Total number of constraints17
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 constraints17
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)392
Sum of products size (including duplicates)784
Number of different products392
Sum of products size784

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4106222-1466270322.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c  objective function found
0.10/0.18	c ... done. Wall clock time 0.067s.
0.10/0.18	c declared #vars     168
0.10/0.18	c internal #vars     560
0.10/0.18	c #constraints  809
0.10/0.18	c constraints type 
0.10/0.18	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 392
0.10/0.18	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 417
0.10/0.18	c 809 constraints processed.
0.10/0.18	c objective function length is 7 literals
0.76/0.53	c cleaning 2500 clauses out of 5000 with flag 10691/5000
1.31/0.81	c cleaning 4242 clauses out of 8502 with flag 24878/11002
1.51/1.08	c cleaning 5617 clauses out of 11259 with flag 39992/18001
2.08/1.50	c cleaning 6813 clauses out of 13640 with flag 57394/26000
2.78/2.00	c cleaning 7904 clauses out of 15827 with flag 77693/35000
2.90/2.02	c SATISFIABLE
2.90/2.02	c OPTIMIZING...
2.90/2.02	c Got one! Elapsed wall clock time (in seconds):1.907
2.90/2.02	o 103
3.31/2.25	c cleaning 6931 clauses out of 13867 with flag 12363/40944
3.75/2.55	c cleaning 6453 clauses out of 12937 with flag 26312/46945
3.85/2.66	c Got one! Elapsed wall clock time (in seconds):2.549
3.85/2.66	o 7
3.95/2.75	c cleaning 5779 clauses out of 11579 with flag 4590/52040
4.15/2.95	c Got one! Elapsed wall clock time (in seconds):2.839
4.15/2.95	o 5
4.25/3.05	c Got one! Elapsed wall clock time (in seconds):2.933
4.25/3.05	o 3
4.46/3.22	c cleaning 8207 clauses out of 16428 with flag 6891/62669
4.67/3.50	c cleaning 7093 clauses out of 14222 with flag 20587/68670
5.06/3.83	c cleaning 7063 clauses out of 14129 with flag 36170/75670
5.36/4.13	c cleaning 7527 clauses out of 15066 with flag 54174/83670
5.77/4.53	c cleaning 8264 clauses out of 16539 with flag 74727/92670
6.17/4.99	c cleaning 9130 clauses out of 18273 with flag 97511/102669
6.68/5.48	c cleaning 10057 clauses out of 20143 with flag 121456/113669
7.28/6.08	c cleaning 11038 clauses out of 22086 with flag 148340/125669
7.98/6.78	c cleaning 12018 clauses out of 24049 with flag 178371/138671
8.78/7.54	c cleaning 13015 clauses out of 26030 with flag 210560/152670
9.69/8.48	c cleaning 14002 clauses out of 28014 with flag 244106/167669
10.69/9.46	c cleaning 14998 clauses out of 30013 with flag 280756/183671
11.89/10.61	c cleaning 16003 clauses out of 32014 with flag 320257/200670
13.18/11.95	c cleaning 16999 clauses out of 34010 with flag 360661/218670
15.08/13.86	c starts		: 560
15.08/13.86	c conflicts		: 237637
15.08/13.86	c decisions		: 274949
15.08/13.86	c propagations		: 3899532
15.08/13.86	c inspects		: 198089822
15.08/13.86	c shortcuts		: 0
15.08/13.86	c learnt literals	: 18
15.08/13.86	c learnt binary clauses	: 19
15.08/13.86	c learnt ternary clauses	: 43
15.08/13.86	c learnt constraints	: 237618
15.08/13.86	c ignored constraints	: 0
15.08/13.86	c root simplifications	: 0
15.08/13.86	c removed literals (reason simplification)	: 0
15.08/13.86	c reason swapping (by a shorter reason)	: 0
15.08/13.86	c Calls to reduceDB	: 22
15.08/13.86	c Number of update (reduction) of LBD	: 11020
15.08/13.86	c Imported unit clauses	: 0
15.08/13.86	c number of reductions to clauses (during analyze)	: 0
15.08/13.86	c number of learned constraints concerned by reduction	: 0
15.08/13.86	c number of learning phase by resolution	: 0
15.08/13.86	c number of learning phase by cutting planes	: 0
15.08/13.86	c speed (assignments/second)	: 285074.34754002484
15.08/13.86	c non guided choices	2455
15.08/13.86	c learnt constraints type 
15.08/13.86	s OPTIMUM FOUND
15.08/13.86	c Found 4 solution(s)
15.08/13.86	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 x9 -x10 -x11 -x12 -x13 -x14 x15 -x16 -x17 x18 -x19 -x20 -x21 x22 x23 x24 -x25 -x26 -x27 x28 x29 x30 -x31 x32 -x33 x34 -x35 x36 x37 x38 -x39 x40 x41 x42 x43 x44 -x45 -x46 x47 -x48 -x49 x50 -x51 x52 -x53 -x54 -x55 -x56 x57 x58 -x59 x60 x61 -x62 -x63 x64 -x65 -x66 x67 -x68 -x69 -x70 x71 -x72 -x73 -x74 x75 -x76 x77 x78 x79 x80 -x81 x82 x83 x84 x85 -x86 x87 x88 x89 x90 x91 x92 x93 -x94 x95 x96 -x97 -x98 x99 -x100 -x101 -x102 -x103 -x104 -x105 x106 -x107 x108 -x109 -x110 -x111 -x112 -x113 -x114 -x115 -x116 -x117 -x118 -x119 -x120 -x121 -x122 -x123 -x124 -x125 -x126 -x127 -x128 x129 x130 -x131 x132 -x133 x134 x135 x136 -x137 -x138 x139 -x140 -x141 -x142 x143 -x144 x145 x146 x147 -x148 -x149 x150 -x151 -x152 -x153 -x154 -x155 -x156 -x157 -x158 -x159 -x160 -x161 x162 -x163 -x164 -x165 -x166 -x167 -x168 
15.08/13.86	c objective function=3
15.08/13.86	c Total wall clock time (in seconds): 13.75

Verifier Data

OK	3

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-4106222-1466270322/watcher-4106222-1466270322 -o /tmp/evaluation-result-4106222-1466270322/solver-4106222-1466270322 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24567 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4106222-1466270322.opb 

pid=27139
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.20 2.09 2.02 3/194 27142
/proc/meminfo: memFree=31262544/32872528 swapFree=338416/354768
[pid=27142] ppid=27139 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27142/stat : 27142 (java) S 27139 27142 24550 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 29078927 98570240 977 33554432000 1073741824 1073778376 140733888816720 140733888807856 242170757181 0 0 4096 0 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27142/statm: 24065 977 743 9 0 16771 0
[pid=27142/tid=27143] ppid=27139 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27143/stat : 27143 (java) R 27139 27142 24550 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 29078927 98570240 977 33554432000 1073741824 1073778376 140733888816720 140676574809640 242167399808 0 0 4096 0 0 0 0 -1 1 0 0 0 0 0

[startup+0.10017 s]
/proc/loadavg: 2.20 2.09 2.02 3/194 27142
/proc/meminfo: memFree=31262544/32872528 swapFree=338416/354768
[pid=27142] ppid=27139 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/27142/stat : 27142 (java) S 27139 27142 24550 0 -1 4202496 4390 0 1 0 9 1 0 0 20 0 18 0 29078927 9787879424 6022 33554432000 1073741824 1073778376 140733888816720 140733888807856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27142/statm: 2389619 6022 2125 9 0 2380296 0
[pid=27142/tid=27143] ppid=27139 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/27142/task/27143/stat : 27143 (java) R 27139 27142 24550 0 -1 4202560 2380 0 1 0 6 1 0 0 20 0 18 0 29078927 9787879424 6022 33554432000 1073741824 1073778376 140733888816720 140676574812440 140676578344635 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200377 s]
/proc/loadavg: 2.20 2.09 2.02 3/194 27142
/proc/meminfo: memFree=31262544/32872528 swapFree=338416/354768
[pid=27142] ppid=27139 vsize=9625040 CPUtime=0.25 cores=1,3,5,7
/proc/27142/stat : 27142 (java) S 27139 27142 24550 0 -1 4202496 4920 0 1 0 24 1 0 0 20 0 19 0 29078927 9856040960 7521 33554432000 1073741824 1073778376 140733888816720 140733888807856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27142/statm: 2406260 7521 2221 9 0 2396937 0
[pid=27142/tid=27143] ppid=27139 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/27142/task/27143/stat : 27143 (java) R 27139 27142 24550 0 -1 4202560 2419 0 1 0 16 1 0 0 20 0 19 0 29078927 9856040960 7521 33554432000 1073741824 1073778376 140733888816720 140676574814848 140676436170710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9625040

[startup+0.300367 s]
/proc/loadavg: 2.20 2.09 2.02 3/194 27142
/proc/meminfo: memFree=31262544/32872528 swapFree=338416/354768
[pid=27142] ppid=27139 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/27142/stat : 27142 (java) S 27139 27142 24550 0 -1 4202496 6679 0 1 0 50 2 0 0 20 0 19 0 29078927 9856040960 8402 33554432000 1073741824 1073778376 140733888816720 140733888807856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27142/statm: 2406260 8402 2239 9 0 2396937 0
[pid=27142/tid=27143] ppid=27139 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/27142/task/27143/stat : 27143 (java) R 27139 27142 24550 0 -1 4202560 2421 0 1 0 26 1 0 0 20 0 19 0 29078927 9856040960 8402 33554432000 1073741824 1073778376 140733888816720 140676574814376 140676436498394 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9625040

[startup+0.700225 s]
/proc/loadavg: 2.20 2.09 2.02 3/194 27142
/proc/meminfo: memFree=31262544/32872528 swapFree=338416/354768
[pid=27142] ppid=27139 vsize=9625040 CPUtime=1.18 cores=1,3,5,7
/proc/27142/stat : 27142 (java) S 27139 27142 24550 0 -1 4202496 14468 0 1 0 115 3 0 0 20 0 19 0 29078927 9856040960 14342 33554432000 1073741824 1073778376 140733888816720 140733888807856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27142/statm: 2406260 14342 2248 9 0 2396937 0
[pid=27142/tid=27143] ppid=27139 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/27142/task/27143/stat : 27143 (java) R 27139 27142 24550 0 -1 4202560 2422 0 1 0 66 1 0 0 20 0 19 0 29078927 9856040960 14342 33554432000 1073741824 1073778376 140733888816720 140676574814488 140676436506686 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9625040

[startup+1.50088 s]
/proc/loadavg: 2.20 2.09 2.02 3/213 27161
/proc/meminfo: memFree=31209812/32872528 swapFree=338416/354768
[pid=27142] ppid=27139 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/27142/stat : 27142 (java) S 27139 27142 24550 0 -1 4202496 14529 0 1 0 204 4 0 0 20 0 19 0 29078927 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140733888807856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27142/statm: 2406260 15424 2256 9 0 2396937 0
[pid=27142/tid=27143] ppid=27139 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/27142/task/27143/stat : 27143 (java) R 27139 27142 24550 0 -1 4202560 2432 0 1 0 145 2 0 0 20 0 19 0 29078927 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676574814432 140676436149847 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27145] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676563876136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27146] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676562823336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27147] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676561771048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27142/tid=27148] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676560718248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27149] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676559665960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27150] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676558613160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27151] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676557560872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27152] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676556508072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27153] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27153/stat : 27153 (java) S 27139 27142 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29078929 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676399016168 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27154] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27154/stat : 27154 (java) S 27139 27142 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29078930 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676397962232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27155] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27155/stat : 27155 (java) S 27139 27142 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078930 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676396909832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27156] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676395858320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27157] ppid=27139 vsize=9625040 CPUtime=0.2 cores=1,3,5,7
/proc/27142/task/27157/stat : 27157 (java) R 27139 27142 24550 0 -1 4202560 2022 0 0 0 20 0 0 0 20 0 19 0 29078932 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676394805784 242167067341 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27158] ppid=27139 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/27142/task/27158/stat : 27158 (java) R 27139 27142 24550 0 -1 4202560 8805 0 0 0 36 1 0 0 20 0 19 0 29078932 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676393753144 140676580775882 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27159] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27159/stat : 27159 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676392701048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27160] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27160/stat : 27160 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676391648456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27161] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27161/stat : 27161 (java) S 27139 27142 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078946 9856040960 15424 33554432000 1073741824 1073778376 140733888816720 140676390593448 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.08
Current children cumulated vsize (KiB) 9625040

[startup+3.1008 s]
/proc/loadavg: 2.20 2.09 2.02 4/213 27161
/proc/meminfo: memFree=31191156/32872528 swapFree=338416/354768
[pid=27142] ppid=27139 vsize=9625040 CPUtime=4.35 cores=1,3,5,7
/proc/27142/stat : 27142 (java) S 27139 27142 24550 0 -1 4202496 18700 0 1 0 431 4 0 0 20 0 19 0 29078927 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140733888807856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27142/statm: 2406260 19751 2257 9 0 2396937 0
[pid=27142/tid=27143] ppid=27139 vsize=9625040 CPUtime=3.06 cores=1,3,5,7
/proc/27142/task/27143/stat : 27143 (java) R 27139 27142 24550 0 -1 4202560 2439 0 1 0 304 2 0 0 20 0 19 0 29078927 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676574814760 140676436558912 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27145] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676563876136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27146] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676562823336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27147] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676561771048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27142/tid=27148] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676560718248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27149] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676559665960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27150] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676558613160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27151] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676557560872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27152] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676556508072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27153] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27153/stat : 27153 (java) S 27139 27142 24550 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 29078929 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676399016168 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27154] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27154/stat : 27154 (java) S 27139 27142 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29078930 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676397962232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27155] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27155/stat : 27155 (java) S 27139 27142 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078930 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676396909832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27156] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676395858320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27157] ppid=27139 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/27142/task/27157/stat : 27157 (java) S 27139 27142 24550 0 -1 4202560 6134 0 0 0 58 1 0 0 20 0 19 0 29078932 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676394805944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27158] ppid=27139 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/27142/task/27158/stat : 27158 (java) S 27139 27142 24550 0 -1 4202560 8856 0 0 0 65 1 0 0 20 0 19 0 29078932 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676393753144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27159] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27159/stat : 27159 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676392701048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27160] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27160/stat : 27160 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676391648456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27161] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27161/stat : 27161 (java) S 27139 27142 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078946 9856040960 19751 33554432000 1073741824 1073778376 140733888816720 140676390593448 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.18 2.09 2.02 3/213 27161
/proc/meminfo: memFree=31170536/32872528 swapFree=338416/354768
[pid=27142] ppid=27139 vsize=9625040 CPUtime=7.58 cores=1,3,5,7
/proc/27142/stat : 27142 (java) S 27139 27142 24550 0 -1 4202496 18712 0 1 0 754 4 0 0 20 0 19 0 29078927 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140733888807856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27142/statm: 2406260 22094 2258 9 0 2396937 0
[pid=27142/tid=27143] ppid=27139 vsize=9625040 CPUtime=6.26 cores=1,3,5,7
/proc/27142/task/27143/stat : 27143 (java) R 27139 27142 24550 0 -1 4202560 2449 0 1 0 623 3 0 0 20 0 19 0 29078927 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140676574814584 140676436529019 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27145] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140676563876136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27146] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140676562823336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27147] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140676561771048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27142/tid=27148] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140676560718248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27149] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140676559665960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27150] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140676558613160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27151] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140676557560872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27152] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140676556508072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27153] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27153/stat : 27153 (java) S 27139 27142 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29078929 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140676399016168 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27154] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27154/stat : 27154 (java) S 27139 27142 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29078930 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140676397962232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27155] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27155/stat : 27155 (java) S 27139 27142 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078930 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140676396909832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27156] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140676395858320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27157] ppid=27139 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/27142/task/27157/stat : 27157 (java) S 27139 27142 24550 0 -1 4202560 6134 0 0 0 59 2 0 0 20 0 19 0 29078932 9856040960 22094 33554432000 1073741824 1073778376 140733888816720 140676394805944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27158] ppid=27139 vsize=9625040 CPUtime=0.69 cores=1,3,5,7

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

/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676558613160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27151] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676557560872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27152] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676556508072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27153] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27153/stat : 27153 (java) S 27139 27142 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29078929 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676399016168 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27154] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27154/stat : 27154 (java) S 27139 27142 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29078930 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676397962232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27155] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27155/stat : 27155 (java) S 27139 27142 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078930 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676396909832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27156] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676395858320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27157] ppid=27139 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/27142/task/27157/stat : 27157 (java) S 27139 27142 24550 0 -1 4202560 6134 0 0 0 59 2 0 0 20 0 19 0 29078932 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676394805944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27158] ppid=27139 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/27142/task/27158/stat : 27158 (java) S 27139 27142 24550 0 -1 4202560 8856 0 0 0 68 1 0 0 20 0 19 0 29078932 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676393753144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27159] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27159/stat : 27159 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676392701048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27160] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27160/stat : 27160 (java) S 27139 27142 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676391648456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27161] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27161/stat : 27161 (java) S 27139 27142 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078946 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676390593448 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 13.98
Current children cumulated vsize (KiB) 9625040

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

[startup+12.801 s]
/proc/loadavg: 2.17 2.09 2.02 3/213 27161
/proc/meminfo: memFree=31123124/32872528 swapFree=338416/354768
[pid=27142] ppid=27139 vsize=9625040 CPUtime=14.08 cores=1,3,5,7
/proc/27142/stat : 27142 (java) S 27139 27142 24550 0 -1 4202496 18724 0 1 0 1403 5 0 0 20 0 19 0 29078927 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140733888807856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27142/statm: 2406260 28238 2258 9 0 2396937 0
[pid=27142/tid=27143] ppid=27139 vsize=9625040 CPUtime=12.75 cores=1,3,5,7
/proc/27142/task/27143/stat : 27143 (java) R 27139 27142 24550 0 -1 4202560 2461 0 1 0 1272 3 0 0 20 0 19 0 29078927 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676574805712 140676436558962 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27145] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676563876136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27146] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676562823336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27147] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676561771048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27142/tid=27148] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676560718248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27149] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676559665960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27150] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676558613160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27151] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676557560872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27152] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676556508072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27153] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27153/stat : 27153 (java) S 27139 27142 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29078929 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676399016168 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27154] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27154/stat : 27154 (java) S 27139 27142 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29078930 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676397962232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27155] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27155/stat : 27155 (java) S 27139 27142 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078930 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676396909832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27156] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676395858320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27157] ppid=27139 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/27142/task/27157/stat : 27157 (java) S 27139 27142 24550 0 -1 4202560 6134 0 0 0 59 2 0 0 20 0 19 0 29078932 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676394805944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27158] ppid=27139 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/27142/task/27158/stat : 27158 (java) S 27139 27142 24550 0 -1 4202560 8856 0 0 0 68 1 0 0 20 0 19 0 29078932 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676393753144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27159] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27159/stat : 27159 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676392701048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27160] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27160/stat : 27160 (java) S 27139 27142 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676391648456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27161] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27161/stat : 27161 (java) S 27139 27142 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078946 9856040960 28238 33554432000 1073741824 1073778376 140733888816720 140676390593448 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.08
Current children cumulated vsize (KiB) 9625040

[startup+13.6008 s]
/proc/loadavg: 2.17 2.09 2.02 3/213 27161
/proc/meminfo: memFree=31108912/32872528 swapFree=338416/354768
[pid=27142] ppid=27139 vsize=9625040 CPUtime=14.88 cores=1,3,5,7
/proc/27142/stat : 27142 (java) S 27139 27142 24550 0 -1 4202496 18725 0 1 0 1483 5 0 0 20 0 19 0 29078927 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140733888807856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27142/statm: 2406260 28750 2258 9 0 2396937 0
[pid=27142/tid=27143] ppid=27139 vsize=9625040 CPUtime=13.55 cores=1,3,5,7
/proc/27142/task/27143/stat : 27143 (java) R 27139 27142 24550 0 -1 4202560 2462 0 1 0 1352 3 0 0 20 0 19 0 29078927 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676574805712 140676436547048 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27145] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676563876136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27146] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676562823336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27147] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676561771048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27142/tid=27148] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676560718248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27149] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676559665960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27150] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676558613160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27151] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676557560872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27152] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676556508072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27153] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27153/stat : 27153 (java) S 27139 27142 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29078929 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676399016168 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27154] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27154/stat : 27154 (java) S 27139 27142 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29078930 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676397962232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27155] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27155/stat : 27155 (java) S 27139 27142 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078930 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676396909832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27156] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676395858320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27157] ppid=27139 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/27142/task/27157/stat : 27157 (java) S 27139 27142 24550 0 -1 4202560 6134 0 0 0 59 2 0 0 20 0 19 0 29078932 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676394805944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27158] ppid=27139 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/27142/task/27158/stat : 27158 (java) S 27139 27142 24550 0 -1 4202560 8856 0 0 0 68 1 0 0 20 0 19 0 29078932 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676393753144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27159] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27159/stat : 27159 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676392701048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27160] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27160/stat : 27160 (java) S 27139 27142 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676391648456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27161] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27161/stat : 27161 (java) S 27139 27142 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078946 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676390593448 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 14.88
Current children cumulated vsize (KiB) 9625040

[startup+13.8008 s]
/proc/loadavg: 2.17 2.09 2.02 3/213 27161
/proc/meminfo: memFree=31108912/32872528 swapFree=338416/354768
[pid=27142] ppid=27139 vsize=9625040 CPUtime=15.08 cores=1,3,5,7
/proc/27142/stat : 27142 (java) S 27139 27142 24550 0 -1 4202496 18725 0 1 0 1503 5 0 0 20 0 19 0 29078927 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140733888807856 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/27142/statm: 2406260 28750 2258 9 0 2396937 0
[pid=27142/tid=27143] ppid=27139 vsize=9625040 CPUtime=13.75 cores=1,3,5,7
/proc/27142/task/27143/stat : 27143 (java) R 27139 27142 24550 0 -1 4202560 2462 0 1 0 1372 3 0 0 20 0 19 0 29078927 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676574805712 140676436528091 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27145] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27145/stat : 27145 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676563876136 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27146] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27146/stat : 27146 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676562823336 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27147] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27147/stat : 27147 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676561771048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=27142/tid=27148] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27148/stat : 27148 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676560718248 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27149] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27149/stat : 27149 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676559665960 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27150] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27150/stat : 27150 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676558613160 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27151] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27151/stat : 27151 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676557560872 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27152] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27152/stat : 27152 (java) S 27139 27142 24550 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 29078928 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676556508072 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27153] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27153/stat : 27153 (java) S 27139 27142 24550 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 29078929 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676399016168 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27154] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27154/stat : 27154 (java) S 27139 27142 24550 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 29078930 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676397962232 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27155] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27155/stat : 27155 (java) S 27139 27142 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078930 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676396909832 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27156] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27156/stat : 27156 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676395858320 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27157] ppid=27139 vsize=9625040 CPUtime=0.61 cores=1,3,5,7
/proc/27142/task/27157/stat : 27157 (java) S 27139 27142 24550 0 -1 4202560 6134 0 0 0 59 2 0 0 20 0 19 0 29078932 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676394805944 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=27142/tid=27158] ppid=27139 vsize=9625040 CPUtime=0.69 cores=1,3,5,7
/proc/27142/task/27158/stat : 27158 (java) S 27139 27142 24550 0 -1 4202560 8856 0 0 0 68 1 0 0 20 0 19 0 29078932 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676393753144 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27159] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27159/stat : 27159 (java) S 27139 27142 24550 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676392701048 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=27142/tid=27160] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27160/stat : 27160 (java) S 27139 27142 24550 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 29078932 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676391648456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=27142/tid=27161] ppid=27139 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/27142/task/27161/stat : 27161 (java) S 27139 27142 24550 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 29078946 9856040960 28750 33554432000 1073741824 1073778376 140733888816720 140676390593448 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 15.08
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 13.8718
CPU time (s): 15.1807
CPU user time (s): 15.0877
CPU system time (s): 0.092985
CPU usage (%): 109.436
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.0877
system time used= 0.092985
maximum resident set size= 116912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18750
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 571
involuntary context switches= 112

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.040993 second user time and 0.05999 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 19:18:42
IDJOB=4106222
IDBENCH=47977
IDSOLVER=2546
FILE ID=node126/4106222-1466270322
RUNJOBID= node126-1466264639-24567
PBS_JOBID= 19918224
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=97-P1=11-P2=73-P3=43-P4=127-P5=127-P6=37-P7=127-P8=5-B.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4106222-1466270322/watcher-4106222-1466270322 -o /tmp/evaluation-result-4106222-1466270322/solver-4106222-1466270322 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466264639-24567 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4106222-1466270322.opb

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

MD5SUM BENCH= 44a2a8c9706392fba8f7dee35869ba61
RANDOM SEED=615789570

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        31262700 kB
Buffers:          137880 kB
Cached:           247956 kB
SwapCached:         1736 kB
Active:           195768 kB
Inactive:         307636 kB
Active(anon):     118396 kB
Inactive(anon):     1796 kB
Active(file):      77372 kB
Inactive(file):   305840 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100232 kB
Dirty:              1864 kB
Writeback:             0 kB
AnonPages:        489364 kB
Mapped:            16904 kB
Shmem:                 0 kB
Slab:             606440 kB
SReclaimable:      49848 kB
SUnreclaim:       556592 kB
KernelStack:        1768 kB
PageTables:         5688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1043492 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node126 at 2016-06-18 19:18:56