Trace number 4090614

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 6.83096 5.60168

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111225605--soft-66-100-0.wbo
MD5SUM0b429bb598a1356114a5dedac9be9982
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark4.78927
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 1240
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Glucose 2.1 dynamic restart strategy
0.11/0.10	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-4090614-1466065084.wbo
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.054s.
0.11/0.15	c declared #vars     169
0.11/0.15	c internal #vars     197
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.11/0.15	c 101 constraints processed.
0.11/0.15	c objective function length is 28 literals
0.56/0.34	c SATISFIABLE
0.56/0.34	c OPTIMIZING...
0.56/0.34	c Got one! Elapsed wall clock time (in seconds):0.24
0.56/0.34	o 933
0.70/0.40	c Got one! Elapsed wall clock time (in seconds):0.297
0.70/0.40	o 931
0.70/0.41	c Got one! Elapsed wall clock time (in seconds):0.306
0.70/0.41	o 914
0.91/0.50	c cleaning 2932 clauses out of 5864 with flag 5402/5864
0.91/0.57	c Got one! Elapsed wall clock time (in seconds):0.469
0.91/0.57	o 909
0.91/0.58	c Got one! Elapsed wall clock time (in seconds):0.485
0.91/0.58	o 897
1.01/0.68	c cleaning 4431 clauses out of 8876 with flag 8364/11808
1.15/0.71	c Got one! Elapsed wall clock time (in seconds):0.614
1.15/0.71	o 896
1.15/0.72	c Got one! Elapsed wall clock time (in seconds):0.62
1.15/0.72	o 609
1.15/0.72	c Got one! Elapsed wall clock time (in seconds):0.623
1.15/0.72	o 597
1.25/0.84	c Got one! Elapsed wall clock time (in seconds):0.739
1.25/0.84	o 569
1.25/0.85	c Got one! Elapsed wall clock time (in seconds):0.754
1.25/0.85	o 553
1.25/0.87	c Got one! Elapsed wall clock time (in seconds):0.774
1.25/0.87	o 546
1.25/0.88	c Got one! Elapsed wall clock time (in seconds):0.779
1.25/0.88	o 527
1.35/0.92	c cleaning 5996 clauses out of 11997 with flag 3043/19360
1.45/1.00	c Got one! Elapsed wall clock time (in seconds):0.903
1.45/1.00	o 521
1.45/1.01	c Got one! Elapsed wall clock time (in seconds):0.908
1.45/1.01	o 517
1.45/1.06	c Got one! Elapsed wall clock time (in seconds):0.957
1.45/1.06	o 515
1.56/1.15	c cleaning 6291 clauses out of 12596 with flag 6260/25955
1.56/1.17	c Got one! Elapsed wall clock time (in seconds):1.068
1.56/1.17	o 514
1.56/1.18	c Got one! Elapsed wall clock time (in seconds):1.076
1.56/1.18	o 499
1.56/1.18	c Got one! Elapsed wall clock time (in seconds):1.081
1.56/1.18	o 448
1.79/1.24	c Got one! Elapsed wall clock time (in seconds):1.138
1.79/1.24	o 442
1.97/1.30	c Got one! Elapsed wall clock time (in seconds):1.201
1.97/1.30	o 441
1.97/1.40	c cleaning 6666 clauses out of 13344 with flag 6913/32994
2.17/1.50	c Got one! Elapsed wall clock time (in seconds):1.395
2.17/1.50	o 440
2.37/1.51	c Got one! Elapsed wall clock time (in seconds):1.406
2.37/1.51	o 432
2.37/1.55	c Got one! Elapsed wall clock time (in seconds):1.455
2.37/1.55	o 421
2.37/1.58	c Got one! Elapsed wall clock time (in seconds):1.476
2.37/1.58	o 410
2.37/1.58	c Got one! Elapsed wall clock time (in seconds):1.485
2.37/1.58	o 406
2.37/1.59	c Got one! Elapsed wall clock time (in seconds):1.492
2.37/1.59	o 401
2.37/1.60	c Got one! Elapsed wall clock time (in seconds):1.496
2.37/1.60	o 397
2.57/1.61	c Got one! Elapsed wall clock time (in seconds):1.507
2.57/1.61	o 348
2.57/1.62	c Got one! Elapsed wall clock time (in seconds):1.518
2.57/1.62	o 333
2.57/1.63	c Got one! Elapsed wall clock time (in seconds):1.529
2.57/1.63	o 328
2.57/1.66	c Got one! Elapsed wall clock time (in seconds):1.558
2.57/1.66	o 327
2.77/1.72	c cleaning 7530 clauses out of 15065 with flag 3246/41381
2.77/1.72	c Got one! Elapsed wall clock time (in seconds):1.623
2.77/1.72	o 321
2.77/1.73	c Got one! Elapsed wall clock time (in seconds):1.627
2.77/1.73	o 312
2.77/1.74	c Got one! Elapsed wall clock time (in seconds):1.645
2.77/1.74	o 296
2.77/1.75	c Got one! Elapsed wall clock time (in seconds):1.651
2.77/1.75	o 293
2.90/1.83	c Got one! Elapsed wall clock time (in seconds):1.728
2.90/1.83	o 291
3.00/1.94	c cleaning 7133 clauses out of 14273 with flag 10341/48119
3.10/2.06	c Got one! Elapsed wall clock time (in seconds):1.956
3.10/2.06	o 286
3.10/2.06	c Got one! Elapsed wall clock time (in seconds):1.96
3.10/2.06	o 285
3.10/2.09	c Got one! Elapsed wall clock time (in seconds):1.988
3.10/2.09	o 282
3.20/2.13	c cleaning 6601 clauses out of 13203 with flag 3523/54182
3.20/2.15	c Got one! Elapsed wall clock time (in seconds):2.046
3.20/2.15	o 270
3.20/2.15	c Got one! Elapsed wall clock time (in seconds):2.052
3.20/2.15	o 266
3.20/2.17	c Got one! Elapsed wall clock time (in seconds):2.075
3.20/2.17	o 265
3.20/2.19	c Got one! Elapsed wall clock time (in seconds):2.085
3.20/2.19	o 263
3.20/2.19	c Got one! Elapsed wall clock time (in seconds):2.094
3.20/2.19	o 259
3.20/2.20	c Got one! Elapsed wall clock time (in seconds):2.099
3.20/2.20	o 247
3.32/2.22	c Got one! Elapsed wall clock time (in seconds):2.12
3.32/2.22	o 235
3.32/2.23	c Got one! Elapsed wall clock time (in seconds):2.126
3.32/2.23	o 209
3.32/2.24	c Got one! Elapsed wall clock time (in seconds):2.136
3.32/2.24	o 193
3.32/2.24	c Got one! Elapsed wall clock time (in seconds):2.14
3.32/2.24	o 191
3.32/2.25	c Got one! Elapsed wall clock time (in seconds):2.151
3.32/2.25	o 186
3.32/2.29	c Got one! Elapsed wall clock time (in seconds):2.189
3.32/2.29	o 181
3.52/2.45	c cleaning 8010 clauses out of 16025 with flag 14782/63605
3.72/2.66	c cleaning 7005 clauses out of 14015 with flag 38584/69605
3.92/2.86	c Got one! Elapsed wall clock time (in seconds):2.759
3.92/2.86	o 176
4.06/2.93	c Got one! Elapsed wall clock time (in seconds):2.829
4.06/2.93	o 151
4.19/3.06	c Got one! Elapsed wall clock time (in seconds):2.963
4.19/3.06	o 150
4.29/3.12	c cleaning 9601 clauses out of 19205 with flag 4260/81800
4.29/3.13	c Got one! Elapsed wall clock time (in seconds):3.028
4.29/3.13	o 148
4.49/3.31	c cleaning 7502 clauses out of 15003 with flag 19503/87199
4.49/3.36	c Got one! Elapsed wall clock time (in seconds):3.256
4.49/3.36	o 136
4.49/3.36	c Got one! Elapsed wall clock time (in seconds):3.263
4.49/3.36	o 127
4.49/3.39	c Got one! Elapsed wall clock time (in seconds):3.294
4.49/3.39	o 114
4.59/3.50	c Got one! Elapsed wall clock time (in seconds):3.396
4.59/3.50	o 109
4.69/3.50	c Got one! Elapsed wall clock time (in seconds):3.402
4.69/3.50	o 97
4.69/3.55	c cleaning 7278 clauses out of 14576 with flag 4180/94274
4.90/3.75	c cleaning 6646 clauses out of 13299 with flag 30305/100275
5.10/3.99	c cleaning 6827 clauses out of 13656 with flag 60644/107278
5.20/4.07	c Got one! Elapsed wall clock time (in seconds):3.966
5.20/4.07	o 87
5.30/4.17	c cleaning 6078 clauses out of 12167 with flag 12211/112616
5.50/4.36	c cleaning 6038 clauses out of 12089 with flag 36366/118616
5.61/4.45	c Got one! Elapsed wall clock time (in seconds):4.355
5.61/4.45	o 23
5.71/4.53	c cleaning 5679 clauses out of 11381 with flag 8476/123946
5.90/4.73	c cleaning 5850 clauses out of 11701 with flag 35401/129946
6.11/4.98	c cleaning 6421 clauses out of 12848 with flag 64928/136947
6.22/5.08	c Got one! Elapsed wall clock time (in seconds):4.978
6.22/5.08	o 18
6.32/5.16	c cleaning 5740 clauses out of 11493 with flag 9289/142017
6.42/5.20	c Got one! Elapsed wall clock time (in seconds):5.099
6.42/5.20	o 17
6.52/5.35	c cleaning 5470 clauses out of 10942 with flag 18692/147208
6.73/5.58	c cleaning 5729 clauses out of 11467 with flag 46883/153210
6.73/5.59	c starts		: 272
6.73/5.59	c conflicts		: 153535
6.73/5.59	c decisions		: 248832
6.73/5.59	c propagations		: 3121890
6.73/5.59	c inspects		: 65577301
6.73/5.59	c shortcuts		: 0
6.73/5.59	c learnt literals	: 27
6.73/5.59	c learnt binary clauses	: 7
6.73/5.59	c learnt ternary clauses	: 75
6.73/5.59	c learnt constraints	: 153507
6.73/5.59	c ignored constraints	: 0
6.73/5.59	c root simplifications	: 0
6.73/5.59	c removed literals (reason simplification)	: 0
6.73/5.59	c reason swapping (by a shorter reason)	: 0
6.73/5.59	c Calls to reduceDB	: 23
6.73/5.59	c Number of update (reduction) of LBD	: 37007
6.73/5.59	c Imported unit clauses	: 0
6.73/5.59	c number of reductions to clauses (during analyze)	: 0
6.73/5.59	c number of learned constraints concerned by reduction	: 0
6.73/5.59	c number of learning phase by resolution	: 0
6.73/5.59	c number of learning phase by cutting planes	: 0
6.73/5.59	c speed (assignments/second)	: 574299.1169977925
6.73/5.59	c non guided choices	1681
6.73/5.59	c learnt constraints type 
6.73/5.59	s OPTIMUM FOUND
6.73/5.59	c Found 64 solution(s)
6.73/5.59	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 
6.73/5.59	c objective function=17
6.73/5.59	c Total wall clock time (in seconds): 5.495

Verifier Data

OK	17

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

pid=10291
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.14 2.04 1.92 3/194 10294
/proc/meminfo: memFree=32007500/32872528 swapFree=7268/7268
[pid=10294] ppid=10291 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10294/stat : 10294 (java) S 10291 10294 9094 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8553223 98570240 977 33554432000 1073741824 1073778376 140734503338880 140734503330016 243768787005 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10294/statm: 24065 977 743 9 0 16771 0
[pid=10294/tid=10295] ppid=10291 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10295/stat : 10295 (java) R 10291 10294 9094 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 8553223 98570240 977 33554432000 1073741824 1073778376 140734503338880 139701391293992 243765429632 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100059 s]
/proc/loadavg: 2.14 2.04 1.92 3/194 10294
/proc/meminfo: memFree=32007500/32872528 swapFree=7268/7268
[pid=10294] ppid=10291 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/10294/stat : 10294 (java) S 10291 10294 9094 0 -1 4202496 4541 0 1 0 10 1 0 0 20 0 18 0 8553223 9787879424 5668 33554432000 1073741824 1073778376 140734503338880 140734503330016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10294/statm: 2389619 5668 2157 9 0 2380296 0
[pid=10294/tid=10295] ppid=10291 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/10294/task/10295/stat : 10295 (java) R 10291 10294 9094 0 -1 4202560 2428 0 1 0 6 1 0 0 20 0 18 0 8553223 9787879424 5668 33554432000 1073741824 1073778376 140734503338880 139701391297440 243768812813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200375 s]
/proc/loadavg: 2.14 2.04 1.92 3/194 10294
/proc/meminfo: memFree=32007500/32872528 swapFree=7268/7268
[pid=10294] ppid=10291 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/10294/stat : 10294 (java) S 10291 10294 9094 0 -1 4202496 6757 0 1 0 26 2 0 0 20 0 19 0 8553223 9856040960 8245 33554432000 1073741824 1073778376 140734503338880 140734503330016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10294/statm: 2406260 8245 2231 9 0 2396937 0
[pid=10294/tid=10295] ppid=10291 vsize=9625040 CPUtime=0.17 cores=1,3,5,7
/proc/10294/task/10295/stat : 10295 (java) R 10291 10294 9094 0 -1 4202560 2455 0 1 0 16 1 0 0 20 0 19 0 8553223 9856040960 8245 33554432000 1073741824 1073778376 140734503338880 139701391299200 139701331112656 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9625040

[startup+0.300375 s]
/proc/loadavg: 2.14 2.04 1.92 3/194 10294
/proc/meminfo: memFree=32007500/32872528 swapFree=7268/7268
[pid=10294] ppid=10291 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/10294/stat : 10294 (java) S 10291 10294 9094 0 -1 4202496 7385 0 1 0 54 2 0 0 20 0 19 0 8553223 9856040960 8380 33554432000 1073741824 1073778376 140734503338880 140734503330016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10294/statm: 2406260 8380 2244 9 0 2396937 0
[pid=10294/tid=10295] ppid=10291 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/10294/task/10295/stat : 10295 (java) R 10291 10294 9094 0 -1 4202560 2456 0 1 0 26 1 0 0 20 0 19 0 8553223 9856040960 8380 33554432000 1073741824 1073778376 140734503338880 139701391298648 139701331013403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9625040

[startup+0.700285 s]
/proc/loadavg: 2.14 2.04 1.92 3/194 10294
/proc/meminfo: memFree=32007500/32872528 swapFree=7268/7268
[pid=10294] ppid=10291 vsize=9625040 CPUtime=1.15 cores=1,3,5,7
/proc/10294/stat : 10294 (java) S 10291 10294 9094 0 -1 4202496 9069 0 1 0 113 2 0 0 20 0 19 0 8553223 9856040960 9037 33554432000 1073741824 1073778376 140734503338880 140734503330016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10294/statm: 2406260 9037 2258 9 0 2396937 0
[pid=10294/tid=10295] ppid=10291 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/10294/task/10295/stat : 10295 (java) R 10291 10294 9094 0 -1 4202560 2457 0 1 0 66 1 0 0 20 0 19 0 8553223 9856040960 9037 33554432000 1073741824 1073778376 140734503338880 139701391298936 139701331257213 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9625040

[startup+1.50074 s]
/proc/loadavg: 2.14 2.04 1.92 3/213 10313
/proc/meminfo: memFree=31971352/32872528 swapFree=7268/7268
[pid=10294] ppid=10291 vsize=9625040 CPUtime=2.37 cores=1,3,5,7
/proc/10294/stat : 10294 (java) S 10291 10294 9094 0 -1 4202496 15330 0 1 0 234 3 0 0 20 0 19 0 8553223 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 140734503330016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10294/statm: 2406260 14498 2260 9 0 2396937 0
[pid=10294/tid=10295] ppid=10291 vsize=9625040 CPUtime=1.47 cores=1,3,5,7
/proc/10294/task/10295/stat : 10295 (java) R 10291 10294 9094 0 -1 4202560 2461 0 1 0 146 1 0 0 20 0 19 0 8553223 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701391290048 139701331581709 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10297] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701330028840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10298] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701328976040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10299] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701232810536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10294/tid=10300] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701231757736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10301] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701230705448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10302] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701229652648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10303] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701228600360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10304] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701227547560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10305] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10305/stat : 10305 (java) S 10291 10294 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8553225 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701215348968 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10306] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10306/stat : 10306 (java) S 10291 10294 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8553226 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701214295032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10307] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10307/stat : 10307 (java) S 10291 10294 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553226 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701213242632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10308] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701212191120 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10309] ppid=10291 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/10294/task/10309/stat : 10309 (java) S 10291 10294 9094 0 -1 4202560 3957 0 0 0 33 0 0 0 20 0 19 0 8553228 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701211138744 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10310] ppid=10291 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/10294/task/10310/stat : 10310 (java) R 10291 10294 9094 0 -1 4202560 7640 0 0 0 52 0 0 0 20 0 19 0 8553228 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701210073512 139701394204760 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10311] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10311/stat : 10311 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701209033848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10312] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10312/stat : 10312 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701207981256 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10313] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10313/stat : 10313 (java) S 10291 10294 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553239 9856040960 14498 33554432000 1073741824 1073778376 140734503338880 139701206926248 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 9625040

[startup+3.10091 s]
/proc/loadavg: 2.14 2.04 1.92 4/213 10313
/proc/meminfo: memFree=31946276/32872528 swapFree=7268/7268
[pid=10294] ppid=10291 vsize=9625040 CPUtime=4.29 cores=1,3,5,7
/proc/10294/stat : 10294 (java) S 10291 10294 9094 0 -1 4202496 16396 0 1 0 426 3 0 0 20 0 19 0 8553223 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 140734503330016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10294/statm: 2406260 16762 2262 9 0 2396937 0
[pid=10294/tid=10295] ppid=10291 vsize=9625040 CPUtime=3.07 cores=1,3,5,7
/proc/10294/task/10295/stat : 10295 (java) R 10291 10294 9094 0 -1 4202560 2467 0 1 0 306 1 0 0 20 0 19 0 8553223 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701391290048 139701331417538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10297] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701330028840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10298] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701328976040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10299] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701232810536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10294/tid=10300] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701231757736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10301] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701230705448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10302] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701229652648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10303] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701228600360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10304] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701227547560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10305] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10305/stat : 10305 (java) S 10291 10294 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8553225 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701215348968 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10306] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10306/stat : 10306 (java) S 10291 10294 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8553226 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701214295032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10307] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10307/stat : 10307 (java) S 10291 10294 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553226 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701213242632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10308] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701212191120 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10309] ppid=10291 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/10294/task/10309/stat : 10309 (java) S 10291 10294 9094 0 -1 4202560 3987 0 0 0 34 0 0 0 20 0 19 0 8553228 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701211138744 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10310] ppid=10291 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/10294/task/10310/stat : 10310 (java) S 10291 10294 9094 0 -1 4202560 8670 0 0 0 82 1 0 0 20 0 19 0 8553228 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701210085944 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10311] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10311/stat : 10311 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701209033848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10312] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10312/stat : 10312 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701207981256 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10313] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10313/stat : 10313 (java) S 10291 10294 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553239 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701206926248 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 9625040

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

[startup+3.20094 s]
/proc/loadavg: 2.14 2.04 1.92 4/213 10313
/proc/meminfo: memFree=31946276/32872528 swapFree=7268/7268
[pid=10294] ppid=10291 vsize=9625040 CPUtime=4.39 cores=1,3,5,7
/proc/10294/stat : 10294 (java) S 10291 10294 9094 0 -1 4202496 16396 0 1 0 436 3 0 0 20 0 19 0 8553223 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 140734503330016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10294/statm: 2406260 16762 2262 9 0 2396937 0
[pid=10294/tid=10295] ppid=10291 vsize=9625040 CPUtime=3.17 cores=1,3,5,7
/proc/10294/task/10295/stat : 10295 (java) R 10291 10294 9094 0 -1 4202560 2467 0 1 0 316 1 0 0 20 0 19 0 8553223 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701391290048 139701331521247 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10297] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701330028840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10298] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701328976040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10299] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701232810536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10294/tid=10300] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701231757736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10301] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701230705448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10302] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701229652648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10303] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701228600360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10304] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701227547560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10305] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10305/stat : 10305 (java) S 10291 10294 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8553225 9856040960 16762 33554432000 1073741824 1073778376 140734503338880 139701215348968 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10306] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=10294/tid=10299] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701232810536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10294/tid=10300] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701231757736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10301] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701230705448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10302] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701229652648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10303] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701228600360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10304] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701227547560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10305] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10305/stat : 10305 (java) S 10291 10294 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8553225 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701215348968 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10306] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10306/stat : 10306 (java) S 10291 10294 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8553226 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701214295032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10307] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10307/stat : 10307 (java) S 10291 10294 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553226 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701213242632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10308] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701212191120 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10309] ppid=10291 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/10294/task/10309/stat : 10309 (java) S 10291 10294 9094 0 -1 4202560 4034 0 0 0 35 0 0 0 20 0 19 0 8553228 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701211138744 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10310] ppid=10291 vsize=9625040 CPUtime=0.84 cores=1,3,5,7
/proc/10294/task/10310/stat : 10310 (java) S 10291 10294 9094 0 -1 4202560 8670 0 0 0 83 1 0 0 20 0 19 0 8553228 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701210085944 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10311] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10311/stat : 10311 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701209033848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10312] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10312/stat : 10312 (java) S 10291 10294 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701207981256 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10313] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10313/stat : 10313 (java) S 10291 10294 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553239 9856040960 19845 33554432000 1073741824 1073778376 140734503338880 139701206926248 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 9625040

[startup+5.20077 s]
/proc/loadavg: 2.14 2.04 1.92 3/213 10313
/proc/meminfo: memFree=31917612/32872528 swapFree=7268/7268
[pid=10294] ppid=10291 vsize=9625040 CPUtime=6.42 cores=1,3,5,7
/proc/10294/stat : 10294 (java) S 10291 10294 9094 0 -1 4202496 16454 0 1 0 639 3 0 0 20 0 19 0 8553223 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 140734503330016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10294/statm: 2406260 19774 2263 9 0 2396937 0
[pid=10294/tid=10295] ppid=10291 vsize=9625040 CPUtime=5.16 cores=1,3,5,7
/proc/10294/task/10295/stat : 10295 (java) R 10291 10294 9094 0 -1 4202560 2477 0 1 0 515 1 0 0 20 0 19 0 8553223 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701391299112 139701331427431 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10297] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701330028840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10298] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701328976040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10299] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701232810536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10294/tid=10300] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701231757736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10301] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701230705448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10302] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701229652648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10303] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701228600360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10304] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701227547560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10305] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10305/stat : 10305 (java) S 10291 10294 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8553225 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701215348968 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10306] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10306/stat : 10306 (java) S 10291 10294 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8553226 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701214295032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10307] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10307/stat : 10307 (java) S 10291 10294 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553226 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701213242632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10308] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701212191120 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10309] ppid=10291 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/10294/task/10309/stat : 10309 (java) S 10291 10294 9094 0 -1 4202560 4034 0 0 0 35 0 0 0 20 0 19 0 8553228 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701211138744 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10310] ppid=10291 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/10294/task/10310/stat : 10310 (java) S 10291 10294 9094 0 -1 4202560 8670 0 0 0 85 1 0 0 20 0 19 0 8553228 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701210085944 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10311] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10311/stat : 10311 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701209033848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10312] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10312/stat : 10312 (java) S 10291 10294 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701207981256 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10313] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10313/stat : 10313 (java) S 10291 10294 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553239 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701206926248 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.42
Current children cumulated vsize (KiB) 9625040

[startup+5.40075 s]
/proc/loadavg: 2.14 2.04 1.92 3/213 10313
/proc/meminfo: memFree=31917612/32872528 swapFree=7268/7268
[pid=10294] ppid=10291 vsize=9625040 CPUtime=6.61 cores=1,3,5,7
/proc/10294/stat : 10294 (java) S 10291 10294 9094 0 -1 4202496 16454 0 1 0 658 3 0 0 20 0 19 0 8553223 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 140734503330016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10294/statm: 2406260 19774 2263 9 0 2396937 0
[pid=10294/tid=10295] ppid=10291 vsize=9625040 CPUtime=5.36 cores=1,3,5,7
/proc/10294/task/10295/stat : 10295 (java) R 10291 10294 9094 0 -1 4202560 2477 0 1 0 535 1 0 0 20 0 19 0 8553223 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701391290672 139701331663067 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10297] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701330028840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10298] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701328976040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10299] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701232810536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10294/tid=10300] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701231757736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10301] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701230705448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10302] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701229652648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10303] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701228600360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10304] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701227547560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10305] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10305/stat : 10305 (java) S 10291 10294 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8553225 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701215348968 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10306] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10306/stat : 10306 (java) S 10291 10294 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8553226 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701214295032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10307] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10307/stat : 10307 (java) S 10291 10294 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553226 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701213242632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10308] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701212191120 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10309] ppid=10291 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/10294/task/10309/stat : 10309 (java) S 10291 10294 9094 0 -1 4202560 4034 0 0 0 35 0 0 0 20 0 19 0 8553228 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701211138744 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10310] ppid=10291 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/10294/task/10310/stat : 10310 (java) S 10291 10294 9094 0 -1 4202560 8670 0 0 0 85 1 0 0 20 0 19 0 8553228 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701210085944 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10311] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10311/stat : 10311 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701209033848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10312] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10312/stat : 10312 (java) S 10291 10294 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701207981256 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10313] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10313/stat : 10313 (java) S 10291 10294 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553239 9856040960 19774 33554432000 1073741824 1073778376 140734503338880 139701206926248 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.61
Current children cumulated vsize (KiB) 9625040

[startup+5.50083 s]
/proc/loadavg: 2.13 2.04 1.92 3/213 10313
/proc/meminfo: memFree=31905052/32872528 swapFree=7268/7268
[pid=10294] ppid=10291 vsize=9625040 CPUtime=6.73 cores=1,3,5,7
/proc/10294/stat : 10294 (java) S 10291 10294 9094 0 -1 4202496 16455 0 1 0 669 4 0 0 20 0 19 0 8553223 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 140734503330016 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/10294/statm: 2406260 20286 2263 9 0 2396937 0
[pid=10294/tid=10295] ppid=10291 vsize=9625040 CPUtime=5.47 cores=1,3,5,7
/proc/10294/task/10295/stat : 10295 (java) R 10291 10294 9094 0 -1 4202560 2478 0 1 0 546 1 0 0 20 0 19 0 8553223 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701391290064 139701331427431 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10297] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10297/stat : 10297 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701330028840 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10298] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10298/stat : 10298 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701328976040 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10299] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10299/stat : 10299 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701232810536 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10294/tid=10300] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10300/stat : 10300 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701231757736 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10301] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10301/stat : 10301 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701230705448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10302] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10302/stat : 10302 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701229652648 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10294/tid=10303] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10303/stat : 10303 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701228600360 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10304] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10304/stat : 10304 (java) S 10291 10294 9094 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8553224 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701227547560 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10305] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10305/stat : 10305 (java) S 10291 10294 9094 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8553225 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701215348968 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10306] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10306/stat : 10306 (java) S 10291 10294 9094 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8553226 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701214295032 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10307] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10307/stat : 10307 (java) S 10291 10294 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553226 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701213242632 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10308] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10308/stat : 10308 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701212191120 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10309] ppid=10291 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/10294/task/10309/stat : 10309 (java) S 10291 10294 9094 0 -1 4202560 4034 0 0 0 35 0 0 0 20 0 19 0 8553228 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701211138744 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10310] ppid=10291 vsize=9625040 CPUtime=0.86 cores=1,3,5,7
/proc/10294/task/10310/stat : 10310 (java) S 10291 10294 9094 0 -1 4202560 8670 0 0 0 85 1 0 0 20 0 19 0 8553228 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701210085944 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10311] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10311/stat : 10311 (java) S 10291 10294 9094 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701209033848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10294/tid=10312] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10312/stat : 10312 (java) S 10291 10294 9094 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8553228 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701207981256 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10294/tid=10313] ppid=10291 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/10294/task/10313/stat : 10313 (java) S 10291 10294 9094 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8553239 9856040960 20286 33554432000 1073741824 1073778376 140734503338880 139701206926248 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 6.73
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 5.60168
CPU time (s): 6.83096
CPU user time (s): 6.77997
CPU system time (s): 0.050992
CPU usage (%): 121.945
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.77997
system time used= 0.050992
maximum resident set size= 83256
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16479
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= 394
involuntary context switches= 42

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

The end

Launcher Data

Begin job on node151 at 2016-06-16 10:18:04
IDJOB=4090614
IDBENCH=78843
IDSOLVER=2551
FILE ID=node151/4090614-1466065084
RUNJOBID= node151-1466062104-9111
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/wnqueen/normalized-t2001.13queen13.1111225605--soft-66-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090614-1466065084/watcher-4090614-1466065084 -o /tmp/evaluation-result-4090614-1466065084/solver-4090614-1466065084 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1466062104-9111 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090614-1466065084.wbo

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

MD5SUM BENCH= 0b429bb598a1356114a5dedac9be9982
RANDOM SEED=934484416

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:        32007764 kB
Buffers:            5088 kB
Cached:            38664 kB
SwapCached:        61608 kB
Active:            67328 kB
Inactive:          81536 kB
Active(anon):      46068 kB
Inactive(anon):    61024 kB
Active(file):      21260 kB
Inactive(file):    20512 kB
Unevictable:        7268 kB
Mlocked:            7268 kB
SwapTotal:      67108856 kB
SwapFree:       67038960 kB
Dirty:              1616 kB
Writeback:             0 kB
AnonPages:        127272 kB
Mapped:            15268 kB
Shmem:                 0 kB
Slab:             565844 kB
SReclaimable:       8856 kB
SUnreclaim:       556988 kB
KernelStack:        1760 kB
PageTables:         4636 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:     94208 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:18:10