Trace number 3454791

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 24.1393 11.7511

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1111221624.opb
MD5SUM1cbab9bec076c91ef9a04fed1aa2ec63
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.446931
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 1248
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.18-164.el5
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454791-1307186816.opb
0.11/0.11	c reading problem ... 
0.11/0.17	c ... done. Wall clock time 0.061s.
0.11/0.17	c #vars     169
0.11/0.17	c #constraints  101
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.11/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.11/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.11/0.17	c constraints type 
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.11/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.11/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.11/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.89/0.63	c cleaning 2496 clauses out of 5000 with flag 5000/5000
2.67/0.89	c cleaning 4248 clauses out of 8504 with flag 11000/11000
3.86/1.16	c cleaning 5625 clauses out of 11257 with flag 18001/18001
4.52/1.45	c cleaning 6809 clauses out of 13631 with flag 26000/26000
5.34/1.81	c cleaning 7908 clauses out of 15823 with flag 35001/35001
5.93/2.21	c cleaning 8952 clauses out of 17914 with flag 45000/45000
6.90/2.62	c cleaning 9480 clauses out of 18963 with flag 55001/55001
7.67/3.02	c cleaning 9736 clauses out of 19482 with flag 65000/65000
8.28/3.38	c cleaning 9868 clauses out of 19746 with flag 75000/75000
9.02/3.77	c cleaning 9933 clauses out of 19878 with flag 85000/85000
9.79/4.13	c cleaning 9970 clauses out of 19945 with flag 95000/95000
10.56/4.50	c cleaning 9983 clauses out of 19976 with flag 105001/105001
11.12/4.87	c cleaning 9994 clauses out of 19993 with flag 115001/115001
11.88/5.25	c cleaning 9997 clauses out of 19999 with flag 125001/125001
12.65/5.63	c cleaning 9995 clauses out of 20001 with flag 135000/135000
13.22/5.98	c cleaning 10000 clauses out of 20006 with flag 145000/145000
13.98/6.33	c cleaning 9999 clauses out of 20008 with flag 155002/155002
14.58/6.66	c cleaning 10002 clauses out of 20009 with flag 165002/165002
15.32/7.04	c cleaning 10000 clauses out of 20005 with flag 175000/175000
16.09/7.45	c cleaning 9999 clauses out of 20005 with flag 185000/185000
16.85/7.81	c cleaning 9999 clauses out of 20007 with flag 195001/195001
17.41/8.17	c cleaning 10000 clauses out of 20007 with flag 205000/205000
18.18/8.52	c cleaning 10001 clauses out of 20009 with flag 215002/215002
18.77/8.87	c cleaning 9998 clauses out of 20006 with flag 225000/225000
19.51/9.25	c cleaning 9996 clauses out of 20008 with flag 235000/235000
20.07/9.60	c cleaning 10003 clauses out of 20013 with flag 245001/245001
20.86/9.98	c cleaning 10000 clauses out of 20010 with flag 255001/255001
21.60/10.36	c cleaning 10000 clauses out of 20009 with flag 265000/265000
22.35/10.73	c cleaning 10003 clauses out of 20009 with flag 275000/275000
23.16/11.11	c cleaning 10000 clauses out of 20006 with flag 285000/285000
23.70/11.39	c  And the winner is Resolution
24.10/11.72	c starts		: 133
24.10/11.72	c conflicts		: 292837
24.10/11.72	c decisions		: 437567
24.10/11.72	c propagations		: 6239107
24.10/11.72	c inspects		: 79137489
24.10/11.72	c shortcuts		: 0
24.10/11.72	c learnt literals	: 6
24.10/11.72	c learnt binary clauses	: 18
24.10/11.72	c learnt ternary clauses	: 111
24.10/11.72	c learnt constraints	: 292830
24.10/11.72	c ignored constraints	: 0
24.10/11.72	c root simplifications	: 0
24.10/11.72	c removed literals (reason simplification)	: 2705857
24.10/11.72	c reason swapping (by a shorter reason)	: 0
24.10/11.72	c Calls to reduceDB	: 30
24.10/11.72	c number of reductions to clauses (during analyze)	: 0
24.10/11.72	c number of learned constraints concerned by reduction	: 0
24.10/11.72	c number of learning phase by resolution	: 0
24.10/11.72	c number of learning phase by cutting planes	: 0
24.10/11.72	c speed (assignments/second)	: 540182.4242424242
24.10/11.72	c non guided choices	44
24.10/11.73	c learnt constraints type 
24.10/11.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 18
24.10/11.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 17818
24.10/11.73	c constraints type 
24.10/11.73	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
24.10/11.73	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
24.10/11.73	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
24.10/11.73	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
24.10/11.73	c constraints type 
24.10/11.73	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
24.10/11.73	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
24.10/11.73	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
24.10/11.73	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
24.10/11.73	s UNSATISFIABLE
24.10/11.73	c Total wall clock time (in seconds): 11.622

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-3454791-1307186816/watcher-3454791-1307186816 -o /tmp/evaluation-result-3454791-1307186816/solver-3454791-1307186816 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454791-1307186816.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: 3.49 2.05 1.92 3/421 11313
/proc/meminfo: memFree=29691496/32950904 swapFree=56615552/67111528
[pid=11313] ppid=11311 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/11313/stat : 11313 (java) S 11311 11313 8078 0 -1 4202496 2627 0 1 0 0 0 0 0 25 0 2 0 830281403 10681323520 2328 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290682341 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/11313/statm: 2607745 2340 906 9 0 2598901 0
[pid=11313/tid=11314] ppid=11311 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11314/stat : 11314 (java) R 11311 11313 8078 0 -1 4202560 4804 0 1 0 0 0 0 0 25 0 2 0 830281404 10694979584 5620 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237278573627 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.0569111 s]
/proc/loadavg: 3.49 2.05 1.92 3/421 11313
/proc/meminfo: memFree=29691496/32950904 swapFree=56615552/67111528
[pid=11313] ppid=11311 vsize=10470700 CPUtime=0.04 cores=0,2,4,6
/proc/11313/stat : 11313 (java) S 11311 11313 8078 0 -1 4202496 11587 0 1 0 4 0 0 0 25 0 16 0 830281403 10721996800 11283 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11313/statm: 2617932 11287 1715 9 0 2608680 0
[pid=11313/tid=11314] ppid=11311 vsize=10471728 CPUtime=0.04 cores=0,2,4,6
/proc/11313/task/11314/stat : 11314 (java) R 11311 11313 8078 0 -1 4202560 10418 0 1 0 4 0 0 0 25 0 17 0 830281404 10723049472 11288 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10470700

[startup+0.100899 s]
/proc/loadavg: 3.49 2.05 1.92 3/421 11313
/proc/meminfo: memFree=29691496/32950904 swapFree=56615552/67111528
[pid=11313] ppid=11311 vsize=10540436 CPUtime=0.11 cores=0,2,4,6
/proc/11313/stat : 11313 (java) S 11311 11313 8078 0 -1 4202496 13157 0 1 0 10 1 0 0 25 0 18 0 830281403 10793406464 12817 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11313/statm: 2635109 12818 2092 9 0 2625843 0
[pid=11313/tid=11314] ppid=11311 vsize=10540436 CPUtime=0.09 cores=0,2,4,6
/proc/11313/task/11314/stat : 11314 (java) R 11311 11313 8078 0 -1 4202560 11201 0 1 0 8 1 0 0 25 0 18 0 830281404 10793406464 12818 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 47457191947203 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540436

[startup+0.300808 s]
/proc/loadavg: 3.49 2.05 1.92 3/421 11313
/proc/meminfo: memFree=29691496/32950904 swapFree=56615552/67111528
[pid=11313] ppid=11311 vsize=10549372 CPUtime=0.69 cores=0,2,4,6
/proc/11313/stat : 11313 (java) S 11311 11313 8078 0 -1 4202496 18430 0 1 0 67 2 0 0 25 0 22 0 830281403 10802556928 16771 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11313/statm: 2637343 16771 2212 9 0 2628077 0
[pid=11313/tid=11314] ppid=11311 vsize=10549372 CPUtime=0.16 cores=0,2,4,6
/proc/11313/task/11314/stat : 11314 (java) S 11311 11313 8078 0 -1 4202560 11778 0 1 0 15 1 0 0 25 0 22 0 830281404 10802556928 16771 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10549372

[startup+0.700738 s]
/proc/loadavg: 3.49 2.05 1.92 3/421 11313
/proc/meminfo: memFree=29691496/32950904 swapFree=56615552/67111528
[pid=11313] ppid=11311 vsize=10559308 CPUtime=2.27 cores=0,2,4,6
/proc/11313/stat : 11313 (java) S 11311 11313 8078 0 -1 4202496 49445 0 1 0 223 4 0 0 25 0 22 0 830281403 10812731392 43059 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11313/statm: 2639827 43059 2244 9 0 2630561 0
[pid=11313/tid=11314] ppid=11311 vsize=10559308 CPUtime=0.16 cores=0,2,4,6
/proc/11313/task/11314/stat : 11314 (java) S 11311 11313 8078 0 -1 4202560 11778 0 1 0 15 1 0 0 20 0 22 0 830281404 10812731392 43060 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 10559308

[startup+1.50159 s]
/proc/loadavg: 3.49 2.05 1.92 7/443 11335
/proc/meminfo: memFree=29484436/32950904 swapFree=56615552/67111528
[pid=11313] ppid=11311 vsize=10559308 CPUtime=4.73 cores=0,2,4,6
/proc/11313/stat : 11313 (java) S 11311 11313 8078 0 -1 4202496 75936 0 1 0 465 8 0 0 25 0 22 0 830281403 10812731392 60186 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11313/statm: 2639827 60192 2257 9 0 2630561 0
[pid=11313/tid=11314] ppid=11311 vsize=10559308 CPUtime=0.16 cores=0,2,4,6
/proc/11313/task/11314/stat : 11314 (java) S 11311 11313 8078 0 -1 4202560 11778 0 1 0 15 1 0 0 15 0 22 0 830281404 10812731392 60196 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11316] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11316/stat : 11316 (java) S 11311 11313 8078 0 -1 4202560 194 0 0 0 0 0 0 0 16 0 22 0 830281405 10812731392 60201 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11317] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11317/stat : 11317 (java) S 11311 11313 8078 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 22 0 830281405 10812731392 60206 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11318] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11318/stat : 11318 (java) S 11311 11313 8078 0 -1 4202560 256 0 0 0 0 0 0 0 16 0 22 0 830281405 10812731392 60211 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11319] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11319/stat : 11319 (java) S 11311 11313 8078 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 22 0 830281405 10812731392 60216 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11320] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11320/stat : 11320 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830281405 10812731392 60221 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11321] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11321/stat : 11321 (java) S 11311 11313 8078 0 -1 4202560 38 0 0 0 0 0 0 0 16 0 22 0 830281405 10812731392 60225 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11322] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11322/stat : 11322 (java) S 11311 11313 8078 0 -1 4202560 255 0 0 0 0 0 0 0 15 0 22 0 830281405 10812731392 60230 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11323] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11323/stat : 11323 (java) S 11311 11313 8078 0 -1 4202560 271 0 0 0 0 0 0 0 15 0 22 0 830281405 10812731392 60235 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11324] ppid=11311 vsize=10559308 CPUtime=0.07 cores=0,2,4,6
/proc/11313/task/11324/stat : 11324 (java) S 11311 11313 8078 0 -1 4202560 1409 0 0 0 7 0 0 0 16 0 22 0 830281406 10812731392 60239 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 0 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11325] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11325/stat : 11325 (java) S 11311 11313 8078 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 830281407 10812731392 60244 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11326] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11326/stat : 11326 (java) S 11311 11313 8078 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830281407 10812731392 60249 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11327] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11327/stat : 11327 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830281409 10812731392 60253 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290703281 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11328] ppid=11311 vsize=10559308 CPUtime=1.04 cores=0,2,4,6
/proc/11313/task/11328/stat : 11328 (java) S 11311 11313 8078 0 -1 4202560 16901 0 0 0 102 2 0 0 24 0 22 0 830281409 10812731392 60257 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11329] ppid=11311 vsize=10559308 CPUtime=0.92 cores=0,2,4,6
/proc/11313/task/11329/stat : 11329 (java) S 11311 11313 8078 0 -1 4202560 5801 0 0 0 92 0 0 0 22 0 22 0 830281409 10812731392 60261 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11330] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11330/stat : 11330 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830281409 10812731392 60266 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11331] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11331/stat : 11331 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830281409 10812731392 60271 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11332] ppid=11311 vsize=10559308 CPUtime=1.23 cores=0,2,4,6
/proc/11313/task/11332/stat : 11332 (java) R 11311 11313 8078 0 -1 4202560 338 0 0 0 123 0 0 0 25 0 22 0 830281421 10812731392 60275 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 46912505731875 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11313/tid=11333] ppid=11311 vsize=10559308 CPUtime=1.23 cores=0,2,4,6
/proc/11313/task/11333/stat : 11333 (java) R 11311 11313 8078 0 -1 4202560 37438 0 0 0 120 3 0 0 25 0 22 0 830281421 10812731392 60279 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 46912505539050 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11313/tid=11334] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11334/stat : 11334 (java) S 11311 11313 8078 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830281421 10812731392 60283 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11335] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11335/stat : 11335 (java) S 11311 11313 8078 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830281421 10812731392 60287 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.73
Current children cumulated vsize (KiB) 10559308

[startup+3.10141 s]
/proc/loadavg: 3.53 2.09 1.93 5/443 11335
/proc/meminfo: memFree=29384732/32950904 swapFree=56615552/67111528
[pid=11313] ppid=11311 vsize=10559308 CPUtime=7.85 cores=0,2,4,6
/proc/11313/stat : 11313 (java) S 11311 11313 8078 0 -1 4202496 102941 0 1 0 773 12 0 0 25 0 22 0 830281403 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11313/statm: 2639827 87187 2257 9 0 2630561 0
[pid=11313/tid=11314] ppid=11311 vsize=10559308 CPUtime=0.16 cores=0,2,4,6
/proc/11313/task/11314/stat : 11314 (java) S 11311 11313 8078 0 -1 4202560 11778 0 1 0 15 1 0 0 15 0 22 0 830281404 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11316] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11316/stat : 11316 (java) S 11311 11313 8078 0 -1 4202560 238 0 0 0 0 0 0 0 15 0 22 0 830281405 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11317] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11317/stat : 11317 (java) S 11311 11313 8078 0 -1 4202560 54 0 0 0 0 0 0 0 16 0 22 0 830281405 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11318] ppid=11311 vsize=10559308 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11318/stat : 11318 (java) S 11311 11313 8078 0 -1 4202560 284 0 0 0 1 0 0 0 15 0 22 0 830281405 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11319] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11319/stat : 11319 (java) S 11311 11313 8078 0 -1 4202560 174 0 0 0 0 0 0 0 15 0 22 0 830281405 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11320] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11320/stat : 11320 (java) S 11311 11313 8078 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 830281405 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11321] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11321/stat : 11321 (java) S 11311 11313 8078 0 -1 4202560 62 0 0 0 0 0 0 0 15 0 22 0 830281405 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11322] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11322/stat : 11322 (java) S 11311 11313 8078 0 -1 4202560 270 0 0 0 0 0 0 0 15 0 22 0 830281405 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11323] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11323/stat : 11323 (java) S 11311 11313 8078 0 -1 4202560 297 0 0 0 0 0 0 0 16 0 22 0 830281405 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11324] ppid=11311 vsize=10559308 CPUtime=0.17 cores=0,2,4,6
/proc/11313/task/11324/stat : 11324 (java) S 11311 11313 8078 0 -1 4202560 2920 0 0 0 17 0 0 0 16 0 22 0 830281406 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 0 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11325] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11325/stat : 11325 (java) S 11311 11313 8078 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 830281407 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11326] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11326/stat : 11326 (java) S 11311 11313 8078 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830281407 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11327] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11327/stat : 11327 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830281409 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290703281 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11328] ppid=11311 vsize=10559308 CPUtime=1.04 cores=0,2,4,6
/proc/11313/task/11328/stat : 11328 (java) S 11311 11313 8078 0 -1 4202560 16901 0 0 0 102 2 0 0 18 0 22 0 830281409 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11329] ppid=11311 vsize=10559308 CPUtime=0.94 cores=0,2,4,6
/proc/11313/task/11329/stat : 11329 (java) S 11311 11313 8078 0 -1 4202560 5801 0 0 0 94 0 0 0 15 0 22 0 830281409 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11330] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11330/stat : 11330 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830281409 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11331] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11331/stat : 11331 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830281409 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11332] ppid=11311 vsize=10559308 CPUtime=2.71 cores=0,2,4,6
/proc/11313/task/11332/stat : 11332 (java) R 11311 11313 8078 0 -1 4202560 342 0 0 0 271 0 0 0 25 0 22 0 830281421 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 46912505590142 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11313/tid=11333] ppid=11311 vsize=10559308 CPUtime=2.7 cores=0,2,4,6
/proc/11313/task/11333/stat : 11333 (java) R 11311 11313 8078 0 -1 4202560 62658 0 0 0 264 6 0 0 18 0 22 0 830281421 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 46912506299616 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11313/tid=11334] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11334/stat : 11334 (java) S 11311 11313 8078 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830281421 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11335] ppid=11311 vsize=10559308 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11335/stat : 11335 (java) S 11311 11313 8078 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830281421 10812731392 87187 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.85
Current children cumulated vsize (KiB) 10559308

[startup+6.30073 s]
/proc/loadavg: 3.53 2.09 1.93 5/443 11335
/proc/meminfo: memFree=29340816/32950904 swapFree=56615552/67111528
[pid=11313] ppid=11311 vsize=10556192 CPUtime=13.98 cores=0,2,4,6
/proc/11313/stat : 11313 (java) S 11311 11313 8078 0 -1 4202496 104739 0 1 0 1386 12 0 0 25 0 22 0 830281403 10809540608 88217 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11313/statm: 2639048 88217 2257 9 0 2629782 0
[pid=11313/tid=11314] ppid=11311 vsize=10556192 CPUtime=0.16 cores=0,2,4,6
/proc/11313/task/11314/stat : 11314 (java) S 11311 11313 8078 0 -1 4202560 11778 0 1 0 15 1 0 0 15 0 22 0 830281404 10809540608 88217 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11316] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11316/stat : 11316 (java) S 11311 11313 8078 0 -1 4202560 238 0 0 0 1 0 0 0 15 0 22 0 830281405 10809540608 88217 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11317] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11317/stat : 11317 (java) S 11311 11313 8078 0 -1 4202560 54 0 0 0 0 0 0 0 16 0 22 0 830281405 10809540608 88217 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11318] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11318/stat : 11318 (java) S 11311 11313 8078 0 -1 4202560 285 0 0 0 1 0 0 0 16 0 22 0 830281405 10809540608 88217 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11319] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11319/stat : 11319 (java) S 11311 11313 8078 0 -1 4202560 175 0 0 0 1 0 0 0 16 0 22 0 830281405 10809540608 88217 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11320] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11320/stat : 11320 (java) S 11311 11313 8078 0 -1 4202560 5 0 0 0 0 0 0 0 16 0 22 0 830281405 10809540608 88217 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11321] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11321/stat : 11321 (java) S 11311 11313 8078 0 -1 4202560 62 0 0 0 1 0 0 0 15 0 22 0 830281405 10809540608 88217 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11322] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11322/stat : 11322 (java) S 11311 11313 8078 0 -1 4202560 270 0 0 0 1 0 0 0 16 0 22 0 830281405 10809540608 88217 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11323] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11323/stat : 11323 (java) S 11311 11313 8078 0 -1 4202560 298 0 0 0 1 0 0 0 15 0 22 0 830281405 10809540608 88217 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0

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

/proc/11313/task/11322/stat : 11322 (java) S 11311 11313 8078 0 -1 4202560 272 0 0 0 1 0 0 0 15 0 22 0 830281405 10809540608 89127 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11323] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11323/stat : 11323 (java) S 11311 11313 8078 0 -1 4202560 298 0 0 0 1 0 0 0 15 0 22 0 830281405 10809540608 89127 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11324] ppid=11311 vsize=10556192 CPUtime=0.78 cores=0,2,4,6
/proc/11313/task/11324/stat : 11324 (java) S 11311 11313 8078 0 -1 4202560 5611 0 0 0 77 1 0 0 16 0 22 0 830281406 10809540608 89127 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 0 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11325] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11325/stat : 11325 (java) S 11311 11313 8078 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 830281407 10809540608 89127 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11326] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11326/stat : 11326 (java) S 11311 11313 8078 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830281407 10809540608 89127 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11327] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11327/stat : 11327 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830281409 10809540608 89127 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290703281 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11328] ppid=11311 vsize=10556192 CPUtime=1.04 cores=0,2,4,6
/proc/11313/task/11328/stat : 11328 (java) S 11311 11313 8078 0 -1 4202560 16901 0 0 0 102 2 0 0 18 0 22 0 830281409 10809540608 89127 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11329] ppid=11311 vsize=10556192 CPUtime=0.95 cores=0,2,4,6
/proc/11313/task/11329/stat : 11329 (java) S 11311 11313 8078 0 -1 4202560 5801 0 0 0 95 0 0 0 15 0 22 0 830281409 10809540608 89127 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11330] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11330/stat : 11330 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830281409 10809540608 89127 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11331] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11331/stat : 11331 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830281409 10809540608 89127 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11332] ppid=11311 vsize=10556192 CPUtime=8.48 cores=0,2,4,6
/proc/11313/task/11332/stat : 11332 (java) R 11311 11313 8078 0 -1 4202560 360 0 0 0 848 0 0 0 20 0 22 0 830281421 10809540608 89127 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 46912505667175 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11313/tid=11333] ppid=11311 vsize=10556192 CPUtime=8.48 cores=0,2,4,6
/proc/11313/task/11333/stat : 11333 (java) R 11311 11313 8078 0 -1 4202560 62658 0 0 0 842 6 0 0 24 0 22 0 830281421 10809540608 89127 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 46912506299373 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11313/tid=11334] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11334/stat : 11334 (java) S 11311 11313 8078 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830281421 10809540608 89127 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11335] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11335/stat : 11335 (java) S 11311 11313 8078 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830281421 10809540608 89127 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 20.07
Current children cumulated vsize (KiB) 10556192

[startup+11.1009 s]
/proc/loadavg: 3.49 2.10 1.94 7/443 11385
/proc/meminfo: memFree=29544124/32950904 swapFree=56615552/67111528
[pid=11313] ppid=11311 vsize=10556192 CPUtime=23.16 cores=0,2,4,6
/proc/11313/stat : 11313 (java) S 11311 11313 8078 0 -1 4202496 106447 0 1 0 2303 13 0 0 25 0 22 0 830281403 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11313/statm: 2639048 89910 2258 9 0 2629782 0
[pid=11313/tid=11314] ppid=11311 vsize=10556192 CPUtime=0.16 cores=0,2,4,6
/proc/11313/task/11314/stat : 11314 (java) S 11311 11313 8078 0 -1 4202560 11778 0 1 0 15 1 0 0 15 0 22 0 830281404 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11316] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11316/stat : 11316 (java) S 11311 11313 8078 0 -1 4202560 238 0 0 0 1 0 0 0 15 0 22 0 830281405 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11317] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11317/stat : 11317 (java) S 11311 11313 8078 0 -1 4202560 56 0 0 0 1 0 0 0 16 0 22 0 830281405 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11318] ppid=11311 vsize=10556192 CPUtime=0.02 cores=0,2,4,6
/proc/11313/task/11318/stat : 11318 (java) S 11311 11313 8078 0 -1 4202560 287 0 0 0 2 0 0 0 16 0 22 0 830281405 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11319] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11319/stat : 11319 (java) S 11311 11313 8078 0 -1 4202560 175 0 0 0 1 0 0 0 15 0 22 0 830281405 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11320] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11320/stat : 11320 (java) S 11311 11313 8078 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 830281405 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11321] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11321/stat : 11321 (java) S 11311 11313 8078 0 -1 4202560 62 0 0 0 1 0 0 0 16 0 22 0 830281405 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11322] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11322/stat : 11322 (java) S 11311 11313 8078 0 -1 4202560 272 0 0 0 1 0 0 0 15 0 22 0 830281405 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11323] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11323/stat : 11323 (java) S 11311 11313 8078 0 -1 4202560 299 0 0 0 1 0 0 0 15 0 22 0 830281405 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11324] ppid=11311 vsize=10556192 CPUtime=0.93 cores=0,2,4,6
/proc/11313/task/11324/stat : 11324 (java) S 11311 11313 8078 0 -1 4202560 6390 0 0 0 92 1 0 0 16 0 22 0 830281406 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 0 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11325] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11325/stat : 11325 (java) S 11311 11313 8078 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 830281407 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11326] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11326/stat : 11326 (java) S 11311 11313 8078 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 22 0 830281407 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11327] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11327/stat : 11327 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830281409 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290703281 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11328] ppid=11311 vsize=10556192 CPUtime=1.07 cores=0,2,4,6
/proc/11313/task/11328/stat : 11328 (java) R 11311 11313 8078 0 -1 4202560 16901 0 0 0 105 2 0 0 18 0 22 0 830281409 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 47457190838016 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=11313/tid=11329] ppid=11311 vsize=10556192 CPUtime=0.97 cores=0,2,4,6
/proc/11313/task/11329/stat : 11329 (java) S 11311 11313 8078 0 -1 4202560 5801 0 0 0 97 0 0 0 16 0 22 0 830281409 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11330] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11330/stat : 11330 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830281409 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11331] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11331/stat : 11331 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830281409 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11332] ppid=11311 vsize=10556192 CPUtime=9.92 cores=0,2,4,6
/proc/11313/task/11332/stat : 11332 (java) R 11311 11313 8078 0 -1 4202560 365 0 0 0 992 0 0 0 21 0 22 0 830281421 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 47457194253845 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11313/tid=11333] ppid=11311 vsize=10556192 CPUtime=9.91 cores=0,2,4,6
/proc/11313/task/11333/stat : 11333 (java) R 11311 11313 8078 0 -1 4202560 62659 0 0 0 985 6 0 0 25 0 22 0 830281421 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 46912505736162 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11313/tid=11334] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11334/stat : 11334 (java) S 11311 11313 8078 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830281421 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11335] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11335/stat : 11335 (java) S 11311 11313 8078 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 830281421 10809540608 89910 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 23.16
Current children cumulated vsize (KiB) 10556192

[startup+11.5008 s]
/proc/loadavg: 3.49 2.10 1.94 7/443 11385
/proc/meminfo: memFree=29544124/32950904 swapFree=56615552/67111528
[pid=11313] ppid=11311 vsize=10556192 CPUtime=24.1 cores=0,2,4,6
/proc/11313/stat : 11313 (java) S 11311 11313 8078 0 -1 4202496 110272 0 1 0 2396 14 0 0 25 0 19 0 830281403 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11313/statm: 2639048 92512 2259 9 0 2629782 0
[pid=11313/tid=11314] ppid=11311 vsize=10556192 CPUtime=0.16 cores=0,2,4,6
/proc/11313/task/11314/stat : 11314 (java) S 11311 11313 8078 0 -1 4202560 11778 0 1 0 15 1 0 0 15 0 19 0 830281404 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11316] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11316/stat : 11316 (java) S 11311 11313 8078 0 -1 4202560 238 0 0 0 1 0 0 0 16 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11317] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11317/stat : 11317 (java) S 11311 11313 8078 0 -1 4202560 56 0 0 0 1 0 0 0 15 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11318] ppid=11311 vsize=10556192 CPUtime=0.02 cores=0,2,4,6
/proc/11313/task/11318/stat : 11318 (java) S 11311 11313 8078 0 -1 4202560 287 0 0 0 2 0 0 0 15 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11319] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11319/stat : 11319 (java) S 11311 11313 8078 0 -1 4202560 176 0 0 0 1 0 0 0 15 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11320] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11320/stat : 11320 (java) S 11311 11313 8078 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11321] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11321/stat : 11321 (java) S 11311 11313 8078 0 -1 4202560 62 0 0 0 1 0 0 0 15 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11322] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11322/stat : 11322 (java) S 11311 11313 8078 0 -1 4202560 272 0 0 0 1 0 0 0 15 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11323] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11323/stat : 11323 (java) S 11311 11313 8078 0 -1 4202560 299 0 0 0 1 0 0 0 15 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11324] ppid=11311 vsize=10556192 CPUtime=0.97 cores=0,2,4,6
/proc/11313/task/11324/stat : 11324 (java) S 11311 11313 8078 0 -1 4202560 6609 0 0 0 96 1 0 0 15 0 19 0 830281406 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 0 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11325] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11325/stat : 11325 (java) S 11311 11313 8078 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 830281407 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11326] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11326/stat : 11326 (java) S 11311 11313 8078 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 830281407 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11327] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11327/stat : 11327 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830281409 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290703281 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11328] ppid=11311 vsize=10556192 CPUtime=1.35 cores=0,2,4,6
/proc/11313/task/11328/stat : 11328 (java) S 11311 11313 8078 0 -1 4202560 20481 0 0 0 132 3 0 0 17 0 19 0 830281409 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11329] ppid=11311 vsize=10556192 CPUtime=1.06 cores=0,2,4,6
/proc/11313/task/11329/stat : 11329 (java) S 11311 11313 8078 0 -1 4202560 5819 0 0 0 106 0 0 0 15 0 19 0 830281409 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11330] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11330/stat : 11330 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830281409 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11331] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11331/stat : 11331 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830281409 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11334] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11334/stat : 11334 (java) S 11311 11313 8078 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830281421 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.1
Current children cumulated vsize (KiB) 10556192

[startup+11.7008 s]
/proc/loadavg: 3.49 2.10 1.94 7/443 11385
/proc/meminfo: memFree=29544124/32950904 swapFree=56615552/67111528
[pid=11313] ppid=11311 vsize=10556192 CPUtime=24.1 cores=0,2,4,6
/proc/11313/stat : 11313 (java) S 11311 11313 8078 0 -1 4202496 110272 0 1 0 2396 14 0 0 25 0 19 0 830281403 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290682341 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/11313/statm: 2639048 92512 2259 9 0 2629782 0
[pid=11313/tid=11314] ppid=11311 vsize=10556192 CPUtime=0.16 cores=0,2,4,6
/proc/11313/task/11314/stat : 11314 (java) S 11311 11313 8078 0 -1 4202560 11778 0 1 0 15 1 0 0 15 0 19 0 830281404 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11316] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11316/stat : 11316 (java) S 11311 11313 8078 0 -1 4202560 238 0 0 0 1 0 0 0 16 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11317] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11317/stat : 11317 (java) S 11311 11313 8078 0 -1 4202560 56 0 0 0 1 0 0 0 15 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11318] ppid=11311 vsize=10556192 CPUtime=0.02 cores=0,2,4,6
/proc/11313/task/11318/stat : 11318 (java) S 11311 11313 8078 0 -1 4202560 287 0 0 0 2 0 0 0 15 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11319] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11319/stat : 11319 (java) S 11311 11313 8078 0 -1 4202560 176 0 0 0 1 0 0 0 15 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11320] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11320/stat : 11320 (java) S 11311 11313 8078 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11321] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11321/stat : 11321 (java) S 11311 11313 8078 0 -1 4202560 62 0 0 0 1 0 0 0 15 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11322] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11322/stat : 11322 (java) S 11311 11313 8078 0 -1 4202560 272 0 0 0 1 0 0 0 15 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11323] ppid=11311 vsize=10556192 CPUtime=0.01 cores=0,2,4,6
/proc/11313/task/11323/stat : 11323 (java) S 11311 11313 8078 0 -1 4202560 299 0 0 0 1 0 0 0 15 0 19 0 830281405 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11324] ppid=11311 vsize=10556192 CPUtime=0.97 cores=0,2,4,6
/proc/11313/task/11324/stat : 11324 (java) S 11311 11313 8078 0 -1 4202560 6609 0 0 0 96 1 0 0 15 0 19 0 830281406 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 0 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11325] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11325/stat : 11325 (java) S 11311 11313 8078 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 830281407 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11326] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11326/stat : 11326 (java) S 11311 11313 8078 0 -1 4202560 10 0 0 0 0 0 0 0 19 0 19 0 830281407 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11327] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11327/stat : 11327 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830281409 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290703281 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11328] ppid=11311 vsize=10556192 CPUtime=1.35 cores=0,2,4,6
/proc/11313/task/11328/stat : 11328 (java) S 11311 11313 8078 0 -1 4202560 20481 0 0 0 132 3 0 0 17 0 19 0 830281409 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 6 0 0 0
[pid=11313/tid=11329] ppid=11311 vsize=10556192 CPUtime=1.06 cores=0,2,4,6
/proc/11313/task/11329/stat : 11329 (java) S 11311 11313 8078 0 -1 4202560 5819 0 0 0 106 0 0 0 15 0 19 0 830281409 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
[pid=11313/tid=11330] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11330/stat : 11330 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830281409 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290695577 0 4 0 16800975 18446604442907939776 0 0 -1 0 0 0 0
[pid=11313/tid=11331] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11331/stat : 11331 (java) S 11311 11313 8078 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830281409 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 4 0 0 0
[pid=11313/tid=11334] ppid=11311 vsize=10556192 CPUtime=0 cores=0,2,4,6
/proc/11313/task/11334/stat : 11334 (java) S 11311 11313 8078 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 830281421 10809540608 92512 33554432000 1073741824 1073778376 140736249271792 18446744073709551615 237290696192 0 4 0 16800975 18446604442907939776 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 24.1
Current children cumulated vsize (KiB) 10556192

Child status: 20
Real time (s): 11.7511
CPU time (s): 24.1393
CPU user time (s): 23.9814
CPU system time (s): 0.157975
CPU usage (%): 205.422
Max. virtual memory (cumulated for all children) (KiB): 10559308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.9814
system time used= 0.157975
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 110289
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= 1487
involuntary context switches= 592

runsolver used 0.047992 second user time and 0.110983 second system time

The end

Launcher Data

Begin job on node121 at 2011-06-04 13:26:57
IDJOB=3454791
IDBENCH=1244
IDSOLVER=1950
FILE ID=node121/3454791-1307186816
RUNJOBID= node121-1307186730-10241
PBS_JOBID= 13508819
Free space on /tmp= 73956 MiB

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

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

MD5SUM BENCH= 1cbab9bec076c91ef9a04fed1aa2ec63
RANDOM SEED=618880168

node121.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.817
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.63
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.817
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.07
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.817
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.84
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.817
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.817
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.82
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.817
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.817
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.817
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:     32950904 kB
MemFree:      29691636 kB
Buffers:        326148 kB
Cached:         461104 kB
SwapCached:       9896 kB
Active:        2583108 kB
Inactive:       414180 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950904 kB
LowFree:      29691636 kB
SwapTotal:    67111528 kB
SwapFree:     56615552 kB
Dirty:            1376 kB
Writeback:           0 kB
AnonPages:     2207596 kB
Mapped:          21384 kB
Slab:           142672 kB
PageTables:      52428 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586980 kB
Committed_AS: 93884752 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= 73956 MiB
End job on node121 at 2011-06-04 13:27:08