Trace number 4090606

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 5.64314 4.50346

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111220546--soft-33-100-0.wbo
MD5SUM92e9d82ea45c04735bed18ced94c3392
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark3.39048
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 constraints64
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 2925
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 2924
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1248
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-4090606-1466065089.wbo
0.11/0.10	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.055s.
0.11/0.16	c declared #vars     169
0.11/0.16	c internal #vars     233
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.11/0.16	c 101 constraints processed.
0.11/0.16	c objective function length is 64 literals
0.29/0.28	c SATISFIABLE
0.29/0.28	c OPTIMIZING...
0.29/0.28	c Got one! Elapsed wall clock time (in seconds):0.184
0.29/0.28	o 725
0.57/0.30	c Got one! Elapsed wall clock time (in seconds):0.202
0.57/0.30	o 720
0.57/0.31	c Got one! Elapsed wall clock time (in seconds):0.214
0.57/0.31	o 713
0.57/0.32	c Got one! Elapsed wall clock time (in seconds):0.224
0.57/0.32	o 702
0.57/0.33	c Got one! Elapsed wall clock time (in seconds):0.228
0.57/0.33	o 697
0.57/0.34	c Got one! Elapsed wall clock time (in seconds):0.24
0.57/0.34	o 672
0.57/0.34	c Got one! Elapsed wall clock time (in seconds):0.244
0.57/0.34	o 461
0.57/0.37	c Got one! Elapsed wall clock time (in seconds):0.266
0.57/0.37	o 448
0.57/0.37	c Got one! Elapsed wall clock time (in seconds):0.271
0.57/0.37	o 443
0.57/0.38	c Got one! Elapsed wall clock time (in seconds):0.276
0.57/0.38	o 434
0.57/0.38	c Got one! Elapsed wall clock time (in seconds):0.279
0.57/0.38	o 432
0.57/0.38	c Got one! Elapsed wall clock time (in seconds):0.282
0.57/0.38	o 343
0.57/0.39	c Got one! Elapsed wall clock time (in seconds):0.286
0.57/0.39	o 337
0.71/0.42	c Got one! Elapsed wall clock time (in seconds):0.317
0.71/0.42	o 336
0.71/0.42	c Got one! Elapsed wall clock time (in seconds):0.321
0.71/0.42	o 334
0.71/0.44	c Got one! Elapsed wall clock time (in seconds):0.336
0.71/0.44	o 333
0.71/0.44	c Got one! Elapsed wall clock time (in seconds):0.344
0.71/0.44	o 332
0.71/0.47	c Got one! Elapsed wall clock time (in seconds):0.366
0.71/0.47	o 330
0.71/0.48	c Got one! Elapsed wall clock time (in seconds):0.377
0.71/0.48	o 323
0.71/0.48	c Got one! Elapsed wall clock time (in seconds):0.384
0.71/0.48	o 321
0.71/0.49	c Got one! Elapsed wall clock time (in seconds):0.388
0.71/0.49	o 320
0.71/0.50	c Got one! Elapsed wall clock time (in seconds):0.395
0.71/0.50	o 318
0.86/0.51	c Got one! Elapsed wall clock time (in seconds):0.405
0.86/0.51	o 313
0.86/0.51	c Got one! Elapsed wall clock time (in seconds):0.41
0.86/0.51	o 309
0.86/0.51	c Got one! Elapsed wall clock time (in seconds):0.413
0.86/0.51	o 300
0.86/0.55	c Got one! Elapsed wall clock time (in seconds):0.447
0.86/0.55	o 299
0.86/0.56	c Got one! Elapsed wall clock time (in seconds):0.456
0.86/0.56	o 298
0.86/0.56	c Got one! Elapsed wall clock time (in seconds):0.462
0.86/0.56	o 297
0.86/0.57	c Got one! Elapsed wall clock time (in seconds):0.468
0.86/0.57	o 295
0.98/0.60	c Got one! Elapsed wall clock time (in seconds):0.498
0.98/0.60	o 293
0.98/0.60	c Got one! Elapsed wall clock time (in seconds):0.501
0.98/0.60	o 268
0.98/0.61	c Got one! Elapsed wall clock time (in seconds):0.506
0.98/0.61	o 261
0.98/0.62	c Got one! Elapsed wall clock time (in seconds):0.522
0.98/0.62	o 258
0.98/0.63	c Got one! Elapsed wall clock time (in seconds):0.526
0.98/0.63	o 252
0.98/0.63	c Got one! Elapsed wall clock time (in seconds):0.533
0.98/0.63	o 251
0.98/0.64	c Got one! Elapsed wall clock time (in seconds):0.541
0.98/0.64	o 245
0.98/0.69	c Got one! Elapsed wall clock time (in seconds):0.587
0.98/0.69	o 244
1.13/0.70	c Got one! Elapsed wall clock time (in seconds):0.599
1.13/0.70	o 226
1.13/0.71	c Got one! Elapsed wall clock time (in seconds):0.61
1.13/0.71	o 221
1.13/0.72	c Got one! Elapsed wall clock time (in seconds):0.621
1.13/0.72	o 219
1.13/0.78	c Got one! Elapsed wall clock time (in seconds):0.682
1.13/0.78	o 192
1.27/0.81	c Got one! Elapsed wall clock time (in seconds):0.714
1.27/0.81	o 191
1.27/0.82	c Got one! Elapsed wall clock time (in seconds):0.723
1.27/0.82	o 176
1.38/0.92	c Got one! Elapsed wall clock time (in seconds):0.817
1.38/0.92	o 167
1.38/0.92	c Got one! Elapsed wall clock time (in seconds):0.823
1.38/0.92	o 159
1.38/0.96	c Got one! Elapsed wall clock time (in seconds):0.855
1.38/0.96	o 158
1.38/0.96	c Got one! Elapsed wall clock time (in seconds):0.863
1.38/0.96	o 137
1.61/1.00	c Got one! Elapsed wall clock time (in seconds):0.899
1.61/1.00	o 131
1.61/1.10	c cleaning 9531 clauses out of 19067 with flag 3157/19067
1.81/1.13	c Got one! Elapsed wall clock time (in seconds):1.029
1.81/1.13	o 127
2.00/1.21	c Got one! Elapsed wall clock time (in seconds):1.108
2.00/1.21	o 126
2.00/1.27	c Got one! Elapsed wall clock time (in seconds):1.172
2.00/1.27	o 96
2.10/1.31	c Got one! Elapsed wall clock time (in seconds):1.211
2.10/1.31	o 95
2.10/1.36	c Got one! Elapsed wall clock time (in seconds):1.257
2.10/1.36	o 85
2.10/1.37	c Got one! Elapsed wall clock time (in seconds):1.272
2.10/1.37	o 83
2.20/1.40	c Got one! Elapsed wall clock time (in seconds):1.303
2.20/1.40	o 81
2.20/1.42	c Got one! Elapsed wall clock time (in seconds):1.319
2.20/1.42	o 78
2.20/1.45	c Got one! Elapsed wall clock time (in seconds):1.346
2.20/1.45	o 77
2.20/1.46	c Got one! Elapsed wall clock time (in seconds):1.358
2.20/1.46	o 76
2.20/1.47	c Got one! Elapsed wall clock time (in seconds):1.371
2.20/1.47	o 73
2.31/1.50	c Got one! Elapsed wall clock time (in seconds):1.397
2.31/1.50	o 68
2.31/1.51	c Got one! Elapsed wall clock time (in seconds):1.407
2.31/1.51	o 64
2.31/1.52	c Got one! Elapsed wall clock time (in seconds):1.42
2.31/1.52	o 63
2.31/1.53	c Got one! Elapsed wall clock time (in seconds):1.428
2.31/1.53	o 60
2.31/1.53	c Got one! Elapsed wall clock time (in seconds):1.431
2.31/1.53	o 59
2.31/1.55	c Got one! Elapsed wall clock time (in seconds):1.447
2.31/1.55	o 57
2.31/1.57	c Got one! Elapsed wall clock time (in seconds):1.465
2.31/1.57	o 55
2.43/1.62	c Got one! Elapsed wall clock time (in seconds):1.523
2.43/1.62	o 54
2.43/1.64	c Got one! Elapsed wall clock time (in seconds):1.54
2.43/1.64	o 39
2.43/1.65	c Got one! Elapsed wall clock time (in seconds):1.552
2.43/1.65	o 36
2.43/1.67	c Got one! Elapsed wall clock time (in seconds):1.566
2.43/1.67	o 29
2.55/1.73	c cleaning 11522 clauses out of 23049 with flag 3427/32580
2.55/1.74	c Got one! Elapsed wall clock time (in seconds):1.642
2.55/1.74	o 28
2.55/1.78	c Got one! Elapsed wall clock time (in seconds):1.678
2.55/1.78	o 27
2.55/1.79	c Got one! Elapsed wall clock time (in seconds):1.693
2.55/1.79	o 23
2.69/1.81	c Got one! Elapsed wall clock time (in seconds):1.705
2.69/1.81	o 13
2.69/1.82	c Got one! Elapsed wall clock time (in seconds):1.719
2.69/1.82	o 12
2.69/1.83	c Got one! Elapsed wall clock time (in seconds):1.731
2.69/1.83	o 10
2.69/1.84	c Got one! Elapsed wall clock time (in seconds):1.735
2.69/1.84	o 9
2.89/2.00	c cleaning 9081 clauses out of 18164 with flag 14194/39218
3.01/2.10	c Got one! Elapsed wall clock time (in seconds):2.002
3.01/2.10	o 8
3.01/2.11	c Got one! Elapsed wall clock time (in seconds):2.01
3.01/2.11	o 6
3.01/2.19	c cleaning 7168 clauses out of 14339 with flag 7663/44474
3.22/2.40	c cleaning 6580 clauses out of 13169 with flag 29503/50474
3.52/2.65	c cleaning 6790 clauses out of 13587 with flag 57517/57474
3.82/2.95	c cleaning 7393 clauses out of 14793 with flag 91282/65473
4.22/3.31	c cleaning 8199 clauses out of 16399 with flag 129625/74474
4.22/3.32	c Got one! Elapsed wall clock time (in seconds):3.215
4.22/3.32	o 5
4.42/3.52	c cleaning 6712 clauses out of 13426 with flag 22555/79701
4.62/3.76	c cleaning 6347 clauses out of 12712 with flag 50465/85701
4.92/4.04	c cleaning 6672 clauses out of 13360 with flag 82218/92702
4.92/4.07	c Got one! Elapsed wall clock time (in seconds):3.969
4.92/4.07	o 2
5.26/4.30	c cleaning 6280 clauses out of 12569 with flag 23106/98587
5.48/4.48	c starts		: 180
5.48/4.48	c conflicts		: 103100
5.48/4.48	c decisions		: 166385
5.48/4.48	c propagations		: 2269165
5.48/4.48	c inspects		: 55252000
5.48/4.48	c shortcuts		: 0
5.48/4.48	c learnt literals	: 33
5.48/4.48	c learnt binary clauses	: 4
5.48/4.48	c learnt ternary clauses	: 121
5.48/4.48	c learnt constraints	: 103066
5.48/4.48	c ignored constraints	: 0
5.48/4.48	c root simplifications	: 0
5.48/4.48	c removed literals (reason simplification)	: 0
5.48/4.48	c reason swapping (by a shorter reason)	: 0
5.48/4.48	c Calls to reduceDB	: 12
5.48/4.48	c Number of update (reduction) of LBD	: 24754
5.48/4.48	c Imported unit clauses	: 0
5.48/4.48	c number of reductions to clauses (during analyze)	: 0
5.48/4.48	c number of learned constraints concerned by reduction	: 0
5.48/4.48	c number of learning phase by resolution	: 0
5.48/4.48	c number of learning phase by cutting planes	: 0
5.48/4.48	c speed (assignments/second)	: 524905.1584547767
5.48/4.48	c non guided choices	3077
5.48/4.48	c learnt constraints type 
5.48/4.48	s OPTIMUM FOUND
5.48/4.48	c Found 81 solution(s)
5.48/4.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 
5.48/4.49	c objective function=2
5.48/4.49	c Total wall clock time (in seconds): 4.385

Verifier Data

OK	2

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-4090606-1466065089/watcher-4090606-1466065089 -o /tmp/evaluation-result-4090606-1466065089/solver-4090606-1466065089 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4090606-1466065089.wbo 

pid=9095
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.30 2.22 2.08 4/194 9098
/proc/meminfo: memFree=30370180/32872528 swapFree=1190796/1305260
[pid=9098] ppid=9095 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9098/stat : 9098 (java) S 9095 9098 8029 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 8555558 98570240 977 33554432000 1073741824 1073778376 140736746996864 140736746988000 214540779581 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9098/statm: 24065 977 743 9 0 16771 0
[pid=9098/tid=9099] ppid=9095 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9099/stat : 9099 (java) R 9095 9098 8029 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 8555558 98570240 978 33554432000 1073741824 1073778376 140736746996864 140254610574888 214537422208 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 2.30 2.22 2.08 4/194 9098
/proc/meminfo: memFree=30370180/32872528 swapFree=1190796/1305260
[pid=9098] ppid=9095 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/9098/stat : 9098 (java) S 9095 9098 8029 0 -1 4202496 4471 0 1 0 10 1 0 0 20 0 18 0 8555558 9787879424 6111 33554432000 1073741824 1073778376 140736746996864 140736746988000 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9098/statm: 2389619 6111 2157 9 0 2380296 0
[pid=9098/tid=9099] ppid=9095 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/9098/task/9099/stat : 9099 (java) R 9095 9098 8029 0 -1 4202560 2377 0 1 0 7 0 0 0 20 0 18 0 8555558 9787879424 6111 33554432000 1073741824 1073778376 140736746996864 140254610578336 214540805389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200265 s]
/proc/loadavg: 2.30 2.22 2.08 4/194 9098
/proc/meminfo: memFree=30370180/32872528 swapFree=1190796/1305260
[pid=9098] ppid=9095 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/9098/stat : 9098 (java) S 9095 9098 8029 0 -1 4202496 6607 0 1 0 27 2 0 0 20 0 19 0 8555558 9856040960 8713 33554432000 1073741824 1073778376 140736746996864 140736746988000 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9098/statm: 2406260 8713 2234 9 0 2396937 0
[pid=9098/tid=9099] ppid=9095 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/9098/task/9099/stat : 9099 (java) R 9095 9098 8029 0 -1 4202560 2409 0 1 0 17 0 0 0 20 0 19 0 8555558 9856040960 8713 33554432000 1073741824 1073778376 140736746996864 140254610580096 140254455653632 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9625040

[startup+0.300259 s]
/proc/loadavg: 2.30 2.22 2.08 4/194 9098
/proc/meminfo: memFree=30370180/32872528 swapFree=1190796/1305260
[pid=9098] ppid=9095 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9098/stat : 9098 (java) S 9095 9098 8029 0 -1 4202496 7633 0 1 0 55 2 0 0 20 0 19 0 8555558 9856040960 8835 33554432000 1073741824 1073778376 140736746996864 140736746988000 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9098/statm: 2406260 8835 2244 9 0 2396937 0
[pid=9098/tid=9099] ppid=9095 vsize=9625040 CPUtime=0.27 cores=0,2,4,6
/proc/9098/task/9099/stat : 9099 (java) R 9095 9098 8029 0 -1 4202560 2409 0 1 0 27 0 0 0 20 0 19 0 8555558 9856040960 8835 33554432000 1073741824 1073778376 140736746996864 140254610580096 140254456019424 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9625040

[startup+0.700182 s]
/proc/loadavg: 2.30 2.22 2.08 4/194 9098
/proc/meminfo: memFree=30370180/32872528 swapFree=1190796/1305260
[pid=9098] ppid=9095 vsize=9625040 CPUtime=1.13 cores=0,2,4,6
/proc/9098/stat : 9098 (java) S 9095 9098 8029 0 -1 4202496 8706 0 1 0 110 3 0 0 20 0 19 0 8555558 9856040960 9904 33554432000 1073741824 1073778376 140736746996864 140736746988000 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9098/statm: 2406260 9904 2254 9 0 2396937 0
[pid=9098/tid=9099] ppid=9095 vsize=9625040 CPUtime=0.67 cores=0,2,4,6
/proc/9098/task/9099/stat : 9099 (java) R 9095 9098 8029 0 -1 4202560 2411 0 1 0 66 1 0 0 20 0 19 0 8555558 9856040960 9904 33554432000 1073741824 1073778376 140736746996864 140254610580096 140254455958371 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9625040

[startup+1.50076 s]
/proc/loadavg: 2.30 2.22 2.08 5/213 9117
/proc/meminfo: memFree=30328044/32872528 swapFree=1190796/1305260
[pid=9098] ppid=9095 vsize=9625040 CPUtime=2.31 cores=0,2,4,6
/proc/9098/stat : 9098 (java) S 9095 9098 8029 0 -1 4202496 15938 0 1 0 227 4 0 0 20 0 19 0 8555558 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140736746988000 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9098/statm: 2406260 12882 2262 9 0 2396937 0
[pid=9098/tid=9099] ppid=9095 vsize=9625040 CPUtime=1.47 cores=0,2,4,6
/proc/9098/task/9099/stat : 9099 (java) R 9095 9098 8029 0 -1 4202560 2414 0 1 0 146 1 0 0 20 0 19 0 8555558 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140254610570960 140254455958384 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9101] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9101/stat : 9101 (java) S 9095 9098 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140254583032616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9102] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9102/stat : 9102 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140254581979816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9098/tid=9103] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9103/stat : 9103 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140254580927528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9104] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9104/stat : 9104 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140254579874728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9105] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9105/stat : 9105 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140254578821416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9106] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9106/stat : 9106 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140254577768616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9107] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9107/stat : 9107 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140254576716328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9108] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9108/stat : 9108 (java) S 9095 9098 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140254575663528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9109] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9109/stat : 9109 (java) S 9095 9098 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8555560 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140253963721448 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9110] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9110/stat : 9110 (java) S 9095 9098 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8555561 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140253962667512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9111] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9111/stat : 9111 (java) S 9095 9098 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8555561 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140253961615112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9112] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9112/stat : 9112 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140253960563600 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9113] ppid=9095 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/9098/task/9113/stat : 9113 (java) S 9095 9098 8029 0 -1 4202560 4762 0 0 0 34 0 0 0 20 0 19 0 8555563 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140253959510200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9114] ppid=9095 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/9098/task/9114/stat : 9114 (java) S 9095 9098 8029 0 -1 4202560 7489 0 0 0 43 1 0 0 20 0 19 0 8555563 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140253958457400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9098/tid=9115] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9115/stat : 9115 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140253957405304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9098/tid=9116] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9116/stat : 9116 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140253956352712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9098/tid=9117] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9117/stat : 9117 (java) S 9095 9098 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8555574 9856040960 12882 33554432000 1073741824 1073778376 140736746996864 140253955298728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 9625040

[startup+3.10078 s]
/proc/loadavg: 2.35 2.23 2.09 4/213 9117
/proc/meminfo: memFree=30321528/32872528 swapFree=1190796/1305260
[pid=9098] ppid=9095 vsize=9625040 CPUtime=4.02 cores=0,2,4,6
/proc/9098/stat : 9098 (java) S 9095 9098 8029 0 -1 4202496 15980 0 1 0 398 4 0 0 20 0 19 0 8555558 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140736746988000 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9098/statm: 2406260 15478 2263 9 0 2396937 0
[pid=9098/tid=9099] ppid=9095 vsize=9625040 CPUtime=3.07 cores=0,2,4,6
/proc/9098/task/9099/stat : 9099 (java) R 9095 9098 8029 0 -1 4202560 2420 0 1 0 306 1 0 0 20 0 19 0 8555558 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254610577992 140254455969616 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9101] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9101/stat : 9101 (java) S 9095 9098 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254583032616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9102] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9102/stat : 9102 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254581979816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9098/tid=9103] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9103/stat : 9103 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254580927528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9104] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9104/stat : 9104 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254579874728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9105] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9105/stat : 9105 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254578821416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9106] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9106/stat : 9106 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254577768616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9107] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9107/stat : 9107 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254576716328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9108] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9108/stat : 9108 (java) S 9095 9098 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254575663528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9109] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9109/stat : 9109 (java) S 9095 9098 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8555560 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253963721448 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9098/tid=9110] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9110/stat : 9110 (java) S 9095 9098 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8555561 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253962667512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9111] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9111/stat : 9111 (java) S 9095 9098 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8555561 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253961615112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9112] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9112/stat : 9112 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253960563600 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9113] ppid=9095 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/9098/task/9113/stat : 9113 (java) S 9095 9098 8029 0 -1 4202560 4798 0 0 0 44 0 0 0 20 0 19 0 8555563 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253959510200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9114] ppid=9095 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9098/task/9114/stat : 9114 (java) S 9095 9098 8029 0 -1 4202560 7489 0 0 0 44 2 0 0 20 0 19 0 8555563 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253958457400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9098/tid=9115] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9115/stat : 9115 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253957405304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9098/tid=9116] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9116/stat : 9116 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253956352712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9098/tid=9117] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9117/stat : 9117 (java) S 9095 9098 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8555574 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253955298728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.02
Current children cumulated vsize (KiB) 9625040

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

[startup+3.20095 s]
/proc/loadavg: 2.35 2.23 2.09 4/213 9117
/proc/meminfo: memFree=30321528/32872528 swapFree=1190796/1305260
[pid=9098] ppid=9095 vsize=9625040 CPUtime=4.12 cores=0,2,4,6
/proc/9098/stat : 9098 (java) S 9095 9098 8029 0 -1 4202496 15980 0 1 0 408 4 0 0 20 0 19 0 8555558 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140736746988000 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9098/statm: 2406260 15478 2263 9 0 2396937 0
[pid=9098/tid=9099] ppid=9095 vsize=9625040 CPUtime=3.17 cores=0,2,4,6
/proc/9098/task/9099/stat : 9099 (java) R 9095 9098 8029 0 -1 4202560 2420 0 1 0 316 1 0 0 20 0 19 0 8555558 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254610577872 140254455989151 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9101] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9101/stat : 9101 (java) S 9095 9098 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254583032616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9102] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9102/stat : 9102 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254581979816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9098/tid=9103] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9103/stat : 9103 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254580927528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9104] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9104/stat : 9104 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254579874728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9105] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9105/stat : 9105 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254578821416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9106] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9106/stat : 9106 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254577768616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9107] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9107/stat : 9107 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254576716328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9108] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9108/stat : 9108 (java) S 9095 9098 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140254575663528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9109] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9109/stat : 9109 (java) S 9095 9098 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8555560 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253963721448 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9098/tid=9110] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9110/stat : 9110 (java) S 9095 9098 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8555561 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253962667512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9111] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9111/stat : 9111 (java) S 9095 9098 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8555561 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253961615112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9112] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9112/stat : 9112 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253960563600 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9113] ppid=9095 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/9098/task/9113/stat : 9113 (java) S 9095 9098 8029 0 -1 4202560 4798 0 0 0 44 0 0 0 20 0 19 0 8555563 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253959510200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9114] ppid=9095 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9098/task/9114/stat : 9114 (java) S 9095 9098 8029 0 -1 4202560 7489 0 0 0 44 2 0 0 20 0 19 0 8555563 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253958457400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9098/tid=9115] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9115/stat : 9115 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253957405304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9098/tid=9116] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9116/stat : 9116 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253956352712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9098/tid=9117] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9117/stat : 9117 (java) S 9095 9098 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8555574 9856040960 15478 33554432000 1073741824 1073778376 140736746996864 140253955298728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9625040

[startup+4.00075 s]
/proc/loadavg: 2.35 2.23 2.09 4/213 9117
/proc/meminfo: memFree=30313344/32872528 swapFree=1190796/1305260
[pid=9098] ppid=9095 vsize=9625040 CPUtime=4.92 cores=0,2,4,6
/proc/9098/stat : 9098 (java) S 9095 9098 8029 0 -1 4202496 15983 0 1 0 488 4 0 0 20 0 19 0 8555558 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140736746988000 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9098/statm: 2406260 16502 2263 9 0 2396937 0
[pid=9098/tid=9099] ppid=9095 vsize=9625040 CPUtime=3.96 cores=0,2,4,6
/proc/9098/task/9099/stat : 9099 (java) R 9095 9098 8029 0 -1 4202560 2423 0 1 0 395 1 0 0 20 0 19 0 8555558 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140254610577872 140254456020987 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9101] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9101/stat : 9101 (java) S 9095 9098 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140254583032616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9102] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9102/stat : 9102 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140254581979816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9098/tid=9103] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9103/stat : 9103 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140254580927528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9104] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9104/stat : 9104 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140254579874728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9105] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9105/stat : 9105 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140254578821416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9106] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9106/stat : 9106 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140254577768616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9107] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9107/stat : 9107 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140254576716328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9108] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9108/stat : 9108 (java) S 9095 9098 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140254575663528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9109] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9109/stat : 9109 (java) S 9095 9098 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8555560 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140253963721448 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9098/tid=9110] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9110/stat : 9110 (java) S 9095 9098 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8555561 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140253962667512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9111] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9111/stat : 9111 (java) S 9095 9098 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8555561 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140253961615112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9112] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9112/stat : 9112 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140253960563600 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9113] ppid=9095 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/9098/task/9113/stat : 9113 (java) S 9095 9098 8029 0 -1 4202560 4798 0 0 0 44 0 0 0 20 0 19 0 8555563 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140253959510200 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9114] ppid=9095 vsize=9625040 CPUtime=0.46 cores=0,2,4,6
/proc/9098/task/9114/stat : 9114 (java) S 9095 9098 8029 0 -1 4202560 7489 0 0 0 44 2 0 0 20 0 19 0 8555563 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140253958457400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9098/tid=9115] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9115/stat : 9115 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140253957405304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9098/tid=9116] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9116/stat : 9116 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140253956352712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9098/tid=9117] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9117/stat : 9117 (java) S 9095 9098 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8555574 9856040960 16502 33554432000 1073741824 1073778376 140736746996864 140253955298728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.92
Current children cumulated vsize (KiB) 9625040

[startup+4.4008 s]
/proc/loadavg: 2.35 2.23 2.09 5/213 9117
/proc/meminfo: memFree=30298120/32872528 swapFree=1190796/1305260
[pid=9098] ppid=9095 vsize=9625040 CPUtime=5.48 cores=0,2,4,6
/proc/9098/stat : 9098 (java) S 9095 9098 8029 0 -1 4202496 19116 0 1 0 543 5 0 0 20 0 19 0 8555558 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140736746988000 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/9098/statm: 2406260 18898 2264 9 0 2396937 0
[pid=9098/tid=9099] ppid=9095 vsize=9625040 CPUtime=4.37 cores=0,2,4,6
/proc/9098/task/9099/stat : 9099 (java) R 9095 9098 8029 0 -1 4202560 2426 0 1 0 436 1 0 0 20 0 19 0 8555558 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140254610571568 140254455970059 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9101] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9101/stat : 9101 (java) S 9095 9098 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140254583032616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9102] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9102/stat : 9102 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140254581979816 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9098/tid=9103] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9103/stat : 9103 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140254580927528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9104] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9104/stat : 9104 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140254579874728 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9105] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9105/stat : 9105 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140254578821416 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9106] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9106/stat : 9106 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140254577768616 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=9098/tid=9107] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9107/stat : 9107 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140254576716328 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9108] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9108/stat : 9108 (java) S 9095 9098 8029 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 8555559 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140254575663528 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9109] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9109/stat : 9109 (java) S 9095 9098 8029 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 8555560 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140253963721448 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9098/tid=9110] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9110/stat : 9110 (java) S 9095 9098 8029 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 19 0 8555561 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140253962667512 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9111] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9111/stat : 9111 (java) S 9095 9098 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8555561 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140253961615112 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9112] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9112/stat : 9112 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140253960563600 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9113] ppid=9095 vsize=9625040 CPUtime=0.57 cores=0,2,4,6
/proc/9098/task/9113/stat : 9113 (java) R 9095 9098 8029 0 -1 4202560 7927 0 0 0 56 1 0 0 20 0 19 0 8555563 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140253959510080 140254617554542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=9098/tid=9114] ppid=9095 vsize=9625040 CPUtime=0.48 cores=0,2,4,6
/proc/9098/task/9114/stat : 9114 (java) S 9095 9098 8029 0 -1 4202560 7489 0 0 0 46 2 0 0 20 0 19 0 8555563 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140253958457400 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9098/tid=9115] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9115/stat : 9115 (java) S 9095 9098 8029 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140253957405304 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=9098/tid=9116] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9116/stat : 9116 (java) S 9095 9098 8029 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 8555563 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140253956352712 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=9098/tid=9117] ppid=9095 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/9098/task/9117/stat : 9117 (java) S 9095 9098 8029 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 8555574 9856040960 18898 33554432000 1073741824 1073778376 140736746996864 140253955298728 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.48
Current children cumulated vsize (KiB) 9625040

Child status: 30
Real time (s): 4.50346
CPU time (s): 5.64314
CPU user time (s): 5.57015
CPU system time (s): 0.072988
CPU usage (%): 125.307
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5.57015
system time used= 0.072988
maximum resident set size= 79544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19718
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= 415
involuntary context switches= 40

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

The end

Launcher Data

Begin job on node127 at 2016-06-16 10:18:09
IDJOB=4090606
IDBENCH=78847
IDSOLVER=2551
FILE ID=node127/4090606-1466065089
RUNJOBID= node127-1466062123-8045
PBS_JOBID= 19904012
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.1111220546--soft-33-100-0.wbo
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4090606-1466065089/watcher-4090606-1466065089 -o /tmp/evaluation-result-4090606-1466065089/solver-4090606-1466065089 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466062123-8045 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4090606-1466065089.wbo

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

MD5SUM BENCH= 92e9d82ea45c04735bed18ced94c3392
RANDOM SEED=2032289117

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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		: 2666.769
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:        30372228 kB
Buffers:            5900 kB
Cached:            41216 kB
SwapCached:        34620 kB
Active:           414696 kB
Inactive:          60012 kB
Active(anon):     394692 kB
Inactive(anon):    35536 kB
Active(file):      20004 kB
Inactive(file):    24476 kB
Unevictable:     1305260 kB
Mlocked:         1190796 kB
SwapTotal:      67108856 kB
SwapFree:       67066068 kB
Dirty:               984 kB
Writeback:             0 kB
AnonPages:       1773328 kB
Mapped:            15356 kB
Shmem:                 0 kB
Slab:             564320 kB
SReclaimable:       8388 kB
SUnreclaim:       555932 kB
KernelStack:        1760 kB
PageTables:         8040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1889560 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 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= 71736 MiB
End job on node127 at 2016-06-16 10:18:14