Trace number 4109392

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 8.61269 7.49094

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1110976157--soft-66-100-0.wbo
MD5SUM5061ef924a5cd54acce02b550ce78c9d
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark80
Best CPU time to get the best result obtained on this benchmark15.2917
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1294
Number of bits of the biggest sum of numbers11
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.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@587bd9f2
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@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4109392-1466343630.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.057s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     197
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.10/0.16	c 101 constraints processed.
0.10/0.16	c objective function length is 28 literals
0.67/0.46	c SATISFIABLE
0.67/0.46	c OPTIMIZING...
0.67/0.46	c Got one! Elapsed wall clock time (in seconds):0.35
0.67/0.46	o 1053
0.83/0.52	c cleaning 2996 clauses out of 5996 with flag 2554/5996
1.01/0.62	c Got one! Elapsed wall clock time (in seconds):0.518
1.01/0.62	o 1032
1.01/0.66	c Got one! Elapsed wall clock time (in seconds):0.55
1.01/0.66	o 1030
1.15/0.70	c Got one! Elapsed wall clock time (in seconds):0.591
1.15/0.70	o 888
1.15/0.70	c Got one! Elapsed wall clock time (in seconds):0.598
1.15/0.70	o 515
1.15/0.72	c Got one! Elapsed wall clock time (in seconds):0.612
1.15/0.72	o 505
1.15/0.73	c Got one! Elapsed wall clock time (in seconds):0.621
1.15/0.73	o 473
1.15/0.74	c Got one! Elapsed wall clock time (in seconds):0.634
1.15/0.74	o 469
1.15/0.75	c Got one! Elapsed wall clock time (in seconds):0.639
1.15/0.75	o 464
1.15/0.75	c Got one! Elapsed wall clock time (in seconds):0.645
1.15/0.75	o 457
1.15/0.76	c Got one! Elapsed wall clock time (in seconds):0.653
1.15/0.76	o 454
1.25/0.80	c cleaning 5496 clauses out of 10994 with flag 3092/13990
1.25/0.81	c Got one! Elapsed wall clock time (in seconds):0.7
1.25/0.81	o 446
1.25/0.81	c Got one! Elapsed wall clock time (in seconds):0.702
1.25/0.81	o 375
1.25/0.85	c Got one! Elapsed wall clock time (in seconds):0.746
1.25/0.85	o 371
1.25/0.88	c Got one! Elapsed wall clock time (in seconds):0.778
1.25/0.88	o 370
1.25/0.89	c Got one! Elapsed wall clock time (in seconds):0.784
1.25/0.89	o 358
1.35/0.90	c Got one! Elapsed wall clock time (in seconds):0.791
1.35/0.90	o 336
1.35/0.90	c Got one! Elapsed wall clock time (in seconds):0.794
1.35/0.90	o 325
1.35/0.97	c Got one! Elapsed wall clock time (in seconds):0.865
1.35/0.97	o 320
1.45/1.00	c Got one! Elapsed wall clock time (in seconds):0.894
1.45/1.00	o 319
1.45/1.02	c Got one! Elapsed wall clock time (in seconds):0.911
1.45/1.02	o 313
1.45/1.05	c Got one! Elapsed wall clock time (in seconds):0.942
1.45/1.05	o 311
1.56/1.15	c cleaning 7331 clauses out of 14662 with flag 6249/23154
1.71/1.26	c Got one! Elapsed wall clock time (in seconds):1.15
1.71/1.26	o 308
1.71/1.27	c Got one! Elapsed wall clock time (in seconds):1.162
1.71/1.27	o 305
1.80/1.36	c cleaning 6373 clauses out of 12751 with flag 7131/28574
1.92/1.40	c Got one! Elapsed wall clock time (in seconds):1.298
1.92/1.40	o 295
1.92/1.43	c Got one! Elapsed wall clock time (in seconds):1.322
1.92/1.43	o 284
2.02/1.57	c Got one! Elapsed wall clock time (in seconds):1.461
2.02/1.57	o 282
2.12/1.62	c cleaning 6533 clauses out of 13088 with flag 3494/35284
2.12/1.68	c Got one! Elapsed wall clock time (in seconds):1.574
2.12/1.68	o 281
2.12/1.70	c Got one! Elapsed wall clock time (in seconds):1.589
2.12/1.70	o 277
2.22/1.71	c Got one! Elapsed wall clock time (in seconds):1.601
2.22/1.71	o 271
2.32/1.86	c cleaning 6527 clauses out of 13054 with flag 13581/41783
2.51/2.06	c cleaning 6259 clauses out of 12524 with flag 32997/47780
2.61/2.17	c Got one! Elapsed wall clock time (in seconds):2.066
2.61/2.17	o 266
2.61/2.19	c Got one! Elapsed wall clock time (in seconds):2.083
2.61/2.19	o 265
2.72/2.28	c cleaning 6186 clauses out of 12382 with flag 6444/53897
3.26/2.52	c cleaning 6097 clauses out of 12197 with flag 26890/59898
3.26/2.60	c Got one! Elapsed wall clock time (in seconds):2.49
3.26/2.60	o 262
3.68/2.73	c cleaning 5741 clauses out of 11487 with flag 11665/65285
3.88/2.82	c Got one! Elapsed wall clock time (in seconds):2.715
3.88/2.82	o 261
3.97/2.90	c cleaning 5418 clauses out of 10836 with flag 6756/70375
3.97/2.90	c Got one! Elapsed wall clock time (in seconds):2.797
3.97/2.90	o 257
4.08/3.03	c Got one! Elapsed wall clock time (in seconds):2.923
4.08/3.03	o 247
4.08/3.07	c cleaning 5248 clauses out of 10497 with flag 3840/75454
4.28/3.28	c cleaning 5623 clauses out of 11251 with flag 25455/81456
4.49/3.45	c Got one! Elapsed wall clock time (in seconds):3.347
4.49/3.45	o 238
4.68/3.66	c cleaning 8121 clauses out of 16241 with flag 19774/92069
4.88/3.82	c Got one! Elapsed wall clock time (in seconds):3.712
4.88/3.82	o 202
4.88/3.87	c cleaning 6868 clauses out of 13736 with flag 3465/97685
5.08/4.08	c cleaning 6434 clauses out of 12868 with flag 26080/103685
5.18/4.13	c Got one! Elapsed wall clock time (in seconds):4.028
5.18/4.13	o 184
5.18/4.17	c Got one! Elapsed wall clock time (in seconds):4.064
5.18/4.17	o 143
5.29/4.29	c cleaning 6118 clauses out of 12249 with flag 11035/109500
5.49/4.50	c cleaning 6061 clauses out of 12128 with flag 32498/115497
5.69/4.68	c Got one! Elapsed wall clock time (in seconds):4.577
5.69/4.68	o 140
5.99/4.91	c cleaning 8260 clauses out of 16531 with flag 18466/125961
5.99/4.92	c Got one! Elapsed wall clock time (in seconds):4.812
5.99/4.92	o 123
6.19/5.11	c cleaning 6854 clauses out of 13724 with flag 20355/131414
6.19/5.16	c Got one! Elapsed wall clock time (in seconds):5.057
6.19/5.16	o 120
6.31/5.25	c Got one! Elapsed wall clock time (in seconds):5.139
6.31/5.25	o 111
6.41/5.34	c cleaning 6420 clauses out of 12847 with flag 8035/137391
6.41/5.34	c Got one! Elapsed wall clock time (in seconds):5.237
6.41/5.34	o 97
6.61/5.53	c cleaning 5824 clauses out of 11652 with flag 21624/142616
6.71/5.67	c Got one! Elapsed wall clock time (in seconds):5.559
6.71/5.67	o 92
6.81/5.71	c cleaning 5542 clauses out of 11085 with flag 4285/147873
6.91/5.89	c Got one! Elapsed wall clock time (in seconds):5.779
6.91/5.89	o 86
7.01/5.98	c Got one! Elapsed wall clock time (in seconds):5.878
7.01/5.98	o 81
7.21/6.13	c cleaning 8134 clauses out of 16271 with flag 13261/158601
7.41/6.36	c cleaning 7068 clauses out of 14136 with flag 39545/164600
7.71/6.64	c cleaning 7035 clauses out of 14070 with flag 71911/171602
8.01/6.96	c cleaning 7508 clauses out of 15033 with flag 108515/179600
8.41/7.35	c cleaning 8260 clauses out of 16528 with flag 152251/188603
8.51/7.47	c Got one! Elapsed wall clock time (in seconds):7.367
8.51/7.47	o 80
8.51/7.48	c starts		: 271
8.51/7.48	c conflicts		: 192135
8.51/7.48	c decisions		: 309351
8.51/7.48	c propagations		: 3845702
8.51/7.48	c inspects		: 83930264
8.51/7.48	c shortcuts		: 0
8.51/7.48	c learnt literals	: 1
8.51/7.48	c learnt binary clauses	: 1
8.51/7.48	c learnt ternary clauses	: 62
8.51/7.48	c learnt constraints	: 192134
8.51/7.48	c ignored constraints	: 0
8.51/7.48	c root simplifications	: 0
8.51/7.48	c removed literals (reason simplification)	: 0
8.51/7.48	c reason swapping (by a shorter reason)	: 0
8.51/7.48	c Calls to reduceDB	: 28
8.51/7.48	c Number of update (reduction) of LBD	: 44660
8.51/7.48	c Imported unit clauses	: 0
8.51/7.48	c number of reductions to clauses (during analyze)	: 0
8.51/7.48	c number of learned constraints concerned by reduction	: 0
8.51/7.48	c number of learning phase by resolution	: 0
8.51/7.48	c number of learning phase by cutting planes	: 0
8.51/7.48	c speed (assignments/second)	: 525728.2296650717
8.51/7.48	c non guided choices	1568
8.51/7.48	c learnt constraints type 
8.51/7.48	s OPTIMUM FOUND
8.51/7.48	c Found 49 solution(s)
8.51/7.48	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 
8.51/7.48	c objective function=80
8.51/7.48	c Total wall clock time (in seconds): 7.377

Verifier Data

OK	80

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-4109392-1466343630/watcher-4109392-1466343630 -o /tmp/evaluation-result-4109392-1466343630/solver-4109392-1466343630 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12126 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4109392-1466343630.wbo 

pid=12411
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.35 2.31 1.97 3/195 12414
/proc/meminfo: memFree=29274912/32872528 swapFree=1556504/1720024
[pid=12414] ppid=12411 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/12414/stat : 12414 (java) S 12411 12414 12110 0 -1 4202496 1264 0 0 0 0 0 0 0 20 0 2 0 36411588 94085120 906 33554432000 1073741824 1073778376 140737342737024 140737342728160 270333411389 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12414/statm: 22954 906 686 9 0 16769 0
[pid=12414/tid=12415] ppid=12411 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12415/stat : 12415 (java) D 12411 12414 12110 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 36411589 94019584 917 33554432000 1073741824 1073778376 140737342737024 139923146243624 270320889127 0 0 4096 0 18446744072100588836 0 0 -1 2 0 0 0 0 0

[startup+0.100114 s]
/proc/loadavg: 2.35 2.31 1.97 3/195 12414
/proc/meminfo: memFree=29274912/32872528 swapFree=1556504/1720024
[pid=12414] ppid=12411 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/12414/stat : 12414 (java) S 12411 12414 12110 0 -1 4202496 4428 0 1 0 9 1 0 0 20 0 18 0 36411588 9787879424 6050 33554432000 1073741824 1073778376 140737342737024 140737342728160 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12414/statm: 2389619 6050 2140 9 0 2380296 0
[pid=12414/tid=12415] ppid=12411 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/12414/task/12415/stat : 12415 (java) R 12411 12414 12110 0 -1 4202560 2380 0 1 0 6 1 0 0 20 0 18 0 36411589 9787879424 6050 33554432000 1073741824 1073778376 140737342737024 139923146247072 270333437197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200327 s]
/proc/loadavg: 2.35 2.31 1.97 3/195 12414
/proc/meminfo: memFree=29274912/32872528 swapFree=1556504/1720024
[pid=12414] ppid=12411 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/12414/stat : 12414 (java) S 12411 12414 12110 0 -1 4202496 6106 0 1 0 24 2 0 0 20 0 19 0 36411588 9856040960 8277 33554432000 1073741824 1073778376 140737342737024 140737342728160 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12414/statm: 2406260 8290 2225 9 0 2396937 0
[pid=12414/tid=12415] ppid=12411 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/12414/task/12415/stat : 12415 (java) R 12411 12414 12110 0 -1 4202560 2406 0 1 0 16 1 0 0 20 0 19 0 36411589 9856040960 8290 33554432000 1073741824 1073778376 140737342737024 139923146248832 139923004913179 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) 9625040

[startup+0.300324 s]
/proc/loadavg: 2.35 2.31 1.97 3/195 12414
/proc/meminfo: memFree=29274912/32872528 swapFree=1556504/1720024
[pid=12414] ppid=12411 vsize=9625040 CPUtime=0.53 cores=0,2,4,6
/proc/12414/stat : 12414 (java) S 12411 12414 12110 0 -1 4202496 7587 0 1 0 51 2 0 0 20 0 19 0 36411588 9856040960 8838 33554432000 1073741824 1073778376 140737342737024 140737342728160 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12414/statm: 2406260 8838 2244 9 0 2396937 0
[pid=12414/tid=12415] ppid=12411 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/12414/task/12415/stat : 12415 (java) R 12411 12414 12110 0 -1 4202560 2407 0 1 0 26 1 0 0 20 0 19 0 36411589 9856040960 8838 33554432000 1073741824 1073778376 140737342737024 139923146248832 139923004962325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9625040

[startup+0.700215 s]
/proc/loadavg: 2.35 2.31 1.97 3/195 12414
/proc/meminfo: memFree=29274912/32872528 swapFree=1556504/1720024
[pid=12414] ppid=12411 vsize=9625040 CPUtime=1.15 cores=0,2,4,6
/proc/12414/stat : 12414 (java) S 12411 12414 12110 0 -1 4202496 10210 0 1 0 112 3 0 0 20 0 19 0 36411588 9856040960 9775 33554432000 1073741824 1073778376 140737342737024 140737342728160 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12414/statm: 2406260 9775 2258 9 0 2396937 0
[pid=12414/tid=12415] ppid=12411 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/12414/task/12415/stat : 12415 (java) R 12411 12414 12110 0 -1 4202560 2408 0 1 0 66 1 0 0 20 0 19 0 36411589 9856040960 9775 33554432000 1073741824 1073778376 140737342737024 139923146248584 139923005319916 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625040

[startup+1.50077 s]
/proc/loadavg: 2.35 2.31 1.97 3/214 12433
/proc/meminfo: memFree=29241984/32872528 swapFree=1556504/1720024
[pid=12414] ppid=12411 vsize=9625040 CPUtime=2.02 cores=0,2,4,6
/proc/12414/stat : 12414 (java) S 12411 12414 12110 0 -1 4202496 10255 0 1 0 199 3 0 0 20 0 19 0 36411588 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 140737342728160 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12414/statm: 2406260 11352 2260 9 0 2396937 0
[pid=12414/tid=12415] ppid=12411 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/12414/task/12415/stat : 12415 (java) R 12411 12414 12110 0 -1 4202560 2412 0 1 0 145 2 0 0 20 0 19 0 36411589 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139923146240304 139923005302943 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12417] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12417/stat : 12417 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139923124349224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12418] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12418/stat : 12418 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922920958120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12419] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12419/stat : 12419 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922919905832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12414/tid=12420] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12420/stat : 12420 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922918853032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12421] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12421/stat : 12421 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922917800744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12422] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12422/stat : 12422 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922916747944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12423] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12423/stat : 12423 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922915695656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12424] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12424/stat : 12424 (java) S 12411 12414 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922914642856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12425] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12425/stat : 12425 (java) S 12411 12414 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922902444264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12426] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12426/stat : 12426 (java) S 12411 12414 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922901390328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12427] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12427/stat : 12427 (java) S 12411 12414 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922900337928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12428] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12428/stat : 12428 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922899286416 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12429] ppid=12411 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/12414/task/12429/stat : 12429 (java) S 12411 12414 12110 0 -1 4202560 2962 0 0 0 21 0 0 0 20 0 19 0 36411593 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922898234040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12430] ppid=12411 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/12414/task/12430/stat : 12430 (java) S 12411 12414 12110 0 -1 4202560 3610 0 0 0 30 0 0 0 20 0 19 0 36411593 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922897181240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12431] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12431/stat : 12431 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922896129144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12432] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12432/stat : 12432 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922895076552 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12433] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12433/stat : 12433 (java) S 12411 12414 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411605 9856040960 11352 33554432000 1073741824 1073778376 140737342737024 139922893923240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9625040

[startup+3.10088 s]
/proc/loadavg: 2.32 2.30 1.97 3/214 12433
/proc/meminfo: memFree=29233172/32872528 swapFree=1556504/1720024
[pid=12414] ppid=12411 vsize=9625040 CPUtime=4.18 cores=0,2,4,6
/proc/12414/stat : 12414 (java) S 12411 12414 12110 0 -1 4202496 17312 0 1 0 414 4 0 0 20 0 19 0 36411588 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 140737342728160 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12414/statm: 2406260 16819 2261 9 0 2396937 0
[pid=12414/tid=12415] ppid=12411 vsize=9625040 CPUtime=3.06 cores=0,2,4,6
/proc/12414/task/12415/stat : 12415 (java) R 12411 12414 12110 0 -1 4202560 2418 0 1 0 304 2 0 0 20 0 19 0 36411589 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139923146248744 139923005367124 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12417] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12417/stat : 12417 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139923124349224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12418] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12418/stat : 12418 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922920958120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12419] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12419/stat : 12419 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922919905832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12414/tid=12420] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12420/stat : 12420 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922918853032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12421] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12421/stat : 12421 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922917800744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12422] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12422/stat : 12422 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922916747944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12423] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12423/stat : 12423 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922915695656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12424] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12424/stat : 12424 (java) S 12411 12414 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922914642856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12425] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12425/stat : 12425 (java) S 12411 12414 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922902444264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12426] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12426/stat : 12426 (java) S 12411 12414 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922901390328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12427] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12427/stat : 12427 (java) S 12411 12414 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922900337928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12428] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12428/stat : 12428 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922899286416 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12429] ppid=12411 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12414/task/12429/stat : 12429 (java) S 12411 12414 12110 0 -1 4202560 3115 0 0 0 25 0 0 0 20 0 19 0 36411593 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922898234040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12430] ppid=12411 vsize=9625040 CPUtime=0.84 cores=0,2,4,6
/proc/12414/task/12430/stat : 12430 (java) S 12411 12414 12110 0 -1 4202560 10508 0 0 0 82 2 0 0 20 0 19 0 36411593 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922897181240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12431] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12431/stat : 12431 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922896129144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12432] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12432/stat : 12432 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922895076552 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12433] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12433/stat : 12433 (java) S 12411 12414 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411605 9856040960 16819 33554432000 1073741824 1073778376 140737342737024 139922893923240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.18
Current children cumulated vsize (KiB) 9625040

[startup+6.30075 s]
/proc/loadavg: 2.32 2.30 1.97 3/214 12433
/proc/meminfo: memFree=29205740/32872528 swapFree=1556504/1720024
[pid=12414] ppid=12411 vsize=9625040 CPUtime=7.41 cores=0,2,4,6
/proc/12414/stat : 12414 (java) S 12411 12414 12110 0 -1 4202496 17325 0 1 0 737 4 0 0 20 0 19 0 36411588 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 140737342728160 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12414/statm: 2406260 20781 2263 9 0 2396937 0
[pid=12414/tid=12415] ppid=12411 vsize=9625040 CPUtime=6.25 cores=0,2,4,6
/proc/12414/task/12415/stat : 12415 (java) R 12411 12414 12110 0 -1 4202560 2429 0 1 0 623 2 0 0 20 0 19 0 36411589 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139923146239664 139923005355758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12417] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12417/stat : 12417 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139923124349224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12418] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12418/stat : 12418 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922920958120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12419] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12419/stat : 12419 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922919905832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12414/tid=12420] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12420/stat : 12420 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922918853032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12421] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12421/stat : 12421 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922917800744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12422] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12422/stat : 12422 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922916747944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12423] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12423/stat : 12423 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922915695656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12424] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12424/stat : 12424 (java) S 12411 12414 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922914642856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12425] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12425/stat : 12425 (java) S 12411 12414 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922902444264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12426] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12426/stat : 12426 (java) S 12411 12414 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922901390328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12427] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12427/stat : 12427 (java) S 12411 12414 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922900337928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12428] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12428/stat : 12428 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922899286416 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12429] ppid=12411 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12414/task/12429/stat : 12429 (java) S 12411 12414 12110 0 -1 4202560 3115 0 0 0 25 0 0 0 20 0 19 0 36411593 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922898234040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12430] ppid=12411 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/12414/task/12430/stat : 12430 (java) S 12411 12414 12110 0 -1 4202560 10509 0 0 0 85 2 0 0 20 0 19 0 36411593 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922897181240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12431] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12431/stat : 12431 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922896129144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12432] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12432/stat : 12432 (java) S 12411 12414 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922895076552 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12433] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12433/stat : 12433 (java) S 12411 12414 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411605 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922893923240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.41
Current children cumulated vsize (KiB) 9625040

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

[startup+6.40103 s]
/proc/loadavg: 2.32 2.30 1.97 3/214 12433
/proc/meminfo: memFree=29205740/32872528 swapFree=1556504/1720024
[pid=12414] ppid=12411 vsize=9625040 CPUtime=7.51 cores=0,2,4,6
/proc/12414/stat : 12414 (java) S 12411 12414 12110 0 -1 4202496 17325 0 1 0 747 4 0 0 20 0 19 0 36411588 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 140737342728160 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12414/statm: 2406260 20781 2263 9 0 2396937 0
[pid=12414/tid=12415] ppid=12411 vsize=9625040 CPUtime=6.35 cores=0,2,4,6
/proc/12414/task/12415/stat : 12415 (java) R 12411 12414 12110 0 -1 4202560 2429 0 1 0 633 2 0 0 20 0 19 0 36411589 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139923146239664 139923005355806 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12417] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12417/stat : 12417 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139923124349224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12418] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12418/stat : 12418 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922920958120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12419] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12419/stat : 12419 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922919905832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12414/tid=12420] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12420/stat : 12420 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922918853032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12421] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12421/stat : 12421 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922917800744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12422] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12422/stat : 12422 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922916747944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12423] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12423/stat : 12423 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922915695656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12424] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12424/stat : 12424 (java) S 12411 12414 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922914642856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12425] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12425/stat : 12425 (java) S 12411 12414 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922902444264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12426] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12426/stat : 12426 (java) S 12411 12414 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922901390328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12427] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12427/stat : 12427 (java) S 12411 12414 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922900337928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12428] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12428/stat : 12428 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922899286416 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12429] ppid=12411 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12414/task/12429/stat : 12429 (java) S 12411 12414 12110 0 -1 4202560 3115 0 0 0 25 0 0 0 20 0 19 0 36411593 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922898234040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12430] ppid=12411 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/12414/task/12430/stat : 12430 (java) S 12411 12414 12110 0 -1 4202560 10509 0 0 0 85 2 0 0 20 0 19 0 36411593 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922897181240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12431] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12431/stat : 12431 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922896129144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12432] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12432/stat : 12432 (java) S 12411 12414 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922895076552 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12433] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12433/stat : 12433 (java) S 12411 12414 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411605 9856040960 20781 33554432000 1073741824 1073778376 140737342737024 139922893923240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 9625040

[startup+7.20076 s]
/proc/loadavg: 2.32 2.30 1.97 3/214 12433
/proc/meminfo: memFree=29199656/32872528 swapFree=1556504/1720024
[pid=12414] ppid=12411 vsize=9625040 CPUtime=8.31 cores=0,2,4,6
/proc/12414/stat : 12414 (java) S 12411 12414 12110 0 -1 4202496 17327 0 1 0 827 4 0 0 20 0 19 0 36411588 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 140737342728160 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12414/statm: 2406260 21805 2263 9 0 2396937 0
[pid=12414/tid=12415] ppid=12411 vsize=9625040 CPUtime=7.15 cores=0,2,4,6
/proc/12414/task/12415/stat : 12415 (java) R 12411 12414 12110 0 -1 4202560 2431 0 1 0 713 2 0 0 20 0 19 0 36411589 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139923146239664 139923005303051 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12417] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12417/stat : 12417 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139923124349224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12418] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12418/stat : 12418 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922920958120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12419] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12419/stat : 12419 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922919905832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12414/tid=12420] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12420/stat : 12420 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922918853032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12421] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12421/stat : 12421 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922917800744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12422] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12422/stat : 12422 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922916747944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12423] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12423/stat : 12423 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922915695656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12424] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12424/stat : 12424 (java) S 12411 12414 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922914642856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12425] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12425/stat : 12425 (java) S 12411 12414 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922902444264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12426] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12426/stat : 12426 (java) S 12411 12414 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922901390328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12427] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12427/stat : 12427 (java) S 12411 12414 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922900337928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12428] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12428/stat : 12428 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922899286416 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12429] ppid=12411 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12414/task/12429/stat : 12429 (java) S 12411 12414 12110 0 -1 4202560 3115 0 0 0 25 0 0 0 20 0 19 0 36411593 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922898234040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12430] ppid=12411 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/12414/task/12430/stat : 12430 (java) S 12411 12414 12110 0 -1 4202560 10509 0 0 0 85 2 0 0 20 0 19 0 36411593 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922897181240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12431] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12431/stat : 12431 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922896129144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12432] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12432/stat : 12432 (java) S 12411 12414 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922895076552 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12433] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12433/stat : 12433 (java) S 12411 12414 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411605 9856040960 21805 33554432000 1073741824 1073778376 140737342737024 139922893923240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.31
Current children cumulated vsize (KiB) 9625040

[startup+7.40075 s]
/proc/loadavg: 2.32 2.30 1.97 3/214 12433
/proc/meminfo: memFree=29199656/32872528 swapFree=1556504/1720024
[pid=12414] ppid=12411 vsize=9625040 CPUtime=8.51 cores=0,2,4,6
/proc/12414/stat : 12414 (java) S 12411 12414 12110 0 -1 4202496 17328 0 1 0 847 4 0 0 20 0 19 0 36411588 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 140737342728160 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/12414/statm: 2406260 22317 2263 9 0 2396937 0
[pid=12414/tid=12415] ppid=12411 vsize=9625040 CPUtime=7.35 cores=0,2,4,6
/proc/12414/task/12415/stat : 12415 (java) R 12411 12414 12110 0 -1 4202560 2432 0 1 0 733 2 0 0 20 0 19 0 36411589 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139923146239664 139923005327099 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12417] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12417/stat : 12417 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139923124349224 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12418] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12418/stat : 12418 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922920958120 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12419] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12419/stat : 12419 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922919905832 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=12414/tid=12420] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12420/stat : 12420 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922918853032 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12421] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12421/stat : 12421 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411589 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922917800744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12422] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12422/stat : 12422 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922916747944 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12423] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12423/stat : 12423 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922915695656 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12424] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12424/stat : 12424 (java) S 12411 12414 12110 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 36411590 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922914642856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12425] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12425/stat : 12425 (java) S 12411 12414 12110 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922902444264 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12426] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12426/stat : 12426 (java) S 12411 12414 12110 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922901390328 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12427] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12427/stat : 12427 (java) S 12411 12414 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411591 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922900337928 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12428] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12428/stat : 12428 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922899286416 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12429] ppid=12411 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/12414/task/12429/stat : 12429 (java) S 12411 12414 12110 0 -1 4202560 3115 0 0 0 25 0 0 0 20 0 19 0 36411593 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922898234040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=12414/tid=12430] ppid=12411 vsize=9625040 CPUtime=0.87 cores=0,2,4,6
/proc/12414/task/12430/stat : 12430 (java) S 12411 12414 12110 0 -1 4202560 10509 0 0 0 85 2 0 0 20 0 19 0 36411593 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922897181240 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12431] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12431/stat : 12431 (java) S 12411 12414 12110 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922896129144 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=12414/tid=12432] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12432/stat : 12432 (java) S 12411 12414 12110 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 36411593 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922895076552 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=12414/tid=12433] ppid=12411 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/12414/task/12433/stat : 12433 (java) S 12411 12414 12110 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 36411605 9856040960 22317 33554432000 1073741824 1073778376 140737342737024 139922893923240 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 8.51
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 7.49094
CPU time (s): 8.61269
CPU user time (s): 8.5417
CPU system time (s): 0.070989
CPU usage (%): 114.975
Max. virtual memory (cumulated for all children) (KiB): 9626532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.5417
system time used= 0.070989
maximum resident set size= 91376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17351
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= 463
involuntary context switches= 123

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

The end

Launcher Data

Begin job on node117 at 2016-06-19 15:40:30
IDJOB=4109392
IDBENCH=78797
IDSOLVER=2551
FILE ID=node117/4109392-1466343630
RUNJOBID= node117-1466341821-12126
PBS_JOBID= 19922035
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1110976157--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4109392-1466343630/watcher-4109392-1466343630 -o /tmp/evaluation-result-4109392-1466343630/solver-4109392-1466343630 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466341821-12126 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4109392-1466343630.wbo

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

MD5SUM BENCH= 5061ef924a5cd54acce02b550ce78c9d
RANDOM SEED=823950371

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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:        29275540 kB
Buffers:          172016 kB
Cached:           592032 kB
SwapCached:            0 kB
Active:           504060 kB
Inactive:         609884 kB
Active(anon):     342108 kB
Inactive(anon):    10624 kB
Active(file):     161952 kB
Inactive(file):   599260 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               940 kB
Writeback:             0 kB
AnonPages:       2070384 kB
Mapped:            21040 kB
Shmem:               204 kB
Slab:             628492 kB
SReclaimable:      72304 kB
SUnreclaim:       556188 kB
KernelStack:        1600 kB
PageTables:         8640 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2197496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    481280 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 node117 at 2016-06-19 15:40:37