Trace number 3454839

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 33.9948 16.5176

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900568186.opb
MD5SUM75bd0b27f5ff05dc207afe3c3d5552d1
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 benchmark5.13122
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 721
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		9996466904
0.00/0.09	c Max memory 		10048897024
0.00/0.09	c Total memory 		10048897024
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3454839-1307187167.opb
0.09/0.11	c reading problem ... 
0.47/0.32	c ... done. Wall clock time 0.207s.
0.47/0.32	c #vars     231
0.47/0.32	c #constraints  2707
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.47/0.32	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.47/0.32	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.47/0.32	c constraints type 
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.47/0.32	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.47/0.32	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.47/0.32	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.00/0.78	c cleaning 2496 clauses out of 5000 with flag 5000/5000
3.48/1.12	c cleaning 4249 clauses out of 8505 with flag 11001/11001
4.31/1.53	c cleaning 5624 clauses out of 11256 with flag 18001/18001
5.30/2.02	c cleaning 6807 clauses out of 13631 with flag 26000/26000
6.52/2.63	c cleaning 7907 clauses out of 15827 with flag 35003/35003
7.70/3.28	c cleaning 8953 clauses out of 17917 with flag 45000/45000
9.07/3.95	c cleaning 9473 clauses out of 18964 with flag 55000/55000
10.28/4.58	c cleaning 9744 clauses out of 19493 with flag 65002/65002
11.41/5.18	c cleaning 9869 clauses out of 19748 with flag 75001/75001
12.77/5.84	c cleaning 9925 clauses out of 19878 with flag 85000/85000
14.13/6.51	c cleaning 9971 clauses out of 19954 with flag 95001/95001
15.10/7.07	c cleaning 9988 clauses out of 19982 with flag 105000/105000
16.25/7.67	c cleaning 9994 clauses out of 19995 with flag 115001/115001
17.41/8.27	c cleaning 9999 clauses out of 20001 with flag 125001/125001
18.60/8.86	c cleaning 9998 clauses out of 20002 with flag 135001/135001
20.09/9.46	c cleaning 9993 clauses out of 20004 with flag 145001/145001
21.67/10.08	c cleaning 10000 clauses out of 20010 with flag 155000/155000
22.79/10.66	c cleaning 10003 clauses out of 20011 with flag 165001/165001
23.78/11.18	c cleaning 9998 clauses out of 20007 with flag 175000/175000
24.91/11.73	c cleaning 10002 clauses out of 20011 with flag 185002/185002
25.88/12.25	c cleaning 9999 clauses out of 20007 with flag 195000/195000
26.81/12.79	c cleaning 9995 clauses out of 20008 with flag 205000/205000
28.00/13.40	c cleaning 9998 clauses out of 20013 with flag 215000/215000
29.12/13.97	c cleaning 10005 clauses out of 20015 with flag 225000/225000
30.26/14.58	c cleaning 10002 clauses out of 20011 with flag 235001/235001
31.62/15.21	c cleaning 10002 clauses out of 20010 with flag 245002/245002
32.57/15.79	c cleaning 9996 clauses out of 20006 with flag 255000/255000
33.92/16.40	c  And the winner is Resolution
33.92/16.46	c starts		: 128
33.92/16.46	c conflicts		: 263944
33.92/16.46	c decisions		: 473557
33.92/16.46	c propagations		: 9980758
33.92/16.46	c inspects		: 141571566
33.92/16.46	c shortcuts		: 0
33.92/16.46	c learnt literals	: 7
33.92/16.46	c learnt binary clauses	: 26
33.92/16.46	c learnt ternary clauses	: 319
33.92/16.46	c learnt constraints	: 263936
33.92/16.46	c ignored constraints	: 0
33.92/16.46	c root simplifications	: 0
33.92/16.46	c removed literals (reason simplification)	: 1350408
33.92/16.46	c reason swapping (by a shorter reason)	: 0
33.92/16.46	c Calls to reduceDB	: 27
33.92/16.46	c number of reductions to clauses (during analyze)	: 0
33.92/16.46	c number of learned constraints concerned by reduction	: 0
33.92/16.46	c number of learning phase by resolution	: 0
33.92/16.46	c number of learning phase by cutting planes	: 0
33.92/16.46	c speed (assignments/second)	: 618578.1220948249
33.92/16.46	c non guided choices	169
33.92/16.47	c learnt constraints type 
33.92/16.47	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 26
33.92/16.47	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 18920
33.92/16.47	c constraints type 
33.92/16.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
33.92/16.47	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
33.92/16.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
33.92/16.47	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
33.92/16.47	c constraints type 
33.92/16.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
33.92/16.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
33.92/16.47	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
33.92/16.47	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
33.92/16.47	s UNSATISFIABLE
33.92/16.47	c Total wall clock time (in seconds): 16.354

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

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

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


[startup+0 s]
/proc/loadavg: 4.17 3.92 3.21 4/476 27473
/proc/meminfo: memFree=20415540/32951124 swapFree=60476376/67111528
[pid=27473] ppid=27471 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/27473/stat : 27473 (java) S 27471 27473 23562 0 -1 4202496 3878 0 1 0 0 0 0 0 25 0 2 0 811132640 10694979584 3580 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/27473/statm: 2611079 3594 917 9 0 2602235 0
[pid=27473/tid=27474] ppid=27471 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27474/stat : 27474 (java) R 27471 27473 23562 0 -1 4202560 4432 0 1 0 0 0 0 0 25 0 2 0 811132641 10694979584 5248 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220815930427 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.101934 s]
/proc/loadavg: 4.17 3.92 3.21 4/476 27473
/proc/meminfo: memFree=20415540/32951124 swapFree=60476376/67111528
[pid=27473] ppid=27471 vsize=10540340 CPUtime=0.09 cores=1,3,5,7
/proc/27473/stat : 27473 (java) S 27471 27473 23562 0 -1 4202496 13035 0 1 0 8 1 0 0 25 0 18 0 811132640 10793308160 12732 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27473/statm: 2635085 12732 2093 9 0 2625819 0
[pid=27473/tid=27474] ppid=27471 vsize=10540340 CPUtime=0.08 cores=1,3,5,7
/proc/27473/task/27474/stat : 27474 (java) R 27471 27473 23562 0 -1 4202560 11119 0 1 0 7 1 0 0 22 0 18 0 811132641 10793308160 12732 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540340

[startup+0.20691 s]
/proc/loadavg: 4.17 3.92 3.21 4/476 27473
/proc/meminfo: memFree=20415540/32951124 swapFree=60476376/67111528
[pid=27473] ppid=27471 vsize=10540912 CPUtime=0.25 cores=1,3,5,7
/proc/27473/stat : 27473 (java) S 27471 27473 23562 0 -1 4202496 14003 0 1 0 24 1 0 0 25 0 18 0 811132640 10793893888 13700 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27473/statm: 2635228 13700 2181 9 0 2625962 0
[pid=27473/tid=27474] ppid=27471 vsize=10540912 CPUtime=0.18 cores=1,3,5,7
/proc/27473/task/27474/stat : 27474 (java) R 27471 27473 23562 0 -1 4202560 11857 0 1 0 17 1 0 0 22 0 18 0 811132641 10793893888 13700 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 47381443774058 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 10540912

[startup+0.300853 s]
/proc/loadavg: 4.17 3.92 3.21 4/476 27473
/proc/meminfo: memFree=20415540/32951124 swapFree=60476376/67111528
[pid=27473] ppid=27471 vsize=10541504 CPUtime=0.47 cores=1,3,5,7
/proc/27473/stat : 27473 (java) S 27471 27473 23562 0 -1 4202496 15868 0 1 0 45 2 0 0 25 0 18 0 811132640 10794500096 15050 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27473/statm: 2635376 15051 2199 9 0 2626110 0
[pid=27473/tid=27474] ppid=27471 vsize=10541504 CPUtime=0.28 cores=1,3,5,7
/proc/27473/task/27474/stat : 27474 (java) R 27471 27473 23562 0 -1 4202560 12911 0 1 0 27 1 0 0 22 0 18 0 811132641 10794500096 15051 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 46912505366267 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 10541504

[startup+0.700749 s]
/proc/loadavg: 4.17 3.92 3.21 4/476 27473
/proc/meminfo: memFree=20415540/32951124 swapFree=60476376/67111528
[pid=27473] ppid=27471 vsize=10559068 CPUtime=2 cores=1,3,5,7
/proc/27473/stat : 27473 (java) S 27471 27473 23562 0 -1 4202496 40291 0 1 0 195 5 0 0 25 0 22 0 811132640 10812485632 35140 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27473/statm: 2639767 35140 2225 9 0 2630501 0
[pid=27473/tid=27474] ppid=27471 vsize=10559068 CPUtime=0.3 cores=1,3,5,7
/proc/27473/task/27474/stat : 27474 (java) S 27471 27473 23562 0 -1 4202560 13411 0 1 0 29 1 0 0 23 0 22 0 811132641 10812485632 35140 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 2
Current children cumulated vsize (KiB) 10559068

[startup+1.50163 s]
/proc/loadavg: 4.17 3.92 3.21 6/498 27496
/proc/meminfo: memFree=20186712/32951124 swapFree=60476376/67111528
[pid=27473] ppid=27471 vsize=10559296 CPUtime=4.31 cores=1,3,5,7
/proc/27473/stat : 27473 (java) S 27471 27473 23562 0 -1 4202496 78516 0 1 0 421 10 0 0 25 0 22 0 811132640 10812719104 69016 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27473/statm: 2639824 69019 2256 9 0 2630558 0
[pid=27473/tid=27474] ppid=27471 vsize=10559296 CPUtime=0.3 cores=1,3,5,7
/proc/27473/task/27474/stat : 27474 (java) S 27471 27473 23562 0 -1 4202560 13411 0 1 0 29 1 0 0 15 0 22 0 811132641 10812719104 69020 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27476] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27476/stat : 27476 (java) S 27471 27473 23562 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 69022 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27477] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27477/stat : 27477 (java) S 27471 27473 23562 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 69023 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27478] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27478/stat : 27478 (java) S 27471 27473 23562 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 69025 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27479] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27479/stat : 27479 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 69027 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27480] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27480/stat : 27480 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 69028 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27481] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27481/stat : 27481 (java) S 27471 27473 23562 0 -1 4202560 96 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 69030 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27482] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27482/stat : 27482 (java) S 27471 27473 23562 0 -1 4202560 254 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 69030 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27483] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27483/stat : 27483 (java) S 27471 27473 23562 0 -1 4202560 252 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 69030 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27484] ppid=27471 vsize=10559296 CPUtime=0.03 cores=1,3,5,7
/proc/27473/task/27484/stat : 27484 (java) S 27471 27473 23562 0 -1 4202560 859 0 0 0 3 0 0 0 15 0 22 0 811132643 10812719104 69030 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 0 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27485] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27485/stat : 27485 (java) S 27471 27473 23562 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 811132644 10812719104 69030 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27486] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27486/stat : 27486 (java) S 27471 27473 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811132644 10812719104 69031 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27487] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27487/stat : 27487 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811132646 10812719104 69032 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828060081 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27488] ppid=27471 vsize=10559296 CPUtime=0.84 cores=1,3,5,7
/proc/27473/task/27488/stat : 27488 (java) S 27471 27473 23562 0 -1 4202560 8913 0 0 0 83 1 0 0 18 0 22 0 811132646 10812719104 69034 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27489] ppid=27471 vsize=10559296 CPUtime=0.83 cores=1,3,5,7
/proc/27473/task/27489/stat : 27489 (java) S 27471 27473 23562 0 -1 4202560 7613 0 0 0 83 0 0 0 16 0 22 0 811132646 10812719104 69036 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27490] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27490/stat : 27490 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811132646 10812719104 69038 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27491] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27491/stat : 27491 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811132646 10812719104 69039 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27492] ppid=27471 vsize=10559296 CPUtime=1.13 cores=1,3,5,7
/proc/27473/task/27492/stat : 27492 (java) R 27471 27473 23562 0 -1 4202560 354 0 0 0 113 0 0 0 20 0 22 0 811132673 10812719104 69042 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 46912505639836 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27473/tid=27493] ppid=27471 vsize=10559296 CPUtime=1.11 cores=1,3,5,7
/proc/27473/task/27493/stat : 27493 (java) R 27471 27473 23562 0 -1 4202560 45233 0 0 0 106 5 0 0 18 0 22 0 811132673 10812719104 69045 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 46912505838198 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27473/tid=27494] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27494/stat : 27494 (java) S 27471 27473 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811132673 10812719104 69049 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27495] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27495/stat : 27495 (java) S 27471 27473 23562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811132673 10812719104 69053 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 4.31
Current children cumulated vsize (KiB) 10559296

[startup+3.10134 s]
/proc/loadavg: 4.17 3.92 3.21 5/498 27496
/proc/meminfo: memFree=20018196/32951124 swapFree=60476376/67111528
[pid=27473] ppid=27471 vsize=10559296 CPUtime=7.5 cores=1,3,5,7
/proc/27473/stat : 27473 (java) S 27471 27473 23562 0 -1 4202496 125370 0 1 0 734 16 0 0 25 0 22 0 811132640 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27473/statm: 2639824 115867 2257 9 0 2630558 0
[pid=27473/tid=27474] ppid=27471 vsize=10559296 CPUtime=0.3 cores=1,3,5,7
/proc/27473/task/27474/stat : 27474 (java) S 27471 27473 23562 0 -1 4202560 13411 0 1 0 29 1 0 0 15 0 22 0 811132641 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27476] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27476/stat : 27476 (java) S 27471 27473 23562 0 -1 4202560 208 0 0 0 0 0 0 0 16 0 22 0 811132642 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27477] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27477/stat : 27477 (java) S 27471 27473 23562 0 -1 4202560 65 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27478] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27478/stat : 27478 (java) S 27471 27473 23562 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27479] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27479/stat : 27479 (java) S 27471 27473 23562 0 -1 4202560 27 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27480] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27480/stat : 27480 (java) S 27471 27473 23562 0 -1 4202560 146 0 0 0 0 0 0 0 16 0 22 0 811132642 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27481] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27481/stat : 27481 (java) S 27471 27473 23562 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27482] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27482/stat : 27482 (java) S 27471 27473 23562 0 -1 4202560 291 0 0 0 0 0 0 0 16 0 22 0 811132642 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27483] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27483/stat : 27483 (java) S 27471 27473 23562 0 -1 4202560 316 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27484] ppid=27471 vsize=10559296 CPUtime=0.1 cores=1,3,5,7
/proc/27473/task/27484/stat : 27484 (java) S 27471 27473 23562 0 -1 4202560 1899 0 0 0 10 0 0 0 15 0 22 0 811132643 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 0 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27485] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27485/stat : 27485 (java) S 27471 27473 23562 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 811132644 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27486] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27486/stat : 27486 (java) S 27471 27473 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811132644 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27487] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27487/stat : 27487 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811132646 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828060081 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27488] ppid=27471 vsize=10559296 CPUtime=0.89 cores=1,3,5,7
/proc/27473/task/27488/stat : 27488 (java) S 27471 27473 23562 0 -1 4202560 8927 0 0 0 88 1 0 0 15 0 22 0 811132646 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27489] ppid=27471 vsize=10559296 CPUtime=0.84 cores=1,3,5,7
/proc/27473/task/27489/stat : 27489 (java) S 27471 27473 23562 0 -1 4202560 7613 0 0 0 84 0 0 0 15 0 22 0 811132646 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27490] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27490/stat : 27490 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811132646 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27491] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27491/stat : 27491 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811132646 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27492] ppid=27471 vsize=10559296 CPUtime=2.65 cores=1,3,5,7
/proc/27473/task/27492/stat : 27492 (java) R 27471 27473 23562 0 -1 4202560 366 0 0 0 265 0 0 0 18 0 22 0 811132673 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 46912505647553 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27473/tid=27493] ppid=27471 vsize=10559296 CPUtime=2.63 cores=1,3,5,7
/proc/27473/task/27493/stat : 27493 (java) R 27471 27473 23562 0 -1 4202560 90649 0 0 0 252 11 0 0 18 0 22 0 811132673 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 46912505801683 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27473/tid=27494] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27494/stat : 27494 (java) S 27471 27473 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811132673 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27495] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27495/stat : 27495 (java) S 27471 27473 23562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811132673 10812719104 115867 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 10559296

[startup+6.30075 s]
/proc/loadavg: 3.99 3.88 3.20 9/498 27547
/proc/meminfo: memFree=23920880/32951124 swapFree=60476376/67111528
[pid=27473] ppid=27471 vsize=10559296 CPUtime=13.73 cores=1,3,5,7
/proc/27473/stat : 27473 (java) S 27471 27473 23562 0 -1 4202496 133011 0 1 0 1357 16 0 0 25 0 22 0 811132640 10812719104 123463 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27473/statm: 2639824 123463 2257 9 0 2630558 0
[pid=27473/tid=27474] ppid=27471 vsize=10559296 CPUtime=0.3 cores=1,3,5,7
/proc/27473/task/27474/stat : 27474 (java) S 27471 27473 23562 0 -1 4202560 13412 0 1 0 29 1 0 0 15 0 22 0 811132641 10812719104 123463 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27476] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27476/stat : 27476 (java) S 27471 27473 23562 0 -1 4202560 216 0 0 0 0 0 0 0 16 0 22 0 811132642 10812719104 123463 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27477] ppid=27471 vsize=10559296 CPUtime=0.01 cores=1,3,5,7
/proc/27473/task/27477/stat : 27477 (java) S 27471 27473 23562 0 -1 4202560 67 0 0 0 1 0 0 0 16 0 22 0 811132642 10812719104 123463 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27478] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27478/stat : 27478 (java) S 27471 27473 23562 0 -1 4202560 194 0 0 0 0 0 0 0 16 0 22 0 811132642 10812719104 123463 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27479] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27479/stat : 27479 (java) S 27471 27473 23562 0 -1 4202560 33 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 123463 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27480] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27480/stat : 27480 (java) S 27471 27473 23562 0 -1 4202560 146 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 123463 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27481] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27481/stat : 27481 (java) S 27471 27473 23562 0 -1 4202560 104 0 0 0 0 0 0 0 16 0 22 0 811132642 10812719104 123463 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27482] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27482/stat : 27482 (java) S 27471 27473 23562 0 -1 4202560 292 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 123463 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27483] ppid=27471 vsize=10559296 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27483/stat : 27483 (java) S 27471 27473 23562 0 -1 4202560 316 0 0 0 0 0 0 0 15 0 22 0 811132642 10812719104 123463 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0

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

[pid=27473/tid=27493] ppid=27471 vsize=10557332 CPUtime=13.04 cores=1,3,5,7
/proc/27473/task/27493/stat : 27493 (java) R 27471 27473 23562 0 -1 4202560 96983 0 0 0 1293 11 0 0 25 0 22 0 811132673 10810707968 124683 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 46912505761008 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27473/tid=27494] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27494/stat : 27494 (java) S 27471 27473 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811132673 10810707968 124683 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27495] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27495/stat : 27495 (java) S 27471 27473 23562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811132673 10810707968 124683 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 30.1
Current children cumulated vsize (KiB) 10557332

[startup+15.2011 s]
/proc/loadavg: 3.99 3.89 3.21 5/498 27547
/proc/meminfo: memFree=23577452/32951124 swapFree=60476376/67111528
[pid=27473] ppid=27471 vsize=10557332 CPUtime=31.62 cores=1,3,5,7
/proc/27473/stat : 27473 (java) S 27471 27473 23562 0 -1 4202496 138425 0 1 0 3145 17 0 0 25 0 22 0 811132640 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27473/statm: 2639333 124739 2258 9 0 2630067 0
[pid=27473/tid=27474] ppid=27471 vsize=10557332 CPUtime=0.3 cores=1,3,5,7
/proc/27473/task/27474/stat : 27474 (java) S 27471 27473 23562 0 -1 4202560 13412 0 1 0 29 1 0 0 15 0 22 0 811132641 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27476] ppid=27471 vsize=10557332 CPUtime=0.03 cores=1,3,5,7
/proc/27473/task/27476/stat : 27476 (java) S 27471 27473 23562 0 -1 4202560 216 0 0 0 3 0 0 0 15 0 22 0 811132642 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27477] ppid=27471 vsize=10557332 CPUtime=0.02 cores=1,3,5,7
/proc/27473/task/27477/stat : 27477 (java) S 27471 27473 23562 0 -1 4202560 72 0 0 0 2 0 0 0 15 0 22 0 811132642 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27478] ppid=27471 vsize=10557332 CPUtime=0.01 cores=1,3,5,7
/proc/27473/task/27478/stat : 27478 (java) S 27471 27473 23562 0 -1 4202560 198 0 0 0 1 0 0 0 15 0 22 0 811132642 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27479] ppid=27471 vsize=10557332 CPUtime=0.01 cores=1,3,5,7
/proc/27473/task/27479/stat : 27479 (java) S 27471 27473 23562 0 -1 4202560 34 0 0 0 1 0 0 0 15 0 22 0 811132642 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27480] ppid=27471 vsize=10557332 CPUtime=0.01 cores=1,3,5,7
/proc/27473/task/27480/stat : 27480 (java) S 27471 27473 23562 0 -1 4202560 153 0 0 0 1 0 0 0 16 0 22 0 811132642 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27481] ppid=27471 vsize=10557332 CPUtime=0.02 cores=1,3,5,7
/proc/27473/task/27481/stat : 27481 (java) S 27471 27473 23562 0 -1 4202560 109 0 0 0 2 0 0 0 15 0 22 0 811132642 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27482] ppid=27471 vsize=10557332 CPUtime=0.02 cores=1,3,5,7
/proc/27473/task/27482/stat : 27482 (java) S 27471 27473 23562 0 -1 4202560 294 0 0 0 2 0 0 0 16 0 22 0 811132642 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27483] ppid=27471 vsize=10557332 CPUtime=0.02 cores=1,3,5,7
/proc/27473/task/27483/stat : 27483 (java) S 27471 27473 23562 0 -1 4202560 316 0 0 0 2 0 0 0 16 0 22 0 811132642 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27484] ppid=27471 vsize=10557332 CPUtime=0.97 cores=1,3,5,7
/proc/27473/task/27484/stat : 27484 (java) S 27471 27473 23562 0 -1 4202560 4871 0 0 0 97 0 0 0 16 0 22 0 811132643 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 0 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27485] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27485/stat : 27485 (java) S 27471 27473 23562 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 811132644 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27486] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27486/stat : 27486 (java) S 27471 27473 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811132644 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27487] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27487/stat : 27487 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811132646 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828060081 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27488] ppid=27471 vsize=10557332 CPUtime=1.68 cores=1,3,5,7
/proc/27473/task/27488/stat : 27488 (java) S 27471 27473 23562 0 -1 4202560 12621 0 0 0 167 1 0 0 15 0 22 0 811132646 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27489] ppid=27471 vsize=10557332 CPUtime=0.85 cores=1,3,5,7
/proc/27473/task/27489/stat : 27489 (java) S 27471 27473 23562 0 -1 4202560 7613 0 0 0 85 0 0 0 15 0 22 0 811132646 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27490] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27490/stat : 27490 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811132646 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27491] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27491/stat : 27491 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811132646 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27492] ppid=27471 vsize=10557332 CPUtime=13.8 cores=1,3,5,7
/proc/27473/task/27492/stat : 27492 (java) R 27471 27473 23562 0 -1 4202560 376 0 0 0 1380 0 0 0 18 0 22 0 811132673 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 46912505651308 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27473/tid=27493] ppid=27471 vsize=10557332 CPUtime=13.77 cores=1,3,5,7
/proc/27473/task/27493/stat : 27493 (java) R 27471 27473 23562 0 -1 4202560 96983 0 0 0 1366 11 0 0 25 0 22 0 811132673 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 46912505839464 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27473/tid=27494] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27494/stat : 27494 (java) S 27471 27473 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811132673 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27495] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27495/stat : 27495 (java) S 27471 27473 23562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811132673 10810707968 124739 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 31.62
Current children cumulated vsize (KiB) 10557332

[startup+16.001 s]
/proc/loadavg: 3.99 3.89 3.21 4/498 27547
/proc/meminfo: memFree=23575580/32951124 swapFree=60476376/67111528
[pid=27473] ppid=27471 vsize=10557332 CPUtime=33.12 cores=1,3,5,7
/proc/27473/stat : 27473 (java) S 27471 27473 23562 0 -1 4202496 138807 0 1 0 3295 17 0 0 25 0 22 0 811132640 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27473/statm: 2639333 125119 2258 9 0 2630067 0
[pid=27473/tid=27474] ppid=27471 vsize=10557332 CPUtime=0.3 cores=1,3,5,7
/proc/27473/task/27474/stat : 27474 (java) S 27471 27473 23562 0 -1 4202560 13412 0 1 0 29 1 0 0 15 0 22 0 811132641 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27476] ppid=27471 vsize=10557332 CPUtime=0.03 cores=1,3,5,7
/proc/27473/task/27476/stat : 27476 (java) S 27471 27473 23562 0 -1 4202560 216 0 0 0 3 0 0 0 16 0 22 0 811132642 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27477] ppid=27471 vsize=10557332 CPUtime=0.02 cores=1,3,5,7
/proc/27473/task/27477/stat : 27477 (java) S 27471 27473 23562 0 -1 4202560 72 0 0 0 2 0 0 0 15 0 22 0 811132642 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27478] ppid=27471 vsize=10557332 CPUtime=0.01 cores=1,3,5,7
/proc/27473/task/27478/stat : 27478 (java) S 27471 27473 23562 0 -1 4202560 198 0 0 0 1 0 0 0 15 0 22 0 811132642 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27479] ppid=27471 vsize=10557332 CPUtime=0.01 cores=1,3,5,7
/proc/27473/task/27479/stat : 27479 (java) S 27471 27473 23562 0 -1 4202560 34 0 0 0 1 0 0 0 15 0 22 0 811132642 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27480] ppid=27471 vsize=10557332 CPUtime=0.02 cores=1,3,5,7
/proc/27473/task/27480/stat : 27480 (java) S 27471 27473 23562 0 -1 4202560 153 0 0 0 2 0 0 0 16 0 22 0 811132642 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27481] ppid=27471 vsize=10557332 CPUtime=0.02 cores=1,3,5,7
/proc/27473/task/27481/stat : 27481 (java) S 27471 27473 23562 0 -1 4202560 109 0 0 0 2 0 0 0 16 0 22 0 811132642 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27482] ppid=27471 vsize=10557332 CPUtime=0.02 cores=1,3,5,7
/proc/27473/task/27482/stat : 27482 (java) S 27471 27473 23562 0 -1 4202560 294 0 0 0 2 0 0 0 15 0 22 0 811132642 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27483] ppid=27471 vsize=10557332 CPUtime=0.02 cores=1,3,5,7
/proc/27473/task/27483/stat : 27483 (java) S 27471 27473 23562 0 -1 4202560 316 0 0 0 2 0 0 0 15 0 22 0 811132642 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27484] ppid=27471 vsize=10557332 CPUtime=1.07 cores=1,3,5,7
/proc/27473/task/27484/stat : 27484 (java) S 27471 27473 23562 0 -1 4202560 5251 0 0 0 107 0 0 0 15 0 22 0 811132643 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 0 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27485] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27485/stat : 27485 (java) S 27471 27473 23562 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 811132644 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27486] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27486/stat : 27486 (java) S 27471 27473 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811132644 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27487] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27487/stat : 27487 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811132646 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828060081 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27488] ppid=27471 vsize=10557332 CPUtime=1.68 cores=1,3,5,7
/proc/27473/task/27488/stat : 27488 (java) S 27471 27473 23562 0 -1 4202560 12621 0 0 0 167 1 0 0 15 0 22 0 811132646 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27489] ppid=27471 vsize=10557332 CPUtime=0.85 cores=1,3,5,7
/proc/27473/task/27489/stat : 27489 (java) S 27471 27473 23562 0 -1 4202560 7613 0 0 0 85 0 0 0 15 0 22 0 811132646 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27490] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27490/stat : 27490 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811132646 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27491] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27491/stat : 27491 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811132646 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27492] ppid=27471 vsize=10557332 CPUtime=14.49 cores=1,3,5,7
/proc/27473/task/27492/stat : 27492 (java) R 27471 27473 23562 0 -1 4202560 377 0 0 0 1449 0 0 0 17 0 22 0 811132673 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 46912505651861 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27473/tid=27493] ppid=27471 vsize=10557332 CPUtime=14.47 cores=1,3,5,7
/proc/27473/task/27493/stat : 27493 (java) R 27471 27473 23562 0 -1 4202560 96984 0 0 0 1436 11 0 0 17 0 22 0 811132673 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 46912505755645 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27473/tid=27494] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27494/stat : 27494 (java) S 27471 27473 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811132673 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27495] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27495/stat : 27495 (java) S 27471 27473 23562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811132673 10810707968 125119 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 33.12
Current children cumulated vsize (KiB) 10557332

[startup+16.4009 s]
/proc/loadavg: 3.99 3.89 3.21 4/498 27547
/proc/meminfo: memFree=23575580/32951124 swapFree=60476376/67111528
[pid=27473] ppid=27471 vsize=10557332 CPUtime=33.92 cores=1,3,5,7
/proc/27473/stat : 27473 (java) S 27471 27473 23562 0 -1 4202496 138808 0 1 0 3375 17 0 0 25 0 22 0 811132640 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27473/statm: 2639333 125120 2258 9 0 2630067 0
[pid=27473/tid=27474] ppid=27471 vsize=10557332 CPUtime=0.3 cores=1,3,5,7
/proc/27473/task/27474/stat : 27474 (java) S 27471 27473 23562 0 -1 4202560 13412 0 1 0 29 1 0 0 15 0 22 0 811132641 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27476] ppid=27471 vsize=10557332 CPUtime=0.03 cores=1,3,5,7
/proc/27473/task/27476/stat : 27476 (java) S 27471 27473 23562 0 -1 4202560 216 0 0 0 3 0 0 0 16 0 22 0 811132642 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27477] ppid=27471 vsize=10557332 CPUtime=0.02 cores=1,3,5,7
/proc/27473/task/27477/stat : 27477 (java) S 27471 27473 23562 0 -1 4202560 72 0 0 0 2 0 0 0 15 0 22 0 811132642 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27478] ppid=27471 vsize=10557332 CPUtime=0.01 cores=1,3,5,7
/proc/27473/task/27478/stat : 27478 (java) S 27471 27473 23562 0 -1 4202560 198 0 0 0 1 0 0 0 15 0 22 0 811132642 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27479] ppid=27471 vsize=10557332 CPUtime=0.01 cores=1,3,5,7
/proc/27473/task/27479/stat : 27479 (java) S 27471 27473 23562 0 -1 4202560 34 0 0 0 1 0 0 0 15 0 22 0 811132642 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27480] ppid=27471 vsize=10557332 CPUtime=0.02 cores=1,3,5,7
/proc/27473/task/27480/stat : 27480 (java) S 27471 27473 23562 0 -1 4202560 153 0 0 0 2 0 0 0 16 0 22 0 811132642 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27481] ppid=27471 vsize=10557332 CPUtime=0.02 cores=1,3,5,7
/proc/27473/task/27481/stat : 27481 (java) S 27471 27473 23562 0 -1 4202560 109 0 0 0 2 0 0 0 16 0 22 0 811132642 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27482] ppid=27471 vsize=10557332 CPUtime=0.02 cores=1,3,5,7
/proc/27473/task/27482/stat : 27482 (java) S 27471 27473 23562 0 -1 4202560 294 0 0 0 2 0 0 0 15 0 22 0 811132642 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27483] ppid=27471 vsize=10557332 CPUtime=0.02 cores=1,3,5,7
/proc/27473/task/27483/stat : 27483 (java) S 27471 27473 23562 0 -1 4202560 316 0 0 0 2 0 0 0 15 0 22 0 811132642 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27484] ppid=27471 vsize=10557332 CPUtime=1.07 cores=1,3,5,7
/proc/27473/task/27484/stat : 27484 (java) S 27471 27473 23562 0 -1 4202560 5251 0 0 0 107 0 0 0 15 0 22 0 811132643 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 0 0 16800975 18446604469871321344 0 0 -1 1 0 0 0
[pid=27473/tid=27485] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27485/stat : 27485 (java) S 27471 27473 23562 0 -1 4202560 16 0 0 0 0 0 0 0 18 0 22 0 811132644 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27486] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27486/stat : 27486 (java) S 27471 27473 23562 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811132644 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27487] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27487/stat : 27487 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811132646 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828060081 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27488] ppid=27471 vsize=10557332 CPUtime=1.68 cores=1,3,5,7
/proc/27473/task/27488/stat : 27488 (java) S 27471 27473 23562 0 -1 4202560 12621 0 0 0 167 1 0 0 15 0 22 0 811132646 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 5 0 0 0
[pid=27473/tid=27489] ppid=27471 vsize=10557332 CPUtime=0.85 cores=1,3,5,7
/proc/27473/task/27489/stat : 27489 (java) S 27471 27473 23562 0 -1 4202560 7613 0 0 0 85 0 0 0 15 0 22 0 811132646 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27490] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27490/stat : 27490 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811132646 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052377 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27491] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27491/stat : 27491 (java) S 27471 27473 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811132646 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
[pid=27473/tid=27492] ppid=27471 vsize=10557332 CPUtime=14.89 cores=1,3,5,7
/proc/27473/task/27492/stat : 27492 (java) R 27471 27473 23562 0 -1 4202560 378 0 0 0 1489 0 0 0 18 0 22 0 811132673 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 46912505639583 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27473/tid=27493] ppid=27471 vsize=10557332 CPUtime=14.87 cores=1,3,5,7
/proc/27473/task/27493/stat : 27493 (java) R 27471 27473 23562 0 -1 4202560 96984 0 0 0 1476 11 0 0 17 0 22 0 811132673 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 46912505837326 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27473/tid=27494] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27494/stat : 27494 (java) S 27471 27473 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811132673 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 7 0 0 0
[pid=27473/tid=27495] ppid=27471 vsize=10557332 CPUtime=0 cores=1,3,5,7
/proc/27473/task/27495/stat : 27495 (java) S 27471 27473 23562 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811132673 10810707968 125120 33554432000 1073741824 1073778376 140735917019472 18446744073709551615 220828052992 0 4 0 16800975 18446604469871321344 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 33.92
Current children cumulated vsize (KiB) 10557332

[startup+16.5009 s]
/proc/loadavg: 3.99 3.89 3.21 4/478 27548
/proc/meminfo: memFree=24004708/32951124 swapFree=60476376/67111528
[pid=27473] ppid=27471 vsize=0 CPUtime=33.98 cores=1,3,5,7
/proc/27473/stat : 27473 (java) Z 27471 27473 23562 0 -1 4203548 138825 0 1 0 3379 19 0 0 18 0 1 0 811132640 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27473/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 33.98
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 16.5176
CPU time (s): 33.9948
CPU user time (s): 33.7999
CPU system time (s): 0.19497
CPU usage (%): 205.81
Max. virtual memory (cumulated for all children) (KiB): 10570020

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 33.7999
system time used= 0.19497
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 138825
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= 1477
involuntary context switches= 625

runsolver used 0.069989 second user time and 0.207968 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-04 13:32:47
IDJOB=3454839
IDBENCH=1298
IDSOLVER=1950
FILE ID=node147/3454839-1307187167
RUNJOBID= node147-1307186255-27061
PBS_JOBID= 13508849
Free space on /tmp= 73696 MiB

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

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

MD5SUM BENCH= 75bd0b27f5ff05dc207afe3c3d5552d1
RANDOM SEED=809931111

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20415820 kB
Buffers:        324388 kB
Cached:        1490192 kB
SwapCached:      11188 kB
Active:       10906196 kB
Inactive:      1361432 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20415820 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:             156 kB
Writeback:           0 kB
AnonPages:    10449908 kB
Mapped:          30924 kB
Slab:           134176 kB
PageTables:      66612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 131167536 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= 73696 MiB
End job on node147 at 2011-06-04 13:33:04