Trace number 3458249

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 NameAnswerobjective functionCPU timeWall clock time
Sat4j Resolution 2.3.0OPT3 14.9937 13.9511

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=7-P0=5-P1=47-P2=89-P3=41-P4=37-P5=113-P6=47-P7=127-P8=37-B.opb
MD5SUMad74f094bba1086e11cc0beef00e98a6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.117981
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables168
Total number of constraints17
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints17
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)392
Sum of products size (including duplicates)784
Number of different products392
Sum of products size784

Quality of the solution as a function of time


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

Solver Data

0.02/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.02/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.09	c See www.sat4j.org for details.
0.02/0.09	c version 2.3.1.v20110525
0.02/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.09	c java.vm.version	19.1-b02
0.02/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.09	c sun.arch.data.model	64
0.02/0.09	c java.version		1.6.0_24
0.02/0.09	c os.name		Linux
0.02/0.09	c os.version		2.6.18-164.el5
0.02/0.09	c os.arch		amd64
0.02/0.09	c Free memory 		12995394264
0.02/0.09	c Max memory 		13063553024
0.02/0.09	c Total memory 		13063553024
0.02/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3458249-1307158487.opb
0.10/0.12	c reading problem ... 
0.10/0.19	c ... done. Wall clock time 0.071s.
0.10/0.19	c #vars     560
0.10/0.19	c #constraints  809
0.10/0.19	c constraints type 
0.10/0.19	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 392
0.10/0.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 417
0.92/0.60	c cleaning 2500 clauses out of 5000 with flag 5000/5000
1.25/1.01	c cleaning 4243 clauses out of 8500 with flag 11001/11001
1.77/1.45	c cleaning 5626 clauses out of 11256 with flag 18000/18000
2.29/1.96	c cleaning 6814 clauses out of 13630 with flag 26000/26000
2.91/2.54	c cleaning 7905 clauses out of 15817 with flag 35001/35001
3.51/3.21	c cleaning 8943 clauses out of 17910 with flag 45000/45000
3.63/3.25	c SATISFIABLE
3.63/3.25	c OPTIMIZING...
3.63/3.25	c Got one! Elapsed wall clock time (in seconds):3.138
3.63/3.25	o 61
3.91/3.58	c cleaning 7297 clauses out of 14615 with flag 5000/50648
4.49/3.94	c cleaning 6658 clauses out of 13321 with flag 11003/56651
5.28/4.39	c cleaning 6824 clauses out of 13660 with flag 18000/63648
5.67/4.79	c Got one! Elapsed wall clock time (in seconds):4.67
5.67/4.79	o 3
5.97/5.06	c cleaning 9135 clauses out of 18282 with flag 5001/75094
6.38/5.42	c cleaning 7568 clauses out of 15147 with flag 11001/81094
6.68/5.79	c cleaning 7286 clauses out of 14577 with flag 18000/88093
7.28/6.33	c cleaning 7638 clauses out of 15292 with flag 26001/96094
7.88/6.91	c cleaning 8318 clauses out of 16653 with flag 35000/105093
8.50/7.55	c cleaning 9164 clauses out of 18334 with flag 45000/115093
9.21/8.21	c cleaning 9578 clauses out of 19170 with flag 55001/125094
9.72/8.75	c cleaning 9786 clauses out of 19591 with flag 65000/135093
10.61/9.65	c cleaning 9901 clauses out of 19805 with flag 75000/145093
11.21/10.24	c cleaning 9947 clauses out of 19903 with flag 85001/155094
11.93/10.93	c cleaning 9977 clauses out of 19956 with flag 95001/165094
12.53/11.58	c cleaning 9987 clauses out of 19977 with flag 105000/175093
13.43/12.45	c cleaning 9991 clauses out of 19991 with flag 115001/185094
14.43/13.42	c cleaning 9998 clauses out of 19999 with flag 125000/195093
14.93/13.94	c starts		: 107
14.93/13.94	c conflicts		: 201216
14.93/13.94	c decisions		: 210999
14.93/13.94	c propagations		: 3377978
14.93/13.94	c inspects		: 107033818
14.93/13.94	c shortcuts		: 0
14.93/13.94	c learnt literals	: 17
14.93/13.94	c learnt binary clauses	: 71
14.93/13.94	c learnt ternary clauses	: 230
14.93/13.94	c learnt constraints	: 201198
14.93/13.94	c ignored constraints	: 0
14.93/13.94	c root simplifications	: 0
14.93/13.94	c removed literals (reason simplification)	: 4724609
14.93/13.94	c reason swapping (by a shorter reason)	: 0
14.93/13.94	c Calls to reduceDB	: 23
14.93/13.94	c number of reductions to clauses (during analyze)	: 0
14.93/13.94	c number of learned constraints concerned by reduction	: 0
14.93/13.94	c number of learning phase by resolution	: 0
14.93/13.94	c number of learning phase by cutting planes	: 0
14.93/13.94	c speed (assignments/second)	: 369016.60476294515
14.93/13.94	c non guided choices	2059
14.93/13.94	c learnt constraints type 
14.93/13.94	c constraints type 
14.93/13.94	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 392
14.93/13.94	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 417
14.93/13.94	s OPTIMUM FOUND
14.93/13.94	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 
14.93/13.94	c objective function=3
14.93/13.94	c Total wall clock time (in seconds): 13.825

Verifier Data

OK	3

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3458249-1307158487/watcher-3458249-1307158487 -o /tmp/evaluation-result-3458249-1307158487/solver-3458249-1307158487 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458249-1307158487.opb 

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.00 2.03 2.00 2/479 20283
/proc/meminfo: memFree=28523128/32951124 swapFree=41830676/67111528
[pid=20283] ppid=20281 vsize=13508980 CPUtime=0 cores=0,2,4,6
/proc/20283/stat : 20283 (java) S 20281 20283 16141 0 -1 4202496 2458 0 1 0 0 0 0 0 25 0 2 0 827446653 13833195520 2160 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/20283/statm: 3377245 2174 906 9 0 3368401 0
[pid=20283/tid=20284] ppid=20281 vsize=13526316 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20284/stat : 20284 (java) R 20281 20283 16141 0 -1 4202560 4387 0 1 0 0 0 0 0 25 0 2 0 827446653 13850947584 5203 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228122407995 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0386211 s]
/proc/loadavg: 2.00 2.03 2.00 2/479 20283
/proc/meminfo: memFree=28523128/32951124 swapFree=41830676/67111528
[pid=20283] ppid=20281 vsize=13547424 CPUtime=0.02 cores=0,2,4,6
/proc/20283/stat : 20283 (java) S 20281 20283 16141 0 -1 4202496 13453 0 1 0 1 1 0 0 25 0 11 0 827446653 13872562176 13152 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134516709 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/20283/statm: 3386856 13152 1600 9 0 3377604 0
[pid=20283/tid=20284] ppid=20281 vsize=13547424 CPUtime=0.02 cores=0,2,4,6
/proc/20283/task/20284/stat : 20284 (java) R 20281 20283 16141 0 -1 4202560 12329 0 1 0 1 1 0 0 25 0 11 0 827446653 13872562176 13152 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 47863143515481 0 4 0 16784584 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13547424

[startup+0.100612 s]
/proc/loadavg: 2.00 2.03 2.00 2/479 20283
/proc/meminfo: memFree=28523128/32951124 swapFree=41830676/67111528
[pid=20283] ppid=20281 vsize=13687300 CPUtime=0.1 cores=0,2,4,6
/proc/20283/stat : 20283 (java) S 20281 20283 16141 0 -1 4202496 15442 0 1 0 9 1 0 0 25 0 18 0 827446653 14015795200 15139 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20283/statm: 3421825 15141 2092 9 0 3412559 0
[pid=20283/tid=20284] ppid=20281 vsize=13687300 CPUtime=0.08 cores=0,2,4,6
/proc/20283/task/20284/stat : 20284 (java) R 20281 20283 16141 0 -1 4202560 13536 0 1 0 7 1 0 0 22 0 18 0 827446653 14015795200 15141 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134540747 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13687300

[startup+0.305588 s]
/proc/loadavg: 2.00 2.03 2.00 2/479 20283
/proc/meminfo: memFree=28523128/32951124 swapFree=41830676/67111528
[pid=20283] ppid=20281 vsize=13690480 CPUtime=0.54 cores=0,2,4,6
/proc/20283/stat : 20283 (java) S 20281 20283 16141 0 -1 4202496 18550 0 1 0 52 2 0 0 25 0 19 0 827446653 14019051520 17318 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20283/statm: 3422620 17318 2216 9 0 3413354 0
[pid=20283/tid=20284] ppid=20281 vsize=13690480 CPUtime=0.28 cores=0,2,4,6
/proc/20283/task/20284/stat : 20284 (java) R 20281 20283 16141 0 -1 4202560 14335 0 1 0 27 1 0 0 23 0 19 0 827446653 14019051520 17318 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 46912505217341 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 13690480

[startup+0.700538 s]
/proc/loadavg: 2.00 2.03 2.00 2/479 20283
/proc/meminfo: memFree=28523128/32951124 swapFree=41830676/67111528
[pid=20283] ppid=20281 vsize=13690480 CPUtime=1.05 cores=0,2,4,6
/proc/20283/stat : 20283 (java) S 20281 20283 16141 0 -1 4202496 20000 0 1 0 103 2 0 0 25 0 19 0 827446653 14019051520 18624 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20283/statm: 3422620 18624 2248 9 0 3413354 0
[pid=20283/tid=20284] ppid=20281 vsize=13690480 CPUtime=0.66 cores=0,2,4,6
/proc/20283/task/20284/stat : 20284 (java) R 20281 20283 16141 0 -1 4202560 14792 0 1 0 65 1 0 0 25 0 19 0 827446653 14019051520 18624 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 46912505543988 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 13690480

[startup+1.50138 s]
/proc/loadavg: 2.24 2.08 2.02 3/498 20302
/proc/meminfo: memFree=28456460/32951124 swapFree=41830676/67111528
[pid=20283] ppid=20281 vsize=13690480 CPUtime=1.89 cores=0,2,4,6
/proc/20283/stat : 20283 (java) S 20281 20283 16141 0 -1 4202496 20689 0 1 0 186 3 0 0 25 0 19 0 827446653 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20283/statm: 3422620 19311 2248 9 0 3413354 0
[pid=20283/tid=20284] ppid=20281 vsize=13690480 CPUtime=1.43 cores=0,2,4,6
/proc/20283/task/20284/stat : 20284 (java) R 20281 20283 16141 0 -1 4202560 14795 0 1 0 142 1 0 0 25 0 19 0 827446653 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 46912505577617 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20283/tid=20286] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20286/stat : 20286 (java) S 20281 20283 16141 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 827446656 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20287] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20287/stat : 20287 (java) S 20281 20283 16141 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 827446656 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 0 0 0 0
[pid=20283/tid=20288] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20288/stat : 20288 (java) S 20281 20283 16141 0 -1 4202560 200 0 0 0 0 0 0 0 15 0 19 0 827446656 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20289] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20289/stat : 20289 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827446656 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20290] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20290/stat : 20290 (java) S 20281 20283 16141 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 827446656 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 0 0 0 0
[pid=20283/tid=20291] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20291/stat : 20291 (java) S 20281 20283 16141 0 -1 4202560 96 0 0 0 0 0 0 0 16 0 19 0 827446656 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 0 0 0 0
[pid=20283/tid=20292] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20292/stat : 20292 (java) S 20281 20283 16141 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 827446656 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 0 0 0 0
[pid=20283/tid=20293] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20293/stat : 20293 (java) S 20281 20283 16141 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 827446656 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20294] ppid=20281 vsize=13690480 CPUtime=0.03 cores=0,2,4,6
/proc/20283/task/20294/stat : 20294 (java) S 20281 20283 16141 0 -1 4202560 757 0 0 0 3 0 0 0 15 0 19 0 827446657 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 0 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20295] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20295/stat : 20295 (java) S 20281 20283 16141 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827446657 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20296] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20296/stat : 20296 (java) S 20281 20283 16141 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827446657 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20297] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20297/stat : 20297 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827446659 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134537649 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20298] ppid=20281 vsize=13690480 CPUtime=0.21 cores=0,2,4,6
/proc/20283/task/20298/stat : 20298 (java) S 20281 20283 16141 0 -1 4202560 1802 0 0 0 21 0 0 0 15 0 19 0 827446659 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20299] ppid=20281 vsize=13690480 CPUtime=0.16 cores=0,2,4,6
/proc/20283/task/20299/stat : 20299 (java) S 20281 20283 16141 0 -1 4202560 1458 0 0 0 16 0 0 0 15 0 19 0 827446659 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20300] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20300/stat : 20300 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827446659 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20301] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20301/stat : 20301 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827446659 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20302] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20302/stat : 20302 (java) S 20281 20283 16141 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 827446672 14019051520 19311 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13690480

[startup+3.10109 s]
/proc/loadavg: 2.24 2.08 2.02 3/498 20302
/proc/meminfo: memFree=28452120/32951124 swapFree=41830676/67111528
[pid=20283] ppid=20281 vsize=13690480 CPUtime=3.51 cores=0,2,4,6
/proc/20283/stat : 20283 (java) S 20281 20283 16141 0 -1 4202496 20996 0 1 0 348 3 0 0 25 0 19 0 827446653 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20283/statm: 3422620 19616 2249 9 0 3413354 0
[pid=20283/tid=20284] ppid=20281 vsize=13690480 CPUtime=2.99 cores=0,2,4,6
/proc/20283/task/20284/stat : 20284 (java) R 20281 20283 16141 0 -1 4202560 14796 0 1 0 298 1 0 0 25 0 19 0 827446653 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 46912505543885 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20283/tid=20286] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20286/stat : 20286 (java) S 20281 20283 16141 0 -1 4202560 190 0 0 0 0 0 0 0 15 0 19 0 827446656 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20287] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20287/stat : 20287 (java) S 20281 20283 16141 0 -1 4202560 167 0 0 0 0 0 0 0 15 0 19 0 827446656 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20288] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20288/stat : 20288 (java) S 20281 20283 16141 0 -1 4202560 268 0 0 0 0 0 0 0 16 0 19 0 827446656 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20289] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20289/stat : 20289 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827446656 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20290] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20290/stat : 20290 (java) S 20281 20283 16141 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 827446656 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20291] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20291/stat : 20291 (java) S 20281 20283 16141 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 19 0 827446656 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20292] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20292/stat : 20292 (java) S 20281 20283 16141 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 827446656 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20293] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20293/stat : 20293 (java) S 20281 20283 16141 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 827446656 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20294] ppid=20281 vsize=13690480 CPUtime=0.07 cores=0,2,4,6
/proc/20283/task/20294/stat : 20294 (java) S 20281 20283 16141 0 -1 4202560 935 0 0 0 7 0 0 0 16 0 19 0 827446657 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 0 0 16800975 18446604449252491584 0 0 -1 0 0 0 0
[pid=20283/tid=20295] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20295/stat : 20295 (java) S 20281 20283 16141 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827446657 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20296] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20296/stat : 20296 (java) S 20281 20283 16141 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827446657 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20297] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20297/stat : 20297 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827446659 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134537649 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20298] ppid=20281 vsize=13690480 CPUtime=0.23 cores=0,2,4,6
/proc/20283/task/20298/stat : 20298 (java) S 20281 20283 16141 0 -1 4202560 1809 0 0 0 23 0 0 0 15 0 19 0 827446659 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20299] ppid=20281 vsize=13690480 CPUtime=0.17 cores=0,2,4,6
/proc/20283/task/20299/stat : 20299 (java) S 20281 20283 16141 0 -1 4202560 1459 0 0 0 17 0 0 0 15 0 19 0 827446659 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20300] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20300/stat : 20300 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827446659 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20301] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20301/stat : 20301 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827446659 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20302] ppid=20281 vsize=13690480 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20302/stat : 20302 (java) S 20281 20283 16141 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 827446672 14019051520 19616 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 13690480

[startup+6.3015 s]
/proc/loadavg: 2.22 2.08 2.02 4/498 20302
/proc/meminfo: memFree=28440572/32951124 swapFree=41830676/67111528
[pid=20283] ppid=20281 vsize=13690824 CPUtime=7.28 cores=0,2,4,6
/proc/20283/stat : 20283 (java) S 20281 20283 16141 0 -1 4202496 29743 0 1 0 724 4 0 0 25 0 19 0 827446653 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20283/statm: 3422706 22182 2249 9 0 3413440 0
[pid=20283/tid=20284] ppid=20281 vsize=13690824 CPUtime=6.03 cores=0,2,4,6
/proc/20283/task/20284/stat : 20284 (java) R 20281 20283 16141 0 -1 4202560 14815 0 1 0 602 1 0 0 25 0 19 0 827446653 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 46912505528509 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20283/tid=20286] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20286/stat : 20286 (java) S 20281 20283 16141 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 827446656 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20287] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20287/stat : 20287 (java) S 20281 20283 16141 0 -1 4202560 168 0 0 0 1 0 0 0 15 0 19 0 827446656 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20288] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20288/stat : 20288 (java) S 20281 20283 16141 0 -1 4202560 276 0 0 0 1 0 0 0 15 0 19 0 827446656 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20289] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20289/stat : 20289 (java) S 20281 20283 16141 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 827446656 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20290] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20290/stat : 20290 (java) S 20281 20283 16141 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 19 0 827446656 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20291] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20291/stat : 20291 (java) S 20281 20283 16141 0 -1 4202560 105 0 0 0 0 0 0 0 15 0 19 0 827446656 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20292] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20292/stat : 20292 (java) S 20281 20283 16141 0 -1 4202560 15 0 0 0 0 0 0 0 15 0 19 0 827446656 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20293] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20293/stat : 20293 (java) S 20281 20283 16141 0 -1 4202560 35 0 0 0 1 0 0 0 15 0 19 0 827446656 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20294] ppid=20281 vsize=13690824 CPUtime=0.19 cores=0,2,4,6
/proc/20283/task/20294/stat : 20294 (java) S 20281 20283 16141 0 -1 4202560 1390 0 0 0 19 0 0 0 16 0 19 0 827446657 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 0 0 16800975 18446604449252491584 0 0 -1 0 0 0 0
[pid=20283/tid=20295] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20295/stat : 20295 (java) S 20281 20283 16141 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827446657 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20296] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20296/stat : 20296 (java) S 20281 20283 16141 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827446657 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20297] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20297/stat : 20297 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827446659 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134537649 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20298] ppid=20281 vsize=13690824 CPUtime=0.76 cores=0,2,4,6
/proc/20283/task/20298/stat : 20298 (java) S 20281 20283 16141 0 -1 4202560 9966 0 0 0 74 2 0 0 15 0 19 0 827446659 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20299] ppid=20281 vsize=13690824 CPUtime=0.2 cores=0,2,4,6
/proc/20283/task/20299/stat : 20299 (java) S 20281 20283 16141 0 -1 4202560 1518 0 0 0 20 0 0 0 15 0 19 0 827446659 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20300] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20300/stat : 20300 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827446659 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20301] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20301/stat : 20301 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827446659 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 4 0 16800975 18446604449252491584 0 0 -1 0 0 0 0
[pid=20283/tid=20302] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20302/stat : 20302 (java) S 20281 20283 16141 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 827446672 14019403776 22182 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 13690824

[startup+12.7013 s]
/proc/loadavg: 2.20 2.08 2.02 3/498 20302
/proc/meminfo: memFree=28438372/32951124 swapFree=41830676/67111528
[pid=20283] ppid=20281 vsize=13690824 CPUtime=13.73 cores=0,2,4,6
/proc/20283/stat : 20283 (java) S 20281 20283 16141 0 -1 4202496 30171 0 1 0 1368 5 0 0 25 0 19 0 827446653 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20283/statm: 3422706 22600 2249 9 0 3413440 0
[pid=20283/tid=20284] ppid=20281 vsize=13690824 CPUtime=12.23 cores=0,2,4,6
/proc/20283/task/20284/stat : 20284 (java) R 20281 20283 16141 0 -1 4202560 14825 0 1 0 1222 1 0 0 25 0 19 0 827446653 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 46912505533491 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20283/tid=20286] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20286/stat : 20286 (java) S 20281 20283 16141 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 19 0 827446656 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20287] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20287/stat : 20287 (java) S 20281 20283 16141 0 -1 4202560 171 0 0 0 1 0 0 0 15 0 19 0 827446656 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20288] ppid=20281 vsize=13690824 CPUtime=0.02 cores=0,2,4,6
/proc/20283/task/20288/stat : 20288 (java) S 20281 20283 16141 0 -1 4202560 276 0 0 0 2 0 0 0 15 0 19 0 827446656 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20289] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20289/stat : 20289 (java) S 20281 20283 16141 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 827446656 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20290] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20290/stat : 20290 (java) S 20281 20283 16141 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 827446656 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20291] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20291/stat : 20291 (java) S 20281 20283 16141 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 827446656 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20292] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20292/stat : 20292 (java) S 20281 20283 16141 0 -1 4202560 15 0 0 0 1 0 0 0 15 0 19 0 827446656 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20293] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20293/stat : 20293 (java) S 20281 20283 16141 0 -1 4202560 36 0 0 0 1 0 0 0 15 0 19 0 827446656 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20294] ppid=20281 vsize=13690824 CPUtime=0.38 cores=0,2,4,6
/proc/20283/task/20294/stat : 20294 (java) S 20281 20283 16141 0 -1 4202560 1782 0 0 0 38 0 0 0 16 0 19 0 827446657 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 0 0 16800975 18446604449252491584 0 0 -1 0 0 0 0
[pid=20283/tid=20295] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20295/stat : 20295 (java) S 20281 20283 16141 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827446657 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20296] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20296/stat : 20296 (java) S 20281 20283 16141 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827446657 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20297] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20297/stat : 20297 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827446659 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134537649 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20298] ppid=20281 vsize=13690824 CPUtime=0.79 cores=0,2,4,6
/proc/20283/task/20298/stat : 20298 (java) S 20281 20283 16141 0 -1 4202560 9966 0 0 0 77 2 0 0 15 0 19 0 827446659 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20299] ppid=20281 vsize=13690824 CPUtime=0.2 cores=0,2,4,6
/proc/20283/task/20299/stat : 20299 (java) S 20281 20283 16141 0 -1 4202560 1518 0 0 0 20 0 0 0 15 0 19 0 827446659 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20300] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20300/stat : 20300 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827446659 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20301] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20301/stat : 20301 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827446659 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20302] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20302/stat : 20302 (java) S 20281 20283 16141 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 827446672 14019403776 22600 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 13.73
Current children cumulated vsize (KiB) 13690824

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

[startup+13.5012 s]
/proc/loadavg: 2.20 2.08 2.02 3/498 20302
/proc/meminfo: memFree=28438504/32951124 swapFree=41830676/67111528
[pid=20283] ppid=20281 vsize=13690824 CPUtime=14.53 cores=0,2,4,6
/proc/20283/stat : 20283 (java) S 20281 20283 16141 0 -1 4202496 30239 0 1 0 1448 5 0 0 25 0 19 0 827446653 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20283/statm: 3422706 22667 2249 9 0 3413440 0
[pid=20283/tid=20284] ppid=20281 vsize=13690824 CPUtime=13.01 cores=0,2,4,6
/proc/20283/task/20284/stat : 20284 (java) R 20281 20283 16141 0 -1 4202560 14826 0 1 0 1300 1 0 0 25 0 19 0 827446653 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 46912505533489 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20283/tid=20286] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20286/stat : 20286 (java) S 20281 20283 16141 0 -1 4202560 214 0 0 0 0 0 0 0 15 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20287] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20287/stat : 20287 (java) S 20281 20283 16141 0 -1 4202560 171 0 0 0 1 0 0 0 15 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20288] ppid=20281 vsize=13690824 CPUtime=0.02 cores=0,2,4,6
/proc/20283/task/20288/stat : 20288 (java) S 20281 20283 16141 0 -1 4202560 276 0 0 0 2 0 0 0 15 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20289] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20289/stat : 20289 (java) S 20281 20283 16141 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20290] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20290/stat : 20290 (java) S 20281 20283 16141 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20291] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20291/stat : 20291 (java) S 20281 20283 16141 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20292] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20292/stat : 20292 (java) S 20281 20283 16141 0 -1 4202560 18 0 0 0 1 0 0 0 16 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20293] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20293/stat : 20293 (java) S 20281 20283 16141 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20294] ppid=20281 vsize=13690824 CPUtime=0.39 cores=0,2,4,6
/proc/20283/task/20294/stat : 20294 (java) S 20281 20283 16141 0 -1 4202560 1838 0 0 0 39 0 0 0 16 0 19 0 827446657 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 0 0 16800975 18446604449252491584 0 0 -1 0 0 0 0
[pid=20283/tid=20295] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20295/stat : 20295 (java) S 20281 20283 16141 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827446657 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20296] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20296/stat : 20296 (java) S 20281 20283 16141 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827446657 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20297] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20297/stat : 20297 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827446659 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134537649 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20298] ppid=20281 vsize=13690824 CPUtime=0.79 cores=0,2,4,6
/proc/20283/task/20298/stat : 20298 (java) S 20281 20283 16141 0 -1 4202560 9966 0 0 0 77 2 0 0 15 0 19 0 827446659 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20299] ppid=20281 vsize=13690824 CPUtime=0.2 cores=0,2,4,6
/proc/20283/task/20299/stat : 20299 (java) S 20281 20283 16141 0 -1 4202560 1518 0 0 0 20 0 0 0 15 0 19 0 827446659 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20300] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20300/stat : 20300 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827446659 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20301] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20301/stat : 20301 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827446659 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20302] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20302/stat : 20302 (java) S 20281 20283 16141 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 827446672 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.53
Current children cumulated vsize (KiB) 13690824

[startup+13.9012 s]
/proc/loadavg: 2.20 2.08 2.02 3/498 20302
/proc/meminfo: memFree=28438504/32951124 swapFree=41830676/67111528
[pid=20283] ppid=20281 vsize=13690824 CPUtime=14.93 cores=0,2,4,6
/proc/20283/stat : 20283 (java) S 20281 20283 16141 0 -1 4202496 30239 0 1 0 1488 5 0 0 25 0 19 0 827446653 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134516709 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/20283/statm: 3422706 22667 2249 9 0 3413440 0
[pid=20283/tid=20284] ppid=20281 vsize=13690824 CPUtime=13.41 cores=0,2,4,6
/proc/20283/task/20284/stat : 20284 (java) R 20281 20283 16141 0 -1 4202560 14826 0 1 0 1340 1 0 0 25 0 19 0 827446653 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 46912505595196 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=20283/tid=20286] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20286/stat : 20286 (java) S 20281 20283 16141 0 -1 4202560 214 0 0 0 0 0 0 0 15 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20287] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20287/stat : 20287 (java) S 20281 20283 16141 0 -1 4202560 171 0 0 0 1 0 0 0 15 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20288] ppid=20281 vsize=13690824 CPUtime=0.02 cores=0,2,4,6
/proc/20283/task/20288/stat : 20288 (java) S 20281 20283 16141 0 -1 4202560 276 0 0 0 2 0 0 0 15 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20289] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20289/stat : 20289 (java) S 20281 20283 16141 0 -1 4202560 11 0 0 0 1 0 0 0 15 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20290] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20290/stat : 20290 (java) S 20281 20283 16141 0 -1 4202560 99 0 0 0 0 0 0 0 15 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20291] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20291/stat : 20291 (java) S 20281 20283 16141 0 -1 4202560 113 0 0 0 0 0 0 0 15 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20292] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20292/stat : 20292 (java) S 20281 20283 16141 0 -1 4202560 18 0 0 0 1 0 0 0 16 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20293] ppid=20281 vsize=13690824 CPUtime=0.01 cores=0,2,4,6
/proc/20283/task/20293/stat : 20293 (java) S 20281 20283 16141 0 -1 4202560 38 0 0 0 1 0 0 0 15 0 19 0 827446656 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20294] ppid=20281 vsize=13690824 CPUtime=0.39 cores=0,2,4,6
/proc/20283/task/20294/stat : 20294 (java) S 20281 20283 16141 0 -1 4202560 1838 0 0 0 39 0 0 0 16 0 19 0 827446657 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 0 0 16800975 18446604449252491584 0 0 -1 0 0 0 0
[pid=20283/tid=20295] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20295/stat : 20295 (java) S 20281 20283 16141 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 827446657 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20296] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20296/stat : 20296 (java) S 20281 20283 16141 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 827446657 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
[pid=20283/tid=20297] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20297/stat : 20297 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 827446659 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134537649 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20298] ppid=20281 vsize=13690824 CPUtime=0.79 cores=0,2,4,6
/proc/20283/task/20298/stat : 20298 (java) S 20281 20283 16141 0 -1 4202560 9966 0 0 0 77 2 0 0 15 0 19 0 827446659 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 2 0 0 0
[pid=20283/tid=20299] ppid=20281 vsize=13690824 CPUtime=0.2 cores=0,2,4,6
/proc/20283/task/20299/stat : 20299 (java) S 20281 20283 16141 0 -1 4202560 1518 0 0 0 20 0 0 0 15 0 19 0 827446659 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20300] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20300/stat : 20300 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 827446659 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134529945 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20301] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20301/stat : 20301 (java) S 20281 20283 16141 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 827446659 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 4 0 16800975 18446604449252491584 0 0 -1 4 0 0 0
[pid=20283/tid=20302] ppid=20281 vsize=13690824 CPUtime=0 cores=0,2,4,6
/proc/20283/task/20302/stat : 20302 (java) S 20281 20283 16141 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 827446672 14019403776 22667 33554432000 1073741824 1073778376 140735670419152 18446744073709551615 228134530560 0 4 0 16800975 18446604449252491584 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 14.93
Current children cumulated vsize (KiB) 13690824

Child status: 30
Real time (s): 13.9511
CPU time (s): 14.9937
CPU user time (s): 14.9367
CPU system time (s): 0.056991
CPU usage (%): 107.473
Max. virtual memory (cumulated for all children) (KiB): 13690824

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.9367
system time used= 0.056991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30260
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= 1203
involuntary context switches= 620

runsolver used 0.070989 second user time and 0.143978 second system time

The end

Launcher Data

Begin job on node138 at 2011-06-04 05:34:47
IDJOB=3458249
IDBENCH=48069
IDSOLVER=1952
FILE ID=node138/3458249-1307158487
RUNJOBID= node138-1307156152-19867
PBS_JOBID= 13508778
Free space on /tmp= 73668 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=5-P1=47-P2=89-P3=41-P4=37-P5=113-P6=47-P7=127-P8=37-B.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3458249-1307158487/watcher-3458249-1307158487 -o /tmp/evaluation-result-3458249-1307158487/solver-3458249-1307158487 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3458249-1307158487.opb

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

MD5SUM BENCH= ad74f094bba1086e11cc0beef00e98a6
RANDOM SEED=1876878385

node138.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.854
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.70
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.854
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.854
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.82
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.854
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.854
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.854
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.854
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.82
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.854
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28523400 kB
Buffers:        311444 kB
Cached:        1077168 kB
SwapCached:      44568 kB
Active:        2345296 kB
Inactive:      1793000 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28523400 kB
SwapTotal:    67111528 kB
SwapFree:     41830676 kB
Dirty:             488 kB
Writeback:           0 kB
AnonPages:     2715932 kB
Mapped:          24792 kB
Slab:           128024 kB
PageTables:      92712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 144101068 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73668 MiB
End job on node138 at 2011-06-04 05:35:01