Trace number 3454886

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 43.9723 22.0117

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900557574.opb
MD5SUM5107a201bfa7ecd84a67ffb212d048dd
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 benchmark2.69459
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables231
Total number of constraints2707
Number of constraints which are clauses2684
Number of constraints which are cardinality constraints (but not clauses)22
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint110
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 25
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 689
Number of bits of the biggest sum of numbers10
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.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		9996466904
0.04/0.09	c Max memory 		10048897024
0.04/0.09	c Total memory 		10048897024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3454886-1307187487.opb
0.10/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.208s.
0.48/0.32	c #vars     231
0.48/0.32	c #constraints  2707
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.48/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.48/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.48/0.32	c constraints type 
0.48/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.48/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.48/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.48/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.01/0.78	c cleaning 2499 clauses out of 5000 with flag 5000/5000
3.20/1.08	c cleaning 4248 clauses out of 8501 with flag 11000/11000
4.14/1.43	c cleaning 5622 clauses out of 11253 with flag 18000/18000
4.95/1.86	c cleaning 6813 clauses out of 13631 with flag 26000/26000
6.03/2.38	c cleaning 7904 clauses out of 15819 with flag 35001/35001
7.19/2.95	c cleaning 8954 clauses out of 17915 with flag 45001/45001
8.38/3.50	c cleaning 9475 clauses out of 18962 with flag 55002/55002
9.35/4.08	c cleaning 9739 clauses out of 19485 with flag 65000/65000
10.53/4.64	c cleaning 9867 clauses out of 19747 with flag 75001/75001
11.72/5.24	c cleaning 9929 clauses out of 19880 with flag 85001/85001
12.88/5.88	c cleaning 9970 clauses out of 19950 with flag 95000/95000
14.05/6.47	c cleaning 9987 clauses out of 19983 with flag 105003/105003
15.41/7.12	c cleaning 9983 clauses out of 19993 with flag 115000/115000
16.60/7.77	c cleaning 9991 clauses out of 20012 with flag 125002/125002
17.93/8.45	c cleaning 10000 clauses out of 20019 with flag 135000/135000
19.09/9.06	c cleaning 9997 clauses out of 20019 with flag 145000/145000
20.50/9.70	c cleaning 10005 clauses out of 20024 with flag 155002/155002
21.85/10.31	c cleaning 10003 clauses out of 20018 with flag 165001/165001
23.35/10.93	c cleaning 10003 clauses out of 20020 with flag 175006/175006
24.48/11.52	c cleaning 10000 clauses out of 20012 with flag 185001/185001
25.65/12.14	c cleaning 9998 clauses out of 20012 with flag 195001/195001
26.78/12.72	c cleaning 9997 clauses out of 20013 with flag 205000/205000
27.95/13.33	c cleaning 9999 clauses out of 20016 with flag 215000/215000
28.90/13.90	c cleaning 10004 clauses out of 20018 with flag 225001/225001
30.04/14.49	c cleaning 10002 clauses out of 20013 with flag 235000/235000
31.19/15.07	c cleaning 10002 clauses out of 20012 with flag 245001/245001
32.35/15.65	c cleaning 10004 clauses out of 20011 with flag 255002/255002
33.31/16.15	c cleaning 10001 clauses out of 20007 with flag 265002/265002
34.24/16.67	c cleaning 10001 clauses out of 20011 with flag 275007/275007
35.39/17.21	c cleaning 9997 clauses out of 20004 with flag 285001/285001
36.74/17.90	c cleaning 9997 clauses out of 20006 with flag 295000/295000
37.49/18.39	c cleaning 10000 clauses out of 20010 with flag 305001/305001
38.82/19.00	c cleaning 9989 clauses out of 20009 with flag 315000/315000
39.77/19.56	c cleaning 10008 clauses out of 20023 with flag 325003/325003
40.91/20.12	c cleaning 10001 clauses out of 20015 with flag 335003/335003
41.86/20.68	c cleaning 10001 clauses out of 20013 with flag 345002/345002
42.99/21.28	c cleaning 10003 clauses out of 20010 with flag 355000/355000
43.74/21.68	c  And the winner is Resolution
43.92/21.97	c starts		: 136
43.92/21.97	c conflicts		: 361913
43.92/21.97	c decisions		: 615426
43.92/21.97	c propagations		: 15547371
43.92/21.97	c inspects		: 185241279
43.92/21.97	c shortcuts		: 0
43.92/21.97	c learnt literals	: 6
43.92/21.97	c learnt binary clauses	: 37
43.92/21.97	c learnt ternary clauses	: 352
43.92/21.97	c learnt constraints	: 361906
43.92/21.97	c ignored constraints	: 0
43.92/21.97	c root simplifications	: 0
43.92/21.97	c removed literals (reason simplification)	: 1559405
43.92/21.97	c reason swapping (by a shorter reason)	: 0
43.92/21.97	c Calls to reduceDB	: 37
43.92/21.97	c number of reductions to clauses (during analyze)	: 0
43.92/21.97	c number of learned constraints concerned by reduction	: 0
43.92/21.97	c number of learning phase by resolution	: 0
43.92/21.97	c number of learning phase by cutting planes	: 0
43.92/21.97	c speed (assignments/second)	: 717957.5617640268
43.92/21.97	c non guided choices	169
43.92/21.98	c learnt constraints type 
43.92/21.98	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
43.92/21.98	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 16876
43.92/21.98	c constraints type 
43.92/21.98	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
43.92/21.98	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
43.92/21.98	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
43.92/21.98	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
43.92/21.98	c constraints type 
43.92/21.98	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
43.92/21.98	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
43.92/21.98	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
43.92/21.98	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
43.92/21.98	s UNSATISFIABLE
43.92/21.98	c Total wall clock time (in seconds): 21.874

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-3454886-1307187487/watcher-3454886-1307187487 -o /tmp/evaluation-result-3454886-1307187487/solver-3454886-1307187487 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454886-1307187487.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.99 1.87 1.94 4/348 29713
/proc/meminfo: memFree=23694344/32951124 swapFree=67056304/67111528
[pid=29713] ppid=29711 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/29713/stat : 29713 (java) S 29711 29713 27326 0 -1 4202496 2279 0 1 0 0 0 0 0 25 0 2 0 908979291 10681323520 1982 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032198629 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/29713/statm: 2607745 1995 906 9 0 2598901 0
[pid=29713/tid=29714] ppid=29711 vsize=10430980 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27326 0 -1 4202560 1215 0 1 0 0 0 0 0 25 0 2 0 908979292 10681323520 2030 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260020089915 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.0525491 s]
/proc/loadavg: 1.99 1.87 1.94 4/348 29713
/proc/meminfo: memFree=23694344/32951124 swapFree=67056304/67111528
[pid=29713] ppid=29711 vsize=10467616 CPUtime=0.04 cores=0,2,4,6
/proc/29713/stat : 29713 (java) S 29711 29713 27326 0 -1 4202496 11421 0 1 0 3 1 0 0 25 0 13 0 908979291 10718838784 11119 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032198629 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/29713/statm: 2616904 11119 1684 9 0 2607652 0
[pid=29713/tid=29714] ppid=29711 vsize=10467616 CPUtime=0.03 cores=0,2,4,6
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27326 0 -1 4202560 10275 0 1 0 2 1 0 0 25 0 13 0 908979292 10718838784 11119 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032222667 0 4 0 16800971 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100562 s]
/proc/loadavg: 1.99 1.87 1.94 4/348 29713
/proc/meminfo: memFree=23694344/32951124 swapFree=67056304/67111528
[pid=29713] ppid=29711 vsize=10540012 CPUtime=0.1 cores=0,2,4,6
/proc/29713/stat : 29713 (java) S 29711 29713 27326 0 -1 4202496 13038 0 1 0 9 1 0 0 25 0 18 0 908979291 10792972288 12736 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29713/statm: 2635003 12737 2092 9 0 2625737 0
[pid=29713/tid=29714] ppid=29711 vsize=10540012 CPUtime=0.08 cores=0,2,4,6
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27326 0 -1 4202560 11137 0 1 0 7 1 0 0 18 0 18 0 908979292 10792972288 12737 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260020057121 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540012

[startup+0.300527 s]
/proc/loadavg: 1.99 1.87 1.94 4/348 29713
/proc/meminfo: memFree=23694344/32951124 swapFree=67056304/67111528
[pid=29713] ppid=29711 vsize=10540900 CPUtime=0.48 cores=0,2,4,6
/proc/29713/stat : 29713 (java) S 29711 29713 27326 0 -1 4202496 15832 0 1 0 46 2 0 0 25 0 18 0 908979291 10793881600 15039 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29713/statm: 2635225 15040 2198 9 0 2625959 0
[pid=29713/tid=29714] ppid=29711 vsize=10540900 CPUtime=0.28 cores=0,2,4,6
/proc/29713/task/29714/stat : 29714 (java) R 29711 29713 27326 0 -1 4202560 12948 0 1 0 27 1 0 0 18 0 18 0 908979292 10793881600 15041 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10540900

[startup+0.700384 s]
/proc/loadavg: 1.99 1.87 1.94 4/348 29713
/proc/meminfo: memFree=23694344/32951124 swapFree=67056304/67111528
[pid=29713] ppid=29711 vsize=10557092 CPUtime=2.01 cores=0,2,4,6
/proc/29713/stat : 29713 (java) S 29711 29713 27326 0 -1 4202496 37589 0 1 0 196 5 0 0 25 0 22 0 908979291 10810462208 32924 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29713/statm: 2639273 32925 2226 9 0 2630007 0
[pid=29713/tid=29714] ppid=29711 vsize=10557092 CPUtime=0.3 cores=0,2,4,6
/proc/29713/task/29714/stat : 29714 (java) S 29711 29713 27326 0 -1 4202560 13431 0 1 0 29 1 0 0 19 0 22 0 908979292 10810462208 32926 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.01
Current children cumulated vsize (KiB) 10557092

[startup+1.50128 s]
/proc/loadavg: 1.99 1.87 1.94 8/370 29735
/proc/meminfo: memFree=23484864/32951124 swapFree=67056304/67111528
[pid=29713] ppid=29711 vsize=10557892 CPUtime=4.34 cores=0,2,4,6
/proc/29713/stat : 29713 (java) S 29711 29713 27326 0 -1 4202496 74081 0 1 0 425 9 0 0 25 0 22 0 908979291 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29713/statm: 2639473 63674 2257 9 0 2630207 0
[pid=29713/tid=29714] ppid=29711 vsize=10557892 CPUtime=0.3 cores=0,2,4,6
/proc/29713/task/29714/stat : 29714 (java) S 29711 29713 27326 0 -1 4202560 13431 0 1 0 29 1 0 0 15 0 22 0 908979292 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29716] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29716/stat : 29716 (java) S 29711 29713 27326 0 -1 4202560 74 0 0 0 0 0 0 0 15 0 22 0 908979293 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29717] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29717/stat : 29717 (java) S 29711 29713 27326 0 -1 4202560 4 0 0 0 0 0 0 0 16 0 22 0 908979294 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29718] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29718/stat : 29718 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908979294 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29719] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29719/stat : 29719 (java) S 29711 29713 27326 0 -1 4202560 134 0 0 0 0 0 0 0 15 0 22 0 908979294 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29720] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29720/stat : 29720 (java) S 29711 29713 27326 0 -1 4202560 369 0 0 0 0 0 0 0 15 0 22 0 908979294 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29721] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29721/stat : 29721 (java) S 29711 29713 27326 0 -1 4202560 202 0 0 0 0 0 0 0 15 0 22 0 908979294 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29722] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29722/stat : 29722 (java) S 29711 29713 27326 0 -1 4202560 157 0 0 0 0 0 0 0 16 0 22 0 908979294 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29723] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29723/stat : 29723 (java) S 29711 29713 27326 0 -1 4202560 78 0 0 0 0 0 0 0 16 0 22 0 908979294 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29724] ppid=29711 vsize=10557892 CPUtime=0.04 cores=0,2,4,6
/proc/29713/task/29724/stat : 29724 (java) S 29711 29713 27326 0 -1 4202560 1181 0 0 0 4 0 0 0 16 0 22 0 908979295 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 0 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29725] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29725/stat : 29725 (java) S 29711 29713 27326 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 908979295 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29726] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29726/stat : 29726 (java) S 29711 29713 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 908979295 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29727] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29727/stat : 29727 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908979297 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032219569 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29728] ppid=29711 vsize=10557892 CPUtime=0.87 cores=0,2,4,6
/proc/29713/task/29728/stat : 29728 (java) S 29711 29713 27326 0 -1 4202560 12177 0 0 0 86 1 0 0 15 0 22 0 908979297 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29729] ppid=29711 vsize=10557892 CPUtime=0.84 cores=0,2,4,6
/proc/29713/task/29729/stat : 29729 (java) S 29711 29713 27326 0 -1 4202560 4922 0 0 0 84 0 0 0 15 0 22 0 908979297 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29730] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29730/stat : 29730 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908979297 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29731] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29731/stat : 29731 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908979297 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29732] ppid=29711 vsize=10557892 CPUtime=1.11 cores=0,2,4,6
/proc/29713/task/29732/stat : 29732 (java) R 29711 29713 27326 0 -1 4202560 350 0 0 0 111 0 0 0 18 0 22 0 908979324 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 46912505641245 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29713/tid=29733] ppid=29711 vsize=10557892 CPUtime=1.1 cores=0,2,4,6
/proc/29713/task/29733/stat : 29733 (java) R 29711 29713 27326 0 -1 4202560 39846 0 0 0 106 4 0 0 23 0 22 0 908979324 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 46912505699373 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29713/tid=29734] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29734/stat : 29734 (java) S 29711 29713 27326 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908979324 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29735] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29735/stat : 29735 (java) S 29711 29713 27326 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908979324 10811281408 63674 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 10557892

[startup+3.10101 s]
/proc/loadavg: 2.07 1.89 1.95 5/370 29735
/proc/meminfo: memFree=23392956/32951124 swapFree=67056304/67111528
[pid=29713] ppid=29711 vsize=10557892 CPUtime=7.57 cores=0,2,4,6
/proc/29713/stat : 29713 (java) S 29711 29713 27326 0 -1 4202496 102066 0 1 0 745 12 0 0 25 0 22 0 908979291 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29713/statm: 2639473 91656 2258 9 0 2630207 0
[pid=29713/tid=29714] ppid=29711 vsize=10557892 CPUtime=0.3 cores=0,2,4,6
/proc/29713/task/29714/stat : 29714 (java) S 29711 29713 27326 0 -1 4202560 13431 0 1 0 29 1 0 0 15 0 22 0 908979292 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29716] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29716/stat : 29716 (java) S 29711 29713 27326 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 22 0 908979293 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29717] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29717/stat : 29717 (java) S 29711 29713 27326 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 908979294 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29718] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29718/stat : 29718 (java) S 29711 29713 27326 0 -1 4202560 22 0 0 0 0 0 0 0 16 0 22 0 908979294 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29719] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29719/stat : 29719 (java) S 29711 29713 27326 0 -1 4202560 188 0 0 0 0 0 0 0 16 0 22 0 908979294 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29720] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29720/stat : 29720 (java) S 29711 29713 27326 0 -1 4202560 369 0 0 0 0 0 0 0 15 0 22 0 908979294 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29721] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29721/stat : 29721 (java) S 29711 29713 27326 0 -1 4202560 220 0 0 0 0 0 0 0 16 0 22 0 908979294 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29722] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29722/stat : 29722 (java) S 29711 29713 27326 0 -1 4202560 228 0 0 0 0 0 0 0 16 0 22 0 908979294 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29723] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29723/stat : 29723 (java) S 29711 29713 27326 0 -1 4202560 116 0 0 0 0 0 0 0 16 0 22 0 908979294 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29724] ppid=29711 vsize=10557892 CPUtime=0.12 cores=0,2,4,6
/proc/29713/task/29724/stat : 29724 (java) S 29711 29713 27326 0 -1 4202560 2045 0 0 0 12 0 0 0 16 0 22 0 908979295 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 0 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29725] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29725/stat : 29725 (java) S 29711 29713 27326 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 908979295 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29726] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29726/stat : 29726 (java) S 29711 29713 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 908979295 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29727] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29727/stat : 29727 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908979297 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032219569 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29728] ppid=29711 vsize=10557892 CPUtime=0.91 cores=0,2,4,6
/proc/29713/task/29728/stat : 29728 (java) S 29711 29713 27326 0 -1 4202560 12182 0 0 0 90 1 0 0 15 0 22 0 908979297 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29729] ppid=29711 vsize=10557892 CPUtime=0.9 cores=0,2,4,6
/proc/29713/task/29729/stat : 29729 (java) S 29711 29713 27326 0 -1 4202560 4933 0 0 0 90 0 0 0 16 0 22 0 908979297 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29730] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29730/stat : 29730 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908979297 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29731] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29731/stat : 29731 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908979297 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29732] ppid=29711 vsize=10557892 CPUtime=2.63 cores=0,2,4,6
/proc/29713/task/29732/stat : 29732 (java) R 29711 29713 27326 0 -1 4202560 462 0 0 0 263 0 0 0 20 0 22 0 908979324 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 46912505653496 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29713/tid=29733] ppid=29711 vsize=10557892 CPUtime=2.62 cores=0,2,4,6
/proc/29713/task/29733/stat : 29733 (java) R 29711 29713 27326 0 -1 4202560 66577 0 0 0 255 7 0 0 25 0 22 0 908979324 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 46912505770415 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29713/tid=29734] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29734/stat : 29734 (java) S 29711 29713 27326 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908979324 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29735] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29735/stat : 29735 (java) S 29711 29713 27326 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908979324 10811281408 91656 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.57
Current children cumulated vsize (KiB) 10557892

[startup+6.30141 s]
/proc/loadavg: 2.07 1.89 1.95 5/370 29735
/proc/meminfo: memFree=23275428/32951124 swapFree=67056304/67111528
[pid=29713] ppid=29711 vsize=10557892 CPUtime=13.85 cores=0,2,4,6
/proc/29713/stat : 29713 (java) S 29711 29713 27326 0 -1 4202496 120725 0 1 0 1370 15 0 0 25 0 22 0 908979291 10811281408 110065 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29713/statm: 2639473 110065 2258 9 0 2630207 0
[pid=29713/tid=29714] ppid=29711 vsize=10557892 CPUtime=0.3 cores=0,2,4,6
/proc/29713/task/29714/stat : 29714 (java) S 29711 29713 27326 0 -1 4202560 13431 0 1 0 29 1 0 0 15 0 22 0 908979292 10811281408 110065 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29716] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29716/stat : 29716 (java) S 29711 29713 27326 0 -1 4202560 115 0 0 0 0 0 0 0 15 0 22 0 908979293 10811281408 110065 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29717] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29717/stat : 29717 (java) S 29711 29713 27326 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 908979294 10811281408 110065 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29718] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29718/stat : 29718 (java) S 29711 29713 27326 0 -1 4202560 24 0 0 0 0 0 0 0 15 0 22 0 908979294 10811281408 110065 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29719] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29719/stat : 29719 (java) S 29711 29713 27326 0 -1 4202560 189 0 0 0 0 0 0 0 15 0 22 0 908979294 10811281408 110065 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29720] ppid=29711 vsize=10557892 CPUtime=0.01 cores=0,2,4,6
/proc/29713/task/29720/stat : 29720 (java) S 29711 29713 27326 0 -1 4202560 369 0 0 0 1 0 0 0 15 0 22 0 908979294 10811281408 110065 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29721] ppid=29711 vsize=10557892 CPUtime=0.01 cores=0,2,4,6
/proc/29713/task/29721/stat : 29721 (java) S 29711 29713 27326 0 -1 4202560 220 0 0 0 1 0 0 0 15 0 22 0 908979294 10811281408 110065 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29722] ppid=29711 vsize=10557892 CPUtime=0.01 cores=0,2,4,6
/proc/29713/task/29722/stat : 29722 (java) S 29711 29713 27326 0 -1 4202560 229 0 0 0 1 0 0 0 15 0 22 0 908979294 10811281408 110065 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29723] ppid=29711 vsize=10557892 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29723/stat : 29723 (java) S 29711 29713 27326 0 -1 4202560 116 0 0 0 0 0 0 0 15 0 22 0 908979294 10811281408 110065 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0

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

/proc/29713/task/29725/stat : 29725 (java) S 29711 29713 27326 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 908979295 10811785216 112829 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29726] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29726/stat : 29726 (java) S 29711 29713 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 908979295 10811785216 112829 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29727] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29727/stat : 29727 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908979297 10811785216 112829 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032219569 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29728] ppid=29711 vsize=10558384 CPUtime=0.94 cores=0,2,4,6
/proc/29713/task/29728/stat : 29728 (java) S 29711 29713 27326 0 -1 4202560 12182 0 0 0 93 1 0 0 16 0 22 0 908979297 10811785216 112829 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29729] ppid=29711 vsize=10558384 CPUtime=1.48 cores=0,2,4,6
/proc/29713/task/29729/stat : 29729 (java) S 29711 29713 27326 0 -1 4202560 9045 0 0 0 148 0 0 0 15 0 22 0 908979297 10811785216 112829 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29730] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29730/stat : 29730 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908979297 10811785216 112829 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29731] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29731/stat : 29731 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908979297 10811785216 112829 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29732] ppid=29711 vsize=10558384 CPUtime=17.29 cores=0,2,4,6
/proc/29713/task/29732/stat : 29732 (java) R 29711 29713 27326 0 -1 4202560 490 0 0 0 1729 0 0 0 25 0 22 0 908979324 10811785216 112829 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 46912505652981 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29713/tid=29733] ppid=29711 vsize=10558384 CPUtime=17.29 cores=0,2,4,6
/proc/29713/task/29733/stat : 29733 (java) R 29711 29713 27326 0 -1 4202560 84111 0 0 0 1719 10 0 0 25 0 22 0 908979324 10811785216 112829 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 46912505699230 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29713/tid=29734] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29734/stat : 29734 (java) S 29711 29713 27326 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908979324 10811785216 112829 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29735] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29735/stat : 29735 (java) S 29711 29713 27326 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908979324 10811785216 112829 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38.97
Current children cumulated vsize (KiB) 10558384

[startup+20.7008 s]
/proc/loadavg: 2.49 2.00 1.98 5/370 29735
/proc/meminfo: memFree=23232316/32951124 swapFree=67056304/67111528
[pid=29713] ppid=29711 vsize=10558384 CPUtime=42.05 cores=0,2,4,6
/proc/29713/stat : 29713 (java) S 29711 29713 27326 0 -1 4202496 127603 0 1 0 4189 16 0 0 25 0 22 0 908979291 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29713/statm: 2639596 113055 2259 9 0 2630330 0
[pid=29713/tid=29714] ppid=29711 vsize=10558384 CPUtime=0.3 cores=0,2,4,6
/proc/29713/task/29714/stat : 29714 (java) S 29711 29713 27326 0 -1 4202560 13431 0 1 0 29 1 0 0 15 0 22 0 908979292 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29716] ppid=29711 vsize=10558384 CPUtime=0.04 cores=0,2,4,6
/proc/29713/task/29716/stat : 29716 (java) S 29711 29713 27326 0 -1 4202560 119 0 0 0 4 0 0 0 16 0 22 0 908979293 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29717] ppid=29711 vsize=10558384 CPUtime=0.03 cores=0,2,4,6
/proc/29713/task/29717/stat : 29717 (java) S 29711 29713 27326 0 -1 4202560 27 0 0 0 3 0 0 0 15 0 22 0 908979294 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29718] ppid=29711 vsize=10558384 CPUtime=0.02 cores=0,2,4,6
/proc/29713/task/29718/stat : 29718 (java) S 29711 29713 27326 0 -1 4202560 32 0 0 0 2 0 0 0 15 0 22 0 908979294 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29719] ppid=29711 vsize=10558384 CPUtime=0.02 cores=0,2,4,6
/proc/29713/task/29719/stat : 29719 (java) S 29711 29713 27326 0 -1 4202560 191 0 0 0 2 0 0 0 16 0 22 0 908979294 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29720] ppid=29711 vsize=10558384 CPUtime=0.03 cores=0,2,4,6
/proc/29713/task/29720/stat : 29720 (java) S 29711 29713 27326 0 -1 4202560 374 0 0 0 3 0 0 0 16 0 22 0 908979294 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29721] ppid=29711 vsize=10558384 CPUtime=0.04 cores=0,2,4,6
/proc/29713/task/29721/stat : 29721 (java) S 29711 29713 27326 0 -1 4202560 227 0 0 0 4 0 0 0 15 0 22 0 908979294 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29722] ppid=29711 vsize=10558384 CPUtime=0.03 cores=0,2,4,6
/proc/29713/task/29722/stat : 29722 (java) S 29711 29713 27326 0 -1 4202560 231 0 0 0 3 0 0 0 16 0 22 0 908979294 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29723] ppid=29711 vsize=10558384 CPUtime=0.02 cores=0,2,4,6
/proc/29713/task/29723/stat : 29723 (java) S 29711 29713 27326 0 -1 4202560 119 0 0 0 2 0 0 0 15 0 22 0 908979294 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29724] ppid=29711 vsize=10558384 CPUtime=1.49 cores=0,2,4,6
/proc/29713/task/29724/stat : 29724 (java) R 29711 29713 27326 0 -1 4202560 5866 0 0 0 148 1 0 0 15 0 22 0 908979295 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 47344614207625 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=29713/tid=29725] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29725/stat : 29725 (java) S 29711 29713 27326 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 908979295 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29726] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29726/stat : 29726 (java) S 29711 29713 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 908979295 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29727] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29727/stat : 29727 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908979297 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032219569 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29728] ppid=29711 vsize=10558384 CPUtime=0.94 cores=0,2,4,6
/proc/29713/task/29728/stat : 29728 (java) S 29711 29713 27326 0 -1 4202560 12182 0 0 0 93 1 0 0 16 0 22 0 908979297 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29729] ppid=29711 vsize=10558384 CPUtime=1.48 cores=0,2,4,6
/proc/29713/task/29729/stat : 29729 (java) S 29711 29713 27326 0 -1 4202560 9045 0 0 0 148 0 0 0 15 0 22 0 908979297 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29730] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29730/stat : 29730 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908979297 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29731] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29731/stat : 29731 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908979297 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29732] ppid=29711 vsize=10558384 CPUtime=18.76 cores=0,2,4,6
/proc/29713/task/29732/stat : 29732 (java) S 29711 29713 27326 0 -1 4202560 493 0 0 0 1876 0 0 0 25 0 22 0 908979324 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29733] ppid=29711 vsize=10558384 CPUtime=18.76 cores=0,2,4,6
/proc/29713/task/29733/stat : 29733 (java) S 29711 29713 27326 0 -1 4202560 84111 0 0 0 1866 10 0 0 25 0 22 0 908979324 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29734] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29734/stat : 29734 (java) S 29711 29713 27326 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908979324 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29735] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29735/stat : 29735 (java) S 29711 29713 27326 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908979324 10811785216 113055 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 42.05
Current children cumulated vsize (KiB) 10558384

[startup+21.5016 s]
/proc/loadavg: 2.49 2.00 1.98 5/370 29735
/proc/meminfo: memFree=23231200/32951124 swapFree=67056304/67111528
[pid=29713] ppid=29711 vsize=10558384 CPUtime=43.54 cores=0,2,4,6
/proc/29713/stat : 29713 (java) S 29711 29713 27326 0 -1 4202496 127609 0 1 0 4338 16 0 0 25 0 22 0 908979291 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29713/statm: 2639596 113060 2259 9 0 2630330 0
[pid=29713/tid=29714] ppid=29711 vsize=10558384 CPUtime=0.3 cores=0,2,4,6
/proc/29713/task/29714/stat : 29714 (java) S 29711 29713 27326 0 -1 4202560 13431 0 1 0 29 1 0 0 15 0 22 0 908979292 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29716] ppid=29711 vsize=10558384 CPUtime=0.04 cores=0,2,4,6
/proc/29713/task/29716/stat : 29716 (java) S 29711 29713 27326 0 -1 4202560 119 0 0 0 4 0 0 0 15 0 22 0 908979293 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29717] ppid=29711 vsize=10558384 CPUtime=0.03 cores=0,2,4,6
/proc/29713/task/29717/stat : 29717 (java) S 29711 29713 27326 0 -1 4202560 27 0 0 0 3 0 0 0 15 0 22 0 908979294 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29718] ppid=29711 vsize=10558384 CPUtime=0.02 cores=0,2,4,6
/proc/29713/task/29718/stat : 29718 (java) S 29711 29713 27326 0 -1 4202560 32 0 0 0 2 0 0 0 15 0 22 0 908979294 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29719] ppid=29711 vsize=10558384 CPUtime=0.02 cores=0,2,4,6
/proc/29713/task/29719/stat : 29719 (java) S 29711 29713 27326 0 -1 4202560 191 0 0 0 2 0 0 0 15 0 22 0 908979294 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29720] ppid=29711 vsize=10558384 CPUtime=0.03 cores=0,2,4,6
/proc/29713/task/29720/stat : 29720 (java) S 29711 29713 27326 0 -1 4202560 374 0 0 0 3 0 0 0 16 0 22 0 908979294 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29721] ppid=29711 vsize=10558384 CPUtime=0.04 cores=0,2,4,6
/proc/29713/task/29721/stat : 29721 (java) S 29711 29713 27326 0 -1 4202560 227 0 0 0 4 0 0 0 15 0 22 0 908979294 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29722] ppid=29711 vsize=10558384 CPUtime=0.03 cores=0,2,4,6
/proc/29713/task/29722/stat : 29722 (java) S 29711 29713 27326 0 -1 4202560 231 0 0 0 3 0 0 0 15 0 22 0 908979294 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29723] ppid=29711 vsize=10558384 CPUtime=0.03 cores=0,2,4,6
/proc/29713/task/29723/stat : 29723 (java) S 29711 29713 27326 0 -1 4202560 122 0 0 0 3 0 0 0 15 0 22 0 908979294 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29724] ppid=29711 vsize=10558384 CPUtime=1.6 cores=0,2,4,6
/proc/29713/task/29724/stat : 29724 (java) S 29711 29713 27326 0 -1 4202560 5866 0 0 0 159 1 0 0 16 0 22 0 908979295 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 0 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29725] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29725/stat : 29725 (java) S 29711 29713 27326 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 908979295 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29726] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29726/stat : 29726 (java) S 29711 29713 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 908979295 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29727] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29727/stat : 29727 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908979297 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032219569 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29728] ppid=29711 vsize=10558384 CPUtime=0.94 cores=0,2,4,6
/proc/29713/task/29728/stat : 29728 (java) S 29711 29713 27326 0 -1 4202560 12182 0 0 0 93 1 0 0 16 0 22 0 908979297 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29729] ppid=29711 vsize=10558384 CPUtime=1.48 cores=0,2,4,6
/proc/29713/task/29729/stat : 29729 (java) S 29711 29713 27326 0 -1 4202560 9045 0 0 0 148 0 0 0 15 0 22 0 908979297 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29730] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29730/stat : 29730 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 908979297 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29731] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29731/stat : 29731 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 908979297 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29732] ppid=29711 vsize=10558384 CPUtime=19.44 cores=0,2,4,6
/proc/29713/task/29732/stat : 29732 (java) R 29711 29713 27326 0 -1 4202560 496 0 0 0 1944 0 0 0 25 0 22 0 908979324 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 46912505641198 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=29713/tid=29733] ppid=29711 vsize=10558384 CPUtime=19.44 cores=0,2,4,6
/proc/29713/task/29733/stat : 29733 (java) R 29711 29713 27326 0 -1 4202560 84111 0 0 0 1934 10 0 0 25 0 22 0 908979324 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 46912506112281 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=29713/tid=29734] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29734/stat : 29734 (java) S 29711 29713 27326 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 908979324 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29735] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29735/stat : 29735 (java) S 29711 29713 27326 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 908979324 10811785216 113060 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 43.54
Current children cumulated vsize (KiB) 10558384

[startup+21.9016 s]
/proc/loadavg: 2.61 2.03 1.99 2/367 29735
/proc/meminfo: memFree=23231100/32951124 swapFree=67056304/67111528
[pid=29713] ppid=29711 vsize=10558384 CPUtime=43.92 cores=0,2,4,6
/proc/29713/stat : 29713 (java) S 29711 29713 27326 0 -1 4202496 127610 0 1 0 4376 16 0 0 25 0 19 0 908979291 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032198629 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/29713/statm: 2639596 113061 2260 9 0 2630330 0
[pid=29713/tid=29714] ppid=29711 vsize=10558384 CPUtime=0.3 cores=0,2,4,6
/proc/29713/task/29714/stat : 29714 (java) S 29711 29713 27326 0 -1 4202560 13431 0 1 0 29 1 0 0 15 0 19 0 908979292 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29716] ppid=29711 vsize=10558384 CPUtime=0.04 cores=0,2,4,6
/proc/29713/task/29716/stat : 29716 (java) S 29711 29713 27326 0 -1 4202560 119 0 0 0 4 0 0 0 15 0 19 0 908979293 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29717] ppid=29711 vsize=10558384 CPUtime=0.03 cores=0,2,4,6
/proc/29713/task/29717/stat : 29717 (java) S 29711 29713 27326 0 -1 4202560 27 0 0 0 3 0 0 0 15 0 19 0 908979294 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29718] ppid=29711 vsize=10558384 CPUtime=0.02 cores=0,2,4,6
/proc/29713/task/29718/stat : 29718 (java) S 29711 29713 27326 0 -1 4202560 32 0 0 0 2 0 0 0 15 0 19 0 908979294 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29719] ppid=29711 vsize=10558384 CPUtime=0.02 cores=0,2,4,6
/proc/29713/task/29719/stat : 29719 (java) S 29711 29713 27326 0 -1 4202560 191 0 0 0 2 0 0 0 15 0 19 0 908979294 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29720] ppid=29711 vsize=10558384 CPUtime=0.03 cores=0,2,4,6
/proc/29713/task/29720/stat : 29720 (java) S 29711 29713 27326 0 -1 4202560 374 0 0 0 3 0 0 0 16 0 19 0 908979294 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29721] ppid=29711 vsize=10558384 CPUtime=0.04 cores=0,2,4,6
/proc/29713/task/29721/stat : 29721 (java) S 29711 29713 27326 0 -1 4202560 227 0 0 0 4 0 0 0 15 0 19 0 908979294 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29722] ppid=29711 vsize=10558384 CPUtime=0.03 cores=0,2,4,6
/proc/29713/task/29722/stat : 29722 (java) S 29711 29713 27326 0 -1 4202560 231 0 0 0 3 0 0 0 15 0 19 0 908979294 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29723] ppid=29711 vsize=10558384 CPUtime=0.03 cores=0,2,4,6
/proc/29713/task/29723/stat : 29723 (java) S 29711 29713 27326 0 -1 4202560 122 0 0 0 3 0 0 0 15 0 19 0 908979294 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29724] ppid=29711 vsize=10558384 CPUtime=1.6 cores=0,2,4,6
/proc/29713/task/29724/stat : 29724 (java) S 29711 29713 27326 0 -1 4202560 5866 0 0 0 159 1 0 0 16 0 19 0 908979295 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 0 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29725] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29725/stat : 29725 (java) S 29711 29713 27326 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 19 0 908979295 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29726] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29726/stat : 29726 (java) S 29711 29713 27326 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 908979295 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29727] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29727/stat : 29727 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 908979297 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032219569 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29728] ppid=29711 vsize=10558384 CPUtime=0.94 cores=0,2,4,6
/proc/29713/task/29728/stat : 29728 (java) S 29711 29713 27326 0 -1 4202560 12182 0 0 0 93 1 0 0 16 0 19 0 908979297 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 6 0 0 0
[pid=29713/tid=29729] ppid=29711 vsize=10558384 CPUtime=1.48 cores=0,2,4,6
/proc/29713/task/29729/stat : 29729 (java) S 29711 29713 27326 0 -1 4202560 9045 0 0 0 148 0 0 0 15 0 19 0 908979297 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
[pid=29713/tid=29730] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29730/stat : 29730 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 908979297 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032211865 0 4 0 16800975 18446604453930384192 0 0 -1 4 0 0 0
[pid=29713/tid=29731] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29731/stat : 29731 (java) S 29711 29713 27326 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 908979297 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 0 0 0 0
[pid=29713/tid=29734] ppid=29711 vsize=10558384 CPUtime=0 cores=0,2,4,6
/proc/29713/task/29734/stat : 29734 (java) S 29711 29713 27326 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 908979324 10811785216 113061 33554432000 1073741824 1073778376 140736982646912 18446744073709551615 260032212480 0 4 0 16800975 18446604453930384192 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 43.92
Current children cumulated vsize (KiB) 10558384

Child status: 20
Real time (s): 22.0117
CPU time (s): 43.9723
CPU user time (s): 43.7833
CPU system time (s): 0.188971
CPU usage (%): 199.768
Max. virtual memory (cumulated for all children) (KiB): 10567948

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

runsolver used 0.086986 second user time and 0.167974 second system time

The end

Launcher Data

Begin job on node110 at 2011-06-04 13:38:07
IDJOB=3454886
IDBENCH=1350
IDSOLVER=1950
FILE ID=node110/3454886-1307187487
RUNJOBID= node110-1307187478-29524
PBS_JOBID= 13508825
Free space on /tmp= 74044 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900557574.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454886-1307187487/watcher-3454886-1307187487 -o /tmp/evaluation-result-3454886-1307187487/solver-3454886-1307187487 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454886-1307187487.opb

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

MD5SUM BENCH= 5107a201bfa7ecd84a67ffb212d048dd
RANDOM SEED=1686837268

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
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.830
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.830
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.83
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.830
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.76
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.830
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.83
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.830
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.74
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23694732 kB
Buffers:        303224 kB
Cached:        4580520 kB
SwapCached:       8652 kB
Active:        4466640 kB
Inactive:      4468240 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23694732 kB
SwapTotal:    67111528 kB
SwapFree:     67056304 kB
Dirty:            1288 kB
Writeback:           0 kB
AnonPages:     4048860 kB
Mapped:          35596 kB
Slab:           230112 kB
PageTables:      28072 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 85973940 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= 74044 MiB
End job on node110 at 2011-06-04 13:38:29