Trace number 3454739

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 Res//CP 2.3.0UNSAT 22.4726 10.8075

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111227861.opb
MD5SUMf8885c48feecc92113d832d46f576991
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.059989
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 1265
Number of bits of the biggest sum of numbers11
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

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.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c ManyCore solver with 2 solvers running in parallel
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@5b2558d6
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3454739-1307186750.opb
0.00/0.11	c reading problem ... 
0.12/0.17	c ... done. Wall clock time 0.06s.
0.12/0.17	c #vars     169
0.12/0.17	c #constraints  101
0.12/0.17	c constraints type 
0.12/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.12/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.12/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.12/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.12/0.17	c constraints type 
0.12/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.12/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.12/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.12/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.12/0.62	c cleaning 2496 clauses out of 5000 with flag 5000/5000
1.99/0.85	c cleaning 4250 clauses out of 8504 with flag 11000/11000
3.52/1.11	c cleaning 5624 clauses out of 11255 with flag 18001/18001
4.15/1.43	c cleaning 6811 clauses out of 13630 with flag 26000/26000
4.81/1.78	c cleaning 7908 clauses out of 15821 with flag 35002/35002
5.55/2.17	c cleaning 8951 clauses out of 17911 with flag 45000/45000
6.34/2.55	c cleaning 9479 clauses out of 18961 with flag 55001/55001
7.12/2.94	c cleaning 9738 clauses out of 19482 with flag 65001/65001
7.90/3.31	c cleaning 9866 clauses out of 19743 with flag 75000/75000
8.67/3.72	c cleaning 9935 clauses out of 19878 with flag 85001/85001
9.46/4.10	c cleaning 9968 clauses out of 19942 with flag 95000/95000
10.03/4.45	c cleaning 9983 clauses out of 19975 with flag 105001/105001
10.81/4.82	c cleaning 9995 clauses out of 19994 with flag 115003/115003
11.59/5.21	c cleaning 9996 clauses out of 19997 with flag 125001/125001
12.36/5.63	c cleaning 9995 clauses out of 20003 with flag 135003/135003
12.93/6.00	c cleaning 10000 clauses out of 20005 with flag 145000/145000
13.70/6.39	c cleaning 9997 clauses out of 20006 with flag 155001/155001
14.47/6.77	c cleaning 10002 clauses out of 20009 with flag 165001/165001
15.28/7.15	c cleaning 10000 clauses out of 20008 with flag 175002/175002
16.02/7.59	c cleaning 9998 clauses out of 20007 with flag 185001/185001
16.78/7.97	c cleaning 10000 clauses out of 20008 with flag 195000/195000
17.59/8.34	c cleaning 10001 clauses out of 20009 with flag 205001/205001
18.12/8.68	c cleaning 9999 clauses out of 20007 with flag 215000/215000
18.90/9.01	c cleaning 10000 clauses out of 20008 with flag 225000/225000
19.49/9.36	c cleaning 9999 clauses out of 20009 with flag 235001/235001
20.03/9.69	c cleaning 10002 clauses out of 20010 with flag 245001/245001
20.80/10.04	c cleaning 10000 clauses out of 20007 with flag 255000/255000
21.60/10.49	c cleaning 9998 clauses out of 20006 with flag 265000/265000
22.35/10.70	c  And the winner is Resolution
22.35/10.78	c starts		: 130
22.35/10.78	c conflicts		: 270818
22.35/10.78	c decisions		: 402724
22.35/10.78	c propagations		: 5791510
22.35/10.78	c inspects		: 73619789
22.35/10.78	c shortcuts		: 0
22.35/10.78	c learnt literals	: 6
22.35/10.78	c learnt binary clauses	: 18
22.35/10.78	c learnt ternary clauses	: 116
22.35/10.78	c learnt constraints	: 270811
22.35/10.78	c ignored constraints	: 0
22.35/10.78	c root simplifications	: 0
22.35/10.78	c removed literals (reason simplification)	: 2327968
22.35/10.78	c reason swapping (by a shorter reason)	: 0
22.35/10.78	c Calls to reduceDB	: 28
22.35/10.78	c number of reductions to clauses (during analyze)	: 0
22.35/10.78	c number of learned constraints concerned by reduction	: 0
22.35/10.78	c number of learning phase by resolution	: 0
22.35/10.78	c number of learning phase by cutting planes	: 0
22.35/10.78	c speed (assignments/second)	: 545853.9114043355
22.35/10.78	c non guided choices	44
22.35/10.79	c learnt constraints type 
22.35/10.79	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
22.35/10.79	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15802
22.35/10.79	c constraints type 
22.35/10.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
22.35/10.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
22.35/10.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
22.35/10.79	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
22.35/10.79	c constraints type 
22.35/10.79	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
22.35/10.79	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
22.35/10.79	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
22.35/10.79	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
22.35/10.79	s UNSATISFIABLE
22.35/10.79	c Total wall clock time (in seconds): 10.681

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-3454739-1307186750/watcher-3454739-1307186750 -o /tmp/evaluation-result-3454739-1307186750/solver-3454739-1307186750 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454739-1307186750.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: 1.50 1.66 1.86 3/498 31123
/proc/meminfo: memFree=21033544/32951124 swapFree=67057928/67111528
[pid=31123] ppid=31121 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/31123/stat : 31123 (java) S 31121 31123 28116 0 -1 4202496 7666 0 1 0 0 1 0 0 25 0 2 0 811090278 10694979584 7368 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273419237 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/31123/statm: 2611079 7382 917 9 0 2602235 0
[pid=31123/tid=31124] ppid=31121 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31124/stat : 31124 (java) R 31121 31123 28116 0 -1 4202560 6612 0 1 0 0 0 0 0 25 0 2 0 811090279 10694979584 7428 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254261310523 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.11232 s]
/proc/loadavg: 1.50 1.66 1.86 3/498 31123
/proc/meminfo: memFree=21033544/32951124 swapFree=67057928/67111528
[pid=31123] ppid=31121 vsize=10540096 CPUtime=0.12 cores=0,2,4,6
/proc/31123/stat : 31123 (java) S 31121 31123 28116 0 -1 4202496 13301 0 1 0 11 1 0 0 25 0 18 0 811090278 10793058304 12996 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31123/statm: 2635024 12996 2133 9 0 2625758 0
[pid=31123/tid=31124] ppid=31121 vsize=10540096 CPUtime=0.1 cores=0,2,4,6
/proc/31123/task/31124/stat : 31124 (java) R 31121 31123 28116 0 -1 4202560 11299 0 1 0 9 1 0 0 18 0 18 0 811090279 10793058304 12996 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 47394876686243 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540096

[startup+0.202458 s]
/proc/loadavg: 1.50 1.66 1.86 3/498 31123
/proc/meminfo: memFree=21033544/32951124 swapFree=67057928/67111528
[pid=31123] ppid=31121 vsize=10550108 CPUtime=1.99 cores=0,2,4,6
/proc/31123/stat : 31123 (java) S 31121 31123 28116 0 -1 4202496 37809 0 1 0 193 6 0 0 25 0 22 0 811090278 10803310592 32979 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31123/statm: 2637527 32980 2236 9 0 2628261 0
[pid=31123/tid=31124] ppid=31121 vsize=10550108 CPUtime=0.16 cores=0,2,4,6
/proc/31123/task/31124/stat : 31124 (java) S 31121 31123 28116 0 -1 4202560 11738 0 1 0 14 2 0 0 19 0 22 0 811090279 10803310592 32981 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 10550108

[startup+0.867024 s]
/proc/loadavg: 1.50 1.66 1.86 3/498 31123
/proc/meminfo: memFree=21033544/32951124 swapFree=67057928/67111528
[pid=31123] ppid=31121 vsize=10566668 CPUtime=2.89 cores=0,2,4,6
/proc/31123/stat : 31123 (java) S 31121 31123 28116 0 -1 4202496 57557 0 1 0 281 8 0 0 25 0 22 0 811090278 10820268032 50789 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31123/statm: 2641667 50789 2253 9 0 2632401 0
[pid=31123/tid=31124] ppid=31121 vsize=10566668 CPUtime=0.16 cores=0,2,4,6
/proc/31123/task/31124/stat : 31124 (java) S 31121 31123 28116 0 -1 4202560 11738 0 1 0 14 2 0 0 15 0 22 0 811090279 10820268032 50789 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 10566668

[startup+0.900956 s]
/proc/loadavg: 1.50 1.66 1.86 3/498 31123
/proc/meminfo: memFree=21033544/32951124 swapFree=67057928/67111528
[pid=31123] ppid=31121 vsize=10566668 CPUtime=3 cores=0,2,4,6
/proc/31123/stat : 31123 (java) S 31121 31123 28116 0 -1 4202496 59292 0 1 0 291 9 0 0 25 0 22 0 811090278 10820268032 52524 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31123/statm: 2641667 52528 2253 9 0 2632401 0
[pid=31123/tid=31124] ppid=31121 vsize=10566668 CPUtime=0.16 cores=0,2,4,6
/proc/31123/task/31124/stat : 31124 (java) S 31121 31123 28116 0 -1 4202560 11738 0 1 0 14 2 0 0 15 0 22 0 811090279 10820268032 52530 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 10566668

[startup+1.50091 s]
/proc/loadavg: 1.50 1.66 1.86 3/498 31123
/proc/meminfo: memFree=21033544/32951124 swapFree=67057928/67111528
[pid=31123] ppid=31121 vsize=10566668 CPUtime=4.35 cores=0,2,4,6
/proc/31123/stat : 31123 (java) S 31121 31123 28116 0 -1 4202496 82644 0 1 0 424 11 0 0 25 0 22 0 811090278 10820268032 75873 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31123/statm: 2641667 75873 2256 9 0 2632401 0
[pid=31123/tid=31124] ppid=31121 vsize=10566668 CPUtime=0.16 cores=0,2,4,6
/proc/31123/task/31124/stat : 31124 (java) S 31121 31123 28116 0 -1 4202560 11738 0 1 0 14 2 0 0 15 0 22 0 811090279 10820268032 75873 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 10566668

[startup+3.10162 s]
/proc/loadavg: 1.50 1.66 1.86 6/520 31145
/proc/meminfo: memFree=20726424/32951124 swapFree=67057928/67111528
[pid=31123] ppid=31121 vsize=10566668 CPUtime=7.5 cores=0,2,4,6
/proc/31123/stat : 31123 (java) S 31121 31123 28116 0 -1 4202496 84064 0 1 0 739 11 0 0 25 0 22 0 811090278 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31123/statm: 2641667 77289 2256 9 0 2632401 0
[pid=31123/tid=31124] ppid=31121 vsize=10566668 CPUtime=0.16 cores=0,2,4,6
/proc/31123/task/31124/stat : 31124 (java) S 31121 31123 28116 0 -1 4202560 11738 0 1 0 14 2 0 0 15 0 22 0 811090279 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31126] ppid=31121 vsize=10566668 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31126/stat : 31126 (java) S 31121 31123 28116 0 -1 4202560 344 0 0 0 0 0 0 0 15 0 22 0 811090280 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31127] ppid=31121 vsize=10566668 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31127/stat : 31127 (java) S 31121 31123 28116 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 22 0 811090280 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31128] ppid=31121 vsize=10566668 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31128/stat : 31128 (java) S 31121 31123 28116 0 -1 4202560 155 0 0 0 1 0 0 0 15 0 22 0 811090280 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31129] ppid=31121 vsize=10566668 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31129/stat : 31129 (java) S 31121 31123 28116 0 -1 4202560 160 0 0 0 0 0 0 0 15 0 22 0 811090281 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31130] ppid=31121 vsize=10566668 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31130/stat : 31130 (java) S 31121 31123 28116 0 -1 4202560 154 0 0 0 0 0 0 0 15 0 22 0 811090281 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31131] ppid=31121 vsize=10566668 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31131/stat : 31131 (java) S 31121 31123 28116 0 -1 4202560 55 0 0 0 0 0 0 0 15 0 22 0 811090281 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31132] ppid=31121 vsize=10566668 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31132/stat : 31132 (java) S 31121 31123 28116 0 -1 4202560 272 0 0 0 1 0 0 0 15 0 22 0 811090281 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31133] ppid=31121 vsize=10566668 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31133/stat : 31133 (java) S 31121 31123 28116 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 22 0 811090281 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31134] ppid=31121 vsize=10566668 CPUtime=0.15 cores=0,2,4,6
/proc/31123/task/31134/stat : 31134 (java) S 31121 31123 28116 0 -1 4202560 2651 0 0 0 15 0 0 0 16 0 22 0 811090282 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 0 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31135] ppid=31121 vsize=10566668 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31135/stat : 31135 (java) S 31121 31123 28116 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 811090282 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31136] ppid=31121 vsize=10566668 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31136/stat : 31136 (java) S 31121 31123 28116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811090282 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31137] ppid=31121 vsize=10566668 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31137/stat : 31137 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811090284 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273440177 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31138] ppid=31121 vsize=10566668 CPUtime=0.76 cores=0,2,4,6
/proc/31123/task/31138/stat : 31138 (java) S 31121 31123 28116 0 -1 4202560 6182 0 0 0 75 1 0 0 18 0 22 0 811090284 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31139] ppid=31121 vsize=10566668 CPUtime=0.86 cores=0,2,4,6
/proc/31123/task/31139/stat : 31139 (java) S 31121 31123 28116 0 -1 4202560 9694 0 0 0 85 1 0 0 15 0 22 0 811090284 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31140] ppid=31121 vsize=10566668 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31140/stat : 31140 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811090284 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31141] ppid=31121 vsize=10566668 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31141/stat : 31141 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811090284 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31142] ppid=31121 vsize=10566668 CPUtime=2.74 cores=0,2,4,6
/proc/31123/task/31142/stat : 31142 (java) R 31121 31123 28116 0 -1 4202560 299 0 0 0 274 0 0 0 22 0 22 0 811090296 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 46912505545727 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31123/tid=31143] ppid=31121 vsize=10566668 CPUtime=2.73 cores=0,2,4,6
/proc/31123/task/31143/stat : 31143 (java) R 31121 31123 28116 0 -1 4202560 50955 0 0 0 268 5 0 0 25 0 22 0 811090296 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 46912505216225 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31123/tid=31144] ppid=31121 vsize=10566668 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31144/stat : 31144 (java) S 31121 31123 28116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811090296 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31145] ppid=31121 vsize=10566668 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31145/stat : 31145 (java) S 31121 31123 28116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811090296 10820268032 77289 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 10566668

[startup+6.30105 s]
/proc/loadavg: 1.70 1.70 1.87 5/520 31194
/proc/meminfo: memFree=20783800/32951124 swapFree=67057928/67111528
[pid=31123] ppid=31121 vsize=10552608 CPUtime=13.7 cores=0,2,4,6
/proc/31123/stat : 31123 (java) S 31121 31123 28116 0 -1 4202496 85665 0 1 0 1358 12 0 0 25 0 22 0 811090278 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31123/statm: 2638152 74685 2256 9 0 2628886 0
[pid=31123/tid=31124] ppid=31121 vsize=10552608 CPUtime=0.16 cores=0,2,4,6
/proc/31123/task/31124/stat : 31124 (java) S 31121 31123 28116 0 -1 4202560 11738 0 1 0 14 2 0 0 15 0 22 0 811090279 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31126] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31126/stat : 31126 (java) S 31121 31123 28116 0 -1 4202560 344 0 0 0 1 0 0 0 15 0 22 0 811090280 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31127] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31127/stat : 31127 (java) S 31121 31123 28116 0 -1 4202560 39 0 0 0 1 0 0 0 15 0 22 0 811090280 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31128] ppid=31121 vsize=10552608 CPUtime=0.02 cores=0,2,4,6
/proc/31123/task/31128/stat : 31128 (java) S 31121 31123 28116 0 -1 4202560 155 0 0 0 2 0 0 0 15 0 22 0 811090280 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31129] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31129/stat : 31129 (java) S 31121 31123 28116 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 22 0 811090281 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31130] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31130/stat : 31130 (java) S 31121 31123 28116 0 -1 4202560 158 0 0 0 1 0 0 0 15 0 22 0 811090281 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31131] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31131/stat : 31131 (java) S 31121 31123 28116 0 -1 4202560 56 0 0 0 1 0 0 0 15 0 22 0 811090281 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31132] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31132/stat : 31132 (java) S 31121 31123 28116 0 -1 4202560 272 0 0 0 1 0 0 0 15 0 22 0 811090281 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31133] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31133/stat : 31133 (java) S 31121 31123 28116 0 -1 4202560 207 0 0 0 1 0 0 0 15 0 22 0 811090281 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31134] ppid=31121 vsize=10552608 CPUtime=0.38 cores=0,2,4,6
/proc/31123/task/31134/stat : 31134 (java) S 31121 31123 28116 0 -1 4202560 4236 0 0 0 38 0 0 0 15 0 22 0 811090282 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 0 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31135] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31135/stat : 31135 (java) S 31121 31123 28116 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 811090282 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31136] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31136/stat : 31136 (java) S 31121 31123 28116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811090282 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31137] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31137/stat : 31137 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811090284 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273440177 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31138] ppid=31121 vsize=10552608 CPUtime=0.76 cores=0,2,4,6
/proc/31123/task/31138/stat : 31138 (java) S 31121 31123 28116 0 -1 4202560 6182 0 0 0 75 1 0 0 18 0 22 0 811090284 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31139] ppid=31121 vsize=10552608 CPUtime=0.87 cores=0,2,4,6
/proc/31123/task/31139/stat : 31139 (java) S 31121 31123 28116 0 -1 4202560 9694 0 0 0 86 1 0 0 15 0 22 0 811090284 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31140] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31140/stat : 31140 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811090284 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31141] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31141/stat : 31141 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811090284 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31142] ppid=31121 vsize=10552608 CPUtime=5.68 cores=0,2,4,6
/proc/31123/task/31142/stat : 31142 (java) R 31121 31123 28116 0 -1 4202560 308 0 0 0 568 0 0 0 25 0 22 0 811090296 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 46912505534793 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31123/tid=31143] ppid=31121 vsize=10552608 CPUtime=5.67 cores=0,2,4,6
/proc/31123/task/31143/stat : 31143 (java) R 31121 31123 28116 0 -1 4202560 50955 0 0 0 561 6 0 0 25 0 22 0 811090296 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 46912505746193 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31123/tid=31144] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31144/stat : 31144 (java) S 31121 31123 28116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811090296 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31145] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31145/stat : 31145 (java) S 31121 31123 28116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811090296 10805870592 74685 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 13.7
Current children cumulated vsize (KiB) 10552608

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

[startup+6.90096 s]
/proc/loadavg: 1.70 1.70 1.87 5/520 31194
/proc/meminfo: memFree=20783800/32951124 swapFree=67057928/67111528
[pid=31123] ppid=31121 vsize=10552608 CPUtime=14.84 cores=0,2,4,6
/proc/31123/stat : 31123 (java) S 31121 31123 28116 0 -1 4202496 85756 0 1 0 1472 12 0 0 25 0 22 0 811090278 10805870592 74774 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31123/statm: 2638152 74774 2256 9 0 2628886 0
[pid=31123/tid=31124] ppid=31121 vsize=10552608 CPUtime=0.16 cores=0,2,4,6
/proc/31123/task/31124/stat : 31124 (java) S 31121 31123 28116 0 -1 4202560 11738 0 1 0 14 2 0 0 15 0 22 0 811090279 10805870592 74774 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31126] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31126/stat : 31126 (java) S 31121 31123 28116 0 -1 4202560 344 0 0 0 1 0 0 0 15 0 22 0 811090280 10805870592 74774 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31127] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6

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

[pid=31123/tid=31143] ppid=31121 vsize=10552608 CPUtime=7.69 cores=0,2,4,6
/proc/31123/task/31143/stat : 31143 (java) R 31121 31123 28116 0 -1 4202560 50957 0 0 0 763 6 0 0 25 0 22 0 811090296 10805870592 75081 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 46912505746235 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31123/tid=31144] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31144/stat : 31144 (java) S 31121 31123 28116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811090296 10805870592 75081 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31145] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31145/stat : 31145 (java) S 31121 31123 28116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811090296 10805870592 75081 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 17.92
Current children cumulated vsize (KiB) 10552608

[startup+10.1014 s]
/proc/loadavg: 1.70 1.70 1.87 5/520 31194
/proc/meminfo: memFree=20767464/32951124 swapFree=67057928/67111528
[pid=31123] ppid=31121 vsize=10552608 CPUtime=20.97 cores=0,2,4,6
/proc/31123/stat : 31123 (java) S 31121 31123 28116 0 -1 4202496 86251 0 1 0 2085 12 0 0 25 0 22 0 811090278 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31123/statm: 2638152 75258 2257 9 0 2628886 0
[pid=31123/tid=31124] ppid=31121 vsize=10552608 CPUtime=0.16 cores=0,2,4,6
/proc/31123/task/31124/stat : 31124 (java) S 31121 31123 28116 0 -1 4202560 11738 0 1 0 14 2 0 0 15 0 22 0 811090279 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31126] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31126/stat : 31126 (java) S 31121 31123 28116 0 -1 4202560 345 0 0 0 1 0 0 0 16 0 22 0 811090280 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31127] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31127/stat : 31127 (java) S 31121 31123 28116 0 -1 4202560 41 0 0 0 1 0 0 0 16 0 22 0 811090280 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31128] ppid=31121 vsize=10552608 CPUtime=0.03 cores=0,2,4,6
/proc/31123/task/31128/stat : 31128 (java) S 31121 31123 28116 0 -1 4202560 156 0 0 0 3 0 0 0 15 0 22 0 811090280 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31129] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31129/stat : 31129 (java) S 31121 31123 28116 0 -1 4202560 162 0 0 0 1 0 0 0 15 0 22 0 811090281 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31130] ppid=31121 vsize=10552608 CPUtime=0.02 cores=0,2,4,6
/proc/31123/task/31130/stat : 31130 (java) S 31121 31123 28116 0 -1 4202560 158 0 0 0 2 0 0 0 15 0 22 0 811090281 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31131] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31131/stat : 31131 (java) S 31121 31123 28116 0 -1 4202560 56 0 0 0 1 0 0 0 15 0 22 0 811090281 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31132] ppid=31121 vsize=10552608 CPUtime=0.02 cores=0,2,4,6
/proc/31123/task/31132/stat : 31132 (java) S 31121 31123 28116 0 -1 4202560 272 0 0 0 2 0 0 0 15 0 22 0 811090281 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31133] ppid=31121 vsize=10552608 CPUtime=0.02 cores=0,2,4,6
/proc/31123/task/31133/stat : 31133 (java) S 31121 31123 28116 0 -1 4202560 209 0 0 0 2 0 0 0 16 0 22 0 811090281 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31134] ppid=31121 vsize=10552608 CPUtime=0.71 cores=0,2,4,6
/proc/31123/task/31134/stat : 31134 (java) S 31121 31123 28116 0 -1 4202560 4802 0 0 0 71 0 0 0 15 0 22 0 811090282 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 0 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31135] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31135/stat : 31135 (java) S 31121 31123 28116 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 811090282 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31136] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31136/stat : 31136 (java) S 31121 31123 28116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811090282 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31137] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31137/stat : 31137 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811090284 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273440177 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31138] ppid=31121 vsize=10552608 CPUtime=0.76 cores=0,2,4,6
/proc/31123/task/31138/stat : 31138 (java) S 31121 31123 28116 0 -1 4202560 6182 0 0 0 75 1 0 0 18 0 22 0 811090284 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31139] ppid=31121 vsize=10552608 CPUtime=0.87 cores=0,2,4,6
/proc/31123/task/31139/stat : 31139 (java) S 31121 31123 28116 0 -1 4202560 9694 0 0 0 86 1 0 0 15 0 22 0 811090284 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31140] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31140/stat : 31140 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811090284 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31141] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31141/stat : 31141 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811090284 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31142] ppid=31121 vsize=10552608 CPUtime=9.12 cores=0,2,4,6
/proc/31123/task/31142/stat : 31142 (java) R 31121 31123 28116 0 -1 4202560 317 0 0 0 912 0 0 0 25 0 22 0 811090296 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 46912505567169 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=31123/tid=31143] ppid=31121 vsize=10552608 CPUtime=9.13 cores=0,2,4,6
/proc/31123/task/31143/stat : 31143 (java) R 31121 31123 28116 0 -1 4202560 50960 0 0 0 907 6 0 0 25 0 22 0 811090296 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 46912505746160 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31123/tid=31144] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31144/stat : 31144 (java) S 31121 31123 28116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811090296 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31145] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31145/stat : 31145 (java) S 31121 31123 28116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811090296 10805870592 75258 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 20.97
Current children cumulated vsize (KiB) 10552608

[startup+10.5193 s]
/proc/loadavg: 1.80 1.72 1.88 5/520 31194
/proc/meminfo: memFree=20764612/32951124 swapFree=67057928/67111528
[pid=31123] ppid=31121 vsize=10552608 CPUtime=21.83 cores=0,2,4,6
/proc/31123/stat : 31123 (java) S 31121 31123 28116 0 -1 4202496 87221 0 1 0 2171 12 0 0 25 0 22 0 811090278 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31123/statm: 2638152 76226 2258 9 0 2628886 0
[pid=31123/tid=31124] ppid=31121 vsize=10552608 CPUtime=0.16 cores=0,2,4,6
/proc/31123/task/31124/stat : 31124 (java) S 31121 31123 28116 0 -1 4202560 11738 0 1 0 14 2 0 0 15 0 22 0 811090279 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31126] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31126/stat : 31126 (java) S 31121 31123 28116 0 -1 4202560 345 0 0 0 1 0 0 0 15 0 22 0 811090280 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31127] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31127/stat : 31127 (java) S 31121 31123 28116 0 -1 4202560 41 0 0 0 1 0 0 0 16 0 22 0 811090280 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31128] ppid=31121 vsize=10552608 CPUtime=0.03 cores=0,2,4,6
/proc/31123/task/31128/stat : 31128 (java) S 31121 31123 28116 0 -1 4202560 156 0 0 0 3 0 0 0 15 0 22 0 811090280 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31129] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31129/stat : 31129 (java) S 31121 31123 28116 0 -1 4202560 162 0 0 0 1 0 0 0 16 0 22 0 811090281 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31130] ppid=31121 vsize=10552608 CPUtime=0.02 cores=0,2,4,6
/proc/31123/task/31130/stat : 31130 (java) S 31121 31123 28116 0 -1 4202560 158 0 0 0 2 0 0 0 15 0 22 0 811090281 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31131] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31131/stat : 31131 (java) S 31121 31123 28116 0 -1 4202560 56 0 0 0 1 0 0 0 15 0 22 0 811090281 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31132] ppid=31121 vsize=10552608 CPUtime=0.02 cores=0,2,4,6
/proc/31123/task/31132/stat : 31132 (java) S 31121 31123 28116 0 -1 4202560 272 0 0 0 2 0 0 0 15 0 22 0 811090281 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31133] ppid=31121 vsize=10552608 CPUtime=0.02 cores=0,2,4,6
/proc/31123/task/31133/stat : 31133 (java) S 31121 31123 28116 0 -1 4202560 209 0 0 0 2 0 0 0 15 0 22 0 811090281 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31134] ppid=31121 vsize=10552608 CPUtime=0.73 cores=0,2,4,6
/proc/31123/task/31134/stat : 31134 (java) R 31121 31123 28116 0 -1 4202560 4802 0 0 0 73 0 0 0 15 0 22 0 811090282 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 47394879897672 0 0 0 16800975 0 0 0 -1 2 0 0 0
[pid=31123/tid=31135] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31135/stat : 31135 (java) S 31121 31123 28116 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 811090282 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31136] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31136/stat : 31136 (java) S 31121 31123 28116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811090282 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31137] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31137/stat : 31137 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811090284 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273440177 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31138] ppid=31121 vsize=10552608 CPUtime=0.81 cores=0,2,4,6
/proc/31123/task/31138/stat : 31138 (java) S 31121 31123 28116 0 -1 4202560 7150 0 0 0 80 1 0 0 17 0 22 0 811090284 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31139] ppid=31121 vsize=10552608 CPUtime=0.89 cores=0,2,4,6
/proc/31123/task/31139/stat : 31139 (java) S 31121 31123 28116 0 -1 4202560 9694 0 0 0 88 1 0 0 16 0 22 0 811090284 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31140] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31140/stat : 31140 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811090284 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31141] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31141/stat : 31141 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811090284 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31142] ppid=31121 vsize=10552608 CPUtime=9.51 cores=0,2,4,6
/proc/31123/task/31142/stat : 31142 (java) S 31121 31123 28116 0 -1 4202560 319 0 0 0 951 0 0 0 25 0 22 0 811090296 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31143] ppid=31121 vsize=10552608 CPUtime=9.52 cores=0,2,4,6
/proc/31123/task/31143/stat : 31143 (java) S 31121 31123 28116 0 -1 4202560 50960 0 0 0 946 6 0 0 25 0 22 0 811090296 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31144] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31144/stat : 31144 (java) S 31121 31123 28116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811090296 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31145] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31145/stat : 31145 (java) S 31121 31123 28116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811090296 10805870592 76226 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 21.83
Current children cumulated vsize (KiB) 10552608

[startup+10.7012 s]
/proc/loadavg: 1.80 1.72 1.88 5/520 31194
/proc/meminfo: memFree=20764612/32951124 swapFree=67057928/67111528
[pid=31123] ppid=31121 vsize=10552608 CPUtime=22.35 cores=0,2,4,6
/proc/31123/stat : 31123 (java) S 31121 31123 28116 0 -1 4202496 89756 0 1 0 2223 12 0 0 25 0 22 0 811090278 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273419237 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31123/statm: 2638152 77744 2258 9 0 2628886 0
[pid=31123/tid=31124] ppid=31121 vsize=10552608 CPUtime=0.16 cores=0,2,4,6
/proc/31123/task/31124/stat : 31124 (java) S 31121 31123 28116 0 -1 4202560 11738 0 1 0 14 2 0 0 15 0 22 0 811090279 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31126] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31126/stat : 31126 (java) S 31121 31123 28116 0 -1 4202560 345 0 0 0 1 0 0 0 15 0 22 0 811090280 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31127] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31127/stat : 31127 (java) S 31121 31123 28116 0 -1 4202560 41 0 0 0 1 0 0 0 16 0 22 0 811090280 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31128] ppid=31121 vsize=10552608 CPUtime=0.03 cores=0,2,4,6
/proc/31123/task/31128/stat : 31128 (java) S 31121 31123 28116 0 -1 4202560 156 0 0 0 3 0 0 0 15 0 22 0 811090280 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31129] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31129/stat : 31129 (java) S 31121 31123 28116 0 -1 4202560 162 0 0 0 1 0 0 0 16 0 22 0 811090281 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31130] ppid=31121 vsize=10552608 CPUtime=0.02 cores=0,2,4,6
/proc/31123/task/31130/stat : 31130 (java) S 31121 31123 28116 0 -1 4202560 158 0 0 0 2 0 0 0 15 0 22 0 811090281 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31131] ppid=31121 vsize=10552608 CPUtime=0.01 cores=0,2,4,6
/proc/31123/task/31131/stat : 31131 (java) S 31121 31123 28116 0 -1 4202560 56 0 0 0 1 0 0 0 15 0 22 0 811090281 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31132] ppid=31121 vsize=10552608 CPUtime=0.02 cores=0,2,4,6
/proc/31123/task/31132/stat : 31132 (java) S 31121 31123 28116 0 -1 4202560 272 0 0 0 2 0 0 0 15 0 22 0 811090281 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 0 0 0 0
[pid=31123/tid=31133] ppid=31121 vsize=10552608 CPUtime=0.02 cores=0,2,4,6
/proc/31123/task/31133/stat : 31133 (java) S 31121 31123 28116 0 -1 4202560 209 0 0 0 2 0 0 0 15 0 22 0 811090281 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31134] ppid=31121 vsize=10552608 CPUtime=0.75 cores=0,2,4,6
/proc/31123/task/31134/stat : 31134 (java) S 31121 31123 28116 0 -1 4202560 4941 0 0 0 75 0 0 0 16 0 22 0 811090282 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 0 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31135] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31135/stat : 31135 (java) S 31121 31123 28116 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 811090282 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31136] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31136/stat : 31136 (java) S 31121 31123 28116 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811090282 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31137] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31137/stat : 31137 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811090284 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273440177 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31138] ppid=31121 vsize=10552608 CPUtime=0.97 cores=0,2,4,6
/proc/31123/task/31138/stat : 31138 (java) R 31121 31123 28116 0 -1 4202560 9502 0 0 0 96 1 0 0 17 0 22 0 811090284 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 47394875861235 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=31123/tid=31139] ppid=31121 vsize=10552608 CPUtime=0.9 cores=0,2,4,6
/proc/31123/task/31139/stat : 31139 (java) S 31121 31123 28116 0 -1 4202560 9738 0 0 0 89 1 0 0 15 0 22 0 811090284 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31140] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31140/stat : 31140 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811090284 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273432473 0 4 0 16800975 18446604445186396224 0 0 -1 4 0 0 0
[pid=31123/tid=31141] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31141/stat : 31141 (java) S 31121 31123 28116 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811090284 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 6 0 0 0
[pid=31123/tid=31142] ppid=31121 vsize=10552608 CPUtime=9.67 cores=0,2,4,6
/proc/31123/task/31142/stat : 31142 (java) R 31121 31123 28116 0 -1 4202560 319 0 0 0 967 0 0 0 25 0 22 0 811090296 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 46912505648095 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=31123/tid=31143] ppid=31121 vsize=10552608 CPUtime=9.69 cores=0,2,4,6
/proc/31123/task/31143/stat : 31143 (java) R 31121 31123 28116 0 -1 4202560 50960 0 0 0 963 6 0 0 25 0 22 0 811090296 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 46912505746221 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=31123/tid=31144] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31144/stat : 31144 (java) S 31121 31123 28116 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811090296 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
[pid=31123/tid=31145] ppid=31121 vsize=10552608 CPUtime=0 cores=0,2,4,6
/proc/31123/task/31145/stat : 31145 (java) S 31121 31123 28116 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811090296 10805870592 77744 33554432000 1073741824 1073778376 140736610741760 18446744073709551615 254273433088 0 4 0 16800975 18446604445186396224 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 22.35
Current children cumulated vsize (KiB) 10552608

[startup+10.8012 s]
/proc/loadavg: 1.80 1.72 1.88 5/520 31194
/proc/meminfo: memFree=20764612/32951124 swapFree=67057928/67111528
[pid=31123] ppid=31121 vsize=0 CPUtime=22.45 cores=0,2,4,6
/proc/31123/stat : 31123 (java) R 31121 31123 28116 0 -1 4203524 89796 0 1 0 2232 13 0 0 18 0 1 0 811090278 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/31123/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 22.45
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 10.8075
CPU time (s): 22.4726
CPU user time (s): 22.3286
CPU system time (s): 0.143978
CPU usage (%): 207.936
Max. virtual memory (cumulated for all children) (KiB): 10566668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.3286
system time used= 0.143978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89796
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= 1314
involuntary context switches= 1154

runsolver used 0.06399 second user time and 0.117982 second system time

The end

Launcher Data

Begin job on node140 at 2011-06-04 13:25:50
IDJOB=3454739
IDBENCH=1192
IDSOLVER=1950
FILE ID=node140/3454739-1307186750
RUNJOBID= node140-1307186738-30886
PBS_JOBID= 13508839
Free space on /tmp= 73644 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111227861.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454739-1307186750/watcher-3454739-1307186750 -o /tmp/evaluation-result-3454739-1307186750/solver-3454739-1307186750 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454739-1307186750.opb

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

MD5SUM BENCH= f8885c48feecc92113d832d46f576991
RANDOM SEED=1507969332

node140.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.833
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.66
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.833
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.14
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.833
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.833
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.77
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.833
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.75
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.833
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.74
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.833
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.833
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:      21033832 kB
Buffers:        314748 kB
Cached:        3982936 kB
SwapCached:       6932 kB
Active:        7776008 kB
Inactive:      3804544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21033832 kB
SwapTotal:    67111528 kB
SwapFree:     67057928 kB
Dirty:            1132 kB
Writeback:           0 kB
AnonPages:     7280696 kB
Mapped:          46272 kB
Slab:           216188 kB
PageTables:      53304 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 151768356 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= 73644 MiB
End job on node140 at 2011-06-04 13:26:00