Trace number 3718133

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 10.7044 9.16118

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111222539--soft-33-100-0.wbo
MD5SUM477adc333907175569d22a28ba04c3fe
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark0.805877
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 1192
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120528
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3718133-1338251733.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.054s.
0.10/0.16	c declared #vars     169
0.10/0.16	c internal #vars     233
0.10/0.16	c #constraints  101
0.10/0.16	c constraints type 
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
0.10/0.16	c ignored satisfied constraints => 1
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
0.10/0.16	c 102 constraints processed.
0.10/0.16	c objective function length is 64 literals
0.27/0.23	c SATISFIABLE
0.27/0.23	c OPTIMIZING...
0.27/0.23	c Got one! Elapsed wall clock time (in seconds):0.121
0.27/0.23	o 724
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.139
0.27/0.25	o 720
0.27/0.26	c Got one! Elapsed wall clock time (in seconds):0.153
0.27/0.26	o 707
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.158
0.27/0.27	o 398
0.27/0.28	c Got one! Elapsed wall clock time (in seconds):0.168
0.27/0.28	o 376
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.185
0.27/0.29	o 375
0.56/0.30	c Got one! Elapsed wall clock time (in seconds):0.19
0.56/0.30	o 368
0.56/0.31	c Got one! Elapsed wall clock time (in seconds):0.2
0.56/0.31	o 359
0.56/0.33	c Got one! Elapsed wall clock time (in seconds):0.22
0.56/0.33	o 353
0.56/0.35	c Got one! Elapsed wall clock time (in seconds):0.246
0.56/0.35	o 348
0.56/0.38	c Got one! Elapsed wall clock time (in seconds):0.269
0.56/0.38	o 347
0.56/0.39	c Got one! Elapsed wall clock time (in seconds):0.286
0.56/0.39	o 324
0.72/0.41	c Got one! Elapsed wall clock time (in seconds):0.3
0.72/0.41	o 321
0.72/0.43	c Got one! Elapsed wall clock time (in seconds):0.327
0.72/0.43	o 318
0.72/0.44	c Got one! Elapsed wall clock time (in seconds):0.333
0.72/0.44	o 238
0.72/0.47	c Got one! Elapsed wall clock time (in seconds):0.359
0.72/0.47	o 236
0.72/0.47	c Got one! Elapsed wall clock time (in seconds):0.364
0.72/0.47	o 221
0.82/0.50	c Got one! Elapsed wall clock time (in seconds):0.389
0.82/0.50	o 216
0.82/0.55	c Got one! Elapsed wall clock time (in seconds):0.442
0.82/0.55	o 215
0.82/0.57	c Got one! Elapsed wall clock time (in seconds):0.459
0.82/0.57	o 208
0.97/0.60	c Got one! Elapsed wall clock time (in seconds):0.489
0.97/0.60	o 205
0.97/0.63	c Got one! Elapsed wall clock time (in seconds):0.519
0.97/0.63	o 200
0.97/0.68	c Got one! Elapsed wall clock time (in seconds):0.568
0.97/0.68	o 183
0.97/0.69	c Got one! Elapsed wall clock time (in seconds):0.581
0.97/0.69	o 179
0.97/0.69	c Got one! Elapsed wall clock time (in seconds):0.585
0.97/0.69	o 177
1.09/0.71	c Got one! Elapsed wall clock time (in seconds):0.6
1.09/0.71	o 174
1.09/0.73	c Got one! Elapsed wall clock time (in seconds):0.622
1.09/0.73	o 173
1.09/0.77	c Got one! Elapsed wall clock time (in seconds):0.658
1.09/0.77	o 152
1.09/0.78	c Got one! Elapsed wall clock time (in seconds):0.67
1.09/0.78	o 149
1.20/0.85	c cleaning 8755 clauses out of 17531 with flag 3707/17531
1.20/0.89	c Got one! Elapsed wall clock time (in seconds):0.783
1.20/0.89	o 125
1.33/0.98	c Got one! Elapsed wall clock time (in seconds):0.876
1.33/0.98	o 120
1.44/1.02	c cleaning 7248 clauses out of 14508 with flag 3707/23263
1.61/1.18	c Got one! Elapsed wall clock time (in seconds):1.075
1.61/1.18	o 119
1.70/1.28	c Got one! Elapsed wall clock time (in seconds):1.176
1.70/1.28	o 113
1.80/1.34	c Got one! Elapsed wall clock time (in seconds):1.237
1.80/1.34	o 112
1.80/1.38	c cleaning 9462 clauses out of 18923 with flag 3449/34926
1.92/1.40	c Got one! Elapsed wall clock time (in seconds):1.289
1.92/1.40	o 107
1.92/1.48	c Got one! Elapsed wall clock time (in seconds):1.37
1.92/1.48	o 94
2.03/1.58	c cleaning 7640 clauses out of 15290 with flag 12399/40755
2.23/1.70	c Got one! Elapsed wall clock time (in seconds):1.591
2.23/1.70	o 90
2.23/1.77	c cleaning 6802 clauses out of 13620 with flag 9687/46725
2.33/1.85	c Got one! Elapsed wall clock time (in seconds):1.744
2.33/1.85	o 86
2.33/1.86	c Got one! Elapsed wall clock time (in seconds):1.755
2.33/1.86	o 84
2.47/1.92	c Got one! Elapsed wall clock time (in seconds):1.779
2.47/1.92	o 60
2.47/1.97	c cleaning 6861 clauses out of 13729 with flag 11723/53636
2.58/2.04	c Got one! Elapsed wall clock time (in seconds):1.932
2.58/2.04	o 50
2.69/2.12	c cleaning 6006 clauses out of 12012 with flag 11651/58780
2.78/2.20	c Got one! Elapsed wall clock time (in seconds):2.095
2.78/2.20	o 47
2.78/2.29	c cleaning 5907 clauses out of 11815 with flag 14596/64589
2.98/2.38	c Got one! Elapsed wall clock time (in seconds):2.276
2.98/2.38	o 44
3.09/2.45	c cleaning 5548 clauses out of 11113 with flag 9134/69794
3.30/2.60	c Got one! Elapsed wall clock time (in seconds):2.492
3.30/2.60	o 42
3.43/2.74	c cleaning 8107 clauses out of 16214 with flag 17677/80443
3.43/2.76	c Got one! Elapsed wall clock time (in seconds):2.65
3.43/2.76	o 34
3.53/2.89	c cleaning 6777 clauses out of 13555 with flag 20688/85891
3.73/3.06	c cleaning 6387 clauses out of 12781 with flag 43948/91894
3.84/3.15	c Got one! Elapsed wall clock time (in seconds):3.041
3.84/3.15	o 33
3.95/3.21	c cleaning 5954 clauses out of 11923 with flag 10301/97423
4.05/3.34	c Got one! Elapsed wall clock time (in seconds):3.23
4.05/3.34	o 32
4.05/3.37	c cleaning 5700 clauses out of 11436 with flag 4617/102890
4.25/3.55	c cleaning 5863 clauses out of 11737 with flag 32235/108891
4.45/3.75	c cleaning 6437 clauses out of 12873 with flag 62830/115890
4.55/3.81	c Got one! Elapsed wall clock time (in seconds):3.704
4.55/3.81	o 29
4.55/3.89	c cleaning 5807 clauses out of 11614 with flag 11832/121068
4.68/3.91	c Got one! Elapsed wall clock time (in seconds):3.804
4.68/3.91	o 28
4.77/4.02	c Got one! Elapsed wall clock time (in seconds):3.908
4.77/4.02	o 24
4.77/4.08	c cleaning 6112 clauses out of 12240 with flag 10156/127501
4.97/4.25	c cleaning 6061 clauses out of 12131 with flag 37018/133504
5.18/4.42	c Got one! Elapsed wall clock time (in seconds):4.313
5.18/4.42	o 16
5.27/4.59	c cleaning 8735 clauses out of 17504 with flag 25191/144939
5.48/4.70	c Got one! Elapsed wall clock time (in seconds):4.591
5.48/4.70	o 13
5.48/4.77	c cleaning 7323 clauses out of 14661 with flag 10337/150831
5.69/4.95	c cleaning 6664 clauses out of 13337 with flag 38854/156830
5.89/5.10	c Got one! Elapsed wall clock time (in seconds):4.989
5.89/5.10	o 12
5.99/5.27	c cleaning 8669 clauses out of 17354 with flag 24793/167511
6.20/5.47	c cleaning 7326 clauses out of 14686 with flag 54943/173512
6.40/5.69	c cleaning 7176 clauses out of 14361 with flag 89525/180513
6.70/5.90	c cleaning 7588 clauses out of 15183 with flag 123734/188511
6.70/5.94	c Got one! Elapsed wall clock time (in seconds):5.837
6.70/5.94	o 11
6.81/6.07	c cleaning 6487 clauses out of 12976 with flag 20918/193893
7.01/6.24	c cleaning 6239 clauses out of 12490 with flag 47749/199894
7.22/6.42	c Got one! Elapsed wall clock time (in seconds):6.311
7.22/6.42	o 10
7.33/6.60	c cleaning 8940 clauses out of 17898 with flag 28157/211543
7.52/6.78	c cleaning 7471 clauses out of 14956 with flag 57835/217542
7.62/6.81	c Got one! Elapsed wall clock time (in seconds):6.706
7.62/6.81	o 9
7.72/6.95	c cleaning 6249 clauses out of 12526 with flag 22426/222583
7.92/7.14	c cleaning 6130 clauses out of 12277 with flag 54031/228583
8.13/7.34	c cleaning 6569 clauses out of 13144 with flag 87401/235582
8.33/7.56	c cleaning 7288 clauses out of 14575 with flag 125643/243583
8.64/7.83	c cleaning 8128 clauses out of 16284 with flag 171314/252582
8.94/8.16	c cleaning 9078 clauses out of 18157 with flag 220296/262583
9.65/8.54	c cleaning 10036 clauses out of 20076 with flag 279349/273582
10.41/8.96	c cleaning 11019 clauses out of 22038 with flag 345316/285582
10.62/9.14	c starts		: 176
10.62/9.14	c conflicts		: 291000
10.62/9.14	c decisions		: 435775
10.62/9.14	c propagations		: 5958994
10.62/9.14	c inspects		: 62383283
10.62/9.14	c shortcuts		: 0
10.62/9.14	c learnt literals	: 29
10.62/9.14	c learnt binary clauses	: 6
10.62/9.14	c learnt ternary clauses	: 245
10.62/9.14	c learnt constraints	: 290970
10.62/9.14	c ignored constraints	: 0
10.62/9.14	c root simplifications	: 0
10.62/9.14	c removed literals (reason simplification)	: 0
10.62/9.14	c reason swapping (by a shorter reason)	: 0
10.62/9.14	c Calls to reduceDB	: 38
10.62/9.14	c Number of update (reduction) of LBD	: 70216
10.62/9.14	c number of reductions to clauses (during analyze)	: 0
10.62/9.14	c number of learned constraints concerned by reduction	: 0
10.62/9.14	c number of learning phase by resolution	: 0
10.62/9.14	c number of learning phase by cutting planes	: 0
10.62/9.14	c speed (assignments/second)	: 663806.8397014593
10.62/9.14	c non guided choices	2352
10.62/9.14	c learnt constraints type 
10.62/9.14	c constraints type 
10.62/9.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 29
10.62/9.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 24
10.62/9.14	c ignored satisfied constraints => 1
10.62/9.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1
10.62/9.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 47
10.62/9.14	c 102 constraints processed.
10.62/9.14	s OPTIMUM FOUND
10.62/9.14	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 
10.62/9.14	c objective function=9
10.62/9.14	c Total wall clock time (in seconds): 9.035

Verifier Data

OK	9

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

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.45 2.24 2.08 3/195 16662
/proc/meminfo: memFree=31903152/32873844 swapFree=6872/6872
[pid=16662] ppid=16660 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/16662/stat : 16662 (java) R 16660 16662 13427 0 -1 4202496 979 0 0 0 0 0 0 0 20 0 1 0 291301801 23793664 707 33554432000 1073741824 1073778376 140734352006512 140734351995576 270109022700 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/16662/statm: 5809 707 521 9 0 128 0

[startup+0.0147241 s]
/proc/loadavg: 2.45 2.24 2.08 3/195 16662
/proc/meminfo: memFree=31903152/32873844 swapFree=6872/6872
[pid=16662] ppid=16660 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/16662/stat : 16662 (java) S 16660 16662 13427 0 -1 4202496 2102 0 1 0 0 0 0 0 20 0 10 0 291301801 9231130624 2294 33554432000 1073741824 1073778376 140734352006512 140734351997648 270121599037 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16662/statm: 2253694 2296 984 9 0 2244803 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100283 s]
/proc/loadavg: 2.45 2.24 2.08 3/195 16662
/proc/meminfo: memFree=31903152/32873844 swapFree=6872/6872
[pid=16662] ppid=16660 vsize=9558416 CPUtime=0.1 cores=0,2,4,6
/proc/16662/stat : 16662 (java) S 16660 16662 13427 0 -1 4202496 4362 0 1 0 9 1 0 0 20 0 18 0 291301801 9787817984 5558 33554432000 1073741824 1073778376 140734352006512 140734351997648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16662/statm: 2389604 5559 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558416

[startup+0.300159 s]
/proc/loadavg: 2.45 2.24 2.08 3/195 16662
/proc/meminfo: memFree=31903152/32873844 swapFree=6872/6872
[pid=16662] ppid=16660 vsize=9624980 CPUtime=0.56 cores=0,2,4,6
/proc/16662/stat : 16662 (java) S 16660 16662 13427 0 -1 4202496 6878 0 1 0 55 1 0 0 20 0 19 0 291301801 9855979520 8115 33554432000 1073741824 1073778376 140734352006512 140734351997648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16662/statm: 2406245 8115 2234 9 0 2396937 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9624980

[startup+0.700157 s]
/proc/loadavg: 2.45 2.24 2.08 3/195 16662
/proc/meminfo: memFree=31903152/32873844 swapFree=6872/6872
[pid=16662] ppid=16660 vsize=9624980 CPUtime=1.09 cores=0,2,4,6
/proc/16662/stat : 16662 (java) S 16660 16662 13427 0 -1 4202496 7433 0 1 0 108 1 0 0 20 0 19 0 291301801 9855979520 9150 33554432000 1073741824 1073778376 140734352006512 140734351997648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16662/statm: 2406245 9150 2242 9 0 2396937 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 9624980

[startup+1.50077 s]
/proc/loadavg: 2.45 2.24 2.08 3/214 16681
/proc/meminfo: memFree=31862712/32873844 swapFree=6872/6872
[pid=16662] ppid=16660 vsize=9624980 CPUtime=2.03 cores=0,2,4,6
/proc/16662/stat : 16662 (java) S 16660 16662 13427 0 -1 4202496 8172 0 1 0 201 2 0 0 20 0 19 0 291301801 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140734351997648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16662/statm: 2406245 12307 2272 9 0 2396937 0
[pid=16662/tid=16664] ppid=16660 vsize=9624980 CPUtime=1.44 cores=0,2,4,6
/proc/16662/task/16664/stat : 16664 (java) R 16660 16662 13427 0 -1 4202560 2459 0 1 0 143 1 0 0 20 0 19 0 291301801 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263755633048 140263582804875 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16665] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16665/stat : 16665 (java) S 16660 16662 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263717124392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16666] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16666/stat : 16666 (java) S 16660 16662 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263716071592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16667] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16667/stat : 16667 (java) S 16660 16662 13427 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263715019304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16668] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16668/stat : 16668 (java) S 16660 16662 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263713966504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16669] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16669/stat : 16669 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263712914216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16670] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16670/stat : 16670 (java) S 16660 16662 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263711861416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16671] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16671/stat : 16671 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263710809128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16672] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16672/stat : 16672 (java) S 16660 16662 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263709756328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16673] ppid=16660 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/16662/task/16673/stat : 16673 (java) S 16660 16662 13427 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 291301803 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263579171048 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16674] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16674/stat : 16674 (java) S 16660 16662 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291301804 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263578117112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16675] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16675/stat : 16675 (java) S 16660 16662 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291301804 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263577064712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16676] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16676/stat : 16676 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263576013200 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16677] ppid=16660 vsize=9624980 CPUtime=0.27 cores=0,2,4,6
/proc/16662/task/16677/stat : 16677 (java) S 16660 16662 13427 0 -1 4202560 2519 0 0 0 27 0 0 0 20 0 19 0 291301806 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263574960824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16678] ppid=16660 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/16662/task/16678/stat : 16678 (java) S 16660 16662 13427 0 -1 4202560 1940 0 0 0 23 0 0 0 20 0 19 0 291301806 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263573908024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16679] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16679/stat : 16679 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263572855928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16680] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16680/stat : 16680 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263571803336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16681] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16681/stat : 16681 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301818 9855979520 12307 33554432000 1073741824 1073778376 140734352006512 140263570748328 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.03
Current children cumulated vsize (KiB) 9624980

[startup+3.10074 s]
/proc/loadavg: 2.45 2.24 2.08 3/213 16681
/proc/meminfo: memFree=31862224/32873844 swapFree=6872/6872
[pid=16662] ppid=16660 vsize=9624980 CPUtime=3.84 cores=0,2,4,6
/proc/16662/stat : 16662 (java) S 16660 16662 13427 0 -1 4202496 10986 0 1 0 382 2 0 0 20 0 19 0 291301801 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140734351997648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16662/statm: 2406245 14104 2273 9 0 2396937 0
[pid=16662/tid=16664] ppid=16660 vsize=9624980 CPUtime=2.93 cores=0,2,4,6
/proc/16662/task/16664/stat : 16664 (java) R 16660 16662 13427 0 -1 4202560 2468 0 1 0 292 1 0 0 20 0 19 0 291301801 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263755633048 140263582789518 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16665] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16665/stat : 16665 (java) S 16660 16662 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263717124392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16666] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16666/stat : 16666 (java) S 16660 16662 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263716071592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16667] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16667/stat : 16667 (java) S 16660 16662 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263715019304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16668] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16668/stat : 16668 (java) S 16660 16662 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263713966504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16669] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16669/stat : 16669 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263712914216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16670] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16670/stat : 16670 (java) S 16660 16662 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263711861416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16671] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16671/stat : 16671 (java) S 16660 16662 13427 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263710809128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16672] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16672/stat : 16672 (java) S 16660 16662 13427 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263709756328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16673] ppid=16660 vsize=9624980 CPUtime=0.09 cores=0,2,4,6
/proc/16662/task/16673/stat : 16673 (java) S 16660 16662 13427 0 -1 4202560 31 0 0 0 9 0 0 0 20 0 19 0 291301803 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263579171048 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16674] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16674/stat : 16674 (java) S 16660 16662 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291301804 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263578117112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16675] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16675/stat : 16675 (java) S 16660 16662 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291301804 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263577064712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16676] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16676/stat : 16676 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263576013200 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16677] ppid=16660 vsize=9624980 CPUtime=0.46 cores=0,2,4,6
/proc/16662/task/16677/stat : 16677 (java) S 16660 16662 13427 0 -1 4202560 5312 0 0 0 46 0 0 0 20 0 19 0 291301806 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263574960824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16678] ppid=16660 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/16662/task/16678/stat : 16678 (java) S 16660 16662 13427 0 -1 4202560 1940 0 0 0 23 0 0 0 20 0 19 0 291301806 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263573908024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16679] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16679/stat : 16679 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263572855928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16680] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16680/stat : 16680 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263571803336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16681] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16681/stat : 16681 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301818 9855979520 14104 33554432000 1073741824 1073778376 140734352006512 140263570748328 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.84
Current children cumulated vsize (KiB) 9624980

[startup+6.30069 s]
/proc/loadavg: 2.42 2.24 2.08 3/213 16681
/proc/meminfo: memFree=31861044/32873844 swapFree=6872/6872
[pid=16662] ppid=16660 vsize=9624980 CPUtime=7.12 cores=0,2,4,6
/proc/16662/stat : 16662 (java) S 16660 16662 13427 0 -1 4202496 11009 0 1 0 709 3 0 0 20 0 19 0 291301801 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140734351997648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16662/statm: 2406245 12582 2274 9 0 2396937 0
[pid=16662/tid=16664] ppid=16660 vsize=9624980 CPUtime=5.96 cores=0,2,4,6
/proc/16662/task/16664/stat : 16664 (java) R 16660 16662 13427 0 -1 4202560 2485 0 1 0 595 1 0 0 20 0 19 0 291301801 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263755632888 140263582734061 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16665] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16665/stat : 16665 (java) S 16660 16662 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263717124392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16666] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16666/stat : 16666 (java) S 16660 16662 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263716071592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16667] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16667/stat : 16667 (java) S 16660 16662 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263715019304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16668] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16668/stat : 16668 (java) S 16660 16662 13427 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263713966504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16669] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16669/stat : 16669 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263712914216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16670] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16670/stat : 16670 (java) S 16660 16662 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263711861416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16671] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16671/stat : 16671 (java) S 16660 16662 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263710809128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16672] ppid=16660 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/16662/task/16672/stat : 16672 (java) S 16660 16662 13427 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291301802 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263709756328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16673] ppid=16660 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/16662/task/16673/stat : 16673 (java) S 16660 16662 13427 0 -1 4202560 31 0 0 0 23 0 0 0 20 0 19 0 291301803 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263579171048 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16674] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16674/stat : 16674 (java) S 16660 16662 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291301804 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263578117112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16675] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16675/stat : 16675 (java) S 16660 16662 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291301804 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263577064712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16676] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16676/stat : 16676 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263576013200 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16677] ppid=16660 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/16662/task/16677/stat : 16677 (java) S 16660 16662 13427 0 -1 4202560 5314 0 0 0 49 0 0 0 20 0 19 0 291301806 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263574960824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16678] ppid=16660 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/16662/task/16678/stat : 16678 (java) S 16660 16662 13427 0 -1 4202560 1940 0 0 0 23 0 0 0 20 0 19 0 291301806 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263573908024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16679] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16679/stat : 16679 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263572855928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16680] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16680/stat : 16680 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263571803336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16681] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16681/stat : 16681 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301818 9855979520 12582 33554432000 1073741824 1073778376 140734352006512 140263570748328 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 9624980

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

[startup+7.90069 s]
/proc/loadavg: 2.42 2.24 2.08 3/214 16682
/proc/meminfo: memFree=31861168/32873844 swapFree=6872/6872
[pid=16662] ppid=16660 vsize=9624980 CPUtime=8.74 cores=0,2,4,6
/proc/16662/stat : 16662 (java) S 16660 16662 13427 0 -1 4202496 11017 0 1 0 871 3 0 0 20 0 19 0 291301801 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140734351997648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16662/statm: 2406245 12583 2274 9 0 2396937 0
[pid=16662/tid=16664] ppid=16660 vsize=9624980 CPUtime=7.49 cores=0,2,4,6
/proc/16662/task/16664/stat : 16664 (java) R 16660 16662 13427 0 -1 4202560 2492 0 1 0 748 1 0 0 20 0 19 0 291301801 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263755632888 140263582866981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16665] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16665/stat : 16665 (java) S 16660 16662 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263717124392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16666] ppid=16660 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/16662/task/16666/stat : 16666 (java) S 16660 16662 13427 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291301802 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263716071592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16667] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16667/stat : 16667 (java) S 16660 16662 13427 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263715019304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16668] ppid=16660 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/16662/task/16668/stat : 16668 (java) S 16660 16662 13427 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291301802 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263713966504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16669] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16669/stat : 16669 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263712914216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16670] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16670/stat : 16670 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263711861416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16671] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16671/stat : 16671 (java) S 16660 16662 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263710809128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16672] ppid=16660 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/16662/task/16672/stat : 16672 (java) S 16660 16662 13427 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291301802 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263709756328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16673] ppid=16660 vsize=9624980 CPUtime=0.3 cores=0,2,4,6
/proc/16662/task/16673/stat : 16673 (java) S 16660 16662 13427 0 -1 4202560 31 0 0 0 30 0 0 0 20 0 19 0 291301803 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263579171048 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16674] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16674/stat : 16674 (java) S 16660 16662 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291301804 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263578117112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16675] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16675/stat : 16675 (java) S 16660 16662 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291301804 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263577064712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16676] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16676/stat : 16676 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263576013200 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16677] ppid=16660 vsize=9624980 CPUtime=0.49 cores=0,2,4,6
/proc/16662/task/16677/stat : 16677 (java) S 16660 16662 13427 0 -1 4202560 5314 0 0 0 49 0 0 0 20 0 19 0 291301806 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263574960824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16678] ppid=16660 vsize=9624980 CPUtime=0.23 cores=0,2,4,6
/proc/16662/task/16678/stat : 16678 (java) S 16660 16662 13427 0 -1 4202560 1940 0 0 0 23 0 0 0 20 0 19 0 291301806 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263573908024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16679] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16679/stat : 16679 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263572855928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16680] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16680/stat : 16680 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263571803336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16681] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16681/stat : 16681 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301818 9855979520 12583 33554432000 1073741824 1073778376 140734352006512 140263570748328 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 9624980

[startup+8.70077 s]
/proc/loadavg: 2.42 2.24 2.08 4/214 16682
/proc/meminfo: memFree=31838352/32873844 swapFree=6872/6872
[pid=16662] ppid=16660 vsize=9624980 CPUtime=10.05 cores=0,2,4,6
/proc/16662/stat : 16662 (java) S 16660 16662 13427 0 -1 4202496 21230 0 1 0 1000 5 0 0 20 0 19 0 291301801 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140734351997648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16662/statm: 2406245 18140 2274 9 0 2396937 0
[pid=16662/tid=16664] ppid=16660 vsize=9624980 CPUtime=8.26 cores=0,2,4,6
/proc/16662/task/16664/stat : 16664 (java) R 16660 16662 13427 0 -1 4202560 2493 0 1 0 825 1 0 0 20 0 19 0 291301801 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263755632928 140263582767975 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16665] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16665/stat : 16665 (java) S 16660 16662 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263717124392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16666] ppid=16660 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/16662/task/16666/stat : 16666 (java) S 16660 16662 13427 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291301802 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263716071592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16667] ppid=16660 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/16662/task/16667/stat : 16667 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291301802 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263715019304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16668] ppid=16660 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/16662/task/16668/stat : 16668 (java) S 16660 16662 13427 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291301802 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263713966504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16669] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16669/stat : 16669 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263712914216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16670] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16670/stat : 16670 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263711861416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16671] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16671/stat : 16671 (java) S 16660 16662 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263710809128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16672] ppid=16660 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/16662/task/16672/stat : 16672 (java) S 16660 16662 13427 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291301802 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263709756328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16673] ppid=16660 vsize=9624980 CPUtime=0.32 cores=0,2,4,6
/proc/16662/task/16673/stat : 16673 (java) S 16660 16662 13427 0 -1 4202560 56 0 0 0 32 0 0 0 20 0 19 0 291301803 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263579171048 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16674] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16674/stat : 16674 (java) S 16660 16662 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291301804 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263578117112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16675] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16675/stat : 16675 (java) S 16660 16662 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291301804 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263577064712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16676] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16676/stat : 16676 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263576013200 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16677] ppid=16660 vsize=9624980 CPUtime=0.97 cores=0,2,4,6
/proc/16662/task/16677/stat : 16677 (java) R 16660 16662 13427 0 -1 4202560 15496 0 0 0 94 3 0 0 20 0 19 0 291301806 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263574948104 140263762617055 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16678] ppid=16660 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/16662/task/16678/stat : 16678 (java) S 16660 16662 13427 0 -1 4202560 1944 0 0 0 25 0 0 0 20 0 19 0 291301806 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263573908024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16679] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16679/stat : 16679 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263572855928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16680] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16680/stat : 16680 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263571803336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16681] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16681/stat : 16681 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301818 9855979520 18140 33554432000 1073741824 1073778376 140734352006512 140263570748328 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 10.05
Current children cumulated vsize (KiB) 9624980

[startup+9.10076 s]
/proc/loadavg: 2.42 2.24 2.08 4/214 16682
/proc/meminfo: memFree=31838352/32873844 swapFree=6872/6872
[pid=16662] ppid=16660 vsize=9624980 CPUtime=10.62 cores=0,2,4,6
/proc/16662/stat : 16662 (java) S 16660 16662 13427 0 -1 4202496 22586 0 1 0 1057 5 0 0 20 0 19 0 291301801 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140734351997648 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/16662/statm: 2406245 17912 2274 9 0 2396937 0
[pid=16662/tid=16664] ppid=16660 vsize=9624980 CPUtime=8.64 cores=0,2,4,6
/proc/16662/task/16664/stat : 16664 (java) R 16660 16662 13427 0 -1 4202560 2494 0 1 0 863 1 0 0 20 0 19 0 291301801 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263755633048 140263582768062 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16665] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16665/stat : 16665 (java) S 16660 16662 13427 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263717124392 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16666] ppid=16660 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/16662/task/16666/stat : 16666 (java) S 16660 16662 13427 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 291301802 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263716071592 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16667] ppid=16660 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/16662/task/16667/stat : 16667 (java) S 16660 16662 13427 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 291301802 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263715019304 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16668] ppid=16660 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/16662/task/16668/stat : 16668 (java) S 16660 16662 13427 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 291301802 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263713966504 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16669] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16669/stat : 16669 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263712914216 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16670] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16670/stat : 16670 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263711861416 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16671] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16671/stat : 16671 (java) S 16660 16662 13427 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 291301802 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263710809128 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16672] ppid=16660 vsize=9624980 CPUtime=0.01 cores=0,2,4,6
/proc/16662/task/16672/stat : 16672 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 19 0 291301802 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263709756328 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16662/tid=16673] ppid=16660 vsize=9624980 CPUtime=0.33 cores=0,2,4,6
/proc/16662/task/16673/stat : 16673 (java) S 16660 16662 13427 0 -1 4202560 56 0 0 0 33 0 0 0 20 0 19 0 291301803 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263579171048 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16674] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16674/stat : 16674 (java) S 16660 16662 13427 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 291301804 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263578117112 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16675] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16675/stat : 16675 (java) S 16660 16662 13427 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 291301804 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263577064712 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16676] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16676/stat : 16676 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263576013200 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16677] ppid=16660 vsize=9624980 CPUtime=1.14 cores=0,2,4,6
/proc/16662/task/16677/stat : 16677 (java) S 16660 16662 13427 0 -1 4202560 16849 0 0 0 111 3 0 0 20 0 19 0 291301806 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263574960824 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16662/tid=16678] ppid=16660 vsize=9624980 CPUtime=0.25 cores=0,2,4,6
/proc/16662/task/16678/stat : 16678 (java) S 16660 16662 13427 0 -1 4202560 1944 0 0 0 25 0 0 0 20 0 19 0 291301806 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263573908024 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16679] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16679/stat : 16679 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263572855928 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16662/tid=16680] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16680/stat : 16680 (java) S 16660 16662 13427 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 291301806 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263571803336 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16662/tid=16681] ppid=16660 vsize=9624980 CPUtime=0 cores=0,2,4,6
/proc/16662/task/16681/stat : 16681 (java) S 16660 16662 13427 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 291301818 9855979520 17912 33554432000 1073741824 1073778376 140734352006512 140263570748328 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 10.62
Current children cumulated vsize (KiB) 9624980

Child status: 30
Real time (s): 9.16118
CPU time (s): 10.7044
CPU user time (s): 10.5414
CPU system time (s): 0.162975
CPU usage (%): 116.845
Max. virtual memory (cumulated for all children) (KiB): 9624980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 10.5414
system time used= 0.162975
maximum resident set size= 73544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22605
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= 1423
involuntary context switches= 716

runsolver used 0.031995 second user time and 0.075988 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-29 02:35:33
IDJOB=3718133
IDBENCH=78838
IDSOLVER=2301
FILE ID=node106/3718133-1338251733
RUNJOBID= node106-1338247868-15527
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.1111222539--soft-33-100-0.wbo
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3718133-1338251733/watcher-3718133-1338251733 -o /tmp/evaluation-result-3718133-1338251733/solver-3718133-1338251733 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3718133-1338251733.wbo

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

MD5SUM BENCH= 477adc333907175569d22a28ba04c3fe
RANDOM SEED=86066851

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:        31904044 kB
Buffers:           70548 kB
Cached:            50908 kB
SwapCached:         1836 kB
Active:           142032 kB
Inactive:          34464 kB
Active(anon):      54068 kB
Inactive(anon):     3012 kB
Active(file):      87964 kB
Inactive(file):    31452 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67100488 kB
Dirty:               940 kB
Writeback:             0 kB
AnonPages:         61620 kB
Mapped:            15764 kB
Shmem:                 0 kB
Slab:             651360 kB
SReclaimable:      93504 kB
SUnreclaim:       557856 kB
KernelStack:        1608 kB
PageTables:         3972 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     697776 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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:42