Trace number 3454843

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 18.2072 8.89433

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900558106.opb
MD5SUM86320fff0968ff7a2805751d322618eb
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.529919
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 815
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.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	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@431b9fb1
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@5b2558d6
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-3454843-1307187240.opb
0.10/0.11	c reading problem ... 
0.48/0.32	c ... done. Wall clock time 0.213s.
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
1.54/0.79	c cleaning 2498 clauses out of 5001 with flag 5001/5001
3.46/1.12	c cleaning 4249 clauses out of 8507 with flag 11005/11005
4.32/1.51	c cleaning 5620 clauses out of 11253 with flag 18000/18000
5.11/1.99	c cleaning 6814 clauses out of 13633 with flag 26000/26000
6.33/2.59	c cleaning 7907 clauses out of 15824 with flag 35005/35005
7.50/3.20	c cleaning 8955 clauses out of 17914 with flag 45002/45002
8.88/3.81	c cleaning 9476 clauses out of 18958 with flag 55001/55001
10.05/4.46	c cleaning 9738 clauses out of 19481 with flag 65000/65000
11.23/5.09	c cleaning 9866 clauses out of 19743 with flag 75000/75000
12.63/5.78	c cleaning 9933 clauses out of 19881 with flag 85004/85004
13.96/6.45	c cleaning 9970 clauses out of 19945 with flag 95001/95001
15.32/7.13	c cleaning 9981 clauses out of 19974 with flag 105000/105000
16.47/7.74	c cleaning 9988 clauses out of 19993 with flag 115000/115000
17.63/8.38	c cleaning 10003 clauses out of 20007 with flag 125002/125002
17.99/8.57	c  And the winner is Resolution
18.17/8.86	c starts		: 102
18.17/8.86	c conflicts		: 128218
18.17/8.86	c decisions		: 230392
18.17/8.86	c propagations		: 6308789
18.17/8.86	c inspects		: 73256503
18.17/8.86	c shortcuts		: 0
18.17/8.86	c learnt literals	: 5
18.17/8.86	c learnt binary clauses	: 10
18.17/8.86	c learnt ternary clauses	: 118
18.17/8.86	c learnt constraints	: 128212
18.17/8.86	c ignored constraints	: 0
18.17/8.86	c root simplifications	: 0
18.17/8.86	c removed literals (reason simplification)	: 619127
18.17/8.86	c reason swapping (by a shorter reason)	: 0
18.17/8.86	c Calls to reduceDB	: 14
18.17/8.86	c number of reductions to clauses (during analyze)	: 0
18.17/8.86	c number of learned constraints concerned by reduction	: 0
18.17/8.86	c number of learning phase by resolution	: 0
18.17/8.86	c number of learning phase by cutting planes	: 0
18.17/8.86	c speed (assignments/second)	: 738561.1098103488
18.17/8.86	c non guided choices	169
18.17/8.87	c learnt constraints type 
18.17/8.87	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 10
18.17/8.87	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13204
18.17/8.87	c constraints type 
18.17/8.87	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
18.17/8.87	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
18.17/8.87	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
18.17/8.87	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
18.17/8.87	c constraints type 
18.17/8.87	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
18.17/8.87	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
18.17/8.87	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
18.17/8.87	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
18.17/8.87	s UNSATISFIABLE
18.17/8.87	c Total wall clock time (in seconds): 8.764

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-3454843-1307187240/watcher-3454843-1307187240 -o /tmp/evaluation-result-3454843-1307187240/solver-3454843-1307187240 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454843-1307187240.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.81 1.26 1.47 3/556 19327
/proc/meminfo: memFree=24712808/32951124 swapFree=46970528/67111528
[pid=19327] ppid=19325 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/19327/stat : 19327 (java) S 19325 19327 16282 0 -1 4202496 5650 0 1 0 0 0 0 0 25 0 2 0 811140274 10694979584 5351 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051458021 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0
/proc/19327/statm: 2611079 5364 917 9 0 2602235 0
[pid=19327/tid=19328] ppid=19325 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19328/stat : 19328 (java) R 19325 19327 16282 0 -1 4202560 8254 0 1 0 0 1 0 0 25 0 2 0 811140274 10694979584 9071 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212039349307 0 4 0 16784584 0 0 0 -1 2 0 0 0

[startup+0.059043 s]
/proc/loadavg: 1.81 1.26 1.47 3/556 19327
/proc/meminfo: memFree=24712808/32951124 swapFree=46970528/67111528
[pid=19327] ppid=19325 vsize=10538184 CPUtime=0.05 cores=0,2,4,6
/proc/19327/stat : 19327 (java) S 19325 19327 16282 0 -1 4202496 11657 0 1 0 4 1 0 0 25 0 18 0 811140274 10791100416 11353 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19327/statm: 2634546 11353 1733 9 0 2625287 0
[pid=19327/tid=19328] ppid=19325 vsize=10538184 CPUtime=0.04 cores=0,2,4,6
/proc/19327/task/19328/stat : 19328 (java) R 19325 19327 16282 0 -1 4202560 10482 0 1 0 3 1 0 0 22 0 18 0 811140274 10791100416 11354 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 47823160307619 0 4 0 16800975 0 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10538184

[startup+0.101046 s]
/proc/loadavg: 1.81 1.26 1.47 3/556 19327
/proc/meminfo: memFree=24712808/32951124 swapFree=46970528/67111528
[pid=19327] ppid=19325 vsize=10539520 CPUtime=0.1 cores=0,2,4,6
/proc/19327/stat : 19327 (java) S 19325 19327 16282 0 -1 4202496 13104 0 1 0 9 1 0 0 25 0 18 0 811140274 10792468480 12800 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19327/statm: 2634880 12800 2092 9 0 2625614 0
[pid=19327/tid=19328] ppid=19325 vsize=10539520 CPUtime=0.08 cores=0,2,4,6
/proc/19327/task/19328/stat : 19328 (java) R 19325 19327 16282 0 -1 4202560 11178 0 1 0 7 1 0 0 18 0 18 0 811140274 10792468480 12801 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 47823164775251 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) 10539520

[startup+0.301025 s]
/proc/loadavg: 1.81 1.26 1.47 3/556 19327
/proc/meminfo: memFree=24712808/32951124 swapFree=46970528/67111528
[pid=19327] ppid=19325 vsize=10540856 CPUtime=0.48 cores=0,2,4,6
/proc/19327/stat : 19327 (java) S 19325 19327 16282 0 -1 4202496 15853 0 1 0 46 2 0 0 25 0 18 0 811140274 10793836544 14990 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19327/statm: 2635214 14991 2198 9 0 2625948 0
[pid=19327/tid=19328] ppid=19325 vsize=10540856 CPUtime=0.28 cores=0,2,4,6
/proc/19327/task/19328/stat : 19328 (java) R 19325 19327 16282 0 -1 4202560 12898 0 1 0 27 1 0 0 18 0 18 0 811140274 10793836544 14991 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 46912505559977 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10540856

[startup+0.797456 s]
/proc/loadavg: 1.81 1.26 1.47 3/556 19327
/proc/meminfo: memFree=24712808/32951124 swapFree=46970528/67111528
[pid=19327] ppid=19325 vsize=10556016 CPUtime=2.38 cores=0,2,4,6
/proc/19327/stat : 19327 (java) S 19325 19327 16282 0 -1 4202496 49532 0 1 0 232 6 0 0 25 0 22 0 811140274 10809360384 41995 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19327/statm: 2639004 41995 2231 9 0 2629738 0
[pid=19327/tid=19328] ppid=19325 vsize=10556016 CPUtime=0.31 cores=0,2,4,6
/proc/19327/task/19328/stat : 19328 (java) S 19325 19327 16282 0 -1 4202560 13386 0 1 0 29 2 0 0 19 0 22 0 811140274 10809360384 41996 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.38
Current children cumulated vsize (KiB) 10556016

[startup+1.50082 s]
/proc/loadavg: 1.81 1.26 1.47 7/578 19349
/proc/meminfo: memFree=24500804/32951124 swapFree=46970528/67111528
[pid=19327] ppid=19325 vsize=10556016 CPUtime=4.32 cores=0,2,4,6
/proc/19327/stat : 19327 (java) S 19325 19327 16282 0 -1 4202496 79737 0 1 0 422 10 0 0 25 0 22 0 811140274 10809360384 64843 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19327/statm: 2639004 64843 2257 9 0 2629738 0
[pid=19327/tid=19328] ppid=19325 vsize=10556016 CPUtime=0.31 cores=0,2,4,6
/proc/19327/task/19328/stat : 19328 (java) S 19325 19327 16282 0 -1 4202560 13386 0 1 0 29 2 0 0 15 0 22 0 811140274 10809360384 64843 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19330] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19330/stat : 19330 (java) S 19325 19327 16282 0 -1 4202560 287 0 0 0 0 0 0 0 16 0 22 0 811140276 10809360384 64844 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19331] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19331/stat : 19331 (java) S 19325 19327 16282 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 64844 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19332] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19332/stat : 19332 (java) S 19325 19327 16282 0 -1 4202560 208 0 0 0 0 0 0 0 16 0 22 0 811140276 10809360384 64846 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19333] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 16282 0 -1 4202560 109 0 0 0 0 0 0 0 16 0 22 0 811140276 10809360384 64848 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19334] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 64851 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19335] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 64853 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19336] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 16282 0 -1 4202560 236 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 64855 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19337] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 16282 0 -1 4202560 253 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 64858 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19338] ppid=19325 vsize=10556016 CPUtime=0.03 cores=0,2,4,6
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 16282 0 -1 4202560 964 0 0 0 3 0 0 0 15 0 22 0 811140277 10809360384 64860 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 0 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19339] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19339/stat : 19339 (java) S 19325 19327 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811140278 10809360384 64862 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19340] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19340/stat : 19340 (java) S 19325 19327 16282 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811140278 10809360384 64865 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19341] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19341/stat : 19341 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811140280 10809360384 64868 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051478961 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19342] ppid=19325 vsize=10556016 CPUtime=0.86 cores=0,2,4,6
/proc/19327/task/19342/stat : 19342 (java) S 19325 19327 16282 0 -1 4202560 9830 0 0 0 85 1 0 0 18 0 22 0 811140280 10809360384 64871 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19343] ppid=19325 vsize=10556016 CPUtime=0.81 cores=0,2,4,6
/proc/19327/task/19343/stat : 19343 (java) S 19325 19327 16282 0 -1 4202560 10710 0 0 0 80 1 0 0 17 0 22 0 811140280 10809360384 64874 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19344] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19344/stat : 19344 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811140280 10809360384 64878 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19345] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19345/stat : 19345 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811140280 10809360384 64881 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19346] ppid=19325 vsize=10556016 CPUtime=1.13 cores=0,2,4,6
/proc/19327/task/19346/stat : 19346 (java) R 19325 19327 16282 0 -1 4202560 342 0 0 0 113 0 0 0 20 0 22 0 811140307 10809360384 64882 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 46912505657804 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=19327/tid=19347] ppid=19325 vsize=10556016 CPUtime=1.12 cores=0,2,4,6
/proc/19327/task/19347/stat : 19347 (java) R 19325 19327 16282 0 -1 4202560 42290 0 0 0 108 4 0 0 18 0 22 0 811140307 10809360384 64884 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 46912505856876 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19327/tid=19348] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19348/stat : 19348 (java) S 19325 19327 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811140307 10809360384 64886 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19349] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19349/stat : 19349 (java) S 19325 19327 16282 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811140307 10809360384 64888 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 4.32
Current children cumulated vsize (KiB) 10556016

[startup+3.10152 s]
/proc/loadavg: 2.06 1.33 1.49 5/578 19349
/proc/meminfo: memFree=24392320/32951124 swapFree=46970528/67111528
[pid=19327] ppid=19325 vsize=10556016 CPUtime=7.5 cores=0,2,4,6
/proc/19327/stat : 19327 (java) S 19325 19327 16282 0 -1 4202496 112952 0 1 0 736 14 0 0 25 0 22 0 811140274 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19327/statm: 2639004 97480 2258 9 0 2629738 0
[pid=19327/tid=19328] ppid=19325 vsize=10556016 CPUtime=0.31 cores=0,2,4,6
/proc/19327/task/19328/stat : 19328 (java) S 19325 19327 16282 0 -1 4202560 13386 0 1 0 29 2 0 0 15 0 22 0 811140274 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19330] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19330/stat : 19330 (java) S 19325 19327 16282 0 -1 4202560 353 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19331] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19331/stat : 19331 (java) S 19325 19327 16282 0 -1 4202560 94 0 0 0 0 0 0 0 16 0 22 0 811140276 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19332] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19332/stat : 19332 (java) S 19325 19327 16282 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19333] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 16282 0 -1 4202560 197 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19334] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 16282 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19335] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 16282 0 -1 4202560 68 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19336] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 16282 0 -1 4202560 236 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19337] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 16282 0 -1 4202560 284 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19338] ppid=19325 vsize=10556016 CPUtime=0.11 cores=0,2,4,6
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 16282 0 -1 4202560 2192 0 0 0 11 0 0 0 16 0 22 0 811140277 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 0 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19339] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19339/stat : 19339 (java) S 19325 19327 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811140278 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19340] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19340/stat : 19340 (java) S 19325 19327 16282 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811140278 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19341] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19341/stat : 19341 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811140280 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051478961 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19342] ppid=19325 vsize=10556016 CPUtime=0.92 cores=0,2,4,6
/proc/19327/task/19342/stat : 19342 (java) S 19325 19327 16282 0 -1 4202560 10417 0 0 0 91 1 0 0 15 0 22 0 811140280 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19343] ppid=19325 vsize=10556016 CPUtime=0.82 cores=0,2,4,6
/proc/19327/task/19343/stat : 19343 (java) S 19325 19327 16282 0 -1 4202560 10710 0 0 0 81 1 0 0 15 0 22 0 811140280 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19344] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19344/stat : 19344 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811140280 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19345] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19345/stat : 19345 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811140280 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19346] ppid=19325 vsize=10556016 CPUtime=2.63 cores=0,2,4,6
/proc/19327/task/19346/stat : 19346 (java) R 19325 19327 16282 0 -1 4202560 444 0 0 0 263 0 0 0 23 0 22 0 811140307 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 46912505650928 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19327/tid=19347] ppid=19325 vsize=10556016 CPUtime=2.63 cores=0,2,4,6
/proc/19327/task/19347/stat : 19347 (java) R 19325 19327 16282 0 -1 4202560 73147 0 0 0 255 8 0 0 18 0 22 0 811140307 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 46912505633819 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19327/tid=19348] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19348/stat : 19348 (java) S 19325 19327 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811140307 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19349] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19349/stat : 19349 (java) S 19325 19327 16282 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811140307 10809360384 97480 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 10556016

[startup+6.30095 s]
/proc/loadavg: 2.06 1.33 1.49 4/578 19349
/proc/meminfo: memFree=24303768/32951124 swapFree=46970528/67111528
[pid=19327] ppid=19325 vsize=10556016 CPUtime=13.76 cores=0,2,4,6
/proc/19327/stat : 19327 (java) S 19325 19327 16282 0 -1 4202496 119971 0 1 0 1361 15 0 0 25 0 22 0 811140274 10809360384 104493 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19327/statm: 2639004 104493 2258 9 0 2629738 0
[pid=19327/tid=19328] ppid=19325 vsize=10556016 CPUtime=0.31 cores=0,2,4,6
/proc/19327/task/19328/stat : 19328 (java) S 19325 19327 16282 0 -1 4202560 13386 0 1 0 29 2 0 0 15 0 22 0 811140274 10809360384 104493 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19330] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19330/stat : 19330 (java) S 19325 19327 16282 0 -1 4202560 353 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 104493 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19331] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19331/stat : 19331 (java) S 19325 19327 16282 0 -1 4202560 95 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 104493 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19332] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19332/stat : 19332 (java) S 19325 19327 16282 0 -1 4202560 210 0 0 0 1 0 0 0 15 0 22 0 811140276 10809360384 104493 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19333] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 16282 0 -1 4202560 198 0 0 0 1 0 0 0 16 0 22 0 811140276 10809360384 104493 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19334] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 16282 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 104493 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19335] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 16282 0 -1 4202560 71 0 0 0 0 0 0 0 16 0 22 0 811140276 10809360384 104493 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19336] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 16282 0 -1 4202560 237 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 104493 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19337] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 16282 0 -1 4202560 284 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 104493 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0

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

/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 16282 0 -1 4202560 238 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 105274 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19337] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 16282 0 -1 4202560 284 0 0 0 1 0 0 0 16 0 22 0 811140276 10809360384 105274 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19338] ppid=19325 vsize=10556016 CPUtime=0.42 cores=0,2,4,6
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 16282 0 -1 4202560 3913 0 0 0 42 0 0 0 16 0 22 0 811140277 10809360384 105274 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 0 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19339] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19339/stat : 19339 (java) S 19325 19327 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811140278 10809360384 105274 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19340] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19340/stat : 19340 (java) S 19325 19327 16282 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811140278 10809360384 105274 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19341] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19341/stat : 19341 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811140280 10809360384 105274 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051478961 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19342] ppid=19325 vsize=10556016 CPUtime=0.94 cores=0,2,4,6
/proc/19327/task/19342/stat : 19342 (java) S 19325 19327 16282 0 -1 4202560 10417 0 0 0 93 1 0 0 15 0 22 0 811140280 10809360384 105274 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19343] ppid=19325 vsize=10556016 CPUtime=0.82 cores=0,2,4,6
/proc/19327/task/19343/stat : 19343 (java) S 19325 19327 16282 0 -1 4202560 10710 0 0 0 81 1 0 0 15 0 22 0 811140280 10809360384 105274 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19344] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19344/stat : 19344 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811140280 10809360384 105274 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19345] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19345/stat : 19345 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811140280 10809360384 105274 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19346] ppid=19325 vsize=10556016 CPUtime=7.29 cores=0,2,4,6
/proc/19327/task/19346/stat : 19346 (java) R 19325 19327 16282 0 -1 4202560 465 0 0 0 729 0 0 0 18 0 22 0 811140307 10809360384 105274 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 46912505672013 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=19327/tid=19347] ppid=19325 vsize=10556016 CPUtime=7.29 cores=0,2,4,6
/proc/19327/task/19347/stat : 19347 (java) R 19325 19327 16282 0 -1 4202560 79197 0 0 0 721 8 0 0 25 0 22 0 811140307 10809360384 105274 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 46912505858452 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19327/tid=19348] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19348/stat : 19348 (java) S 19325 19327 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811140307 10809360384 105274 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19349] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19349/stat : 19349 (java) S 19325 19327 16282 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811140307 10809360384 105274 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 17.23
Current children cumulated vsize (KiB) 10556016

[startup+8.5015 s]
/proc/loadavg: 2.22 1.37 1.50 5/578 19349
/proc/meminfo: memFree=24292344/32951124 swapFree=46970528/67111528
[pid=19327] ppid=19325 vsize=10556016 CPUtime=17.99 cores=0,2,4,6
/proc/19327/stat : 19327 (java) S 19325 19327 16282 0 -1 4202496 120953 0 1 0 1784 15 0 0 25 0 22 0 811140274 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19327/statm: 2639004 105471 2258 9 0 2629738 0
[pid=19327/tid=19328] ppid=19325 vsize=10556016 CPUtime=0.31 cores=0,2,4,6
/proc/19327/task/19328/stat : 19328 (java) S 19325 19327 16282 0 -1 4202560 13386 0 1 0 29 2 0 0 15 0 22 0 811140274 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19330] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19330/stat : 19330 (java) S 19325 19327 16282 0 -1 4202560 358 0 0 0 1 0 0 0 15 0 22 0 811140276 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19331] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19331/stat : 19331 (java) S 19325 19327 16282 0 -1 4202560 95 0 0 0 1 0 0 0 16 0 22 0 811140276 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19332] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19332/stat : 19332 (java) S 19325 19327 16282 0 -1 4202560 211 0 0 0 1 0 0 0 15 0 22 0 811140276 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19333] ppid=19325 vsize=10556016 CPUtime=0.02 cores=0,2,4,6
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 16282 0 -1 4202560 198 0 0 0 2 0 0 0 15 0 22 0 811140276 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19334] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 16282 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19335] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 16282 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19336] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 16282 0 -1 4202560 238 0 0 0 0 0 0 0 15 0 22 0 811140276 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19337] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 16282 0 -1 4202560 284 0 0 0 1 0 0 0 15 0 22 0 811140276 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19338] ppid=19325 vsize=10556016 CPUtime=0.46 cores=0,2,4,6
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 16282 0 -1 4202560 4105 0 0 0 46 0 0 0 16 0 22 0 811140277 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 0 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19339] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19339/stat : 19339 (java) S 19325 19327 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811140278 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19340] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19340/stat : 19340 (java) S 19325 19327 16282 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 811140278 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19341] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19341/stat : 19341 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 811140280 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051478961 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19342] ppid=19325 vsize=10556016 CPUtime=0.94 cores=0,2,4,6
/proc/19327/task/19342/stat : 19342 (java) S 19325 19327 16282 0 -1 4202560 10417 0 0 0 93 1 0 0 15 0 22 0 811140280 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19343] ppid=19325 vsize=10556016 CPUtime=0.82 cores=0,2,4,6
/proc/19327/task/19343/stat : 19343 (java) S 19325 19327 16282 0 -1 4202560 10710 0 0 0 81 1 0 0 15 0 22 0 811140280 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19344] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19344/stat : 19344 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 811140280 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19345] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19345/stat : 19345 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811140280 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19346] ppid=19325 vsize=10556016 CPUtime=7.65 cores=0,2,4,6
/proc/19327/task/19346/stat : 19346 (java) R 19325 19327 16282 0 -1 4202560 466 0 0 0 765 0 0 0 19 0 22 0 811140307 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 46912505650347 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=19327/tid=19347] ppid=19325 vsize=10556016 CPUtime=7.65 cores=0,2,4,6
/proc/19327/task/19347/stat : 19347 (java) R 19325 19327 16282 0 -1 4202560 79197 0 0 0 757 8 0 0 25 0 22 0 811140307 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 46912505857599 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=19327/tid=19348] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19348/stat : 19348 (java) S 19325 19327 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 811140307 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19349] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19349/stat : 19349 (java) S 19325 19327 16282 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811140307 10809360384 105471 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 17.99
Current children cumulated vsize (KiB) 10556016

[startup+8.70154 s]
/proc/loadavg: 2.22 1.37 1.50 5/578 19349
/proc/meminfo: memFree=24292344/32951124 swapFree=46970528/67111528
[pid=19327] ppid=19325 vsize=10556016 CPUtime=18.17 cores=0,2,4,6
/proc/19327/stat : 19327 (java) S 19325 19327 16282 0 -1 4202496 120960 0 1 0 1802 15 0 0 25 0 19 0 811140274 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19327/statm: 2639004 105477 2260 9 0 2629738 0
[pid=19327/tid=19328] ppid=19325 vsize=10556016 CPUtime=0.31 cores=0,2,4,6
/proc/19327/task/19328/stat : 19328 (java) S 19325 19327 16282 0 -1 4202560 13386 0 1 0 29 2 0 0 15 0 19 0 811140274 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19330] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19330/stat : 19330 (java) S 19325 19327 16282 0 -1 4202560 358 0 0 0 1 0 0 0 15 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19331] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19331/stat : 19331 (java) S 19325 19327 16282 0 -1 4202560 95 0 0 0 1 0 0 0 16 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19332] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19332/stat : 19332 (java) S 19325 19327 16282 0 -1 4202560 211 0 0 0 1 0 0 0 15 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19333] ppid=19325 vsize=10556016 CPUtime=0.02 cores=0,2,4,6
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 16282 0 -1 4202560 198 0 0 0 2 0 0 0 15 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19334] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 16282 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19335] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 16282 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19336] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 16282 0 -1 4202560 238 0 0 0 0 0 0 0 15 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19337] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 16282 0 -1 4202560 284 0 0 0 1 0 0 0 15 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19338] ppid=19325 vsize=10556016 CPUtime=0.46 cores=0,2,4,6
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 16282 0 -1 4202560 4106 0 0 0 46 0 0 0 15 0 19 0 811140277 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 0 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19339] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19339/stat : 19339 (java) S 19325 19327 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 811140278 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19340] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19340/stat : 19340 (java) S 19325 19327 16282 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 811140278 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19341] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19341/stat : 19341 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 811140280 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051478961 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19342] ppid=19325 vsize=10556016 CPUtime=0.95 cores=0,2,4,6
/proc/19327/task/19342/stat : 19342 (java) S 19325 19327 16282 0 -1 4202560 10418 0 0 0 94 1 0 0 15 0 19 0 811140280 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19343] ppid=19325 vsize=10556016 CPUtime=0.82 cores=0,2,4,6
/proc/19327/task/19343/stat : 19343 (java) S 19325 19327 16282 0 -1 4202560 10710 0 0 0 81 1 0 0 15 0 19 0 811140280 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19344] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19344/stat : 19344 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 811140280 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19345] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19345/stat : 19345 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 811140280 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19348] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19348/stat : 19348 (java) S 19325 19327 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 811140307 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18.17
Current children cumulated vsize (KiB) 10556016

[startup+8.80152 s]
/proc/loadavg: 2.22 1.37 1.50 5/578 19349
/proc/meminfo: memFree=24292344/32951124 swapFree=46970528/67111528
[pid=19327] ppid=19325 vsize=10556016 CPUtime=18.17 cores=0,2,4,6
/proc/19327/stat : 19327 (java) S 19325 19327 16282 0 -1 4202496 120960 0 1 0 1802 15 0 0 25 0 19 0 811140274 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051458021 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0
/proc/19327/statm: 2639004 105477 2260 9 0 2629738 0
[pid=19327/tid=19328] ppid=19325 vsize=10556016 CPUtime=0.31 cores=0,2,4,6
/proc/19327/task/19328/stat : 19328 (java) S 19325 19327 16282 0 -1 4202560 13386 0 1 0 29 2 0 0 15 0 19 0 811140274 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19330] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19330/stat : 19330 (java) S 19325 19327 16282 0 -1 4202560 358 0 0 0 1 0 0 0 15 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19331] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19331/stat : 19331 (java) S 19325 19327 16282 0 -1 4202560 95 0 0 0 1 0 0 0 16 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19332] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19332/stat : 19332 (java) S 19325 19327 16282 0 -1 4202560 211 0 0 0 1 0 0 0 15 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19333] ppid=19325 vsize=10556016 CPUtime=0.02 cores=0,2,4,6
/proc/19327/task/19333/stat : 19333 (java) S 19325 19327 16282 0 -1 4202560 198 0 0 0 2 0 0 0 15 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 6 0 0 0
[pid=19327/tid=19334] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19334/stat : 19334 (java) S 19325 19327 16282 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19335] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19335/stat : 19335 (java) S 19325 19327 16282 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19336] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19336/stat : 19336 (java) S 19325 19327 16282 0 -1 4202560 238 0 0 0 0 0 0 0 15 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19337] ppid=19325 vsize=10556016 CPUtime=0.01 cores=0,2,4,6
/proc/19327/task/19337/stat : 19337 (java) S 19325 19327 16282 0 -1 4202560 284 0 0 0 1 0 0 0 15 0 19 0 811140276 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19338] ppid=19325 vsize=10556016 CPUtime=0.46 cores=0,2,4,6
/proc/19327/task/19338/stat : 19338 (java) S 19325 19327 16282 0 -1 4202560 4106 0 0 0 46 0 0 0 15 0 19 0 811140277 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 0 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19339] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19339/stat : 19339 (java) S 19325 19327 16282 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 811140278 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19340] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19340/stat : 19340 (java) S 19325 19327 16282 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 811140278 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 4 0 0 0
[pid=19327/tid=19341] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19341/stat : 19341 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 811140280 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051478961 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19342] ppid=19325 vsize=10556016 CPUtime=0.95 cores=0,2,4,6
/proc/19327/task/19342/stat : 19342 (java) S 19325 19327 16282 0 -1 4202560 10418 0 0 0 94 1 0 0 15 0 19 0 811140280 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19343] ppid=19325 vsize=10556016 CPUtime=0.82 cores=0,2,4,6
/proc/19327/task/19343/stat : 19343 (java) S 19325 19327 16282 0 -1 4202560 10710 0 0 0 81 1 0 0 15 0 19 0 811140280 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19344] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19344/stat : 19344 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 811140280 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471257 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
[pid=19327/tid=19345] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19345/stat : 19345 (java) S 19325 19327 16282 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 811140280 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 0 0 0 0
[pid=19327/tid=19348] ppid=19325 vsize=10556016 CPUtime=0 cores=0,2,4,6
/proc/19327/task/19348/stat : 19348 (java) S 19325 19327 16282 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 811140307 10809360384 105477 33554432000 1073741824 1073778376 140737102748032 18446744073709551615 212051471872 0 4 0 16800975 18446604444151433344 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 18.17
Current children cumulated vsize (KiB) 10556016

Child status: 20
Real time (s): 8.89433
CPU time (s): 18.2072
CPU user time (s): 18.0353
CPU system time (s): 0.171973
CPU usage (%): 204.706
Max. virtual memory (cumulated for all children) (KiB): 10564856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.0353
system time used= 0.171973
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 120968
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= 960
involuntary context switches= 343

runsolver used 0.057991 second user time and 0.124981 second system time

The end

Launcher Data

Begin job on node146 at 2011-06-04 13:34:00
IDJOB=3454843
IDBENCH=1304
IDSOLVER=1950
FILE ID=node146/3454843-1307187240
RUNJOBID= node146-1307187225-19188
PBS_JOBID= 13508858
Free space on /tmp= 73784 MiB

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

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

MD5SUM BENCH= 86320fff0968ff7a2805751d322618eb
RANDOM SEED=1196354453

node146.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.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.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.86
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24712840 kB
Buffers:        171424 kB
Cached:         304024 kB
SwapCached:      60452 kB
Active:         632420 kB
Inactive:      7361480 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24712840 kB
SwapTotal:    67111528 kB
SwapFree:     46970528 kB
Dirty:            1200 kB
Writeback:           0 kB
AnonPages:     7468860 kB
Mapped:          24840 kB
Slab:            76864 kB
PageTables:      98680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 171061016 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= 73784 MiB
End job on node146 at 2011-06-04 13:34:09