Trace number 3459196

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 2.3.0UNSAT 14.5398 13.9377

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111228076.opb
MD5SUM5e07f8b43a59b370ff10f0589c5144c8
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.18497
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1225
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

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 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@761a626f
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3459196-1307134191.opb
0.11/0.11	c reading problem ... 
0.11/0.16	c ... done. Wall clock time 0.05s.
0.11/0.16	c #vars     169
0.11/0.16	c #constraints  101
0.11/0.16	c constraints type 
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.11/0.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.11/0.16	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.69/0.46	c cleaning 2496 clauses out of 5002 with flag 5002/5002
0.94/0.68	c cleaning 4249 clauses out of 8504 with flag 11000/11000
1.27/0.92	c cleaning 5628 clauses out of 11259 with flag 18004/18004
1.58/1.22	c cleaning 6811 clauses out of 13628 with flag 26001/26001
1.90/1.55	c cleaning 7904 clauses out of 15817 with flag 35001/35001
2.20/1.90	c cleaning 8953 clauses out of 17912 with flag 45000/45000
2.62/2.26	c cleaning 9479 clauses out of 18961 with flag 55002/55002
3.01/2.61	c cleaning 9738 clauses out of 19481 with flag 65001/65001
3.31/2.94	c cleaning 9871 clauses out of 19743 with flag 75001/75001
3.72/3.33	c cleaning 9934 clauses out of 19871 with flag 85000/85000
4.11/3.72	c cleaning 9967 clauses out of 19937 with flag 95000/95000
4.41/4.04	c cleaning 9981 clauses out of 19970 with flag 105000/105000
4.72/4.37	c cleaning 9992 clauses out of 19991 with flag 115002/115002
5.12/4.74	c cleaning 9996 clauses out of 19997 with flag 125000/125000
5.42/5.08	c cleaning 9998 clauses out of 20002 with flag 135001/135001
5.72/5.41	c cleaning 9998 clauses out of 20005 with flag 145002/145002
6.12/5.76	c cleaning 9998 clauses out of 20006 with flag 155001/155001
6.52/6.10	c cleaning 10001 clauses out of 20009 with flag 165002/165002
6.82/6.44	c cleaning 9996 clauses out of 20006 with flag 175000/175000
7.22/6.80	c cleaning 10000 clauses out of 20011 with flag 185001/185001
7.52/7.14	c cleaning 10000 clauses out of 20011 with flag 195001/195001
7.83/7.49	c cleaning 10000 clauses out of 20010 with flag 205000/205000
8.23/7.83	c cleaning 10002 clauses out of 20012 with flag 215002/215002
8.52/8.16	c cleaning 9999 clauses out of 20008 with flag 225000/225000
8.82/8.49	c cleaning 10002 clauses out of 20011 with flag 235002/235002
9.13/8.81	c cleaning 9999 clauses out of 20007 with flag 245000/245000
9.52/9.13	c cleaning 10000 clauses out of 20009 with flag 255001/255001
9.82/9.47	c cleaning 10000 clauses out of 20010 with flag 265002/265002
10.24/9.84	c cleaning 9999 clauses out of 20008 with flag 275000/275000
10.54/10.19	c cleaning 10004 clauses out of 20010 with flag 285001/285001
10.94/10.52	c cleaning 10000 clauses out of 20005 with flag 295000/295000
11.24/10.84	c cleaning 9999 clauses out of 20005 with flag 305000/305000
11.54/11.15	c cleaning 9999 clauses out of 20006 with flag 315000/315000
11.84/11.48	c cleaning 10000 clauses out of 20008 with flag 325001/325001
12.24/11.80	c cleaning 9995 clauses out of 20007 with flag 335000/335000
12.56/12.14	c cleaning 9999 clauses out of 20012 with flag 345000/345000
12.85/12.47	c cleaning 9998 clauses out of 20013 with flag 355000/355000
13.25/12.80	c cleaning 10004 clauses out of 20017 with flag 365002/365002
13.56/13.14	c cleaning 9999 clauses out of 20013 with flag 375002/375002
13.85/13.47	c cleaning 10001 clauses out of 20012 with flag 385000/385000
14.27/13.85	c cleaning 10002 clauses out of 20013 with flag 395003/395003
14.48/13.91	c starts		: 136
14.48/13.91	c conflicts		: 396875
14.48/13.91	c decisions		: 583263
14.48/13.91	c propagations		: 8361531
14.48/13.91	c inspects		: 108198484
14.48/13.91	c shortcuts		: 0
14.48/13.91	c learnt literals	: 5
14.48/13.91	c learnt binary clauses	: 17
14.48/13.91	c learnt ternary clauses	: 183
14.48/13.91	c learnt constraints	: 396869
14.48/13.91	c ignored constraints	: 0
14.48/13.91	c root simplifications	: 0
14.48/13.91	c removed literals (reason simplification)	: 3920896
14.48/13.91	c reason swapping (by a shorter reason)	: 0
14.48/13.91	c Calls to reduceDB	: 41
14.48/13.91	c number of reductions to clauses (during analyze)	: 0
14.48/13.91	c number of learned constraints concerned by reduction	: 0
14.48/13.91	c number of learning phase by resolution	: 0
14.48/13.91	c number of learning phase by cutting planes	: 0
14.48/13.91	c speed (assignments/second)	: 608155.5749509055
14.48/13.91	c non guided choices	29
14.48/13.92	c learnt constraints type 
14.48/13.92	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 17
14.48/13.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 11861
14.48/13.92	c constraints type 
14.48/13.92	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
14.48/13.92	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
14.48/13.92	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
14.48/13.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
14.48/13.92	s UNSATISFIABLE
14.48/13.92	c Total wall clock time (in seconds): 13.808

Verifier Data

ERROR: no interpretation found !

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

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.31 2.22 2.74 2/501 16813
/proc/meminfo: memFree=24809748/32950928 swapFree=61542356/67111528
[pid=16813] ppid=16811 vsize=13508980 CPUtime=0 cores=1,3,5,7
/proc/16813/stat : 16813 (java) S 16811 16813 14759 0 -1 4202496 1971 0 1 0 0 0 0 0 25 0 2 0 903649795 13833195520 1673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16813/statm: 3377245 1685 906 9 0 3368401 0
[pid=16813/tid=16814] ppid=16811 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16814/stat : 16814 (java) R 16811 16813 14759 0 -1 4202560 6877 0 1 0 0 0 0 0 25 0 2 0 903649795 13850947584 7692 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0207089 s]
/proc/loadavg: 2.31 2.22 2.74 2/501 16813
/proc/meminfo: memFree=24809748/32950928 swapFree=61542356/67111528
[pid=16813] ppid=16811 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/16813/stat : 16813 (java) S 16811 16813 14759 0 -1 4202496 9854 0 1 0 0 0 0 0 25 0 2 0 903649795 13850947584 9556 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917196773 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/16813/statm: 3381579 9572 917 9 0 3372735 0
[pid=16813/tid=16814] ppid=16811 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16814/stat : 16814 (java) R 16811 16813 14759 0 -1 4202560 8768 0 1 0 0 0 0 0 25 0 2 0 903649795 13850947584 9583 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260905088059 0 4 0 16784584 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13526316

[startup+0.100697 s]
/proc/loadavg: 2.31 2.22 2.74 2/501 16813
/proc/meminfo: memFree=24809748/32950928 swapFree=61542356/67111528
[pid=16813] ppid=16811 vsize=13687104 CPUtime=0.11 cores=1,3,5,7
/proc/16813/stat : 16813 (java) S 16811 16813 14759 0 -1 4202496 15608 0 1 0 10 1 0 0 25 0 18 0 903649795 14015594496 15261 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16813/statm: 3421776 15261 2092 9 0 3412510 0
[pid=16813/tid=16814] ppid=16811 vsize=13687104 CPUtime=0.08 cores=1,3,5,7
/proc/16813/task/16814/stat : 16814 (java) R 16811 16813 14759 0 -1 4202560 13641 0 1 0 8 0 0 0 25 0 18 0 903649795 14015594496 15261 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 47588877638565 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13687104

[startup+0.300722 s]
/proc/loadavg: 2.31 2.22 2.74 2/501 16813
/proc/meminfo: memFree=24809748/32950928 swapFree=61542356/67111528
[pid=16813] ppid=16811 vsize=13691224 CPUtime=0.57 cores=1,3,5,7
/proc/16813/stat : 16813 (java) S 16811 16813 14759 0 -1 4202496 18849 0 1 0 56 1 0 0 25 0 19 0 903649795 14019813376 17423 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16813/statm: 3422806 17423 2214 9 0 3413540 0
[pid=16813/tid=16814] ppid=16811 vsize=13691224 CPUtime=0.28 cores=1,3,5,7
/proc/16813/task/16814/stat : 16814 (java) R 16811 16813 14759 0 -1 4202560 14231 0 1 0 28 0 0 0 25 0 19 0 903649795 14019813376 17423 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 46912505528138 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 13691224

[startup+0.700588 s]
/proc/loadavg: 2.31 2.22 2.74 2/501 16813
/proc/meminfo: memFree=24809748/32950928 swapFree=61542356/67111528
[pid=16813] ppid=16811 vsize=13691224 CPUtime=1.07 cores=1,3,5,7
/proc/16813/stat : 16813 (java) S 16811 16813 14759 0 -1 4202496 20071 0 1 0 105 2 0 0 25 0 19 0 903649795 14019813376 18372 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16813/statm: 3422806 18372 2246 9 0 3413540 0
[pid=16813/tid=16814] ppid=16811 vsize=13691224 CPUtime=0.66 cores=1,3,5,7
/proc/16813/task/16814/stat : 16814 (java) R 16811 16813 14759 0 -1 4202560 14430 0 1 0 65 1 0 0 25 0 19 0 903649795 14019813376 18372 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 46912505546246 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.07
Current children cumulated vsize (KiB) 13691224

[startup+1.50144 s]
/proc/loadavg: 2.31 2.22 2.74 3/520 16832
/proc/meminfo: memFree=24743528/32950928 swapFree=61542356/67111528
[pid=16813] ppid=16811 vsize=13691380 CPUtime=1.9 cores=1,3,5,7
/proc/16813/stat : 16813 (java) S 16811 16813 14759 0 -1 4202496 20374 0 1 0 188 2 0 0 25 0 19 0 903649795 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16813/statm: 3422845 18673 2247 9 0 3413579 0
[pid=16813/tid=16814] ppid=16811 vsize=13691380 CPUtime=1.43 cores=1,3,5,7
/proc/16813/task/16814/stat : 16814 (java) R 16811 16813 14759 0 -1 4202560 14430 0 1 0 142 1 0 0 25 0 19 0 903649795 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 46912505528199 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16813/tid=16816] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16816/stat : 16816 (java) S 16811 16813 14759 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 903649797 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16817] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16817/stat : 16817 (java) S 16811 16813 14759 0 -1 4202560 69 0 0 0 0 0 0 0 15 0 19 0 903649797 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16818] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16818/stat : 16818 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 903649797 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16819] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16819/stat : 16819 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 903649797 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16820] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16820/stat : 16820 (java) S 16811 16813 14759 0 -1 4202560 103 0 0 0 0 0 0 0 15 0 19 0 903649797 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16821] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16821/stat : 16821 (java) S 16811 16813 14759 0 -1 4202560 107 0 0 0 0 0 0 0 15 0 19 0 903649797 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16822] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16822/stat : 16822 (java) S 16811 16813 14759 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 903649797 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16823] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16823/stat : 16823 (java) S 16811 16813 14759 0 -1 4202560 97 0 0 0 0 0 0 0 15 0 19 0 903649797 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16824] ppid=16811 vsize=13691380 CPUtime=0.05 cores=1,3,5,7
/proc/16813/task/16824/stat : 16824 (java) S 16811 16813 14759 0 -1 4202560 389 0 0 0 5 0 0 0 16 0 19 0 903649798 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 0 0 16800975 18446604457983193216 0 0 -1 5 0 0 0
[pid=16813/tid=16825] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16825/stat : 16825 (java) S 16811 16813 14759 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 903649799 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16826] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16826/stat : 16826 (java) S 16811 16813 14759 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 903649799 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16827] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16827/stat : 16827 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903649801 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917217713 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16828] ppid=16811 vsize=13691380 CPUtime=0.21 cores=1,3,5,7
/proc/16813/task/16828/stat : 16828 (java) S 16811 16813 14759 0 -1 4202560 1470 0 0 0 21 0 0 0 15 0 19 0 903649801 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16829] ppid=16811 vsize=13691380 CPUtime=0.18 cores=1,3,5,7
/proc/16813/task/16829/stat : 16829 (java) S 16811 16813 14759 0 -1 4202560 2353 0 0 0 18 0 0 0 17 0 19 0 903649801 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16830] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16830/stat : 16830 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903649801 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 5 0 0 0
[pid=16813/tid=16831] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16831/stat : 16831 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 903649801 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16832] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16832/stat : 16832 (java) S 16811 16813 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 903649812 14019973120 18673 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.9
Current children cumulated vsize (KiB) 13691380

[startup+3.10121 s]
/proc/loadavg: 2.31 2.22 2.74 3/520 16878
/proc/meminfo: memFree=24744604/32950928 swapFree=61542356/67111528
[pid=16813] ppid=16811 vsize=13691380 CPUtime=3.51 cores=1,3,5,7
/proc/16813/stat : 16813 (java) S 16811 16813 14759 0 -1 4202496 20612 0 1 0 349 2 0 0 25 0 19 0 903649795 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16813/statm: 3422845 18906 2247 9 0 3413579 0
[pid=16813/tid=16814] ppid=16811 vsize=13691380 CPUtime=2.95 cores=1,3,5,7
/proc/16813/task/16814/stat : 16814 (java) R 16811 16813 14759 0 -1 4202560 14435 0 1 0 294 1 0 0 25 0 19 0 903649795 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 46912505513899 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16813/tid=16816] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16816/stat : 16816 (java) S 16811 16813 14759 0 -1 4202560 131 0 0 0 0 0 0 0 16 0 19 0 903649797 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16817] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16817/stat : 16817 (java) S 16811 16813 14759 0 -1 4202560 72 0 0 0 0 0 0 0 15 0 19 0 903649797 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16818] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16818/stat : 16818 (java) S 16811 16813 14759 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 903649797 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16819] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16819/stat : 16819 (java) S 16811 16813 14759 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 19 0 903649797 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16820] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16820/stat : 16820 (java) S 16811 16813 14759 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 903649797 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16821] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16821/stat : 16821 (java) S 16811 16813 14759 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 903649797 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16822] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16822/stat : 16822 (java) S 16811 16813 14759 0 -1 4202560 76 0 0 0 0 0 0 0 16 0 19 0 903649797 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16823] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16823/stat : 16823 (java) S 16811 16813 14759 0 -1 4202560 100 0 0 0 0 0 0 0 15 0 19 0 903649797 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16824] ppid=16811 vsize=13691380 CPUtime=0.12 cores=1,3,5,7
/proc/16813/task/16824/stat : 16824 (java) S 16811 16813 14759 0 -1 4202560 597 0 0 0 12 0 0 0 16 0 19 0 903649798 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 0 0 16800975 18446604457983193216 0 0 -1 5 0 0 0
[pid=16813/tid=16825] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16825/stat : 16825 (java) S 16811 16813 14759 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 903649799 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16826] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16826/stat : 16826 (java) S 16811 16813 14759 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 903649799 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16827] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16827/stat : 16827 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903649801 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917217713 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16828] ppid=16811 vsize=13691380 CPUtime=0.21 cores=1,3,5,7
/proc/16813/task/16828/stat : 16828 (java) S 16811 16813 14759 0 -1 4202560 1470 0 0 0 21 0 0 0 15 0 19 0 903649801 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16829] ppid=16811 vsize=13691380 CPUtime=0.18 cores=1,3,5,7
/proc/16813/task/16829/stat : 16829 (java) S 16811 16813 14759 0 -1 4202560 2353 0 0 0 18 0 0 0 17 0 19 0 903649801 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16830] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16830/stat : 16830 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903649801 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 5 0 0 0
[pid=16813/tid=16831] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16831/stat : 16831 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 903649801 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16832] ppid=16811 vsize=13691380 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16832/stat : 16832 (java) S 16811 16813 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 903649812 14019973120 18906 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.51
Current children cumulated vsize (KiB) 13691380

[startup+6.30062 s]
/proc/loadavg: 2.29 2.21 2.73 3/520 16925
/proc/meminfo: memFree=24741580/32950928 swapFree=61542356/67111528
[pid=16813] ppid=16811 vsize=13690852 CPUtime=6.72 cores=1,3,5,7
/proc/16813/stat : 16813 (java) S 16811 16813 14759 0 -1 4202496 20706 0 1 0 670 2 0 0 25 0 19 0 903649795 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16813/statm: 3422713 18615 2247 9 0 3413447 0
[pid=16813/tid=16814] ppid=16811 vsize=13690852 CPUtime=6.02 cores=1,3,5,7
/proc/16813/task/16814/stat : 16814 (java) R 16811 16813 14759 0 -1 4202560 14445 0 1 0 601 1 0 0 25 0 19 0 903649795 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 46912505522885 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=16813/tid=16816] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16816/stat : 16816 (java) S 16811 16813 14759 0 -1 4202560 131 0 0 0 0 0 0 0 15 0 19 0 903649797 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16817] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16817/stat : 16817 (java) S 16811 16813 14759 0 -1 4202560 73 0 0 0 0 0 0 0 15 0 19 0 903649797 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16818] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16818/stat : 16818 (java) S 16811 16813 14759 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 903649797 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16819] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16819/stat : 16819 (java) S 16811 16813 14759 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 903649797 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16820] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16820/stat : 16820 (java) S 16811 16813 14759 0 -1 4202560 104 0 0 0 0 0 0 0 16 0 19 0 903649797 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16821] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16821/stat : 16821 (java) S 16811 16813 14759 0 -1 4202560 114 0 0 0 0 0 0 0 15 0 19 0 903649797 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16822] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16822/stat : 16822 (java) S 16811 16813 14759 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 903649797 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16823] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16823/stat : 16823 (java) S 16811 16813 14759 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 903649797 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16824] ppid=16811 vsize=13690852 CPUtime=0.24 cores=1,3,5,7
/proc/16813/task/16824/stat : 16824 (java) S 16811 16813 14759 0 -1 4202560 672 0 0 0 24 0 0 0 16 0 19 0 903649798 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 0 0 16800975 18446604457983193216 0 0 -1 5 0 0 0
[pid=16813/tid=16825] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16825/stat : 16825 (java) S 16811 16813 14759 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 903649799 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16826] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16826/stat : 16826 (java) S 16811 16813 14759 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 903649799 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16827] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16827/stat : 16827 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903649801 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917217713 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16828] ppid=16811 vsize=13690852 CPUtime=0.21 cores=1,3,5,7
/proc/16813/task/16828/stat : 16828 (java) S 16811 16813 14759 0 -1 4202560 1470 0 0 0 21 0 0 0 15 0 19 0 903649801 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16829] ppid=16811 vsize=13690852 CPUtime=0.18 cores=1,3,5,7
/proc/16813/task/16829/stat : 16829 (java) S 16811 16813 14759 0 -1 4202560 2353 0 0 0 18 0 0 0 17 0 19 0 903649801 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16830] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16830/stat : 16830 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903649801 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 5 0 0 0
[pid=16813/tid=16831] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16831/stat : 16831 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 903649801 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16832] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16832/stat : 16832 (java) S 16811 16813 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 903649812 14019432448 18615 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 6.72
Current children cumulated vsize (KiB) 13690852

[startup+12.7015 s]
/proc/loadavg: 2.26 2.21 2.73 3/520 16972
/proc/meminfo: memFree=24736136/32950928 swapFree=61542356/67111528
[pid=16813] ppid=16811 vsize=13690852 CPUtime=13.15 cores=1,3,5,7
/proc/16813/stat : 16813 (java) S 16811 16813 14759 0 -1 4202496 20793 0 1 0 1312 3 0 0 25 0 19 0 903649795 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16813/statm: 3422713 18675 2247 9 0 3413447 0
[pid=16813/tid=16814] ppid=16811 vsize=13690852 CPUtime=12.12 cores=1,3,5,7
/proc/16813/task/16814/stat : 16814 (java) R 16811 16813 14759 0 -1 4202560 14464 0 1 0 1211 1 0 0 25 0 19 0 903649795 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 46912505580793 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16813/tid=16816] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16816/stat : 16816 (java) S 16811 16813 14759 0 -1 4202560 131 0 0 0 1 0 0 0 16 0 19 0 903649797 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16817] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16817/stat : 16817 (java) S 16811 16813 14759 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 903649797 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16818] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16818/stat : 16818 (java) S 16811 16813 14759 0 -1 4202560 10 0 0 0 0 0 0 0 15 0 19 0 903649797 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16819] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16819/stat : 16819 (java) S 16811 16813 14759 0 -1 4202560 9 0 0 0 0 0 0 0 16 0 19 0 903649797 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16820] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16820/stat : 16820 (java) S 16811 16813 14759 0 -1 4202560 105 0 0 0 1 0 0 0 15 0 19 0 903649797 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16821] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16821/stat : 16821 (java) S 16811 16813 14759 0 -1 4202560 114 0 0 0 1 0 0 0 15 0 19 0 903649797 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16822] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16822/stat : 16822 (java) S 16811 16813 14759 0 -1 4202560 77 0 0 0 1 0 0 0 16 0 19 0 903649797 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16823] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16823/stat : 16823 (java) S 16811 16813 14759 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 903649797 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16824] ppid=16811 vsize=13690852 CPUtime=0.51 cores=1,3,5,7
/proc/16813/task/16824/stat : 16824 (java) S 16811 16813 14759 0 -1 4202560 732 0 0 0 51 0 0 0 15 0 19 0 903649798 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 0 0 16800975 18446604457983193216 0 0 -1 5 0 0 0
[pid=16813/tid=16825] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16825/stat : 16825 (java) S 16811 16813 14759 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 903649799 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16826] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16826/stat : 16826 (java) S 16811 16813 14759 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 903649799 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16827] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16827/stat : 16827 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903649801 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917217713 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16828] ppid=16811 vsize=13690852 CPUtime=0.21 cores=1,3,5,7
/proc/16813/task/16828/stat : 16828 (java) S 16811 16813 14759 0 -1 4202560 1470 0 0 0 21 0 0 0 15 0 19 0 903649801 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16829] ppid=16811 vsize=13690852 CPUtime=0.18 cores=1,3,5,7
/proc/16813/task/16829/stat : 16829 (java) S 16811 16813 14759 0 -1 4202560 2353 0 0 0 18 0 0 0 17 0 19 0 903649801 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16830] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16830/stat : 16830 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903649801 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 5 0 0 0
[pid=16813/tid=16831] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16831/stat : 16831 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 903649801 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16832] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16832/stat : 16832 (java) S 16811 16813 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 903649812 14019432448 18675 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 13.15
Current children cumulated vsize (KiB) 13690852

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

[startup+13.5013 s]
/proc/loadavg: 2.26 2.21 2.73 4/520 17018
/proc/meminfo: memFree=24741840/32950928 swapFree=61542356/67111528
[pid=16813] ppid=16811 vsize=13690852 CPUtime=13.95 cores=1,3,5,7
/proc/16813/stat : 16813 (java) S 16811 16813 14759 0 -1 4202496 20812 0 1 0 1392 3 0 0 25 0 19 0 903649795 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16813/statm: 3422713 18690 2248 9 0 3413447 0
[pid=16813/tid=16814] ppid=16811 vsize=13690852 CPUtime=12.88 cores=1,3,5,7
/proc/16813/task/16814/stat : 16814 (java) R 16811 16813 14759 0 -1 4202560 14468 0 1 0 1287 1 0 0 25 0 19 0 903649795 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 46912505555418 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16813/tid=16816] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16816/stat : 16816 (java) S 16811 16813 14759 0 -1 4202560 131 0 0 0 1 0 0 0 15 0 19 0 903649797 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16817] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16817/stat : 16817 (java) S 16811 16813 14759 0 -1 4202560 77 0 0 0 0 0 0 0 16 0 19 0 903649797 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16818] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16818/stat : 16818 (java) S 16811 16813 14759 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 903649797 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16819] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16819/stat : 16819 (java) S 16811 16813 14759 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 903649797 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16820] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16820/stat : 16820 (java) S 16811 16813 14759 0 -1 4202560 106 0 0 0 1 0 0 0 16 0 19 0 903649797 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16821] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16821/stat : 16821 (java) S 16811 16813 14759 0 -1 4202560 114 0 0 0 1 0 0 0 15 0 19 0 903649797 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16822] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16822/stat : 16822 (java) S 16811 16813 14759 0 -1 4202560 77 0 0 0 1 0 0 0 15 0 19 0 903649797 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16823] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16823/stat : 16823 (java) S 16811 16813 14759 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 903649797 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16824] ppid=16811 vsize=13690852 CPUtime=0.55 cores=1,3,5,7
/proc/16813/task/16824/stat : 16824 (java) S 16811 16813 14759 0 -1 4202560 744 0 0 0 55 0 0 0 15 0 19 0 903649798 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 0 0 16800975 18446604457983193216 0 0 -1 5 0 0 0
[pid=16813/tid=16825] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16825/stat : 16825 (java) S 16811 16813 14759 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 903649799 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16826] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16826/stat : 16826 (java) S 16811 16813 14759 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 903649799 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16827] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16827/stat : 16827 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903649801 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917217713 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16828] ppid=16811 vsize=13690852 CPUtime=0.21 cores=1,3,5,7
/proc/16813/task/16828/stat : 16828 (java) S 16811 16813 14759 0 -1 4202560 1470 0 0 0 21 0 0 0 15 0 19 0 903649801 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16829] ppid=16811 vsize=13690852 CPUtime=0.18 cores=1,3,5,7
/proc/16813/task/16829/stat : 16829 (java) S 16811 16813 14759 0 -1 4202560 2353 0 0 0 18 0 0 0 17 0 19 0 903649801 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16830] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16830/stat : 16830 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903649801 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 5 0 0 0
[pid=16813/tid=16831] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16831/stat : 16831 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 903649801 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16832] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16832/stat : 16832 (java) S 16811 16813 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 903649812 14019432448 18690 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 13.95
Current children cumulated vsize (KiB) 13690852

[startup+13.9012 s]
/proc/loadavg: 2.26 2.21 2.73 4/520 17018
/proc/meminfo: memFree=24741840/32950928 swapFree=61542356/67111528
[pid=16813] ppid=16811 vsize=13690852 CPUtime=14.48 cores=1,3,5,7
/proc/16813/stat : 16813 (java) S 16811 16813 14759 0 -1 4202496 24735 0 1 0 1445 3 0 0 25 0 19 0 903649795 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917196773 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/16813/statm: 3422713 21408 2249 9 0 3413447 0
[pid=16813/tid=16814] ppid=16811 vsize=13690852 CPUtime=13.26 cores=1,3,5,7
/proc/16813/task/16814/stat : 16814 (java) R 16811 16813 14759 0 -1 4202560 14470 0 1 0 1325 1 0 0 25 0 19 0 903649795 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 46912505612700 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=16813/tid=16816] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16816/stat : 16816 (java) S 16811 16813 14759 0 -1 4202560 131 0 0 0 1 0 0 0 15 0 19 0 903649797 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16817] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16817/stat : 16817 (java) S 16811 16813 14759 0 -1 4202560 77 0 0 0 1 0 0 0 15 0 19 0 903649797 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16818] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16818/stat : 16818 (java) S 16811 16813 14759 0 -1 4202560 12 0 0 0 1 0 0 0 15 0 19 0 903649797 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16819] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16819/stat : 16819 (java) S 16811 16813 14759 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 903649797 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16820] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16820/stat : 16820 (java) S 16811 16813 14759 0 -1 4202560 106 0 0 0 1 0 0 0 15 0 19 0 903649797 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16821] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16821/stat : 16821 (java) S 16811 16813 14759 0 -1 4202560 114 0 0 0 1 0 0 0 15 0 19 0 903649797 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16822] ppid=16811 vsize=13690852 CPUtime=0.01 cores=1,3,5,7
/proc/16813/task/16822/stat : 16822 (java) S 16811 16813 14759 0 -1 4202560 77 0 0 0 1 0 0 0 15 0 19 0 903649797 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16823] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16823/stat : 16823 (java) S 16811 16813 14759 0 -1 4202560 101 0 0 0 0 0 0 0 15 0 19 0 903649797 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16824] ppid=16811 vsize=13690852 CPUtime=0.57 cores=1,3,5,7
/proc/16813/task/16824/stat : 16824 (java) S 16811 16813 14759 0 -1 4202560 744 0 0 0 57 0 0 0 15 0 19 0 903649798 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 0 0 16800975 18446604457983193216 0 0 -1 5 0 0 0
[pid=16813/tid=16825] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16825/stat : 16825 (java) S 16811 16813 14759 0 -1 4202560 17 0 0 0 0 0 0 0 21 0 19 0 903649799 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16826] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16826/stat : 16826 (java) S 16811 16813 14759 0 -1 4202560 10 0 0 0 0 0 0 0 21 0 19 0 903649799 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
[pid=16813/tid=16827] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16827/stat : 16827 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903649801 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917217713 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16828] ppid=16811 vsize=13690852 CPUtime=0.25 cores=1,3,5,7
/proc/16813/task/16828/stat : 16828 (java) S 16811 16813 14759 0 -1 4202560 1474 0 0 0 25 0 0 0 15 0 19 0 903649801 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 3 0 0 0
[pid=16813/tid=16829] ppid=16811 vsize=13690852 CPUtime=0.28 cores=1,3,5,7
/proc/16813/task/16829/stat : 16829 (java) R 16811 16813 14759 0 -1 4202560 6270 0 0 0 27 1 0 0 16 0 19 0 903649801 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 47588879670576 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=16813/tid=16830] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16830/stat : 16830 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 903649801 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210009 0 4 0 16800975 18446604457983193216 0 0 -1 5 0 0 0
[pid=16813/tid=16831] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16831/stat : 16831 (java) S 16811 16813 14759 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 903649801 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 4 0 16800975 18446604457983193216 0 0 -1 1 0 0 0
[pid=16813/tid=16832] ppid=16811 vsize=13690852 CPUtime=0 cores=1,3,5,7
/proc/16813/task/16832/stat : 16832 (java) S 16811 16813 14759 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 903649812 14019432448 21408 33554432000 1073741824 1073778376 140736878804496 18446744073709551615 260917210624 0 4 0 16800975 18446604457983193216 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 14.48
Current children cumulated vsize (KiB) 13690852

Child status: 20
Real time (s): 13.9377
CPU time (s): 14.5398
CPU user time (s): 14.4938
CPU system time (s): 0.045993
CPU usage (%): 104.32
Max. virtual memory (cumulated for all children) (KiB): 13691380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 14.4938
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25951
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= 1596
involuntary context switches= 697

runsolver used 0.06099 second user time and 0.175973 second system time

The end

Launcher Data

Begin job on node116 at 2011-06-03 22:49:51
IDJOB=3459196
IDBENCH=1265
IDSOLVER=1952
FILE ID=node116/3459196-1307134191
RUNJOBID= node116-1307134118-15946
PBS_JOBID= 13508800
Free space on /tmp= 73840 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111228076.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459196-1307134191/watcher-3459196-1307134191 -o /tmp/evaluation-result-3459196-1307134191/solver-3459196-1307134191 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459196-1307134191.opb

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

MD5SUM BENCH= 5e07f8b43a59b370ff10f0589c5144c8
RANDOM SEED=987364133

node116.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.826
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.65
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.826
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	: 5226.15
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.826
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.75
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.826
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.826
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.826
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.826
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.826
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:     32950928 kB
MemFree:      24809904 kB
Buffers:        246140 kB
Cached:         446872 kB
SwapCached:      12580 kB
Active:        7518260 kB
Inactive:       352976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24809904 kB
SwapTotal:    67111528 kB
SwapFree:     61542356 kB
Dirty:             912 kB
Writeback:           0 kB
AnonPages:     7176420 kB
Mapped:          30836 kB
Slab:           140136 kB
PageTables:      62760 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 153018524 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= 73840 MiB
End job on node116 at 2011-06-03 22:50:05