Trace number 3718135

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 2012-05-28OPTIMUM 9.8835 8.35617

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111223004--soft-66-100-0.wbo
MD5SUM2781b3371b432984c0fe1e8064068870
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark19
Best CPU time to get the best result obtained on this benchmark1.17282
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 constraints42
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 1838
Min constraint cost 1
Max constraint cost 97
Sum of constraints costs 1837
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1227
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.07/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.09	c See www.sat4j.org for details.
0.07/0.10	c version 2.3.2.v20120528
0.07/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.10	c java.vm.version	19.1-b02
0.07/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.10	c sun.arch.data.model	64
0.07/0.10	c java.version		1.6.0_24
0.07/0.10	c os.name		Linux
0.07/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.10	c os.arch		amd64
0.07/0.10	c Free memory 		501472288
0.07/0.10	c Max memory 		7480803328
0.09/0.10	c Total memory 		504102912
0.09/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3718135-1338251694.wbo
0.09/0.12	c reading problem ... 
0.09/0.17	c ... done. Wall clock time 0.053s.
0.09/0.17	c declared #vars     169
0.09/0.17	c internal #vars     211
0.09/0.17	c #constraints  101
0.09/0.17	c constraints type 
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
0.09/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
0.09/0.17	c ignored satisfied constraints => 1
0.09/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
0.09/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
0.09/0.17	c 102 constraints processed.
0.09/0.17	c objective function length is 42 literals
0.23/0.26	c SATISFIABLE
0.23/0.26	c OPTIMIZING...
0.23/0.26	c Got one! Elapsed wall clock time (in seconds):0.141
0.23/0.26	o 740
0.23/0.27	c Got one! Elapsed wall clock time (in seconds):0.154
0.23/0.27	o 707
0.23/0.28	c Got one! Elapsed wall clock time (in seconds):0.163
0.23/0.28	o 583
0.23/0.29	c Got one! Elapsed wall clock time (in seconds):0.17
0.23/0.29	o 475
0.53/0.30	c Got one! Elapsed wall clock time (in seconds):0.18
0.53/0.30	o 467
0.53/0.31	c Got one! Elapsed wall clock time (in seconds):0.194
0.53/0.31	o 456
0.53/0.33	c Got one! Elapsed wall clock time (in seconds):0.211
0.53/0.33	o 451
0.53/0.35	c Got one! Elapsed wall clock time (in seconds):0.233
0.53/0.35	o 450
0.53/0.37	c Got one! Elapsed wall clock time (in seconds):0.251
0.53/0.37	o 430
0.53/0.38	c Got one! Elapsed wall clock time (in seconds):0.259
0.53/0.38	o 427
0.53/0.39	c Got one! Elapsed wall clock time (in seconds):0.273
0.53/0.39	o 403
0.69/0.40	c Got one! Elapsed wall clock time (in seconds):0.279
0.69/0.40	o 390
0.69/0.41	c Got one! Elapsed wall clock time (in seconds):0.293
0.69/0.41	o 361
0.69/0.43	c Got one! Elapsed wall clock time (in seconds):0.312
0.69/0.43	o 339
0.69/0.44	c Got one! Elapsed wall clock time (in seconds):0.324
0.69/0.44	o 336
0.69/0.45	c Got one! Elapsed wall clock time (in seconds):0.333
0.69/0.45	o 327
0.69/0.46	c Got one! Elapsed wall clock time (in seconds):0.34
0.69/0.46	o 326
0.69/0.48	c Got one! Elapsed wall clock time (in seconds):0.356
0.69/0.48	o 320
0.80/0.50	c Got one! Elapsed wall clock time (in seconds):0.379
0.80/0.50	o 303
0.80/0.54	c Got one! Elapsed wall clock time (in seconds):0.42
0.80/0.54	o 302
0.80/0.54	c Got one! Elapsed wall clock time (in seconds):0.424
0.80/0.54	o 295
0.80/0.58	c Got one! Elapsed wall clock time (in seconds):0.462
0.80/0.58	o 292
0.95/0.61	c Got one! Elapsed wall clock time (in seconds):0.487
0.95/0.61	o 287
0.95/0.62	c Got one! Elapsed wall clock time (in seconds):0.498
0.95/0.62	o 286
0.95/0.66	c Got one! Elapsed wall clock time (in seconds):0.54
0.95/0.66	o 280
0.95/0.67	c Got one! Elapsed wall clock time (in seconds):0.547
0.95/0.67	o 276
1.07/0.73	c cleaning 7241 clauses out of 14482 with flag 3031/14482
1.07/0.76	c Got one! Elapsed wall clock time (in seconds):0.644
1.07/0.76	o 267
1.21/0.80	c Got one! Elapsed wall clock time (in seconds):0.683
1.21/0.80	o 265
1.21/0.87	c Got one! Elapsed wall clock time (in seconds):0.749
1.21/0.87	o 256
1.31/0.94	c cleaning 7059 clauses out of 14124 with flag 7789/21365
1.31/0.97	c Got one! Elapsed wall clock time (in seconds):0.853
1.31/0.97	o 250
1.31/0.99	c Got one! Elapsed wall clock time (in seconds):0.867
1.31/0.99	o 238
1.44/1.02	c Got one! Elapsed wall clock time (in seconds):0.904
1.44/1.02	o 233
1.44/1.07	c Got one! Elapsed wall clock time (in seconds):0.954
1.44/1.07	o 209
1.54/1.18	c cleaning 7221 clauses out of 14451 with flag 11985/28751
1.66/1.20	c Got one! Elapsed wall clock time (in seconds):1.077
1.66/1.20	o 194
1.76/1.30	c Got one! Elapsed wall clock time (in seconds):1.185
1.76/1.30	o 191
1.76/1.31	c Got one! Elapsed wall clock time (in seconds):1.189
1.76/1.31	o 188
1.76/1.35	c Got one! Elapsed wall clock time (in seconds):1.228
1.76/1.35	o 180
1.76/1.39	c cleaning 6889 clauses out of 13791 with flag 4471/35312
1.86/1.42	c Got one! Elapsed wall clock time (in seconds):1.297
1.86/1.42	o 179
1.86/1.46	c Got one! Elapsed wall clock time (in seconds):1.335
1.86/1.46	o 172
1.96/1.54	c Got one! Elapsed wall clock time (in seconds):1.421
1.96/1.54	o 171
2.06/1.62	c cleaning 6746 clauses out of 13517 with flag 8725/41927
2.16/1.73	c Got one! Elapsed wall clock time (in seconds):1.61
2.16/1.73	o 157
2.16/1.76	c cleaning 6117 clauses out of 12249 with flag 3913/47405
2.27/1.90	c Got one! Elapsed wall clock time (in seconds):1.776
2.27/1.90	o 152
2.48/2.04	c cleaning 8141 clauses out of 16303 with flag 18508/57576
2.48/2.09	c Got one! Elapsed wall clock time (in seconds):1.972
2.48/2.09	o 147
2.59/2.15	c Got one! Elapsed wall clock time (in seconds):2.029
2.59/2.15	o 113
2.69/2.25	c cleaning 7406 clauses out of 14834 with flag 14028/64248
2.88/2.43	c cleaning 6712 clauses out of 13428 with flag 36788/70248
2.98/2.59	c Got one! Elapsed wall clock time (in seconds):2.466
2.98/2.59	o 105
3.08/2.61	c Got one! Elapsed wall clock time (in seconds):2.495
3.08/2.61	o 104
3.08/2.62	c Got one! Elapsed wall clock time (in seconds):2.499
3.08/2.62	o 84
3.18/2.79	c cleaning 9285 clauses out of 18570 with flag 20124/82102
3.28/2.82	c Got one! Elapsed wall clock time (in seconds):2.696
3.28/2.82	o 83
3.39/2.98	c cleaning 7404 clauses out of 14826 with flag 23988/87643
3.59/3.16	c cleaning 6709 clauses out of 13424 with flag 49866/93645
3.80/3.39	c cleaning 6852 clauses out of 13712 with flag 80230/100642
4.14/3.55	c Got one! Elapsed wall clock time (in seconds):3.434
4.14/3.55	o 67
4.59/3.77	c cleaning 8679 clauses out of 17376 with flag 22885/111159
4.91/3.96	c cleaning 7336 clauses out of 14696 with flag 47310/117158
5.09/4.03	c Got one! Elapsed wall clock time (in seconds):3.909
5.09/4.03	o 42
5.09/4.10	c Got one! Elapsed wall clock time (in seconds):3.976
5.09/4.10	o 40
5.28/4.15	c cleaning 6601 clauses out of 13223 with flag 4212/123021
5.48/4.28	c Got one! Elapsed wall clock time (in seconds):4.163
5.48/4.28	o 37
5.69/4.34	c cleaning 6287 clauses out of 12603 with flag 4240/129002
5.84/4.47	c Got one! Elapsed wall clock time (in seconds):4.35
5.84/4.47	o 32
6.04/4.62	c cleaning 8293 clauses out of 16596 with flag 20598/139282
6.14/4.78	c cleaning 7143 clauses out of 14302 with flag 46520/145282
6.34/4.92	c Got one! Elapsed wall clock time (in seconds):4.801
6.34/4.92	o 29
6.44/5.09	c cleaning 8654 clauses out of 17320 with flag 24694/155444
6.65/5.28	c cleaning 7323 clauses out of 14665 with flag 51992/161443
6.86/5.49	c cleaning 7167 clauses out of 14340 with flag 83915/168441
7.06/5.68	c Got one! Elapsed wall clock time (in seconds):5.558
7.06/5.68	o 28
7.26/5.86	c cleaning 9430 clauses out of 18878 with flag 25717/180147
7.46/6.06	c cleaning 7713 clauses out of 15448 with flag 53296/186147
7.66/6.29	c cleaning 7362 clauses out of 14737 with flag 85430/193149
7.85/6.40	c Got one! Elapsed wall clock time (in seconds):6.285
7.85/6.40	o 23
7.85/6.44	c cleaning 6229 clauses out of 12467 with flag 5066/198241
7.96/6.55	c Got one! Elapsed wall clock time (in seconds):6.429
7.96/6.55	o 19
8.06/6.62	c cleaning 5922 clauses out of 11865 with flag 10730/203868
8.16/6.79	c cleaning 5968 clauses out of 11941 with flag 40102/209868
8.37/6.99	c cleaning 6478 clauses out of 12972 with flag 74866/216869
8.67/7.21	c cleaning 7244 clauses out of 14492 with flag 113382/224867
8.87/7.47	c cleaning 8120 clauses out of 16247 with flag 158092/233869
9.19/7.78	c cleaning 9058 clauses out of 18122 with flag 213125/243867
9.59/8.15	c cleaning 10025 clauses out of 20062 with flag 272662/254867
9.80/8.34	c starts		: 175
9.80/8.34	c conflicts		: 260803
9.80/8.34	c decisions		: 393347
9.80/8.34	c propagations		: 5502685
9.80/8.34	c inspects		: 57643751
9.80/8.34	c shortcuts		: 0
9.80/8.34	c learnt literals	: 22
9.80/8.34	c learnt binary clauses	: 2
9.80/8.34	c learnt ternary clauses	: 179
9.80/8.34	c learnt constraints	: 260780
9.80/8.34	c ignored constraints	: 0
9.80/8.34	c root simplifications	: 0
9.80/8.34	c removed literals (reason simplification)	: 0
9.80/8.34	c reason swapping (by a shorter reason)	: 0
9.80/8.34	c Calls to reduceDB	: 33
9.80/8.34	c Number of update (reduction) of LBD	: 65625
9.80/8.34	c number of reductions to clauses (during analyze)	: 0
9.80/8.34	c number of learned constraints concerned by reduction	: 0
9.80/8.34	c number of learning phase by resolution	: 0
9.80/8.34	c number of learning phase by cutting planes	: 0
9.80/8.34	c speed (assignments/second)	: 674348.6519607843
9.80/8.34	c non guided choices	2066
9.80/8.34	c learnt constraints type 
9.80/8.34	c constraints type 
9.80/8.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 27
9.80/8.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 41
9.80/8.34	c ignored satisfied constraints => 1
9.80/8.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3
9.80/8.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 30
9.80/8.34	c 102 constraints processed.
9.80/8.34	s OPTIMUM FOUND
9.80/8.34	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 
9.80/8.34	c objective function=19
9.80/8.34	c Total wall clock time (in seconds): 8.218

Verifier Data

OK	19

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3718135-1338251694/watcher-3718135-1338251694 -o /tmp/evaluation-result-3718135-1338251694/solver-3718135-1338251694 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3718135-1338251694.wbo 

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.27 2.21 2.06 3/194 16545
/proc/meminfo: memFree=31378104/32873844 swapFree=6872/6872
[pid=16545] ppid=16543 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16545/stat : 16545 (java) D 16543 16545 13427 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 291297909 9515008 182 33554432000 1073741824 1073778376 140735069178240 140735069169272 270118239925 0 0 4096 0 18446744072100609316 0 0 17 1 0 0 0 0 0
/proc/16545/statm: 2323 182 140 9 0 71 0

[startup+0.0935399 s]
/proc/loadavg: 2.27 2.21 2.06 3/194 16545
/proc/meminfo: memFree=31378104/32873844 swapFree=6872/6872
[pid=16545] ppid=16543 vsize=9558416 CPUtime=0.07 cores=1,3,5,7
/proc/16545/stat : 16545 (java) S 16543 16545 13427 0 -1 4202496 3659 0 1 0 6 1 0 0 20 0 18 0 291297909 9787817984 4868 33554432000 1073741824 1073778376 140736040593072 140736040584208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16545/statm: 2389604 4870 1933 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558416

[startup+0.100238 s]
/proc/loadavg: 2.27 2.21 2.06 3/194 16545
/proc/meminfo: memFree=31378104/32873844 swapFree=6872/6872
[pid=16545] ppid=16543 vsize=9558416 CPUtime=0.09 cores=1,3,5,7
/proc/16545/stat : 16545 (java) S 16543 16545 13427 0 -1 4202496 4231 0 1 0 8 1 0 0 20 0 18 0 291297909 9787817984 5420 33554432000 1073741824 1073778376 140736040593072 140736040584208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16545/statm: 2389604 5420 2100 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558416

[startup+0.300232 s]
/proc/loadavg: 2.27 2.21 2.06 3/194 16545
/proc/meminfo: memFree=31378104/32873844 swapFree=6872/6872
[pid=16545] ppid=16543 vsize=9624980 CPUtime=0.53 cores=1,3,5,7
/proc/16545/stat : 16545 (java) S 16543 16545 13427 0 -1 4202496 7053 0 1 0 51 2 0 0 20 0 19 0 291297909 9855979520 7737 33554432000 1073741824 1073778376 140736040593072 140736040584208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16545/statm: 2406245 7737 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9624980

[startup+0.700242 s]
/proc/loadavg: 2.27 2.21 2.06 3/194 16545
/proc/meminfo: memFree=31378104/32873844 swapFree=6872/6872
[pid=16545] ppid=16543 vsize=9624980 CPUtime=1.07 cores=1,3,5,7
/proc/16545/stat : 16545 (java) S 16543 16545 13427 0 -1 4202496 7489 0 1 0 105 2 0 0 20 0 19 0 291297909 9855979520 9336 33554432000 1073741824 1073778376 140736040593072 140736040584208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16545/statm: 2406245 9336 2239 9 0 2396937 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 9624980

[startup+1.50063 s]
/proc/loadavg: 2.27 2.21 2.06 3/213 16564
/proc/meminfo: memFree=31338768/32873844 swapFree=6872/6872
[pid=16545] ppid=16543 vsize=9624980 CPUtime=1.96 cores=1,3,5,7
/proc/16545/stat : 16545 (java) S 16543 16545 13427 0 -1 4202496 7564 0 1 0 193 3 0 0 20 0 19 0 291297909 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140736040584208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16545/statm: 2406245 11955 2269 9 0 2396937 0
[pid=16545/tid=16547] ppid=16543 vsize=9624980 CPUtime=1.41 cores=1,3,5,7
/proc/16545/task/16547/stat : 16547 (java) R 16543 16545 13427 0 -1 4202560 2465 0 1 0 141 0 0 0 20 0 19 0 291297910 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549896495496 140549734959742 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16548] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16548/stat : 16548 (java) S 16543 16545 13427 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549857987496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16549] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16549/stat : 16549 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549856934952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16550] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16550/stat : 16550 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549855881896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16551] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16551/stat : 16551 (java) S 16543 16545 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549854829352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16552] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16552/stat : 16552 (java) S 16543 16545 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549853776296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16553] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16553/stat : 16553 (java) S 16543 16545 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549734525480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16554] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16554/stat : 16554 (java) S 16543 16545 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549733472424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16555] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16555/stat : 16555 (java) S 16543 16545 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549732419880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16556] ppid=16543 vsize=9624980 CPUtime=0.03 cores=1,3,5,7
/proc/16545/task/16556/stat : 16556 (java) S 16543 16545 13427 0 -1 4202560 30 0 0 0 3 0 0 0 20 0 19 0 291297912 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549720222568 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16557] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16557/stat : 16557 (java) S 16543 16545 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291297913 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549719168888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16558] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16558/stat : 16558 (java) S 16543 16545 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297913 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549113767304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16559] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16559/stat : 16559 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549112716048 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16560] ppid=16543 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/16545/task/16560/stat : 16560 (java) S 16543 16545 13427 0 -1 4202560 2304 0 0 0 24 0 0 0 20 0 19 0 291297915 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549111662904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16561] ppid=16543 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/16545/task/16561/stat : 16561 (java) S 16543 16545 13427 0 -1 4202560 1542 0 0 0 20 0 0 0 20 0 19 0 291297915 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549110610360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16562] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16562/stat : 16562 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549109557496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16563] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16563/stat : 16563 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549108505160 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16564] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16564/stat : 16564 (java) S 16543 16545 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291297927 9855979520 11955 33554432000 1073741824 1073778376 140736040593072 140549107451432 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9624980

[startup+3.10075 s]
/proc/loadavg: 2.27 2.21 2.06 3/213 16564
/proc/meminfo: memFree=31334052/32873844 swapFree=6872/6872
[pid=16545] ppid=16543 vsize=9624980 CPUtime=3.59 cores=1,3,5,7
/proc/16545/stat : 16545 (java) S 16543 16545 13427 0 -1 4202496 7579 0 1 0 356 3 0 0 20 0 19 0 291297909 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140736040584208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16545/statm: 2406245 11963 2269 9 0 2396937 0
[pid=16545/tid=16547] ppid=16543 vsize=9624980 CPUtime=2.93 cores=1,3,5,7
/proc/16545/task/16547/stat : 16547 (java) R 16543 16545 13427 0 -1 4202560 2472 0 1 0 293 0 0 0 20 0 19 0 291297910 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549896495376 140549735091063 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16548] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16548/stat : 16548 (java) S 16543 16545 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549857987496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16549] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16549/stat : 16549 (java) S 16543 16545 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549856934952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16550] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16550/stat : 16550 (java) S 16543 16545 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549855881896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16551] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16551/stat : 16551 (java) S 16543 16545 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549854829352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16552] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16552/stat : 16552 (java) S 16543 16545 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549853776296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16553] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16553/stat : 16553 (java) S 16543 16545 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549734525480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16554] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16554/stat : 16554 (java) S 16543 16545 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549733472424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16555] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16555/stat : 16555 (java) S 16543 16545 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549732419880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16556] ppid=16543 vsize=9624980 CPUtime=0.09 cores=1,3,5,7
/proc/16545/task/16556/stat : 16556 (java) S 16543 16545 13427 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 19 0 291297912 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549720222568 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16557] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16557/stat : 16557 (java) S 16543 16545 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291297913 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549719168888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16558] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16558/stat : 16558 (java) S 16543 16545 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297913 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549113767304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16559] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16559/stat : 16559 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549112716048 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16560] ppid=16543 vsize=9624980 CPUtime=0.26 cores=1,3,5,7
/proc/16545/task/16560/stat : 16560 (java) S 16543 16545 13427 0 -1 4202560 2304 0 0 0 26 0 0 0 20 0 19 0 291297915 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549111662904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16561] ppid=16543 vsize=9624980 CPUtime=0.2 cores=1,3,5,7
/proc/16545/task/16561/stat : 16561 (java) S 16543 16545 13427 0 -1 4202560 1542 0 0 0 20 0 0 0 20 0 19 0 291297915 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549110610360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16562] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16562/stat : 16562 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549109557496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16563] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16563/stat : 16563 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549108505160 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16564] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16564/stat : 16564 (java) S 16543 16545 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291297927 9855979520 11963 33554432000 1073741824 1073778376 140736040593072 140549107451432 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 3.59
Current children cumulated vsize (KiB) 9624980

[startup+6.30063 s]
/proc/loadavg: 2.25 2.20 2.06 3/213 16564
/proc/meminfo: memFree=31319168/32873844 swapFree=6872/6872
[pid=16545] ppid=16543 vsize=9624980 CPUtime=7.75 cores=1,3,5,7
/proc/16545/stat : 16545 (java) S 16543 16545 13427 0 -1 4202496 20047 0 1 0 770 5 0 0 20 0 19 0 291297909 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140736040584208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16545/statm: 2406245 14536 2270 9 0 2396937 0
[pid=16545/tid=16547] ppid=16543 vsize=9624980 CPUtime=5.95 cores=1,3,5,7
/proc/16545/task/16547/stat : 16547 (java) S 16543 16545 13427 0 -1 4202560 2485 0 1 0 595 0 0 0 20 0 19 0 291297910 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549896495496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16548] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16548/stat : 16548 (java) S 16543 16545 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549857987496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16549] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16549/stat : 16549 (java) S 16543 16545 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549856934952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16550] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16550/stat : 16550 (java) S 16543 16545 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549855881896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16551] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16551/stat : 16551 (java) S 16543 16545 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549854829352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16552] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16552/stat : 16552 (java) S 16543 16545 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549853776296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16553] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16553/stat : 16553 (java) S 16543 16545 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549734525480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16554] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16554/stat : 16554 (java) S 16543 16545 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549733472424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16555] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16555/stat : 16555 (java) S 16543 16545 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549732419880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16556] ppid=16543 vsize=9624980 CPUtime=0.24 cores=1,3,5,7
/proc/16545/task/16556/stat : 16556 (java) R 16543 16545 13427 0 -1 4202560 49 0 0 0 24 0 0 0 20 0 19 0 291297912 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549720221424 140549903349955 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16557] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16557/stat : 16557 (java) S 16543 16545 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291297913 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549719168888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16558] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16558/stat : 16558 (java) S 16543 16545 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297913 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549113767304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16559] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16559/stat : 16559 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549112716048 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16560] ppid=16543 vsize=9624980 CPUtime=1.14 cores=1,3,5,7
/proc/16545/task/16560/stat : 16560 (java) S 16543 16545 13427 0 -1 4202560 13701 0 0 0 111 3 0 0 20 0 19 0 291297915 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549111662904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16561] ppid=16543 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/16545/task/16561/stat : 16561 (java) S 16543 16545 13427 0 -1 4202560 2573 0 0 0 27 0 0 0 20 0 19 0 291297915 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549110610360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16562] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16562/stat : 16562 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549109557496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16563] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16563/stat : 16563 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549108505160 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16564] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16564/stat : 16564 (java) S 16543 16545 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291297927 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549107451432 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.75
Current children cumulated vsize (KiB) 9624980

Solver just ended. Dumping a history of the last processes samples

[startup+7.10079 s]
/proc/loadavg: 2.25 2.20 2.06 3/214 16565
/proc/meminfo: memFree=31313272/32873844 swapFree=6872/6872
[pid=16545] ppid=16543 vsize=9624980 CPUtime=8.57 cores=1,3,5,7
/proc/16545/stat : 16545 (java) S 16543 16545 13427 0 -1 4202496 20052 0 1 0 852 5 0 0 20 0 19 0 291297909 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140736040584208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16545/statm: 2406245 14536 2270 9 0 2396937 0
[pid=16545/tid=16547] ppid=16543 vsize=9624980 CPUtime=6.7 cores=1,3,5,7
/proc/16545/task/16547/stat : 16547 (java) R 16543 16545 13427 0 -1 4202560 2490 0 1 0 670 0 0 0 20 0 19 0 291297910 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549896495496 140549734963039 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16548] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16548/stat : 16548 (java) S 16543 16545 13427 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549857987496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16549] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16549/stat : 16549 (java) S 16543 16545 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549856934952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16550] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16550/stat : 16550 (java) S 16543 16545 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549855881896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16551] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16551/stat : 16551 (java) S 16543 16545 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549854829352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16552] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16552/stat : 16552 (java) S 16543 16545 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549853776296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16553] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16553/stat : 16553 (java) S 16543 16545 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549734525480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16554] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16554/stat : 16554 (java) S 16543 16545 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549733472424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16555] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16555/stat : 16555 (java) S 16543 16545 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549732419880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16556] ppid=16543 vsize=9624980 CPUtime=0.28 cores=1,3,5,7
/proc/16545/task/16556/stat : 16556 (java) S 16543 16545 13427 0 -1 4202560 49 0 0 0 28 0 0 0 20 0 19 0 291297912 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549720222568 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16557] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16557/stat : 16557 (java) S 16543 16545 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291297913 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549719168888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16558] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16558/stat : 16558 (java) S 16543 16545 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297913 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549113767304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16559] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16559/stat : 16559 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549112716048 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16560] ppid=16543 vsize=9624980 CPUtime=1.15 cores=1,3,5,7
/proc/16545/task/16560/stat : 16560 (java) S 16543 16545 13427 0 -1 4202560 13701 0 0 0 112 3 0 0 20 0 19 0 291297915 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549111662904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16561] ppid=16543 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/16545/task/16561/stat : 16561 (java) S 16543 16545 13427 0 -1 4202560 2573 0 0 0 27 0 0 0 20 0 19 0 291297915 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549110610360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16562] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16562/stat : 16562 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549109557496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16563] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16563/stat : 16563 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549108505160 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16564] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16564/stat : 16564 (java) S 16543 16545 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291297927 9855979520 14536 33554432000 1073741824 1073778376 140736040593072 140549107451432 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.57
Current children cumulated vsize (KiB) 9624980

[startup+7.9008 s]
/proc/loadavg: 2.25 2.20 2.06 3/214 16565
/proc/meminfo: memFree=31313140/32873844 swapFree=6872/6872
[pid=16545] ppid=16543 vsize=9624980 CPUtime=9.39 cores=1,3,5,7
/proc/16545/stat : 16545 (java) S 16543 16545 13427 0 -1 4202496 20058 0 1 0 933 6 0 0 20 0 19 0 291297909 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140736040584208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16545/statm: 2406245 14539 2270 9 0 2396937 0
[pid=16545/tid=16547] ppid=16543 vsize=9624980 CPUtime=7.46 cores=1,3,5,7
/proc/16545/task/16547/stat : 16547 (java) R 16543 16545 13427 0 -1 4202560 2493 0 1 0 746 0 0 0 20 0 19 0 291297910 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549896495496 140549735045579 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16548] ppid=16543 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16545/task/16548/stat : 16548 (java) S 16543 16545 13427 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549857987496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16549] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16549/stat : 16549 (java) S 16543 16545 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549856934952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16550] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16550/stat : 16550 (java) S 16543 16545 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549855881896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16551] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16551/stat : 16551 (java) S 16543 16545 13427 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549854829352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16552] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16552/stat : 16552 (java) S 16543 16545 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549853776296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16553] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16553/stat : 16553 (java) S 16543 16545 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549734525480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16554] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16554/stat : 16554 (java) S 16543 16545 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549733472424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16555] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16555/stat : 16555 (java) S 16543 16545 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549732419880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16556] ppid=16543 vsize=9624980 CPUtime=0.31 cores=1,3,5,7
/proc/16545/task/16556/stat : 16556 (java) S 16543 16545 13427 0 -1 4202560 49 0 0 0 31 0 0 0 20 0 19 0 291297912 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549720222568 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16557] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16557/stat : 16557 (java) S 16543 16545 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291297913 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549719168888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16558] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16558/stat : 16558 (java) S 16543 16545 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297913 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549113767304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16559] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16559/stat : 16559 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549112716048 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16560] ppid=16543 vsize=9624980 CPUtime=1.15 cores=1,3,5,7
/proc/16545/task/16560/stat : 16560 (java) S 16543 16545 13427 0 -1 4202560 13701 0 0 0 112 3 0 0 20 0 19 0 291297915 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549111662904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16561] ppid=16543 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/16545/task/16561/stat : 16561 (java) S 16543 16545 13427 0 -1 4202560 2573 0 0 0 27 0 0 0 20 0 19 0 291297915 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549110610360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16562] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16562/stat : 16562 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549109557496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16563] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16563/stat : 16563 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549108505160 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16564] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16564/stat : 16564 (java) S 16543 16545 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291297927 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549107451432 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.39
Current children cumulated vsize (KiB) 9624980

[startup+8.30075 s]
/proc/loadavg: 2.25 2.20 2.06 3/214 16565
/proc/meminfo: memFree=31313140/32873844 swapFree=6872/6872
[pid=16545] ppid=16543 vsize=9624980 CPUtime=9.8 cores=1,3,5,7
/proc/16545/stat : 16545 (java) S 16543 16545 13427 0 -1 4202496 20059 0 1 0 974 6 0 0 20 0 19 0 291297909 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140736040584208 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/16545/statm: 2406245 14539 2270 9 0 2396937 0
[pid=16545/tid=16547] ppid=16543 vsize=9624980 CPUtime=7.84 cores=1,3,5,7
/proc/16545/task/16547/stat : 16547 (java) R 16543 16545 13427 0 -1 4202560 2494 0 1 0 784 0 0 0 20 0 19 0 291297910 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549896495496 140549734963005 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16548] ppid=16543 vsize=9624980 CPUtime=0.01 cores=1,3,5,7
/proc/16545/task/16548/stat : 16548 (java) S 16543 16545 13427 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549857987496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16549] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16549/stat : 16549 (java) S 16543 16545 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549856934952 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16550] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16550/stat : 16550 (java) S 16543 16545 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549855881896 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16551] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16551/stat : 16551 (java) S 16543 16545 13427 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549854829352 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16552] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16552/stat : 16552 (java) S 16543 16545 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549853776296 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16553] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16553/stat : 16553 (java) S 16543 16545 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549734525480 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16554] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16554/stat : 16554 (java) S 16543 16545 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549733472424 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16545/tid=16555] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16555/stat : 16555 (java) S 16543 16545 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297911 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549732419880 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16556] ppid=16543 vsize=9624980 CPUtime=0.33 cores=1,3,5,7
/proc/16545/task/16556/stat : 16556 (java) S 16543 16545 13427 0 -1 4202560 49 0 0 0 33 0 0 0 20 0 19 0 291297912 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549720222568 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16557] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16557/stat : 16557 (java) S 16543 16545 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291297913 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549719168888 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16558] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16558/stat : 16558 (java) S 16543 16545 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291297913 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549113767304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16559] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16559/stat : 16559 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549112716048 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16545/tid=16560] ppid=16543 vsize=9624980 CPUtime=1.15 cores=1,3,5,7
/proc/16545/task/16560/stat : 16560 (java) S 16543 16545 13427 0 -1 4202560 13701 0 0 0 112 3 0 0 20 0 19 0 291297915 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549111662904 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16561] ppid=16543 vsize=9624980 CPUtime=0.27 cores=1,3,5,7
/proc/16545/task/16561/stat : 16561 (java) S 16543 16545 13427 0 -1 4202560 2573 0 0 0 27 0 0 0 20 0 19 0 291297915 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549110610360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16562] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16562/stat : 16562 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549109557496 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16545/tid=16563] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16563/stat : 16563 (java) S 16543 16545 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291297915 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549108505160 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16545/tid=16564] ppid=16543 vsize=9624980 CPUtime=0 cores=1,3,5,7
/proc/16545/task/16564/stat : 16564 (java) S 16543 16545 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291297927 9855979520 14539 33554432000 1073741824 1073778376 140736040593072 140549107451432 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 9.8
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 8.35617
CPU time (s): 9.8835
CPU user time (s): 9.72952
CPU system time (s): 0.153976
CPU usage (%): 118.278
Max. virtual memory (cumulated for all children) (KiB): 9625248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.72952
system time used= 0.153976
maximum resident set size= 70792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20077
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= 1290
involuntary context switches= 514

runsolver used 0.020996 second user time and 0.05999 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:34:54
IDJOB=3718135
IDBENCH=78819
IDSOLVER=2301
FILE ID=node106/3718135-1338251694
RUNJOBID= node106-1338247868-15528
PBS_JOBID= 14624657
Free space on /tmp= 71332 MiB

SOLVER NAME= Sat4j PB  2012-05-28
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111223004--soft-66-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718135-1338251694/watcher-3718135-1338251694 -o /tmp/evaluation-result-3718135-1338251694/solver-3718135-1338251694 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718135-1338251694.wbo

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

MD5SUM BENCH= 2781b3371b432984c0fe1e8064068870
RANDOM SEED=223915838

node106.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.065
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.13
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.065
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	: 5331.91
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.065
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	: 5331.91
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.065
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	: 5331.92
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.065
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	: 5331.91
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.065
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	: 5331.91
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.065
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	: 5331.91
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.065
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	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31378368 kB
Buffers:           70388 kB
Cached:            51240 kB
SwapCached:         1836 kB
Active:           658660 kB
Inactive:          34348 kB
Active(anon):     571052 kB
Inactive(anon):     3012 kB
Active(file):      87608 kB
Inactive(file):    31336 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               740 kB
Writeback:             0 kB
AnonPages:        613000 kB
Mapped:            15840 kB
Shmem:                 0 kB
Slab:             651440 kB
SReclaimable:      93508 kB
SUnreclaim:       557932 kB
KernelStack:        1760 kB
PageTables:         5332 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     864588 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    587776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71332 MiB
End job on node106 at 2012-05-29 02:35:03