Trace number 3729373

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31UNSAT 19.1311 9.17315

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111226680.opb
MD5SUM35d60df2826d5cfd1cfef4e444dfafed
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.067988
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 1190
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.04/0.06	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.06	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.06	c See www.sat4j.org for details.
0.04/0.07	c version 2.2.0.v20100531
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		1349517296
0.04/0.07	c Max memory 		1356595200
0.04/0.07	c Total memory 		1356595200
0.04/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c Stops conflict analysis at the first Unique Implication Point
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c --- End Solver configuration ---
0.11/0.10	
0.11/0.10	c solving HOME/instance-3729373-1338727836.opb
0.11/0.10	c reading problem ... 
0.11/0.15	c ... done. Wall clock time 0.056s.
0.11/0.15	c #vars     169
0.11/0.15	c #constraints  101
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.15	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.11/0.15	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.11/0.15	c constraints type 
0.11/0.15	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.11/0.15	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.11/0.15	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.11/0.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.93/0.69	c cleaning 2499 clauses out of 5003 with flag 5003/5003
3.00/0.98	c cleaning 4248 clauses out of 8502 with flag 11001/11001
3.95/1.33	c cleaning 5623 clauses out of 11254 with flag 18001/18001
4.74/1.74	c cleaning 6814 clauses out of 13633 with flag 26003/26003
5.57/2.16	c cleaning 7906 clauses out of 15819 with flag 35003/35003
6.54/2.68	c cleaning 8954 clauses out of 17911 with flag 45001/45001
7.52/3.17	c cleaning 9477 clauses out of 18957 with flag 55001/55001
8.51/3.63	c cleaning 9738 clauses out of 19482 with flag 65003/65003
9.28/4.04	c cleaning 9868 clauses out of 19742 with flag 75001/75001
10.26/4.59	c cleaning 9935 clauses out of 19875 with flag 85002/85002
11.24/5.05	c cleaning 9966 clauses out of 19940 with flag 95002/95002
12.03/5.45	c cleaning 9983 clauses out of 19973 with flag 105001/105001
12.78/5.84	c cleaning 9994 clauses out of 19990 with flag 115001/115001
13.76/6.33	c cleaning 9998 clauses out of 19999 with flag 125004/125004
14.54/6.76	c cleaning 9995 clauses out of 19998 with flag 135001/135001
15.31/7.17	c cleaning 9997 clauses out of 20002 with flag 145000/145000
16.07/7.59	c cleaning 9999 clauses out of 20005 with flag 155000/155000
16.85/7.98	c cleaning 9999 clauses out of 20007 with flag 165001/165001
17.82/8.42	c cleaning 10000 clauses out of 20008 with flag 175001/175001
18.60/8.85	c cleaning 10001 clauses out of 20009 with flag 185002/185002
18.75/8.98	c And the winner is Resolution
19.05/9.16	c starts		: 116
19.05/9.16	c conflicts		: 187702
19.05/9.16	c decisions		: 262536
19.05/9.16	c propagations		: 4241925
19.05/9.16	c inspects		: 65456913
19.05/9.16	c learnt literals	: 6
19.05/9.16	c learnt binary clauses	: 20
19.05/9.16	c learnt ternary clauses	: 101
19.05/9.16	c learnt clauses	: 187695
19.05/9.16	c ignored clauses	: 0
19.05/9.16	c root simplifications	: 0
19.05/9.16	c removed literals (reason simplification)	: 1777382
19.05/9.16	c reason swapping (by a shorter reason)	: 0
19.05/9.16	c Calls to reduceDB	: 20
19.05/9.16	c number of reductions to clauses (during analyze)	: 0
19.05/9.16	c number of learned constraints concerned by reduction	: 0
19.05/9.16	c number of learning phase by resolution	: 0
19.05/9.16	c number of learning phase by cutting planes	: 0
19.05/9.16	c speed (assignments/second)	: 471272.63637373626
19.05/9.16	c non guided choices	37
19.05/9.16	c learnt constraints type 
19.05/9.16	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 12681
19.05/9.16	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 20
19.05/9.16	c constraints type 
19.05/9.16	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
19.05/9.16	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
19.05/9.16	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
19.05/9.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
19.05/9.16	c constraints type 
19.05/9.16	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
19.05/9.16	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
19.05/9.16	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
19.05/9.16	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
19.05/9.16	s UNSATISFIABLE
19.05/9.16	c Total wall clock time (in seconds): 9.068

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3729373-1338727836/watcher-3729373-1338727836 -o /tmp/evaluation-result-3729373-1338727836/solver-3729373-1338727836 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729373-1338727836.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: 3.65 3.72 3.62 3/198 5170
/proc/meminfo: memFree=26558256/32873648 swapFree=7120/7120
[pid=5170] ppid=5168 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/5170/stat : 5170 (java) R 5168 5170 27000 0 -1 4202496 986 0 0 0 0 0 0 0 20 0 1 0 338910935 23793664 713 33554432000 1073741824 1073778376 140733484719600 140733484708664 219504752720 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/5170/statm: 5809 713 528 9 0 128 0

[startup+0.0571569 s]
/proc/loadavg: 3.65 3.72 3.62 3/198 5170
/proc/meminfo: memFree=26558256/32873648 swapFree=7120/7120
[pid=5170] ppid=5168 vsize=2699928 CPUtime=0.04 cores=1,3,5,7
/proc/5170/stat : 5170 (java) S 5168 5170 27000 0 -1 4202496 3849 0 1 0 4 0 0 0 20 0 18 0 338910935 2764726272 5568 33554432000 1073741824 1073778376 140733484719600 140733484710736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5170/statm: 674982 5568 1759 9 0 665676 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 2699928

[startup+0.100169 s]
/proc/loadavg: 3.65 3.72 3.62 3/198 5170
/proc/meminfo: memFree=26558256/32873648 swapFree=7120/7120
[pid=5170] ppid=5168 vsize=2699928 CPUtime=0.11 cores=1,3,5,7
/proc/5170/stat : 5170 (java) S 5168 5170 27000 0 -1 4202496 4820 0 1 0 10 1 0 0 20 0 18 0 338910935 2764726272 6517 33554432000 1073741824 1073778376 140733484719600 140733484710736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5170/statm: 674982 6517 2142 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.300173 s]
/proc/loadavg: 3.65 3.72 3.62 3/198 5170
/proc/meminfo: memFree=26558256/32873648 swapFree=7120/7120
[pid=5170] ppid=5168 vsize=2966184 CPUtime=0.73 cores=1,3,5,7
/proc/5170/stat : 5170 (java) S 5168 5170 27000 0 -1 4202496 8439 0 1 0 71 2 0 0 20 0 22 0 338910935 3037372416 11312 33554432000 1073741824 1073778376 140733484719600 140733484710736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5170/statm: 741546 11312 2229 9 0 732240 0
Current children cumulated CPU time (s) 0.73
Current children cumulated vsize (KiB) 2966184

[startup+0.700224 s]
/proc/loadavg: 3.65 3.72 3.62 3/198 5170
/proc/meminfo: memFree=26558256/32873648 swapFree=7120/7120
[pid=5170] ppid=5168 vsize=2966184 CPUtime=2.3 cores=1,3,5,7
/proc/5170/stat : 5170 (java) S 5168 5170 27000 0 -1 4202496 15481 0 1 0 225 5 0 0 20 0 22 0 338910935 3037372416 36113 33554432000 1073741824 1073778376 140733484719600 140733484710736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5170/statm: 741546 36113 2263 9 0 732240 0
Current children cumulated CPU time (s) 2.3
Current children cumulated vsize (KiB) 2966184

[startup+1.50074 s]
/proc/loadavg: 3.65 3.72 3.62 4/220 5192
/proc/meminfo: memFree=26370232/32873648 swapFree=7120/7120
[pid=5170] ppid=5168 vsize=2966184 CPUtime=4.34 cores=1,3,5,7
/proc/5170/stat : 5170 (java) S 5168 5170 27000 0 -1 4202496 21523 0 1 0 426 8 0 0 20 0 22 0 338910935 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140733484710736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5170/statm: 741546 61731 2272 9 0 732240 0
[pid=5170/tid=5172] ppid=5168 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/5170/task/5172/stat : 5172 (java) S 5168 5170 27000 0 -1 4202560 2800 0 1 0 13 0 0 0 20 0 22 0 338910935 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140293176997016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 27000 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140293043120936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5174] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140293042068136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5175] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140293041015848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140293039963048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 27000 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140293038909736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140293037856936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 27000 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140293036804648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5180] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 27000 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140293035751848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5181] ppid=5168 vsize=2966184 CPUtime=0.03 cores=1,3,5,7
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 27000 0 -1 4202560 31 0 0 0 3 0 0 0 20 0 22 0 338910937 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140292553423592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338910937 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140292552369656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5183] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338910937 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140292551317256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5184] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5184/stat : 5184 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140292550265744 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5185] ppid=5168 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/5170/task/5185/stat : 5185 (java) S 5168 5170 27000 0 -1 4202560 5440 0 0 0 76 2 0 0 20 0 22 0 338910940 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140292549212344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5186] ppid=5168 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/5170/task/5186/stat : 5186 (java) S 5168 5170 27000 0 -1 4202560 11843 0 0 0 75 3 0 0 20 0 22 0 338910940 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140292548159544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5187] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5187/stat : 5187 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140292547107448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5188] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5188/stat : 5188 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140292546054856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5189] ppid=5168 vsize=2966184 CPUtime=1.27 cores=1,3,5,7
/proc/5170/task/5189/stat : 5189 (java) R 5168 5170 27000 0 -1 4202560 30 0 0 0 127 0 0 0 20 0 22 0 338910950 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140292545000144 140293043672432 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5190] ppid=5168 vsize=2966184 CPUtime=1.26 cores=1,3,5,7
/proc/5170/task/5190/stat : 5190 (java) R 5168 5170 27000 0 -1 4202560 149 0 0 0 123 3 0 0 20 0 22 0 338910950 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140292543946864 140293043575191 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5191] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5191/stat : 5191 (java) S 5168 5170 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338910951 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140292542895784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5192] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5192/stat : 5192 (java) S 5168 5170 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338910951 3037372416 61731 33554432000 1073741824 1073778376 140733484719600 140292541842984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 2966184

[startup+3.1008 s]
/proc/loadavg: 3.65 3.72 3.62 5/220 5192
/proc/meminfo: memFree=26308668/32873648 swapFree=7120/7120
[pid=5170] ppid=5168 vsize=2966184 CPUtime=7.52 cores=1,3,5,7
/proc/5170/stat : 5170 (java) S 5168 5170 27000 0 -1 4202496 21693 0 1 0 742 10 0 0 20 0 22 0 338910935 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140733484710736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5170/statm: 741546 91439 2272 9 0 732240 0
[pid=5170/tid=5172] ppid=5168 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/5170/task/5172/stat : 5172 (java) S 5168 5170 27000 0 -1 4202560 2800 0 1 0 13 0 0 0 20 0 22 0 338910935 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140293176997016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 27000 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140293043120936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5174] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140293042068136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5175] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140293041015848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 27000 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140293039963048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140293038909736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140293037856936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 27000 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140293036804648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5180] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140293035751848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5181] ppid=5168 vsize=2966184 CPUtime=0.09 cores=1,3,5,7
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 27000 0 -1 4202560 35 0 0 0 9 0 0 0 20 0 22 0 338910937 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140292553423592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338910937 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140292552369656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5183] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338910937 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140292551317256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5184] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5184/stat : 5184 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140292550265744 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5185] ppid=5168 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/5170/task/5185/stat : 5185 (java) S 5168 5170 27000 0 -1 4202560 5440 0 0 0 76 2 0 0 20 0 22 0 338910940 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140292549212344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5186] ppid=5168 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/5170/task/5186/stat : 5186 (java) S 5168 5170 27000 0 -1 4202560 11941 0 0 0 78 3 0 0 20 0 22 0 338910940 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140292548159544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5187] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5187/stat : 5187 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140292547107448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5188] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5188/stat : 5188 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140292546054856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5189] ppid=5168 vsize=2966184 CPUtime=2.79 cores=1,3,5,7
/proc/5170/task/5189/stat : 5189 (java) R 5168 5170 27000 0 -1 4202560 32 0 0 0 279 0 0 0 20 0 22 0 338910950 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140292545000264 140293043673839 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5190] ppid=5168 vsize=2966184 CPUtime=2.79 cores=1,3,5,7
/proc/5170/task/5190/stat : 5190 (java) R 5168 5170 27000 0 -1 4202560 204 0 0 0 274 5 0 0 20 0 22 0 338910950 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140292543945368 140293043686430 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5191] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5191/stat : 5191 (java) S 5168 5170 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338910951 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140292542895784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5192] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5192/stat : 5192 (java) S 5168 5170 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338910951 3037372416 91439 33554432000 1073741824 1073778376 140733484719600 140292541842984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.52
Current children cumulated vsize (KiB) 2966184

[startup+6.30079 s]
/proc/loadavg: 3.68 3.73 3.62 5/220 5192
/proc/meminfo: memFree=26192376/32873648 swapFree=7120/7120
[pid=5170] ppid=5168 vsize=2966184 CPUtime=13.76 cores=1,3,5,7
/proc/5170/stat : 5170 (java) S 5168 5170 27000 0 -1 4202496 21716 0 1 0 1366 10 0 0 20 0 22 0 338910935 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140733484710736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5170/statm: 741546 93177 2272 9 0 732240 0
[pid=5170/tid=5172] ppid=5168 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/5170/task/5172/stat : 5172 (java) S 5168 5170 27000 0 -1 4202560 2800 0 1 0 13 0 0 0 20 0 22 0 338910935 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140293176997016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 27000 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140293043120936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5174] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140293042068136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5175] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140293041015848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 27000 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140293039963048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 27000 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140293038909736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140293037856936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140293036804648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5180] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 27000 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140293035751848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5181] ppid=5168 vsize=2966184 CPUtime=0.29 cores=1,3,5,7
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 27000 0 -1 4202560 39 0 0 0 29 0 0 0 20 0 22 0 338910937 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140292553423592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338910937 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140292552369656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5183] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338910937 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140292551317256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5184] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5184/stat : 5184 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140292550265744 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5185] ppid=5168 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/5170/task/5185/stat : 5185 (java) S 5168 5170 27000 0 -1 4202560 5440 0 0 0 76 2 0 0 20 0 22 0 338910940 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140292549212344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5186] ppid=5168 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/5170/task/5186/stat : 5186 (java) S 5168 5170 27000 0 -1 4202560 11941 0 0 0 78 3 0 0 20 0 22 0 338910940 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140292548159544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5187] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5187/stat : 5187 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140292547107448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5188] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5188/stat : 5188 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140292546054856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5189] ppid=5168 vsize=2966184 CPUtime=5.75 cores=1,3,5,7
/proc/5170/task/5189/stat : 5189 (java) R 5168 5170 27000 0 -1 4202560 39 0 0 0 575 0 0 0 20 0 22 0 338910950 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140292545000104 140293043673531 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5190] ppid=5168 vsize=2966184 CPUtime=5.75 cores=1,3,5,7
/proc/5170/task/5190/stat : 5190 (java) R 5168 5170 27000 0 -1 4202560 204 0 0 0 570 5 0 0 20 0 22 0 338910950 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140292543945184 140293043741985 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5191] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5191/stat : 5191 (java) S 5168 5170 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338910951 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140292542895784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5192] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5192/stat : 5192 (java) S 5168 5170 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338910951 3037372416 93177 33554432000 1073741824 1073778376 140733484719600 140292541842984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 13.76
Current children cumulated vsize (KiB) 2966184

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

[startup+7.90074 s]
/proc/loadavg: 3.68 3.73 3.62 3/220 5192
/proc/meminfo: memFree=26190360/32873648 swapFree=7120/7120
[pid=5170] ppid=5168 vsize=2966184 CPUtime=16.85 cores=1,3,5,7
/proc/5170/stat : 5170 (java) S 5168 5170 27000 0 -1 4202496 21725 0 1 0 1674 11 0 0 20 0 22 0 338910935 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140733484710736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5170/statm: 741546 94204 2272 9 0 732240 0
[pid=5170/tid=5172] ppid=5168 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/5170/task/5172/stat : 5172 (java) S 5168 5170 27000 0 -1 4202560 2800 0 1 0 13 0 0 0 20 0 22 0 338910935 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140293176997016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 27000 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 338910936 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140293043120936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5174] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140293042068136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5175] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140293041015848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 27000 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140293039963048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140293038909736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140293037856936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140293036804648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5180] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 27000 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140293035751848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5181] ppid=5168 vsize=2966184 CPUtime=0.42 cores=1,3,5,7
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 27000 0 -1 4202560 41 0 0 0 42 0 0 0 20 0 22 0 338910937 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140292553423592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338910937 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140292552369656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5183] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338910937 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140292551317256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5184] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5184/stat : 5184 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140292550265744 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5185] ppid=5168 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/5170/task/5185/stat : 5185 (java) S 5168 5170 27000 0 -1 4202560 5440 0 0 0 76 2 0 0 20 0 22 0 338910940 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140292549212344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5186] ppid=5168 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/5170/task/5186/stat : 5186 (java) S 5168 5170 27000 0 -1 4202560 11941 0 0 0 78 3 0 0 20 0 22 0 338910940 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140292548159544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5187] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5187/stat : 5187 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140292547107448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5188] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5188/stat : 5188 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140292546054856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5189] ppid=5168 vsize=2966184 CPUtime=7.22 cores=1,3,5,7
/proc/5170/task/5189/stat : 5189 (java) R 5168 5170 27000 0 -1 4202560 43 0 0 0 722 0 0 0 20 0 22 0 338910950 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140292545000104 140293043612668 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5190] ppid=5168 vsize=2966184 CPUtime=7.21 cores=1,3,5,7
/proc/5170/task/5190/stat : 5190 (java) R 5168 5170 27000 0 -1 4202560 204 0 0 0 716 5 0 0 20 0 22 0 338910950 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140292543945112 140293044053404 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5191] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5191/stat : 5191 (java) S 5168 5170 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338910951 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140292542895784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5192] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5192/stat : 5192 (java) S 5168 5170 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338910951 3037372416 94204 33554432000 1073741824 1073778376 140733484719600 140292541842984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 16.85
Current children cumulated vsize (KiB) 2966184

[startup+8.70086 s]
/proc/loadavg: 3.71 3.73 3.62 5/220 5192
/proc/meminfo: memFree=26188188/32873648 swapFree=7120/7120
[pid=5170] ppid=5168 vsize=2966184 CPUtime=18.4 cores=1,3,5,7
/proc/5170/stat : 5170 (java) S 5168 5170 27000 0 -1 4202496 21728 0 1 0 1829 11 0 0 20 0 22 0 338910935 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140733484710736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5170/statm: 741546 94205 2272 9 0 732240 0
[pid=5170/tid=5172] ppid=5168 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/5170/task/5172/stat : 5172 (java) S 5168 5170 27000 0 -1 4202560 2800 0 1 0 13 0 0 0 20 0 22 0 338910935 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140293176997016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 27000 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 338910936 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140293043120936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5174] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 338910936 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140293042068136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5175] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140293041015848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 27000 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140293039963048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140293038909736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 27000 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140293037856936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140293036804648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5180] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 27000 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 338910936 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140293035751848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5181] ppid=5168 vsize=2966184 CPUtime=0.48 cores=1,3,5,7
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 27000 0 -1 4202560 41 0 0 0 48 0 0 0 20 0 22 0 338910937 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140292553423592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 338910937 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140292552369656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5183] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 338910937 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140292551317256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5184] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5184/stat : 5184 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140292550265744 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5185] ppid=5168 vsize=2966184 CPUtime=0.78 cores=1,3,5,7
/proc/5170/task/5185/stat : 5185 (java) S 5168 5170 27000 0 -1 4202560 5440 0 0 0 76 2 0 0 20 0 22 0 338910940 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140292549212344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5186] ppid=5168 vsize=2966184 CPUtime=0.81 cores=1,3,5,7
/proc/5170/task/5186/stat : 5186 (java) S 5168 5170 27000 0 -1 4202560 11941 0 0 0 78 3 0 0 20 0 22 0 338910940 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140292548159544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5187] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5187/stat : 5187 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140292547107448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5188] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5188/stat : 5188 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 338910940 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140292546054856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5189] ppid=5168 vsize=2966184 CPUtime=7.96 cores=1,3,5,7
/proc/5170/task/5189/stat : 5189 (java) R 5168 5170 27000 0 -1 4202560 45 0 0 0 796 0 0 0 20 0 22 0 338910950 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140292545000264 140293043612631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5190] ppid=5168 vsize=2966184 CPUtime=7.96 cores=1,3,5,7
/proc/5170/task/5190/stat : 5190 (java) R 5168 5170 27000 0 -1 4202560 204 0 0 0 791 5 0 0 20 0 22 0 338910950 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140292543945112 140293044202634 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5191] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5191/stat : 5191 (java) S 5168 5170 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338910951 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140292542895784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5192] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5192/stat : 5192 (java) S 5168 5170 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 338910951 3037372416 94205 33554432000 1073741824 1073778376 140733484719600 140292541842984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 18.4
Current children cumulated vsize (KiB) 2966184

[startup+9.10075 s]
/proc/loadavg: 3.71 3.73 3.62 5/220 5192
/proc/meminfo: memFree=26188188/32873648 swapFree=7120/7120
[pid=5170] ppid=5168 vsize=2966184 CPUtime=19.05 cores=1,3,5,7
/proc/5170/stat : 5170 (java) S 5168 5170 27000 0 -1 4202496 21759 0 1 0 1893 12 0 0 20 0 21 0 338910935 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140733484710736 219517321277 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/5170/statm: 741546 94740 2273 9 0 732240 0
[pid=5170/tid=5172] ppid=5168 vsize=2966184 CPUtime=0.13 cores=1,3,5,7
/proc/5170/task/5172/stat : 5172 (java) S 5168 5170 27000 0 -1 4202560 2800 0 1 0 13 0 0 0 20 0 21 0 338910935 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140293176997016 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5173] ppid=5168 vsize=2966184 CPUtime=0.02 cores=1,3,5,7
/proc/5170/task/5173/stat : 5173 (java) S 5168 5170 27000 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 21 0 338910936 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140293043120936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5174] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5174/stat : 5174 (java) S 5168 5170 27000 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 21 0 338910936 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140293042068136 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5175] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5175/stat : 5175 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 21 0 338910936 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140293041015848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5176] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5176/stat : 5176 (java) S 5168 5170 27000 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 21 0 338910936 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140293039963048 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5177] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5177/stat : 5177 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 21 0 338910936 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140293038909736 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5178] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5178/stat : 5178 (java) S 5168 5170 27000 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 21 0 338910936 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140293037856936 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5179] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5179/stat : 5179 (java) S 5168 5170 27000 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 21 0 338910936 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140293036804648 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5180] ppid=5168 vsize=2966184 CPUtime=0.01 cores=1,3,5,7
/proc/5170/task/5180/stat : 5180 (java) S 5168 5170 27000 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 21 0 338910936 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140293035751848 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5181] ppid=5168 vsize=2966184 CPUtime=0.52 cores=1,3,5,7
/proc/5170/task/5181/stat : 5181 (java) S 5168 5170 27000 0 -1 4202560 42 0 0 0 52 0 0 0 20 0 21 0 338910937 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140292553423592 219517335465 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5182] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5182/stat : 5182 (java) S 5168 5170 27000 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 21 0 338910937 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140292552369656 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5183] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5183/stat : 5183 (java) S 5168 5170 27000 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 21 0 338910937 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140292551317256 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5184] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5184/stat : 5184 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 338910940 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140292550265744 219517343520 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=5170/tid=5185] ppid=5168 vsize=2966184 CPUtime=0.79 cores=1,3,5,7
/proc/5170/task/5185/stat : 5185 (java) S 5168 5170 27000 0 -1 4202560 5446 0 0 0 77 2 0 0 20 0 21 0 338910940 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140292549212344 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5186] ppid=5168 vsize=2966184 CPUtime=0.82 cores=1,3,5,7
/proc/5170/task/5186/stat : 5186 (java) S 5168 5170 27000 0 -1 4202560 11953 0 0 0 79 3 0 0 20 0 21 0 338910940 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140292548159544 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5187] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5187/stat : 5187 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 338910940 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140292547107448 219517334588 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5188] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5188/stat : 5188 (java) S 5168 5170 27000 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 21 0 338910940 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140292546054856 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=5170/tid=5190] ppid=5168 vsize=2966184 CPUtime=8.31 cores=1,3,5,7
/proc/5170/task/5190/stat : 5190 (java) R 5168 5170 27000 0 -1 4202560 205 0 0 0 826 5 0 0 20 0 21 0 338910950 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140292543945464 140293043741952 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=5170/tid=5191] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5191/stat : 5191 (java) S 5168 5170 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 338910951 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140292542895784 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=5170/tid=5192] ppid=5168 vsize=2966184 CPUtime=0 cores=1,3,5,7
/proc/5170/task/5192/stat : 5192 (java) S 5168 5170 27000 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 21 0 338910951 3037372416 94740 33554432000 1073741824 1073778376 140733484719600 140292541842984 219517335465 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 19.05
Current children cumulated vsize (KiB) 2966184

Child status: 20
Real time (s): 9.17315
CPU time (s): 19.1311
CPU user time (s): 18.8881
CPU system time (s): 0.242963
CPU usage (%): 208.555
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.8881
system time used= 0.242963
maximum resident set size= 378980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21767
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1038
involuntary context switches= 499

runsolver used 0.042993 second user time and 0.094985 second system time

The end

Launcher Data

Begin job on node114 at 2012-06-03 14:50:36
IDJOB=3729373
IDBENCH=1224
IDSOLVER=2324
FILE ID=node114/3729373-1338727836
RUNJOBID= node114-1338725802-3593
PBS_JOBID= 14636748
Free space on /tmp= 70140 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/wnqueen/normalized-t2001.13queen13.1111226680.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3729373-1338727836/watcher-3729373-1338727836 -o /tmp/evaluation-result-3729373-1338727836/solver-3729373-1338727836 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3729373-1338727836.opb

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

MD5SUM BENCH= 35d60df2826d5cfd1cfef4e444dfafed
RANDOM SEED=1692956606

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.48
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5451.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.242
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        26558520 kB
Buffers:         1051308 kB
Cached:          3619004 kB
SwapCached:         2244 kB
Active:          3536668 kB
Inactive:        1774864 kB
Active(anon):     627268 kB
Inactive(anon):     9112 kB
Active(file):    2909400 kB
Inactive(file):  1765752 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67103576 kB
Dirty:               224 kB
Writeback:             0 kB
AnonPages:        723020 kB
Mapped:            19116 kB
Shmem:               100 kB
Slab:             865216 kB
SReclaimable:     308560 kB
SUnreclaim:       556656 kB
KernelStack:        1800 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1572028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    663552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70140 MiB
End job on node114 at 2012-06-03 14:50:45