Trace number 4090576

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16OPTIMUM 15.2617 13.0922

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/
normalized-t3002.11tsp11.1900571132--soft-33-100-0.wbo
MD5SUM87777454fd73e41b31dd9b36586c9c7c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark23.8904
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables231
Total number of constraints2707
Number of soft constraints1863
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
Top cost 94064
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 94063
Biggest number in a constraint 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 761
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.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.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b21cc40
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4090576-1466065341.wbo
0.09/0.11	c reading problem ... 
0.47/0.32	c ... done. Wall clock time 0.209s.
0.47/0.32	c declared #vars     231
0.47/0.32	c internal #vars     2094
0.47/0.32	c #constraints  2707
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2601
0.47/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 5
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 83
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 18
0.47/0.32	c 2707 constraints processed.
0.47/0.32	c objective function length is 1863 literals
0.71/0.44	c SATISFIABLE
0.71/0.44	c OPTIMIZING...
0.71/0.44	c Got one! Elapsed wall clock time (in seconds):0.337
0.71/0.45	o 322
1.02/0.56	c Got one! Elapsed wall clock time (in seconds):0.45
1.02/0.56	o 301
1.31/0.61	c Got one! Elapsed wall clock time (in seconds):0.5
1.31/0.61	o 296
1.31/0.64	c Got one! Elapsed wall clock time (in seconds):0.531
1.31/0.64	o 288
1.31/0.69	c Got one! Elapsed wall clock time (in seconds):0.585
1.31/0.69	o 287
1.60/0.72	c Got one! Elapsed wall clock time (in seconds):0.611
1.60/0.72	o 282
1.60/0.73	c Got one! Elapsed wall clock time (in seconds):0.62
1.60/0.73	o 271
1.60/0.74	c Got one! Elapsed wall clock time (in seconds):0.63
1.60/0.74	o 266
1.60/0.79	c Got one! Elapsed wall clock time (in seconds):0.681
1.60/0.79	o 263
1.90/0.81	c Got one! Elapsed wall clock time (in seconds):0.7
1.90/0.81	o 254
1.90/0.83	c Got one! Elapsed wall clock time (in seconds):0.718
1.90/0.83	o 210
1.90/0.83	c Got one! Elapsed wall clock time (in seconds):0.722
1.90/0.83	o 206
1.90/0.83	c Got one! Elapsed wall clock time (in seconds):0.727
1.90/0.83	o 205
1.90/0.84	c Got one! Elapsed wall clock time (in seconds):0.735
1.90/0.84	o 194
1.90/0.85	c Got one! Elapsed wall clock time (in seconds):0.74
1.90/0.85	o 167
2.06/0.94	c Got one! Elapsed wall clock time (in seconds):0.835
2.06/0.94	o 165
2.06/0.97	c Got one! Elapsed wall clock time (in seconds):0.86
2.06/0.97	o 157
2.06/0.99	c Got one! Elapsed wall clock time (in seconds):0.88
2.06/0.99	o 148
2.06/0.99	c Got one! Elapsed wall clock time (in seconds):0.884
2.06/0.99	o 147
2.17/1.03	c Got one! Elapsed wall clock time (in seconds):0.924
2.17/1.03	o 144
2.17/1.04	c Got one! Elapsed wall clock time (in seconds):0.93
2.17/1.04	o 136
2.28/1.14	c Got one! Elapsed wall clock time (in seconds):1.03
2.28/1.14	o 133
2.38/1.21	c Got one! Elapsed wall clock time (in seconds):1.099
2.38/1.21	o 126
2.38/1.22	c Got one! Elapsed wall clock time (in seconds):1.112
2.38/1.22	o 108
2.49/1.38	c Got one! Elapsed wall clock time (in seconds):1.268
2.49/1.38	o 99
2.49/1.39	c Got one! Elapsed wall clock time (in seconds):1.283
2.49/1.39	o 88
2.59/1.46	c Got one! Elapsed wall clock time (in seconds):1.351
2.59/1.46	o 80
2.59/1.47	c Got one! Elapsed wall clock time (in seconds):1.359
2.59/1.47	o 79
2.59/1.48	c Got one! Elapsed wall clock time (in seconds):1.371
2.59/1.48	o 70
2.80/1.60	c Got one! Elapsed wall clock time (in seconds):1.492
2.80/1.60	o 69
2.80/1.70	c Got one! Elapsed wall clock time (in seconds):1.588
2.80/1.70	o 68
3.00/1.84	c Got one! Elapsed wall clock time (in seconds):1.729
3.00/1.84	o 64
3.11/1.95	c Got one! Elapsed wall clock time (in seconds):1.843
3.11/1.95	o 62
3.11/1.97	c Got one! Elapsed wall clock time (in seconds):1.865
3.11/1.97	o 61
3.23/2.01	c Got one! Elapsed wall clock time (in seconds):1.905
3.23/2.01	o 57
3.23/2.04	c Got one! Elapsed wall clock time (in seconds):1.937
3.23/2.04	o 56
3.23/2.07	c Got one! Elapsed wall clock time (in seconds):1.958
3.23/2.07	o 51
3.33/2.10	c Got one! Elapsed wall clock time (in seconds):1.993
3.33/2.10	o 50
3.33/2.12	c Got one! Elapsed wall clock time (in seconds):2.012
3.33/2.12	o 49
3.43/2.22	c Got one! Elapsed wall clock time (in seconds):2.112
3.43/2.22	o 42
3.43/2.25	c Got one! Elapsed wall clock time (in seconds):2.147
3.43/2.25	o 39
3.43/2.30	c Got one! Elapsed wall clock time (in seconds):2.195
3.43/2.30	o 35
3.66/2.46	c cleaning 7454 clauses out of 14910 with flag 6571/14910
3.83/2.60	c Got one! Elapsed wall clock time (in seconds):2.488
3.83/2.60	o 34
3.93/2.63	c Got one! Elapsed wall clock time (in seconds):2.522
3.93/2.63	o 32
4.34/3.03	c cleaning 6571 clauses out of 13152 with flag 29924/20606
4.34/3.03	c Got one! Elapsed wall clock time (in seconds):2.921
4.34/3.03	o 29
4.34/3.05	c Got one! Elapsed wall clock time (in seconds):2.945
4.34/3.05	o 28
4.46/3.12	c Got one! Elapsed wall clock time (in seconds):3.008
4.46/3.12	o 26
4.55/3.28	c Got one! Elapsed wall clock time (in seconds):3.169
4.55/3.28	o 25
4.66/3.31	c Got one! Elapsed wall clock time (in seconds):3.206
4.66/3.31	o 20
4.86/3.59	c cleaning 6553 clauses out of 13118 with flag 21530/27143
5.01/3.60	c Got one! Elapsed wall clock time (in seconds):3.497
5.01/3.60	o 18
5.21/3.73	c Got one! Elapsed wall clock time (in seconds):3.623
5.21/3.73	o 15
5.41/3.87	c Got one! Elapsed wall clock time (in seconds):3.766
5.41/3.87	o 13
5.78/4.13	c cleaning 6702 clauses out of 13403 with flag 22443/33981
6.60/4.59	c cleaning 6345 clauses out of 12703 with flag 66413/39983
7.23/5.15	c cleaning 6678 clauses out of 13357 with flag 122623/46982
7.93/5.85	c cleaning 7333 clauses out of 14678 with flag 190934/54981
8.74/6.69	c cleaning 8172 clauses out of 16347 with flag 276115/63983
9.23/7.14	c Got one! Elapsed wall clock time (in seconds):7.034
9.23/7.14	o 10
9.74/7.65	c cleaning 9222 clauses out of 18457 with flag 38217/74265
10.24/8.18	c cleaning 7600 clauses out of 15232 with flag 89025/80262
10.24/8.19	c Got one! Elapsed wall clock time (in seconds):8.085
10.24/8.19	o 7
10.76/8.65	c cleaning 6420 clauses out of 12848 with flag 40580/85478
11.16/9.09	c Got one! Elapsed wall clock time (in seconds):8.984
11.16/9.09	o 5
11.66/9.56	c cleaning 8545 clauses out of 17104 with flag 39717/96154
11.86/9.77	c Got one! Elapsed wall clock time (in seconds):9.662
11.86/9.77	o 3
12.17/10.08	c cleaning 7049 clauses out of 14108 with flag 24241/101704
12.36/10.22	c Got one! Elapsed wall clock time (in seconds):10.112
12.36/10.22	o 2
12.66/10.57	c cleaning 6334 clauses out of 12695 with flag 31696/107340
13.06/10.94	c Got one! Elapsed wall clock time (in seconds):10.835
13.06/10.94	o 1
13.46/11.38	c cleaning 8541 clauses out of 17088 with flag 33181/118068
13.96/11.83	c cleaning 7259 clauses out of 14542 with flag 71241/124064
14.48/12.33	c cleaning 7134 clauses out of 14282 with flag 114494/131065
14.88/12.75	c cleaning 7568 clauses out of 15146 with flag 153467/139064
15.18/13.08	c starts		: 156
15.18/13.08	c conflicts		: 146656
15.18/13.08	c decisions		: 331270
15.18/13.08	c propagations		: 12351292
15.18/13.08	c inspects		: 151149736
15.18/13.08	c shortcuts		: 0
15.18/13.08	c learnt literals	: 22
15.18/13.08	c learnt binary clauses	: 43
15.18/13.08	c learnt ternary clauses	: 271
15.18/13.08	c learnt constraints	: 146633
15.18/13.08	c ignored constraints	: 0
15.18/13.08	c root simplifications	: 0
15.18/13.08	c removed literals (reason simplification)	: 0
15.18/13.08	c reason swapping (by a shorter reason)	: 0
15.18/13.08	c Calls to reduceDB	: 18
15.18/13.08	c Number of update (reduction) of LBD	: 66841
15.18/13.08	c Imported unit clauses	: 0
15.18/13.08	c number of reductions to clauses (during analyze)	: 0
15.18/13.08	c number of learned constraints concerned by reduction	: 0
15.18/13.08	c number of learning phase by resolution	: 0
15.18/13.08	c number of learning phase by cutting planes	: 0
15.18/13.08	c speed (assignments/second)	: 968500.9017486082
15.18/13.08	c non guided choices	6893
15.18/13.08	c learnt constraints type 
15.18/13.08	s OPTIMUM FOUND
15.18/13.08	c Found 58 solution(s)
15.18/13.08	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 -x169 -x170 -x171 -x172 -x173 -x174 -x175 -x176 -x177 -x178 x179 -x180 -x181 x182 -x183 -x184 -x185 -x186 -x187 -x188 -x189 -x190 -x191 -x192 -x193 -x194 -x195 x196 -x197 -x198 -x199 -x200 -x201 -x202 -x203 -x204 x205 -x206 -x207 -x208 -x209 -x210 -x211 -x212 -x213 -x214 -x215 -x216 -x217 -x218 -x219 -x220 x221 -x222 -x223 x224 -x225 -x226 -x227 -x228 -x229 -x230 -x231 
15.18/13.08	c objective function=1
15.18/13.08	c Total wall clock time (in seconds): 12.977

Verifier Data

OK	1

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-4090576-1466065341/watcher-4090576-1466065341 -o /tmp/evaluation-result-4090576-1466065341/solver-4090576-1466065341 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090576-1466065341.wbo 

pid=11856
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.16 2.10 1.96 3/194 11859
/proc/meminfo: memFree=31958488/32872528 swapFree=7268/7268
[pid=11859] ppid=11856 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11859/stat : 11859 (java) S 11856 11859 9094 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 8578945 98570240 978 33554432000 1073741824 1073778376 140735140859488 140735140850624 243768787005 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11859/statm: 24065 978 744 9 0 16771 0
[pid=11859/tid=11860] ppid=11856 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11860/stat : 11860 (java) R 11856 11859 9094 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8578946 98570240 978 33554432000 1073741824 1073778376 140735140859488 140261236305448 243765429632 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100092 s]
/proc/loadavg: 2.16 2.10 1.96 3/194 11859
/proc/meminfo: memFree=31958488/32872528 swapFree=7268/7268
[pid=11859] ppid=11856 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11859/stat : 11859 (java) S 11856 11859 9094 0 -1 4202496 4400 0 1 0 9 0 0 0 20 0 18 0 8578945 9787879424 6034 33554432000 1073741824 1073778376 140735140859488 140735140850624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11859/statm: 2389619 6034 2125 9 0 2380296 0
[pid=11859/tid=11860] ppid=11856 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11859/task/11860/stat : 11860 (java) R 11856 11859 9094 0 -1 4202560 2380 0 1 0 7 0 0 0 20 0 18 0 8578946 9787879424 6034 33554432000 1073741824 1073778376 140735140859488 140261236308896 243768811957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200321 s]
/proc/loadavg: 2.16 2.10 1.96 3/194 11859
/proc/meminfo: memFree=31958488/32872528 swapFree=7268/7268
[pid=11859] ppid=11856 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/11859/stat : 11859 (java) S 11856 11859 9094 0 -1 4202496 4755 0 1 0 25 1 0 0 20 0 18 0 8578945 9787879424 6813 33554432000 1073741824 1073778376 140735140859488 140735140850624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11859/statm: 2389619 6813 2202 9 0 2380296 0
[pid=11859/tid=11860] ppid=11856 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/11859/task/11860/stat : 11860 (java) R 11856 11859 9094 0 -1 4202560 2397 0 1 0 17 0 0 0 20 0 18 0 8578946 9787879424 6813 33554432000 1073741824 1073778376 140735140859488 140261236302744 140261099372416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300321 s]
/proc/loadavg: 2.16 2.10 1.96 3/194 11859
/proc/meminfo: memFree=31958488/32872528 swapFree=7268/7268
[pid=11859] ppid=11856 vsize=9558684 CPUtime=0.47 cores=0,2,4,6
/proc/11859/stat : 11859 (java) S 11856 11859 9094 0 -1 4202496 5764 0 1 0 46 1 0 0 20 0 18 0 8578945 9788092416 8273 33554432000 1073741824 1073778376 140735140859488 140735140850624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11859/statm: 2389671 8225 2232 9 0 2380348 0
[pid=11859/tid=11860] ppid=11856 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/11859/task/11860/stat : 11860 (java) R 11856 11859 9094 0 -1 4202560 2399 0 1 0 27 0 0 0 20 0 18 0 8578946 9787879424 8226 33554432000 1073741824 1073778376 140735140859488 140261236310328 140261099422095 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558684

[startup+0.700285 s]
/proc/loadavg: 2.16 2.10 1.96 3/194 11859
/proc/meminfo: memFree=31958488/32872528 swapFree=7268/7268
[pid=11859] ppid=11856 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/11859/stat : 11859 (java) S 11856 11859 9094 0 -1 4202496 16058 0 1 0 158 2 0 0 20 0 19 0 8578945 9856040960 13740 33554432000 1073741824 1073778376 140735140859488 140735140850624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11859/statm: 2406260 13740 2255 9 0 2396937 0
[pid=11859/tid=11860] ppid=11856 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/11859/task/11860/stat : 11860 (java) R 11856 11859 9094 0 -1 4202560 2416 0 1 0 67 0 0 0 20 0 19 0 8578946 9856040960 13740 33554432000 1073741824 1073778376 140735140859488 140261236310656 140261239388548 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.6
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.16 2.10 1.96 4/213 11878
/proc/meminfo: memFree=31898268/32872528 swapFree=7268/7268
[pid=11859] ppid=11856 vsize=9625040 CPUtime=2.69 cores=0,2,4,6
/proc/11859/stat : 11859 (java) S 11856 11859 9094 0 -1 4202496 16866 0 1 0 266 3 0 0 20 0 19 0 8578945 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140735140850624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11859/statm: 2406260 18071 2266 9 0 2396937 0
[pid=11859/tid=11860] ppid=11856 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/11859/task/11860/stat : 11860 (java) R 11856 11859 9094 0 -1 4202560 2428 0 1 0 146 1 0 0 20 0 19 0 8578946 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261236302128 140261099907764 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11862] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11862/stat : 11862 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261225372328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11863] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11863/stat : 11863 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261224319784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11864] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11864/stat : 11864 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261223267240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11859/tid=11865] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11865/stat : 11865 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261222214696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11866] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11866/stat : 11866 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261221161128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11867] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11867/stat : 11867 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261220108584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11868] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11868/stat : 11868 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261219056040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11869] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11869/stat : 11869 (java) S 11856 11859 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261218003496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11870] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11870/stat : 11870 (java) S 11856 11859 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261060373096 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11871] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11871/stat : 11871 (java) S 11856 11859 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261059319416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11872] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11872/stat : 11872 (java) S 11856 11859 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261058266760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11873] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11873/stat : 11873 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578950 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261057215504 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11874] ppid=11856 vsize=9625040 CPUtime=0.59 cores=0,2,4,6
/proc/11859/task/11874/stat : 11874 (java) S 11856 11859 9094 0 -1 4202560 5191 0 0 0 59 0 0 0 20 0 19 0 8578950 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261056161848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11875] ppid=11856 vsize=9625040 CPUtime=0.58 cores=0,2,4,6
/proc/11859/task/11875/stat : 11875 (java) S 11856 11859 9094 0 -1 4202560 7968 0 0 0 57 1 0 0 20 0 19 0 8578950 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261055109304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11876] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11876/stat : 11876 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578950 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261054056952 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11877] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11877/stat : 11877 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578951 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261053004616 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11878] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11878/stat : 11878 (java) S 11856 11859 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8578979 9856040960 18071 33554432000 1073741824 1073778376 140735140859488 140261051950376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 9625040

[startup+3.10074 s]
/proc/loadavg: 2.16 2.10 1.96 3/213 11878
/proc/meminfo: memFree=31877540/32872528 swapFree=7268/7268
[pid=11859] ppid=11856 vsize=9625040 CPUtime=4.46 cores=0,2,4,6
/proc/11859/stat : 11859 (java) S 11856 11859 9094 0 -1 4202496 17105 0 1 0 443 3 0 0 20 0 19 0 8578945 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140735140850624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11859/statm: 2406260 21659 2270 9 0 2396937 0
[pid=11859/tid=11860] ppid=11856 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/11859/task/11860/stat : 11860 (java) R 11856 11859 9094 0 -1 4202560 2437 0 1 0 306 1 0 0 20 0 19 0 8578946 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261236310776 140261099907411 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11862] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11862/stat : 11862 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261225372328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11863] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11863/stat : 11863 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261224319784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11864] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11864/stat : 11864 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261223267240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11859/tid=11865] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11865/stat : 11865 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261222214696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11866] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11866/stat : 11866 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261221161128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11867] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11867/stat : 11867 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261220108584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11868] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11868/stat : 11868 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261219056040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11869] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11869/stat : 11869 (java) S 11856 11859 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261218003496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11870] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11870/stat : 11870 (java) S 11856 11859 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261060373096 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11871] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11871/stat : 11871 (java) S 11856 11859 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261059319416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11872] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11872/stat : 11872 (java) S 11856 11859 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261058266760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11873] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11873/stat : 11873 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578950 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261057215504 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11874] ppid=11856 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/11859/task/11874/stat : 11874 (java) S 11856 11859 9094 0 -1 4202560 5195 0 0 0 69 0 0 0 20 0 19 0 8578950 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261056161848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11875] ppid=11856 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/11859/task/11875/stat : 11875 (java) S 11856 11859 9094 0 -1 4202560 8194 0 0 0 64 1 0 0 20 0 19 0 8578950 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261055109304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11876] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11876/stat : 11876 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578950 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261054056952 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11877] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11877/stat : 11877 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578951 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261053004616 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11878] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11878/stat : 11878 (java) S 11856 11859 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8578979 9856040960 21659 33554432000 1073741824 1073778376 140735140859488 140261051950376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.46
Current children cumulated vsize (KiB) 9625040

[startup+6.30074 s]
/proc/loadavg: 2.15 2.09 1.96 3/213 11878
/proc/meminfo: memFree=31844392/32872528 swapFree=7268/7268
[pid=11859] ppid=11856 vsize=9625040 CPUtime=8.43 cores=0,2,4,6
/proc/11859/stat : 11859 (java) S 11856 11859 9094 0 -1 4202496 24652 0 1 0 838 5 0 0 20 0 19 0 8578945 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140735140850624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11859/statm: 2406260 27674 2270 9 0 2396937 0
[pid=11859/tid=11860] ppid=11856 vsize=9625040 CPUtime=6.27 cores=0,2,4,6
/proc/11859/task/11860/stat : 11860 (java) R 11856 11859 9094 0 -1 4202560 2446 0 1 0 625 2 0 0 20 0 19 0 8578946 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261236301552 140261099944984 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11862] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11862/stat : 11862 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261225372328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11863] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11863/stat : 11863 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261224319784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11864] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11864/stat : 11864 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261223267240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11859/tid=11865] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11865/stat : 11865 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261222214696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11866] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11866/stat : 11866 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261221161128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11867] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11867/stat : 11867 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261220108584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11868] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11868/stat : 11868 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261219056040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11869] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11869/stat : 11869 (java) S 11856 11859 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261218003496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11870] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11870/stat : 11870 (java) S 11856 11859 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261060373096 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11871] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11871/stat : 11871 (java) S 11856 11859 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261059319416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11872] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11872/stat : 11872 (java) S 11856 11859 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261058266760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11873] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11873/stat : 11873 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578950 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261057215504 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11874] ppid=11856 vsize=9625040 CPUtime=1.41 cores=0,2,4,6
/proc/11859/task/11874/stat : 11874 (java) S 11856 11859 9094 0 -1 4202560 12733 0 0 0 139 2 0 0 20 0 19 0 8578950 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261056161848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11875] ppid=11856 vsize=9625040 CPUtime=0.7 cores=0,2,4,6
/proc/11859/task/11875/stat : 11875 (java) S 11856 11859 9094 0 -1 4202560 8194 0 0 0 69 1 0 0 20 0 19 0 8578950 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261055109304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11876] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11876/stat : 11876 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578950 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261054056952 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11877] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11877/stat : 11877 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578951 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261053004616 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11878] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11878/stat : 11878 (java) S 11856 11859 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8578979 9856040960 27674 33554432000 1073741824 1073778376 140735140859488 140261051950376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.43
Current children cumulated vsize (KiB) 9625040

[startup+12.7007 s]
/proc/loadavg: 2.06 2.08 1.95 5/213 11943
/proc/meminfo: memFree=31842532/32872528 swapFree=7268/7268
[pid=11859] ppid=11856 vsize=9625040 CPUtime=14.88 cores=0,2,4,6
/proc/11859/stat : 11859 (java) S 11856 11859 9094 0 -1 4202496 24667 0 1 0 1483 5 0 0 20 0 19 0 8578945 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140735140850624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11859/statm: 2406260 33299 2271 9 0 2396937 0
[pid=11859/tid=11860] ppid=11856 vsize=9625040 CPUtime=12.65 cores=0,2,4,6
/proc/11859/task/11860/stat : 11860 (java) R 11856 11859 9094 0 -1 4202560 2460 0 1 0 1263 2 0 0 20 0 19 0 8578946 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261236310376 140261100044257 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11862] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11862/stat : 11862 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261225372328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11863] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11863/stat : 11863 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261224319784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11864] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11864/stat : 11864 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261223267240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11859/tid=11865] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11865/stat : 11865 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261222214696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11866] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11866/stat : 11866 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261221161128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11867] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11867/stat : 11867 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261220108584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11868] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11868/stat : 11868 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261219056040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11869] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11869/stat : 11869 (java) S 11856 11859 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261218003496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11870] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11870/stat : 11870 (java) S 11856 11859 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261060373096 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11871] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11871/stat : 11871 (java) S 11856 11859 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261059319416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11872] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11872/stat : 11872 (java) S 11856 11859 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261058266760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11873] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11873/stat : 11873 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578950 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261057215504 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11874] ppid=11856 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/11859/task/11874/stat : 11874 (java) S 11856 11859 9094 0 -1 4202560 12734 0 0 0 144 2 0 0 20 0 19 0 8578950 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261056161848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11875] ppid=11856 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/11859/task/11875/stat : 11875 (java) S 11856 11859 9094 0 -1 4202560 8194 0 0 0 70 1 0 0 20 0 19 0 8578950 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261055109304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11876] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11876/stat : 11876 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578950 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261054056952 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11877] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11877/stat : 11877 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578951 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261053004616 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11878] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11878/stat : 11878 (java) S 11856 11859 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8578979 9856040960 33299 33554432000 1073741824 1073778376 140735140859488 140261051950376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.88
Current children cumulated vsize (KiB) 9625040

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

[startup+12.8009 s]
/proc/loadavg: 2.06 2.08 1.95 5/213 11943
/proc/meminfo: memFree=31842532/32872528 swapFree=7268/7268
[pid=11859] ppid=11856 vsize=9625040 CPUtime=14.98 cores=0,2,4,6
/proc/11859/stat : 11859 (java) S 11856 11859 9094 0 -1 4202496 24668 0 1 0 1493 5 0 0 20 0 19 0 8578945 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140735140850624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11859/statm: 2406260 33811 2271 9 0 2396937 0
[pid=11859/tid=11860] ppid=11856 vsize=9625040 CPUtime=12.74 cores=0,2,4,6
/proc/11859/task/11860/stat : 11860 (java) R 11856 11859 9094 0 -1 4202560 2461 0 1 0 1272 2 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261236310376 140261099905982 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11862] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11862/stat : 11862 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261225372328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11863] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11863/stat : 11863 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261224319784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11864] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11864/stat : 11864 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261223267240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11859/tid=11865] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11865/stat : 11865 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261222214696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11866] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11866/stat : 11866 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261221161128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11867] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11867/stat : 11867 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261220108584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11868] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11868/stat : 11868 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261219056040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11869] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11869/stat : 11869 (java) S 11856 11859 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261218003496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11870] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11870/stat : 11870 (java) S 11856 11859 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261060373096 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11871] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11871/stat : 11871 (java) S 11856 11859 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261059319416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11872] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11872/stat : 11872 (java) S 11856 11859 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261058266760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11873] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11873/stat : 11873 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578950 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261057215504 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11874] ppid=11856 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/11859/task/11874/stat : 11874 (java) S 11856 11859 9094 0 -1 4202560 12734 0 0 0 144 2 0 0 20 0 19 0 8578950 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261056161848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11875] ppid=11856 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/11859/task/11875/stat : 11875 (java) S 11856 11859 9094 0 -1 4202560 8194 0 0 0 70 1 0 0 20 0 19 0 8578950 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261055109304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11876] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11876/stat : 11876 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578950 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261054056952 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11877] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11877/stat : 11877 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578951 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261053004616 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11878] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11878/stat : 11878 (java) S 11856 11859 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8578979 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261051950376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 14.98
Current children cumulated vsize (KiB) 9625040

[startup+13.0007 s]
/proc/loadavg: 2.06 2.08 1.95 5/213 11943
/proc/meminfo: memFree=31842532/32872528 swapFree=7268/7268
[pid=11859] ppid=11856 vsize=9625040 CPUtime=15.18 cores=0,2,4,6
/proc/11859/stat : 11859 (java) S 11856 11859 9094 0 -1 4202496 24668 0 1 0 1513 5 0 0 20 0 19 0 8578945 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140735140850624 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11859/statm: 2406260 33811 2271 9 0 2396937 0
[pid=11859/tid=11860] ppid=11856 vsize=9625040 CPUtime=12.94 cores=0,2,4,6
/proc/11859/task/11860/stat : 11860 (java) R 11856 11859 9094 0 -1 4202560 2461 0 1 0 1292 2 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261236310376 140261099889550 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11862] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11862/stat : 11862 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261225372328 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11863] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11863/stat : 11863 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261224319784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11864] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11864/stat : 11864 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261223267240 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11859/tid=11865] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11865/stat : 11865 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261222214696 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11866] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11866/stat : 11866 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261221161128 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11867] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11867/stat : 11867 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261220108584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11859/tid=11868] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11868/stat : 11868 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261219056040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11869] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11869/stat : 11869 (java) S 11856 11859 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8578946 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261218003496 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11870] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11870/stat : 11870 (java) S 11856 11859 9094 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261060373096 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11871] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11871/stat : 11871 (java) S 11856 11859 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261059319416 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11872] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11872/stat : 11872 (java) S 11856 11859 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8578948 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261058266760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11873] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11873/stat : 11873 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578950 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261057215504 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11874] ppid=11856 vsize=9625040 CPUtime=1.46 cores=0,2,4,6
/proc/11859/task/11874/stat : 11874 (java) S 11856 11859 9094 0 -1 4202560 12734 0 0 0 144 2 0 0 20 0 19 0 8578950 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261056161848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11875] ppid=11856 vsize=9625040 CPUtime=0.71 cores=0,2,4,6
/proc/11859/task/11875/stat : 11875 (java) S 11856 11859 9094 0 -1 4202560 8194 0 0 0 70 1 0 0 20 0 19 0 8578950 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261055109304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11876] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11876/stat : 11876 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578950 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261054056952 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11859/tid=11877] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11877/stat : 11877 (java) S 11856 11859 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8578951 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261053004616 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11859/tid=11878] ppid=11856 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11859/task/11878/stat : 11878 (java) S 11856 11859 9094 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 8578979 9856040960 33811 33554432000 1073741824 1073778376 140735140859488 140261051950376 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 15.18
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 13.0922
CPU time (s): 15.2617
CPU user time (s): 15.1787
CPU system time (s): 0.082987
CPU usage (%): 116.571
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.1787
system time used= 0.082987
maximum resident set size= 137352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 24692
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= 574
involuntary context switches= 65

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.091986 second user time and 0.099984 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:22:21
IDJOB=4090576
IDBENCH=78964
IDSOLVER=2551
FILE ID=node151/4090576-1466065341
RUNJOBID= node151-1466062104-9110
PBS_JOBID= 19903998
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900571132--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090576-1466065341/watcher-4090576-1466065341 -o /tmp/evaluation-result-4090576-1466065341/solver-4090576-1466065341 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9110 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090576-1466065341.wbo

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

MD5SUM BENCH= 87777454fd73e41b31dd9b36586c9c7c
RANDOM SEED=856210695

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.103
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		: 2667.103
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.56
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.103
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:        31959132 kB
Buffers:            6540 kB
Cached:            39548 kB
SwapCached:        61608 kB
Active:           112736 kB
Inactive:          82756 kB
Active(anon):      90340 kB
Inactive(anon):    61024 kB
Active(file):      22396 kB
Inactive(file):    21732 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1676 kB
Writeback:             0 kB
AnonPages:        179788 kB
Mapped:            15292 kB
Shmem:                 0 kB
Slab:             565768 kB
SReclaimable:       8956 kB
SUnreclaim:       556812 kB
KernelStack:        1760 kB
PageTables:         4336 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:     697764 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    137216 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= 71748 MiB
End job on node151 at 2016-06-16 10:22:34