Trace number 3492389

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 14.3188 13.5216

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/namasivayam/wnqueen/
normalized-t2001.13queen13.1111227326--soft-66-100-0.wbo
MD5SUMcaa659759fe222b10bf8cf76097f6901
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.611906
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables169
Total number of constraints101
Number of soft constraints28
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Top cost 1415
Min constraint cost 1
Max constraint cost 98
Sum of constraints costs 1414
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1273
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-3492389-1307909770.wbo
0.10/0.11	c reading problem ... 
0.10/0.16	c ... done. Wall clock time 0.053s.
0.10/0.16	c #vars     197
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 => 28
0.10/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
0.10/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
0.10/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
0.67/0.46	c cleaning 2496 clauses out of 5000 with flag 5000/5000
0.92/0.68	c cleaning 4250 clauses out of 8506 with flag 11002/11002
1.24/0.92	c cleaning 5623 clauses out of 11255 with flag 18001/18001
1.46/1.19	c cleaning 6813 clauses out of 13631 with flag 26000/26000
1.77/1.49	c cleaning 7907 clauses out of 15818 with flag 35000/35000
1.87/1.53	c SATISFIABLE
1.87/1.53	c OPTIMIZING...
1.87/1.53	c Got one! Elapsed wall clock time (in seconds):1.423
1.87/1.53	o 219
1.97/1.69	c cleaning 6880 clauses out of 13768 with flag 5001/40857
2.17/1.88	c cleaning 6438 clauses out of 12888 with flag 11001/46857
2.48/2.11	c cleaning 6723 clauses out of 13449 with flag 18000/53856
2.68/2.36	c cleaning 7361 clauses out of 14728 with flag 26002/61858
2.98/2.64	c cleaning 8179 clauses out of 16365 with flag 35000/70856
3.08/2.75	c Got one! Elapsed wall clock time (in seconds):2.646
3.08/2.75	o 166
3.18/2.82	c cleaning 7026 clauses out of 14058 with flag 2001/76728
3.38/3.01	c cleaning 6511 clauses out of 13031 with flag 8000/82727
3.58/3.22	c cleaning 6756 clauses out of 13520 with flag 15000/89727
3.78/3.48	c cleaning 7375 clauses out of 14764 with flag 23000/97727
4.08/3.74	c cleaning 8189 clauses out of 16389 with flag 32000/106727
4.38/4.03	c cleaning 9095 clauses out of 18200 with flag 42000/116727
4.68/4.36	c cleaning 9550 clauses out of 19106 with flag 52001/126728
5.08/4.72	c cleaning 9775 clauses out of 19557 with flag 62002/136729
5.38/5.03	c cleaning 9887 clauses out of 19780 with flag 72000/146727
5.68/5.35	c cleaning 9943 clauses out of 19893 with flag 82000/156727
5.99/5.64	c Got one! Elapsed wall clock time (in seconds):5.53
5.99/5.64	o 123
6.19/5.86	c cleaning 12296 clauses out of 24602 with flag 5000/171379
6.39/6.08	c cleaning 9148 clauses out of 18306 with flag 11000/177379
6.69/6.30	c cleaning 8075 clauses out of 16158 with flag 18000/184379
6.89/6.58	c cleaning 8040 clauses out of 16084 with flag 26001/192380
7.29/6.91	c cleaning 8515 clauses out of 17043 with flag 35000/201379
7.59/7.26	c cleaning 9261 clauses out of 18531 with flag 45003/211382
8.00/7.63	c cleaning 9632 clauses out of 19267 with flag 55000/221379
8.10/7.70	c Got one! Elapsed wall clock time (in seconds):7.596
8.10/7.70	o 96
8.19/7.81	c cleaning 7361 clauses out of 14730 with flag 3001/226474
8.39/8.02	c cleaning 6682 clauses out of 13369 with flag 9001/232474
8.60/8.23	c cleaning 6839 clauses out of 13686 with flag 16000/239473
8.80/8.48	c cleaning 7419 clauses out of 14847 with flag 24000/247473
9.10/8.75	c cleaning 8212 clauses out of 16430 with flag 33002/256475
9.40/9.07	c cleaning 9103 clauses out of 18216 with flag 43000/266473
9.70/9.38	c cleaning 9548 clauses out of 19114 with flag 53001/276474
9.70/9.39	c Got one! Elapsed wall clock time (in seconds):9.283
9.70/9.39	o 77
9.90/9.54	c cleaning 7281 clauses out of 14570 with flag 5001/281478
10.10/9.72	c cleaning 6638 clauses out of 13288 with flag 11000/287477
10.31/9.95	c cleaning 6824 clauses out of 13654 with flag 18004/294481
10.50/10.18	c cleaning 7404 clauses out of 14826 with flag 26000/302477
10.80/10.48	c cleaning 8207 clauses out of 16423 with flag 35001/311478
11.11/10.72	c Got one! Elapsed wall clock time (in seconds):10.611
11.11/10.72	o 73
11.31/10.95	c cleaning 10506 clauses out of 21019 with flag 5000/324281
11.51/11.14	c cleaning 8255 clauses out of 16516 with flag 11003/330284
11.71/11.36	c cleaning 7627 clauses out of 15260 with flag 18002/337283
12.01/11.61	c cleaning 7812 clauses out of 15631 with flag 26000/345281
12.31/11.90	c cleaning 8406 clauses out of 16820 with flag 35001/354282
12.61/12.21	c cleaning 9205 clauses out of 18413 with flag 45000/364281
12.91/12.52	c cleaning 9598 clauses out of 19210 with flag 55002/374283
13.21/12.85	c cleaning 9802 clauses out of 19611 with flag 65001/384282
13.67/13.22	c cleaning 9902 clauses out of 19810 with flag 75002/394283
13.85/13.33	c Got one! Elapsed wall clock time (in seconds):13.222
13.85/13.33	o 17
14.06/13.43	c cleaning 7767 clauses out of 15539 with flag 2000/399915
14.29/13.50	c starts		: 143
14.29/13.50	c conflicts		: 401635
14.29/13.50	c decisions		: 650643
14.29/13.50	c propagations		: 9182799
14.29/13.50	c inspects		: 86786184
14.29/13.50	c shortcuts		: 0
14.29/13.50	c learnt literals	: 7
14.29/13.50	c learnt binary clauses	: 19
14.29/13.50	c learnt ternary clauses	: 132
14.29/13.50	c learnt constraints	: 401627
14.29/13.50	c ignored constraints	: 0
14.29/13.50	c root simplifications	: 0
14.29/13.50	c removed literals (reason simplification)	: 2732556
14.29/13.50	c reason swapping (by a shorter reason)	: 0
14.29/13.50	c Calls to reduceDB	: 49
14.29/13.50	c number of reductions to clauses (during analyze)	: 0
14.29/13.50	c number of learned constraints concerned by reduction	: 0
14.29/13.50	c number of learning phase by resolution	: 0
14.29/13.50	c number of learning phase by cutting planes	: 0
14.29/13.50	c speed (assignments/second)	: 5.401646470588235E7
14.29/13.50	c non guided choices	334
14.29/13.50	c learnt constraints type 
14.29/13.50	c constraints type 
14.29/13.50	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 28
14.29/13.50	c org.sat4j.minisat.constraints.card.MinWatchCard => 50
14.29/13.50	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2
14.29/13.50	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21
14.29/13.50	s OPTIMUM FOUND
14.29/13.50	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 
14.29/13.50	c objective function=17
14.29/13.50	c Total wall clock time (in seconds): 13.393

Verifier Data

OK	17

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-3492389-1307909770/watcher-3492389-1307909770 -o /tmp/evaluation-result-3492389-1307909770/solver-3492389-1307909770 -C 1800 -W 1900 -M 15500 java -Xms10000m -Xmx10000m -jar sat4j-pb.jar Resolution HOME/instance-3492389-1307909770.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.04 2.04 1.96 3/193 23359
/proc/meminfo: memFree=12041188/32951132 swapFree=67054624/67111528
[pid=23359] ppid=23357 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/23359/stat : 23359 (java) R 23357 23359 19566 0 -1 4202496 952 0 0 0 0 0 0 0 25 0 1 0 902576637 23580672 695 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274659845608 0 0 4096 0 0 0 0 17 2 0 0 0
/proc/23359/statm: 5757 696 513 9 0 124 0

[startup+0.0191441 s]
/proc/loadavg: 2.04 2.04 1.96 3/193 23359
/proc/meminfo: memFree=12041188/32951132 swapFree=67054624/67111528
[pid=23359] ppid=23357 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/23359/stat : 23359 (java) S 23357 23359 19566 0 -1 4202496 6859 0 1 0 0 0 0 0 25 0 2 0 902576637 10694979584 6561 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/23359/statm: 2611079 6578 917 9 0 2602235 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 10444316

[startup+0.101184 s]
/proc/loadavg: 2.04 2.04 1.96 3/193 23359
/proc/meminfo: memFree=12041188/32951132 swapFree=67054624/67111528
[pid=23359] ppid=23357 vsize=10539944 CPUtime=0.1 cores=0,2,4,6
/proc/23359/stat : 23359 (java) S 23357 23359 19566 0 -1 4202496 13081 0 1 0 8 2 0 0 25 0 18 0 902576637 10792902656 12751 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23359/statm: 2634986 12751 2093 9 0 2625720 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10539944

[startup+0.301131 s]
/proc/loadavg: 2.04 2.04 1.96 3/193 23359
/proc/meminfo: memFree=12041188/32951132 swapFree=67054624/67111528
[pid=23359] ppid=23357 vsize=10544296 CPUtime=0.55 cores=0,2,4,6
/proc/23359/stat : 23359 (java) S 23357 23359 19566 0 -1 4202496 16498 0 1 0 52 3 0 0 25 0 19 0 902576637 10797359104 15151 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23359/statm: 2636074 15151 2215 9 0 2626808 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 10544296

[startup+0.701069 s]
/proc/loadavg: 2.04 2.04 1.96 3/193 23359
/proc/meminfo: memFree=12041188/32951132 swapFree=67054624/67111528
[pid=23359] ppid=23357 vsize=10544296 CPUtime=1.04 cores=0,2,4,6
/proc/23359/stat : 23359 (java) S 23357 23359 19566 0 -1 4202496 17524 0 1 0 101 3 0 0 25 0 19 0 902576637 10797359104 16146 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23359/statm: 2636074 16146 2247 9 0 2626808 0
Current children cumulated CPU time (s) 1.04
Current children cumulated vsize (KiB) 10544296

[startup+1.50095 s]
/proc/loadavg: 2.04 2.04 1.96 3/212 23378
/proc/meminfo: memFree=11984392/32951132 swapFree=67054624/67111528
[pid=23359] ppid=23357 vsize=10544296 CPUtime=1.87 cores=0,2,4,6
/proc/23359/stat : 23359 (java) S 23357 23359 19566 0 -1 4202496 17757 0 1 0 184 3 0 0 25 0 19 0 902576637 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23359/statm: 2636074 16377 2248 9 0 2626808 0
[pid=23359/tid=23361] ppid=23357 vsize=10544296 CPUtime=1.42 cores=0,2,4,6
/proc/23359/task/23361/stat : 23361 (java) S 23357 23359 19566 0 -1 4202560 11935 0 1 0 140 2 0 0 20 0 19 0 902576637 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23362] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23362/stat : 23362 (java) S 23357 23359 19566 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 19 0 902576639 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23363] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23363/stat : 23363 (java) R 23357 23359 19566 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 19 0 902576639 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23359/tid=23364] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23364/stat : 23364 (java) S 23357 23359 19566 0 -1 4202560 21 0 0 0 0 0 0 0 16 0 19 0 902576639 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23365] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23365/stat : 23365 (java) S 23357 23359 19566 0 -1 4202560 32 0 0 0 0 0 0 0 15 0 19 0 902576639 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23366] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23366/stat : 23366 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902576639 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23367] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23367/stat : 23367 (java) S 23357 23359 19566 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 902576639 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 4 0 0 0
[pid=23359/tid=23368] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23368/stat : 23368 (java) S 23357 23359 19566 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 902576639 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23369] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23369/stat : 23369 (java) S 23357 23359 19566 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 902576639 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23370] ppid=23357 vsize=10544296 CPUtime=0.04 cores=0,2,4,6
/proc/23359/task/23370/stat : 23370 (java) R 23357 23359 19566 0 -1 4202560 409 0 0 0 4 0 0 0 15 0 19 0 902576640 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 47052282330220 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=23359/tid=23371] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23371/stat : 23371 (java) S 23357 23359 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902576641 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23372] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23372/stat : 23372 (java) S 23357 23359 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902576641 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23373] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23373/stat : 23373 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902576643 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676631985 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23374] ppid=23357 vsize=10544296 CPUtime=0.17 cores=0,2,4,6
/proc/23359/task/23374/stat : 23374 (java) S 23357 23359 19566 0 -1 4202560 1438 0 0 0 17 0 0 0 17 0 19 0 902576643 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 4 0 0 0
[pid=23359/tid=23375] ppid=23357 vsize=10544296 CPUtime=0.2 cores=0,2,4,6
/proc/23359/task/23375/stat : 23375 (java) S 23357 23359 19566 0 -1 4202560 2238 0 0 0 20 0 0 0 17 0 19 0 902576643 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23376] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23376/stat : 23376 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902576643 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23377] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23377/stat : 23377 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902576643 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 4 0 16800975 18446604450583206080 0 0 -1 6 0 0 0
[pid=23359/tid=23378] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23378/stat : 23378 (java) S 23357 23359 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902576654 10797359104 16377 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 10544296

[startup+3.10067 s]
/proc/loadavg: 2.04 2.04 1.96 3/212 23378
/proc/meminfo: memFree=11983152/32951132 swapFree=67054624/67111528
[pid=23359] ppid=23357 vsize=10544296 CPUtime=3.48 cores=0,2,4,6
/proc/23359/stat : 23359 (java) S 23357 23359 19566 0 -1 4202496 17908 0 1 0 345 3 0 0 25 0 19 0 902576637 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23359/statm: 2636074 16520 2248 9 0 2626808 0
[pid=23359/tid=23361] ppid=23357 vsize=10544296 CPUtime=2.92 cores=0,2,4,6
/proc/23359/task/23361/stat : 23361 (java) R 23357 23359 19566 0 -1 4202560 11949 0 1 0 290 2 0 0 23 0 19 0 902576637 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 46912505557919 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=23359/tid=23362] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23362/stat : 23362 (java) S 23357 23359 19566 0 -1 4202560 124 0 0 0 0 0 0 0 15 0 19 0 902576639 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23363] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23363/stat : 23363 (java) S 23357 23359 19566 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 902576639 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23364] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23364/stat : 23364 (java) S 23357 23359 19566 0 -1 4202560 21 0 0 0 0 0 0 0 15 0 19 0 902576639 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23365] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23365/stat : 23365 (java) S 23357 23359 19566 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 19 0 902576639 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23366] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23366/stat : 23366 (java) S 23357 23359 19566 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 902576639 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 6 0 0 0
[pid=23359/tid=23367] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23367/stat : 23367 (java) S 23357 23359 19566 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 19 0 902576639 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23368] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23368/stat : 23368 (java) S 23357 23359 19566 0 -1 4202560 106 0 0 0 0 0 0 0 15 0 19 0 902576639 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 6 0 0 0
[pid=23359/tid=23369] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23369/stat : 23369 (java) S 23357 23359 19566 0 -1 4202560 125 0 0 0 0 0 0 0 16 0 19 0 902576639 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23370] ppid=23357 vsize=10544296 CPUtime=0.13 cores=0,2,4,6
/proc/23359/task/23370/stat : 23370 (java) S 23357 23359 19566 0 -1 4202560 537 0 0 0 13 0 0 0 15 0 19 0 902576640 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 0 0 16800975 18446604450583206080 0 0 -1 4 0 0 0
[pid=23359/tid=23371] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23371/stat : 23371 (java) S 23357 23359 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902576641 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23372] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23372/stat : 23372 (java) S 23357 23359 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902576641 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23373] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23373/stat : 23373 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902576643 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676631985 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23374] ppid=23357 vsize=10544296 CPUtime=0.17 cores=0,2,4,6
/proc/23359/task/23374/stat : 23374 (java) S 23357 23359 19566 0 -1 4202560 1438 0 0 0 17 0 0 0 17 0 19 0 902576643 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 4 0 0 0
[pid=23359/tid=23375] ppid=23357 vsize=10544296 CPUtime=0.2 cores=0,2,4,6
/proc/23359/task/23375/stat : 23375 (java) S 23357 23359 19566 0 -1 4202560 2238 0 0 0 20 0 0 0 15 0 19 0 902576643 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23376] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23376/stat : 23376 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902576643 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23377] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23377/stat : 23377 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902576643 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 4 0 16800975 18446604450583206080 0 0 -1 6 0 0 0
[pid=23359/tid=23378] ppid=23357 vsize=10544296 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23378/stat : 23378 (java) S 23357 23359 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902576654 10797359104 16520 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3.48
Current children cumulated vsize (KiB) 10544296

[startup+6.30105 s]
/proc/loadavg: 2.04 2.04 1.96 3/212 23378
/proc/meminfo: memFree=11982656/32951132 swapFree=67054624/67111528
[pid=23359] ppid=23357 vsize=10543488 CPUtime=6.69 cores=0,2,4,6
/proc/23359/stat : 23359 (java) S 23357 23359 19566 0 -1 4202496 18371 0 1 0 665 4 0 0 25 0 19 0 902576637 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23359/statm: 2635872 16704 2248 9 0 2626606 0
[pid=23359/tid=23361] ppid=23357 vsize=10543488 CPUtime=5.98 cores=0,2,4,6
/proc/23359/task/23361/stat : 23361 (java) R 23357 23359 19566 0 -1 4202560 11960 0 1 0 596 2 0 0 20 0 19 0 902576637 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 46912505729052 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23359/tid=23362] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23362/stat : 23362 (java) S 23357 23359 19566 0 -1 4202560 307 0 0 0 0 0 0 0 15 0 19 0 902576639 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23363] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23363/stat : 23363 (java) S 23357 23359 19566 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 902576639 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23364] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23364/stat : 23364 (java) S 23357 23359 19566 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 902576639 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23365] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23365/stat : 23365 (java) S 23357 23359 19566 0 -1 4202560 34 0 0 0 0 0 0 0 15 0 19 0 902576639 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23366] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23366/stat : 23366 (java) S 23357 23359 19566 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 902576639 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23367] ppid=23357 vsize=10543488 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23367/stat : 23367 (java) S 23357 23359 19566 0 -1 4202560 69 0 0 0 1 0 0 0 15 0 19 0 902576639 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 6 0 0 0
[pid=23359/tid=23368] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23368/stat : 23368 (java) S 23357 23359 19566 0 -1 4202560 172 0 0 0 0 0 0 0 15 0 19 0 902576639 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 6 0 0 0
[pid=23359/tid=23369] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23369/stat : 23369 (java) S 23357 23359 19566 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 902576639 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23370] ppid=23357 vsize=10543488 CPUtime=0.25 cores=0,2,4,6
/proc/23359/task/23370/stat : 23370 (java) S 23357 23359 19566 0 -1 4202560 690 0 0 0 25 0 0 0 15 0 19 0 902576640 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 0 0 16800975 18446604450583206080 0 0 -1 4 0 0 0
[pid=23359/tid=23371] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23371/stat : 23371 (java) S 23357 23359 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902576641 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23372] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23372/stat : 23372 (java) S 23357 23359 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902576641 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23373] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23373/stat : 23373 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902576643 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676631985 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23374] ppid=23357 vsize=10543488 CPUtime=0.17 cores=0,2,4,6
/proc/23359/task/23374/stat : 23374 (java) S 23357 23359 19566 0 -1 4202560 1438 0 0 0 17 0 0 0 17 0 19 0 902576643 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 4 0 0 0
[pid=23359/tid=23375] ppid=23357 vsize=10543488 CPUtime=0.2 cores=0,2,4,6
/proc/23359/task/23375/stat : 23375 (java) S 23357 23359 19566 0 -1 4202560 2238 0 0 0 20 0 0 0 15 0 19 0 902576643 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23376] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23376/stat : 23376 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902576643 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23377] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23377/stat : 23377 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902576643 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 4 0 16800975 18446604450583206080 0 0 -1 6 0 0 0
[pid=23359/tid=23378] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23378/stat : 23378 (java) S 23357 23359 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902576654 10796531712 16704 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 6.69
Current children cumulated vsize (KiB) 10543488

[startup+12.701 s]
/proc/loadavg: 2.03 2.04 1.96 3/212 23378
/proc/meminfo: memFree=11980952/32951132 swapFree=67054624/67111528
[pid=23359] ppid=23357 vsize=10543488 CPUtime=13.11 cores=0,2,4,6
/proc/23359/stat : 23359 (java) S 23357 23359 19566 0 -1 4202496 18436 0 1 0 1307 4 0 0 25 0 19 0 902576637 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23359/statm: 2635872 16745 2248 9 0 2626606 0
[pid=23359/tid=23361] ppid=23357 vsize=10543488 CPUtime=12.03 cores=0,2,4,6
/proc/23359/task/23361/stat : 23361 (java) R 23357 23359 19566 0 -1 4202560 11985 0 1 0 1201 2 0 0 25 0 19 0 902576637 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 46912505529479 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23359/tid=23362] ppid=23357 vsize=10543488 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23362/stat : 23362 (java) S 23357 23359 19566 0 -1 4202560 307 0 0 0 1 0 0 0 15 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23363] ppid=23357 vsize=10543488 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23363/stat : 23363 (java) S 23357 23359 19566 0 -1 4202560 118 0 0 0 1 0 0 0 15 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23364] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23364/stat : 23364 (java) S 23357 23359 19566 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23365] ppid=23357 vsize=10543488 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23365/stat : 23365 (java) S 23357 23359 19566 0 -1 4202560 36 0 0 0 1 0 0 0 15 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23366] ppid=23357 vsize=10543488 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23366/stat : 23366 (java) S 23357 23359 19566 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23367] ppid=23357 vsize=10543488 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23367/stat : 23367 (java) S 23357 23359 19566 0 -1 4202560 69 0 0 0 1 0 0 0 15 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23368] ppid=23357 vsize=10543488 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23368/stat : 23368 (java) S 23357 23359 19566 0 -1 4202560 172 0 0 0 1 0 0 0 16 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 6 0 0 0
[pid=23359/tid=23369] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23369/stat : 23369 (java) S 23357 23359 19566 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23370] ppid=23357 vsize=10543488 CPUtime=0.56 cores=0,2,4,6
/proc/23359/task/23370/stat : 23370 (java) S 23357 23359 19566 0 -1 4202560 720 0 0 0 56 0 0 0 16 0 19 0 902576640 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 0 0 16800975 18446604450583206080 0 0 -1 4 0 0 0
[pid=23359/tid=23371] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23371/stat : 23371 (java) S 23357 23359 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902576641 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23372] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23372/stat : 23372 (java) S 23357 23359 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902576641 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23373] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23373/stat : 23373 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902576643 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676631985 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23374] ppid=23357 vsize=10543488 CPUtime=0.17 cores=0,2,4,6
/proc/23359/task/23374/stat : 23374 (java) S 23357 23359 19566 0 -1 4202560 1438 0 0 0 17 0 0 0 17 0 19 0 902576643 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 4 0 0 0
[pid=23359/tid=23375] ppid=23357 vsize=10543488 CPUtime=0.21 cores=0,2,4,6
/proc/23359/task/23375/stat : 23375 (java) S 23357 23359 19566 0 -1 4202560 2238 0 0 0 21 0 0 0 15 0 19 0 902576643 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23376] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23376/stat : 23376 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902576643 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23377] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23377/stat : 23377 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902576643 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23378] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23378/stat : 23378 (java) S 23357 23359 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902576654 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.11
Current children cumulated vsize (KiB) 10543488

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

[startup+13.1009 s]
/proc/loadavg: 2.03 2.04 1.96 3/212 23378
/proc/meminfo: memFree=11980952/32951132 swapFree=67054624/67111528
[pid=23359] ppid=23357 vsize=10543488 CPUtime=13.52 cores=0,2,4,6
/proc/23359/stat : 23359 (java) S 23357 23359 19566 0 -1 4202496 18437 0 1 0 1347 5 0 0 25 0 19 0 902576637 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23359/statm: 2635872 16745 2248 9 0 2626606 0
[pid=23359/tid=23361] ppid=23357 vsize=10543488 CPUtime=12.42 cores=0,2,4,6
/proc/23359/task/23361/stat : 23361 (java) R 23357 23359 19566 0 -1 4202560 11986 0 1 0 1240 2 0 0 25 0 19 0 902576637 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 46912505535486 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=23359/tid=23362] ppid=23357 vsize=10543488 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23362/stat : 23362 (java) S 23357 23359 19566 0 -1 4202560 307 0 0 0 1 0 0 0 15 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23363] ppid=23357 vsize=10543488 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23363/stat : 23363 (java) S 23357 23359 19566 0 -1 4202560 118 0 0 0 1 0 0 0 15 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23364] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23364/stat : 23364 (java) S 23357 23359 19566 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23365] ppid=23357 vsize=10543488 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23365/stat : 23365 (java) S 23357 23359 19566 0 -1 4202560 36 0 0 0 1 0 0 0 15 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23366] ppid=23357 vsize=10543488 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23366/stat : 23366 (java) S 23357 23359 19566 0 -1 4202560 6 0 0 0 1 0 0 0 16 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23367] ppid=23357 vsize=10543488 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23367/stat : 23367 (java) S 23357 23359 19566 0 -1 4202560 69 0 0 0 1 0 0 0 15 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 6 0 0 0
[pid=23359/tid=23368] ppid=23357 vsize=10543488 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23368/stat : 23368 (java) S 23357 23359 19566 0 -1 4202560 172 0 0 0 1 0 0 0 16 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 6 0 0 0
[pid=23359/tid=23369] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23369/stat : 23369 (java) S 23357 23359 19566 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 902576639 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23370] ppid=23357 vsize=10543488 CPUtime=0.58 cores=0,2,4,6
/proc/23359/task/23370/stat : 23370 (java) S 23357 23359 19566 0 -1 4202560 720 0 0 0 57 1 0 0 16 0 19 0 902576640 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 0 0 16800975 18446604450583206080 0 0 -1 4 0 0 0
[pid=23359/tid=23371] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23371/stat : 23371 (java) S 23357 23359 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902576641 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23372] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23372/stat : 23372 (java) S 23357 23359 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902576641 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23373] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23373/stat : 23373 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902576643 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676631985 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23374] ppid=23357 vsize=10543488 CPUtime=0.17 cores=0,2,4,6
/proc/23359/task/23374/stat : 23374 (java) S 23357 23359 19566 0 -1 4202560 1438 0 0 0 17 0 0 0 17 0 19 0 902576643 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 4 0 0 0
[pid=23359/tid=23375] ppid=23357 vsize=10543488 CPUtime=0.21 cores=0,2,4,6
/proc/23359/task/23375/stat : 23375 (java) S 23357 23359 19566 0 -1 4202560 2238 0 0 0 21 0 0 0 15 0 19 0 902576643 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23376] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23376/stat : 23376 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902576643 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23377] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23377/stat : 23377 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902576643 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23378] ppid=23357 vsize=10543488 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23378/stat : 23378 (java) S 23357 23359 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902576654 10796531712 16745 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 13.52
Current children cumulated vsize (KiB) 10543488

[startup+13.5008 s]
/proc/loadavg: 2.03 2.04 1.96 3/212 23378
/proc/meminfo: memFree=11980952/32951132 swapFree=67054624/67111528
[pid=23359] ppid=23357 vsize=10548192 CPUtime=14.29 cores=0,2,4,6
/proc/23359/stat : 23359 (java) S 23357 23359 19566 0 -1 4202496 27164 0 1 0 1423 6 0 0 25 0 19 0 902576637 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/23359/statm: 2637048 22634 2250 9 0 2627782 0
[pid=23359/tid=23361] ppid=23357 vsize=10548192 CPUtime=12.79 cores=0,2,4,6
/proc/23359/task/23361/stat : 23361 (java) R 23357 23359 19566 0 -1 4202560 11989 0 1 0 1277 2 0 0 25 0 19 0 902576637 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 46912505729360 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=23359/tid=23362] ppid=23357 vsize=10548192 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23362/stat : 23362 (java) S 23357 23359 19566 0 -1 4202560 307 0 0 0 1 0 0 0 16 0 19 0 902576639 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23363] ppid=23357 vsize=10548192 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23363/stat : 23363 (java) S 23357 23359 19566 0 -1 4202560 118 0 0 0 1 0 0 0 15 0 19 0 902576639 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23364] ppid=23357 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23364/stat : 23364 (java) S 23357 23359 19566 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 902576639 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 6 0 0 0
[pid=23359/tid=23365] ppid=23357 vsize=10548192 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23365/stat : 23365 (java) S 23357 23359 19566 0 -1 4202560 36 0 0 0 1 0 0 0 15 0 19 0 902576639 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 6 0 0 0
[pid=23359/tid=23366] ppid=23357 vsize=10548192 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23366/stat : 23366 (java) S 23357 23359 19566 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 902576639 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23367] ppid=23357 vsize=10548192 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23367/stat : 23367 (java) S 23357 23359 19566 0 -1 4202560 69 0 0 0 1 0 0 0 15 0 19 0 902576639 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 6 0 0 0
[pid=23359/tid=23368] ppid=23357 vsize=10548192 CPUtime=0.01 cores=0,2,4,6
/proc/23359/task/23368/stat : 23368 (java) S 23357 23359 19566 0 -1 4202560 172 0 0 0 1 0 0 0 15 0 19 0 902576639 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 6 0 0 0
[pid=23359/tid=23369] ppid=23357 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23369/stat : 23369 (java) S 23357 23359 19566 0 -1 4202560 125 0 0 0 0 0 0 0 15 0 19 0 902576639 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23370] ppid=23357 vsize=10548192 CPUtime=0.6 cores=0,2,4,6
/proc/23359/task/23370/stat : 23370 (java) S 23357 23359 19566 0 -1 4202560 720 0 0 0 59 1 0 0 15 0 19 0 902576640 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 0 0 16800975 18446604450583206080 0 0 -1 4 0 0 0
[pid=23359/tid=23371] ppid=23357 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23371/stat : 23371 (java) S 23357 23359 19566 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 902576641 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23372] ppid=23357 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23372/stat : 23372 (java) S 23357 23359 19566 0 -1 4202560 9 0 0 0 0 0 0 0 21 0 19 0 902576641 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
[pid=23359/tid=23373] ppid=23357 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23373/stat : 23373 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902576643 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676631985 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23374] ppid=23357 vsize=10548192 CPUtime=0.23 cores=0,2,4,6
/proc/23359/task/23374/stat : 23374 (java) S 23357 23359 19566 0 -1 4202560 2498 0 0 0 23 0 0 0 15 0 19 0 902576643 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 4 0 0 0
[pid=23359/tid=23375] ppid=23357 vsize=10548192 CPUtime=0.52 cores=0,2,4,6
/proc/23359/task/23375/stat : 23375 (java) R 23357 23359 19566 0 -1 4202560 9902 0 0 0 51 1 0 0 16 0 19 0 902576643 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 47052282482167 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=23359/tid=23376] ppid=23357 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23376/stat : 23376 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 902576643 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624281 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23377] ppid=23357 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23377/stat : 23377 (java) S 23357 23359 19566 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 902576643 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 4 0 16800975 18446604450583206080 0 0 -1 2 0 0 0
[pid=23359/tid=23378] ppid=23357 vsize=10548192 CPUtime=0 cores=0,2,4,6
/proc/23359/task/23378/stat : 23378 (java) S 23357 23359 19566 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 902576654 10801348608 22634 33554432000 1073741824 1073778376 140735077288416 18446744073709551615 274676624896 0 4 0 16800975 18446604450583206080 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 14.29
Current children cumulated vsize (KiB) 10548192

Child status: 30
Real time (s): 13.5216
CPU time (s): 14.3188
CPU user time (s): 14.2498
CPU system time (s): 0.068989
CPU usage (%): 105.896
Max. virtual memory (cumulated for all children) (KiB): 10548192

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.2498
system time used= 0.068989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27192
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= 1826
involuntary context switches= 684

runsolver used 0.027995 second user time and 0.050992 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-12 22:16:10
IDJOB=3492389
IDBENCH=78794
IDSOLVER=1982
FILE ID=node131/3492389-1307909770
RUNJOBID= node131-1307907581-21984
PBS_JOBID= 13559575
Free space on /tmp= 56584 MiB

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

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

MD5SUM BENCH= caa659759fe222b10bf8cf76097f6901
RANDOM SEED=1721873487

node131.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.830
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.830
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.75
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.830
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.830
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	: 5332.75
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.830
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.77
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.830
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.75
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.830
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.830
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      12041344 kB
Buffers:        333188 kB
Cached:       19809212 kB
SwapCached:       9816 kB
Active:       15663780 kB
Inactive:      4561812 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      12041344 kB
SwapTotal:    67111528 kB
SwapFree:     67054624 kB
Dirty:             920 kB
Writeback:           0 kB
AnonPages:       81216 kB
Mapped:          21476 kB
Slab:           621980 kB
PageTables:       4952 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 10549700 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 56584 MiB
End job on node131 at 2011-06-12 22:16:24