Trace number 3492639

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 Resolution 2011-06-08OPTIMUM 28.3417 27.1083

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227861--soft-0-100-0.wbo
MD5SUMf5c87030c1b11375e21b491121f8695e
Bench CategorySOFT-SMALLINT-LIN (only soft constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark2.99754
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 constraints101
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 5034
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 5033
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1265
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-2010 Daniel Le Berre
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.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@13d4c61c
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 Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 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-3492639-1307911043.wbo
0.10/0.11	c reading problem ... 
0.10/0.17	c ... done. Wall clock time 0.059s.
0.10/0.17	c #vars     270
0.10/0.17	c #constraints  101
0.10/0.17	c constraints type 
0.10/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
0.10/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
0.27/0.24	c SATISFIABLE
0.27/0.24	c OPTIMIZING...
0.27/0.24	c Got one! Elapsed wall clock time (in seconds):0.123
0.27/0.24	o 778
0.27/0.25	c Got one! Elapsed wall clock time (in seconds):0.143
0.27/0.25	o 750
0.27/0.27	c Got one! Elapsed wall clock time (in seconds):0.164
0.27/0.27	o 718
0.27/0.29	c Got one! Elapsed wall clock time (in seconds):0.181
0.27/0.29	o 514
0.50/0.31	c Got one! Elapsed wall clock time (in seconds):0.2
0.50/0.31	o 476
0.50/0.34	c Got one! Elapsed wall clock time (in seconds):0.224
0.50/0.34	o 430
0.85/0.62	c Got one! Elapsed wall clock time (in seconds):0.513
0.85/0.62	o 414
0.85/0.65	c Got one! Elapsed wall clock time (in seconds):0.542
0.85/0.65	o 333
0.95/0.73	c cleaning 4076 clauses out of 8166 with flag 1000/8166
0.95/0.75	c Got one! Elapsed wall clock time (in seconds):0.637
0.95/0.75	o 310
1.08/0.84	c Got one! Elapsed wall clock time (in seconds):0.727
1.08/0.84	o 291
1.08/0.86	c Got one! Elapsed wall clock time (in seconds):0.746
1.08/0.86	o 289
1.31/1.01	c Got one! Elapsed wall clock time (in seconds):0.9
1.31/1.01	o 268
1.42/1.10	c cleaning 5543 clauses out of 11102 with flag 2000/15178
1.71/1.41	c Got one! Elapsed wall clock time (in seconds):1.301
1.71/1.41	o 267
1.91/1.62	c Got one! Elapsed wall clock time (in seconds):1.514
1.91/1.62	o 263
1.91/1.68	c cleaning 7885 clauses out of 15780 with flag 1000/25399
2.02/1.71	c Got one! Elapsed wall clock time (in seconds):1.601
2.02/1.71	o 238
2.02/1.76	c Got one! Elapsed wall clock time (in seconds):1.651
2.02/1.76	o 231
2.19/1.87	c Got one! Elapsed wall clock time (in seconds):1.763
2.19/1.87	o 214
2.29/1.96	c cleaning 6814 clauses out of 13636 with flag 2001/31140
2.42/2.04	c Got one! Elapsed wall clock time (in seconds):1.931
2.42/2.04	o 191
2.64/2.20	c cleaning 6120 clauses out of 12248 with flag 4001/36566
2.84/2.41	c Got one! Elapsed wall clock time (in seconds):2.301
2.84/2.41	o 159
2.84/2.49	c Got one! Elapsed wall clock time (in seconds):2.384
2.84/2.49	o 147
2.94/2.55	c cleaning 6530 clauses out of 13068 with flag 1000/43506
3.04/2.67	c Got one! Elapsed wall clock time (in seconds):2.562
3.04/2.67	o 146
3.24/2.82	c cleaning 6084 clauses out of 12176 with flag 3001/49144
3.34/2.91	c Got one! Elapsed wall clock time (in seconds):2.795
3.34/2.91	o 127
3.44/3.06	c cleaning 5894 clauses out of 11801 with flag 4000/54853
3.54/3.15	c Got one! Elapsed wall clock time (in seconds):3.041
3.54/3.15	o 117
3.77/3.32	c cleaning 5540 clauses out of 11088 with flag 3002/60034
4.26/3.67	c cleaning 5769 clauses out of 11546 with flag 9000/66032
4.64/3.88	c Got one! Elapsed wall clock time (in seconds):3.766
4.64/3.88	o 111
4.87/3.98	c cleaning 5788 clauses out of 11583 with flag 2002/71838
5.27/4.26	c cleaning 5889 clauses out of 11793 with flag 8000/77836
5.68/4.64	c Got one! Elapsed wall clock time (in seconds):4.524
5.68/4.64	o 84
5.88/4.84	c cleaning 8375 clauses out of 16759 with flag 5000/88691
6.18/5.10	c cleaning 7190 clauses out of 14385 with flag 11001/94692
6.48/5.45	c cleaning 7093 clauses out of 14194 with flag 18000/101691
6.89/5.88	c cleaning 7547 clauses out of 15101 with flag 26000/109691
7.09/6.05	c Got one! Elapsed wall clock time (in seconds):5.94
7.09/6.05	o 68
7.19/6.13	c cleaning 6483 clauses out of 12968 with flag 2001/115105
7.39/6.35	c cleaning 6237 clauses out of 12484 with flag 8000/121104
7.79/6.71	c cleaning 6614 clauses out of 13249 with flag 15002/128106
7.89/6.89	c Got one! Elapsed wall clock time (in seconds):6.777
7.89/6.89	o 57
8.00/6.93	c cleaning 5966 clauses out of 11940 with flag 1001/133411
8.24/7.15	c cleaning 5985 clauses out of 11976 with flag 7003/139413
8.54/7.43	c cleaning 6489 clauses out of 12988 with flag 14000/146410
8.75/7.62	c Got one! Elapsed wall clock time (in seconds):7.513
8.75/7.62	o 41
8.94/7.83	c cleaning 8316 clauses out of 16642 with flag 5001/156553
9.14/8.06	c cleaning 7156 clauses out of 14325 with flag 11000/162552
9.44/8.31	c Got one! Elapsed wall clock time (in seconds):8.197
9.44/8.31	o 29
9.65/8.53	c cleaning 9538 clauses out of 19081 with flag 5004/174464
9.85/8.76	c cleaning 7764 clauses out of 15540 with flag 11001/180461
9.96/8.87	c Got one! Elapsed wall clock time (in seconds):8.758
9.96/8.87	o 11
10.05/8.98	c cleaning 6813 clauses out of 13632 with flag 3001/186317
10.35/9.20	c cleaning 6405 clauses out of 12819 with flag 9001/192317
10.55/9.47	c cleaning 6694 clauses out of 13414 with flag 16001/199317
10.85/9.77	c cleaning 7355 clauses out of 14721 with flag 24002/207318
11.25/10.14	c cleaning 8180 clauses out of 16364 with flag 33000/216316
11.65/10.50	c cleaning 9089 clauses out of 18185 with flag 43001/226317
11.96/10.88	c cleaning 9543 clauses out of 19096 with flag 53001/236317
12.36/11.23	c Got one! Elapsed wall clock time (in seconds):11.118
12.36/11.23	o 7
12.56/11.48	c cleaning 12255 clauses out of 24523 with flag 5001/251287
12.86/11.73	c cleaning 9130 clauses out of 18268 with flag 11001/257287
13.06/11.98	c cleaning 8065 clauses out of 16137 with flag 18000/264286
13.36/12.27	c cleaning 8031 clauses out of 16072 with flag 26000/272286
13.66/12.58	c cleaning 8517 clauses out of 17041 with flag 35000/281286
14.06/12.96	c cleaning 9257 clauses out of 18525 with flag 45001/291287
14.46/13.34	c cleaning 9631 clauses out of 19269 with flag 55002/301288
14.86/13.74	c cleaning 9812 clauses out of 19636 with flag 65000/311286
15.28/14.17	c cleaning 9910 clauses out of 19825 with flag 75001/321287
15.68/14.54	c cleaning 9955 clauses out of 19915 with flag 85001/331287
16.08/14.91	c cleaning 9974 clauses out of 19961 with flag 95002/341288
16.49/15.31	c cleaning 9991 clauses out of 19987 with flag 105002/351288
16.89/15.70	c cleaning 9991 clauses out of 19996 with flag 115002/361288
17.19/16.09	c cleaning 9999 clauses out of 20003 with flag 125000/371286
17.59/16.47	c cleaning 9994 clauses out of 20004 with flag 135000/381286
18.00/16.84	c cleaning 10000 clauses out of 20011 with flag 145001/391287
18.40/17.24	c cleaning 10001 clauses out of 20010 with flag 155000/401286
18.80/17.62	c cleaning 10000 clauses out of 20009 with flag 165000/411286
19.19/18.00	c cleaning 10000 clauses out of 20010 with flag 175001/421287
19.50/18.37	c cleaning 10002 clauses out of 20012 with flag 185003/431289
19.90/18.76	c cleaning 10000 clauses out of 20008 with flag 195001/441287
20.30/19.16	c cleaning 10001 clauses out of 20007 with flag 205000/451286
20.70/19.55	c cleaning 9997 clauses out of 20006 with flag 215000/461286
21.10/19.94	c cleaning 10003 clauses out of 20010 with flag 225001/471287
21.50/20.34	c cleaning 10001 clauses out of 20009 with flag 235003/481289
21.90/20.73	c cleaning 9998 clauses out of 20007 with flag 245002/491288
22.30/21.13	c cleaning 10001 clauses out of 20009 with flag 255002/501288
22.70/21.52	c cleaning 9999 clauses out of 20007 with flag 265001/511287
23.00/21.90	c cleaning 9997 clauses out of 20007 with flag 275000/521286
23.51/22.31	c cleaning 10001 clauses out of 20010 with flag 285000/531286
23.91/22.70	c cleaning 10002 clauses out of 20011 with flag 295002/541288
24.22/23.10	c cleaning 9999 clauses out of 20008 with flag 305001/551287
24.61/23.50	c cleaning 10000 clauses out of 20010 with flag 315002/561288
25.11/23.92	c cleaning 9999 clauses out of 20009 with flag 325001/571287
25.51/24.33	c cleaning 10000 clauses out of 20009 with flag 335000/581286
25.91/24.74	c cleaning 9998 clauses out of 20009 with flag 345000/591286
26.31/25.15	c cleaning 10000 clauses out of 20011 with flag 355000/601286
26.71/25.55	c cleaning 10000 clauses out of 20011 with flag 365000/611286
27.12/25.94	c cleaning 10004 clauses out of 20012 with flag 375001/621287
27.52/26.34	c cleaning 9998 clauses out of 20006 with flag 385000/631286
27.92/26.71	c cleaning 10002 clauses out of 20009 with flag 395001/641287
28.22/27.07	c cleaning 10001 clauses out of 20006 with flag 405001/651287
28.32/27.10	c starts		: 184
28.32/27.10	c conflicts		: 651543
28.32/27.10	c decisions		: 1030995
28.32/27.10	c propagations		: 15665134
28.32/27.10	c inspects		: 143523104
28.32/27.10	c shortcuts		: 0
28.32/27.10	c learnt literals	: 7
28.32/27.10	c learnt binary clauses	: 64
28.32/27.10	c learnt ternary clauses	: 325
28.32/27.10	c learnt constraints	: 651535
28.32/27.10	c ignored constraints	: 0
28.32/27.10	c root simplifications	: 0
28.32/27.10	c removed literals (reason simplification)	: 5129317
28.32/27.10	c reason swapping (by a shorter reason)	: 0
28.32/27.10	c Calls to reduceDB	: 75
28.32/27.10	c number of reductions to clauses (during analyze)	: 0
28.32/27.10	c number of learned constraints concerned by reduction	: 0
28.32/27.10	c number of learning phase by resolution	: 0
28.32/27.10	c number of learning phase by cutting planes	: 0
28.32/27.10	c speed (assignments/second)	: 987090.9892879648
28.32/27.10	c non guided choices	1757
28.32/27.10	c learnt constraints type 
28.32/27.10	c constraints type 
28.32/27.10	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 30
28.32/27.10	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 71
28.32/27.10	s OPTIMUM FOUND
28.32/27.10	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 
28.32/27.10	c objective function=7
28.32/27.10	c Total wall clock time (in seconds): 26.989

Verifier Data

OK	7

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-3492639-1307911043/watcher-3492639-1307911043 -o /tmp/evaluation-result-3492639-1307911043/solver-3492639-1307911043 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492639-1307911043.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.01 2.00 1.91 3/196 14492
/proc/meminfo: memFree=1591740/32951124 swapFree=67063552/67111528
[pid=14492] ppid=14490 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/14492/stat : 14492 (java) R 14490 14492 11440 0 -1 4202496 951 0 0 0 0 0 0 0 25 0 1 0 902702511 23580672 695 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246511871464 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/14492/statm: 5757 696 513 9 0 124 0

[startup+0.00921589 s]
/proc/loadavg: 2.01 2.00 1.91 3/196 14492
/proc/meminfo: memFree=1591740/32951124 swapFree=67063552/67111528
[pid=14492] ppid=14490 vsize=35788 CPUtime=0 cores=0,2,4,6
/proc/14492/stat : 14492 (java) S 14490 14492 11440 0 -1 4202496 1317 0 0 0 0 0 0 0 25 0 2 0 902702511 36646912 1019 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/14492/statm: 8947 1019 784 9 0 386 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 35788

[startup+0.100217 s]
/proc/loadavg: 2.01 2.00 1.91 3/196 14492
/proc/meminfo: memFree=1591740/32951124 swapFree=67063552/67111528
[pid=14492] ppid=14490 vsize=10540088 CPUtime=0.1 cores=0,2,4,6
/proc/14492/stat : 14492 (java) S 14490 14492 11440 0 -1 4202496 13017 0 1 0 9 1 0 0 25 0 18 0 902702511 10793050112 12686 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14492/statm: 2635022 12686 2092 9 0 2625756 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540088

[startup+0.300155 s]
/proc/loadavg: 2.01 2.00 1.91 3/196 14492
/proc/meminfo: memFree=1591740/32951124 swapFree=67063552/67111528
[pid=14492] ppid=14490 vsize=10546172 CPUtime=0.5 cores=0,2,4,6
/proc/14492/stat : 14492 (java) S 14490 14492 11440 0 -1 4202496 15715 0 1 0 49 1 0 0 25 0 19 0 902702511 10799280128 14784 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14492/statm: 2636543 14784 2214 9 0 2627277 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 10546172

[startup+0.701145 s]
/proc/loadavg: 2.01 2.00 1.91 3/196 14492
/proc/meminfo: memFree=1591740/32951124 swapFree=67063552/67111528
[pid=14492] ppid=14490 vsize=10546172 CPUtime=0.95 cores=0,2,4,6
/proc/14492/stat : 14492 (java) S 14490 14492 11440 0 -1 4202496 16229 0 1 0 94 1 0 0 25 0 19 0 902702511 10799280128 15298 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14492/statm: 2636543 15298 2218 9 0 2627277 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10546172

[startup+1.501 s]
/proc/loadavg: 2.01 2.00 1.91 3/215 14511
/proc/meminfo: memFree=1537112/32951124 swapFree=67063552/67111528
[pid=14492] ppid=14490 vsize=10546172 CPUtime=1.81 cores=0,2,4,6
/proc/14492/stat : 14492 (java) S 14490 14492 11440 0 -1 4202496 17328 0 1 0 180 1 0 0 25 0 19 0 902702511 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14492/statm: 2636543 16393 2246 9 0 2627277 0
[pid=14492/tid=14494] ppid=14490 vsize=10546172 CPUtime=1.46 cores=0,2,4,6
/proc/14492/task/14494/stat : 14494 (java) R 14490 14492 11440 0 -1 4202560 12299 0 1 0 145 1 0 0 25 0 19 0 902702512 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 46912505540018 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14492/tid=14495] ppid=14490 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14495/stat : 14495 (java) S 14490 14492 11440 0 -1 4202560 213 0 0 0 0 0 0 0 16 0 19 0 902702513 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14496] ppid=14490 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902702513 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 11440 0 -1 4202560 166 0 0 0 0 0 0 0 16 0 19 0 902702513 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902702513 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902702513 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 11440 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 19 0 902702513 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 11440 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 19 0 902702513 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 11440 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 902702513 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=10546172 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 11440 0 -1 4202560 404 0 0 0 2 0 0 0 15 0 19 0 902702514 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 0 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902702515 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14505] ppid=14490 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14505/stat : 14505 (java) S 14490 14492 11440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902702515 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14506] ppid=14490 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14506/stat : 14506 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902702517 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528657841 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=10546172 CPUtime=0.16 cores=0,2,4,6
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 11440 0 -1 4202560 1040 0 0 0 16 0 0 0 16 0 19 0 902702517 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=10546172 CPUtime=0.16 cores=0,2,4,6
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 11440 0 -1 4202560 1763 0 0 0 16 0 0 0 15 0 19 0 902702517 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14509] ppid=14490 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14509/stat : 14509 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902702517 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14510] ppid=14490 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14510/stat : 14510 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902702517 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14511] ppid=14490 vsize=10546172 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14511/stat : 14511 (java) S 14490 14492 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902702529 10799280128 16393 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 10546172

[startup+3.10067 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 14511
/proc/meminfo: memFree=1530912/32951124 swapFree=67063552/67111528
[pid=14492] ppid=14490 vsize=10547756 CPUtime=3.54 cores=0,2,4,6
/proc/14492/stat : 14492 (java) S 14490 14492 11440 0 -1 4202496 18574 0 1 0 352 2 0 0 25 0 19 0 902702511 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14492/statm: 2636939 17361 2249 9 0 2627673 0
[pid=14492/tid=14494] ppid=14490 vsize=10547756 CPUtime=2.97 cores=0,2,4,6
/proc/14492/task/14494/stat : 14494 (java) R 14490 14492 11440 0 -1 4202560 12305 0 1 0 296 1 0 0 25 0 19 0 902702512 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 46912505539648 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14492/tid=14495] ppid=14490 vsize=10547756 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14495/stat : 14495 (java) S 14490 14492 11440 0 -1 4202560 213 0 0 0 0 0 0 0 15 0 19 0 902702513 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14496] ppid=14490 vsize=10547756 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 11440 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 902702513 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=10547756 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 11440 0 -1 4202560 166 0 0 0 0 0 0 0 16 0 19 0 902702513 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=10547756 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 11440 0 -1 4202560 76 0 0 0 0 0 0 0 15 0 19 0 902702513 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=10547756 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 11440 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 19 0 902702513 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=10547756 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 11440 0 -1 4202560 283 0 0 0 0 0 0 0 15 0 19 0 902702513 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=10547756 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 11440 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 902702513 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=10547756 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 11440 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 902702513 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=10547756 CPUtime=0.1 cores=0,2,4,6
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 11440 0 -1 4202560 563 0 0 0 10 0 0 0 16 0 19 0 902702514 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 0 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=10547756 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902702515 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14505] ppid=14490 vsize=10547756 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14505/stat : 14505 (java) S 14490 14492 11440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902702515 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14506] ppid=14490 vsize=10547756 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14506/stat : 14506 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902702517 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528657841 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=10547756 CPUtime=0.18 cores=0,2,4,6
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 11440 0 -1 4202560 1176 0 0 0 18 0 0 0 15 0 19 0 902702517 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=10547756 CPUtime=0.25 cores=0,2,4,6
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 11440 0 -1 4202560 2371 0 0 0 25 0 0 0 15 0 19 0 902702517 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14509] ppid=14490 vsize=10547756 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14509/stat : 14509 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902702517 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14510] ppid=14490 vsize=10547756 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14510/stat : 14510 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902702517 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14511] ppid=14490 vsize=10547756 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14511/stat : 14511 (java) S 14490 14492 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902702529 10800902144 17361 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.54
Current children cumulated vsize (KiB) 10547756

[startup+6.3011 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 14511
/proc/meminfo: memFree=1510428/32951124 swapFree=67063552/67111528
[pid=14492] ppid=14490 vsize=10550676 CPUtime=7.39 cores=0,2,4,6
/proc/14492/stat : 14492 (java) S 14490 14492 11440 0 -1 4202496 28463 0 1 0 736 3 0 0 25 0 19 0 902702511 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14492/statm: 2637669 22203 2250 9 0 2628403 0
[pid=14492/tid=14494] ppid=14490 vsize=10550676 CPUtime=6.04 cores=0,2,4,6
/proc/14492/task/14494/stat : 14494 (java) R 14490 14492 11440 0 -1 4202560 12317 0 1 0 603 1 0 0 25 0 19 0 902702512 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 46912505666219 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14492/tid=14495] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14495/stat : 14495 (java) S 14490 14492 11440 0 -1 4202560 213 0 0 0 0 0 0 0 15 0 19 0 902702513 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14496] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 11440 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902702513 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 11440 0 -1 4202560 166 0 0 0 0 0 0 0 15 0 19 0 902702513 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 11440 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 902702513 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 11440 0 -1 4202560 20 0 0 0 0 0 0 0 15 0 19 0 902702513 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 11440 0 -1 4202560 283 0 0 0 0 0 0 0 15 0 19 0 902702513 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 11440 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 19 0 902702513 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 11440 0 -1 4202560 90 0 0 0 0 0 0 0 15 0 19 0 902702513 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=10550676 CPUtime=0.22 cores=0,2,4,6
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 11440 0 -1 4202560 623 0 0 0 22 0 0 0 16 0 19 0 902702514 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 0 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902702515 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14505] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14505/stat : 14505 (java) S 14490 14492 11440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902702515 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14506] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14506/stat : 14506 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902702517 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528657841 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=10550676 CPUtime=0.75 cores=0,2,4,6
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 11440 0 -1 4202560 10314 0 0 0 74 1 0 0 15 0 19 0 902702517 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=10550676 CPUtime=0.32 cores=0,2,4,6
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 11440 0 -1 4202560 3048 0 0 0 32 0 0 0 15 0 19 0 902702517 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14509] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14509/stat : 14509 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902702517 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14510] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14510/stat : 14510 (java) R 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902702517 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=14492/tid=14511] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14511/stat : 14511 (java) S 14490 14492 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902702529 10803892224 22203 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.39
Current children cumulated vsize (KiB) 10550676

[startup+12.7009 s]

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

/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 11440 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902702513 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=10550676 CPUtime=0.01 cores=0,2,4,6
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 11440 0 -1 4202560 169 0 0 0 1 0 0 0 15 0 19 0 902702513 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 11440 0 -1 4202560 80 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 11440 0 -1 4202560 27 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 11440 0 -1 4202560 283 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=10550676 CPUtime=0.01 cores=0,2,4,6
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 11440 0 -1 4202560 162 0 0 0 1 0 0 0 16 0 19 0 902702513 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 11440 0 -1 4202560 92 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=10550676 CPUtime=0.96 cores=0,2,4,6
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 11440 0 -1 4202560 848 0 0 0 95 1 0 0 16 0 19 0 902702514 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 0 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902702515 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14505] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14505/stat : 14505 (java) S 14490 14492 11440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902702515 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14506] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14506/stat : 14506 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902702517 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528657841 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=10550676 CPUtime=0.82 cores=0,2,4,6
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 11440 0 -1 4202560 10327 0 0 0 81 1 0 0 15 0 19 0 902702517 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=10550676 CPUtime=0.32 cores=0,2,4,6
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 11440 0 -1 4202560 3048 0 0 0 32 0 0 0 15 0 19 0 902702517 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14509] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14509/stat : 14509 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902702517 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14510] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14510/stat : 14510 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902702517 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14511] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14511/stat : 14511 (java) S 14490 14492 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902702529 10803892224 21213 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 26.71
Current children cumulated vsize (KiB) 10550676

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

[startup+26.3015 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 14512
/proc/meminfo: memFree=1513792/32951124 swapFree=67063552/67111528
[pid=14492] ppid=14490 vsize=10550676 CPUtime=27.52 cores=0,2,4,6
/proc/14492/stat : 14492 (java) S 14490 14492 11440 0 -1 4202496 28781 0 1 0 2748 4 0 0 25 0 19 0 902702511 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14492/statm: 2637669 21215 2251 9 0 2628403 0
[pid=14492/tid=14494] ppid=14490 vsize=10550676 CPUtime=25.2 cores=0,2,4,6
/proc/14492/task/14494/stat : 14494 (java) R 14490 14492 11440 0 -1 4202560 12373 0 1 0 2519 1 0 0 20 0 19 0 902702512 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 46912505563024 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14492/tid=14495] ppid=14490 vsize=10550676 CPUtime=0.01 cores=0,2,4,6
/proc/14492/task/14495/stat : 14495 (java) S 14490 14492 11440 0 -1 4202560 216 0 0 0 1 0 0 0 16 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14496] ppid=14490 vsize=10550676 CPUtime=0.01 cores=0,2,4,6
/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 11440 0 -1 4202560 6 0 0 0 1 0 0 0 16 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=10550676 CPUtime=0.01 cores=0,2,4,6
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 11440 0 -1 4202560 169 0 0 0 1 0 0 0 15 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 11440 0 -1 4202560 80 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 11440 0 -1 4202560 27 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 11440 0 -1 4202560 283 0 0 0 2 0 0 0 16 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 11440 0 -1 4202560 162 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 11440 0 -1 4202560 92 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=10550676 CPUtime=0.99 cores=0,2,4,6
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 11440 0 -1 4202560 849 0 0 0 98 1 0 0 16 0 19 0 902702514 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 0 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902702515 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14505] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14505/stat : 14505 (java) S 14490 14492 11440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902702515 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14506] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14506/stat : 14506 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902702517 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528657841 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=10550676 CPUtime=0.82 cores=0,2,4,6
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 11440 0 -1 4202560 10327 0 0 0 81 1 0 0 15 0 19 0 902702517 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=10550676 CPUtime=0.32 cores=0,2,4,6
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 11440 0 -1 4202560 3048 0 0 0 32 0 0 0 15 0 19 0 902702517 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14509] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14509/stat : 14509 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902702517 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14510] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14510/stat : 14510 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902702517 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14511] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14511/stat : 14511 (java) S 14490 14492 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902702529 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 27.52
Current children cumulated vsize (KiB) 10550676

[startup+26.7014 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 14512
/proc/meminfo: memFree=1513792/32951124 swapFree=67063552/67111528
[pid=14492] ppid=14490 vsize=10550676 CPUtime=27.92 cores=0,2,4,6
/proc/14492/stat : 14492 (java) S 14490 14492 11440 0 -1 4202496 28782 0 1 0 2788 4 0 0 25 0 19 0 902702511 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14492/statm: 2637669 21215 2251 9 0 2628403 0
[pid=14492/tid=14494] ppid=14490 vsize=10550676 CPUtime=25.58 cores=0,2,4,6
/proc/14492/task/14494/stat : 14494 (java) R 14490 14492 11440 0 -1 4202560 12374 0 1 0 2557 1 0 0 21 0 19 0 902702512 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 46912505952271 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=14492/tid=14495] ppid=14490 vsize=10550676 CPUtime=0.01 cores=0,2,4,6
/proc/14492/task/14495/stat : 14495 (java) S 14490 14492 11440 0 -1 4202560 216 0 0 0 1 0 0 0 15 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14496] ppid=14490 vsize=10550676 CPUtime=0.01 cores=0,2,4,6
/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 11440 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=10550676 CPUtime=0.01 cores=0,2,4,6
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 11440 0 -1 4202560 169 0 0 0 1 0 0 0 16 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 11440 0 -1 4202560 80 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 11440 0 -1 4202560 27 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 11440 0 -1 4202560 283 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 11440 0 -1 4202560 162 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 11440 0 -1 4202560 92 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=10550676 CPUtime=1.01 cores=0,2,4,6
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 11440 0 -1 4202560 849 0 0 0 100 1 0 0 16 0 19 0 902702514 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 0 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902702515 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14505] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14505/stat : 14505 (java) S 14490 14492 11440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902702515 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14506] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14506/stat : 14506 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902702517 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528657841 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=10550676 CPUtime=0.83 cores=0,2,4,6
/proc/14492/task/14507/stat : 14507 (java) S 14490 14492 11440 0 -1 4202560 10327 0 0 0 82 1 0 0 15 0 19 0 902702517 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=10550676 CPUtime=0.32 cores=0,2,4,6
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 11440 0 -1 4202560 3048 0 0 0 32 0 0 0 15 0 19 0 902702517 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14509] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14509/stat : 14509 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902702517 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14510] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14510/stat : 14510 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902702517 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14511] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14511/stat : 14511 (java) S 14490 14492 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902702529 10803892224 21215 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 27.92
Current children cumulated vsize (KiB) 10550676

[startup+27.1013 s]
/proc/loadavg: 2.00 2.00 1.91 3/215 14512
/proc/meminfo: memFree=1513792/32951124 swapFree=67063552/67111528
[pid=14492] ppid=14490 vsize=10550676 CPUtime=28.32 cores=0,2,4,6
/proc/14492/stat : 14492 (java) S 14490 14492 11440 0 -1 4202496 28807 0 1 0 2828 4 0 0 25 0 19 0 902702511 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/14492/statm: 2637669 21238 2251 9 0 2628403 0
[pid=14492/tid=14494] ppid=14490 vsize=10550676 CPUtime=25.94 cores=0,2,4,6
/proc/14492/task/14494/stat : 14494 (java) R 14490 14492 11440 0 -1 4202560 12377 0 1 0 2593 1 0 0 21 0 19 0 902702512 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528660149 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14492/tid=14495] ppid=14490 vsize=10550676 CPUtime=0.01 cores=0,2,4,6
/proc/14492/task/14495/stat : 14495 (java) S 14490 14492 11440 0 -1 4202560 216 0 0 0 1 0 0 0 15 0 19 0 902702513 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14496] ppid=14490 vsize=10550676 CPUtime=0.01 cores=0,2,4,6
/proc/14492/task/14496/stat : 14496 (java) S 14490 14492 11440 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902702513 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14497] ppid=14490 vsize=10550676 CPUtime=0.01 cores=0,2,4,6
/proc/14492/task/14497/stat : 14497 (java) S 14490 14492 11440 0 -1 4202560 169 0 0 0 1 0 0 0 15 0 19 0 902702513 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14498] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14498/stat : 14498 (java) S 14490 14492 11440 0 -1 4202560 80 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14499] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14499/stat : 14499 (java) S 14490 14492 11440 0 -1 4202560 27 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14500] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14500/stat : 14500 (java) S 14490 14492 11440 0 -1 4202560 283 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14501] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14501/stat : 14501 (java) S 14490 14492 11440 0 -1 4202560 162 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14502] ppid=14490 vsize=10550676 CPUtime=0.02 cores=0,2,4,6
/proc/14492/task/14502/stat : 14502 (java) S 14490 14492 11440 0 -1 4202560 92 0 0 0 2 0 0 0 15 0 19 0 902702513 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
[pid=14492/tid=14503] ppid=14490 vsize=10550676 CPUtime=1.03 cores=0,2,4,6
/proc/14492/task/14503/stat : 14503 (java) S 14490 14492 11440 0 -1 4202560 871 0 0 0 102 1 0 0 15 0 19 0 902702514 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 0 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14504] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14504/stat : 14504 (java) S 14490 14492 11440 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 902702515 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14505] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14505/stat : 14505 (java) S 14490 14492 11440 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 19 0 902702515 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14506] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14506/stat : 14506 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902702517 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528657841 0 4 0 16800975 18446604448989264000 0 0 -1 2 0 0 0
[pid=14492/tid=14507] ppid=14490 vsize=10550676 CPUtime=0.83 cores=0,2,4,6
/proc/14492/task/14507/stat : 14507 (java) R 14490 14492 11440 0 -1 4202560 10327 0 0 0 82 1 0 0 15 0 19 0 902702517 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 47215176671048 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=14492/tid=14508] ppid=14490 vsize=10550676 CPUtime=0.32 cores=0,2,4,6
/proc/14492/task/14508/stat : 14508 (java) S 14490 14492 11440 0 -1 4202560 3048 0 0 0 32 0 0 0 15 0 19 0 902702517 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14509] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14509/stat : 14509 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902702517 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650137 0 4 0 16800975 18446604448989264000 0 0 -1 0 0 0 0
[pid=14492/tid=14510] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14510/stat : 14510 (java) S 14490 14492 11440 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902702517 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 4 0 16800975 18446604448989264000 0 0 -1 4 0 0 0
[pid=14492/tid=14511] ppid=14490 vsize=10550676 CPUtime=0 cores=0,2,4,6
/proc/14492/task/14511/stat : 14511 (java) S 14490 14492 11440 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 902702529 10803892224 21238 33554432000 1073741824 1073778376 140734464623328 18446744073709551615 246528650752 0 4 0 16800975 18446604448989264000 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 28.32
Current children cumulated vsize (KiB) 10550676

Child status: 30
Real time (s): 27.1083
CPU time (s): 28.3417
CPU user time (s): 28.2897
CPU system time (s): 0.051992
CPU usage (%): 104.55
Max. virtual memory (cumulated for all children) (KiB): 10550676

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 28.2897
system time used= 0.051992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28833
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3019
involuntary context switches= 1156

runsolver used 0.050992 second user time and 0.103984 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-12 22:37:23
IDJOB=3492639
IDBENCH=79203
IDSOLVER=1982
FILE ID=node134/3492639-1307911043
RUNJOBID= node134-1307908842-14200
PBS_JOBID= 13559572
Free space on /tmp= 1424 MiB

SOLVER NAME= Sat4j Resolution 2011-06-08
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111227861--soft-0-100-0.wbo
COMMAND LINE= java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3492639-1307911043/watcher-3492639-1307911043 -o /tmp/evaluation-result-3492639-1307911043/solver-3492639-1307911043 -C 1800 -W 1900 -M 15500  java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492639-1307911043.wbo

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

MD5SUM BENCH= f5c87030c1b11375e21b491121f8695e
RANDOM SEED=224683831

node134.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 7186.06
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.80
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.831
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       1592144 kB
Buffers:         73064 kB
Cached:       30238004 kB
SwapCached:      10044 kB
Active:       15495900 kB
Inactive:     14916696 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       1592144 kB
SwapTotal:    67111528 kB
SwapFree:     67063552 kB
Dirty:             492 kB
Writeback:           0 kB
AnonPages:       98984 kB
Mapped:          18504 kB
Slab:           883632 kB
PageTables:       4680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 10534712 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 1424 MiB
End job on node134 at 2011-06-12 22:37:50