Trace number 3454884

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 22.8635 10.9579

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900551347.opb
MD5SUMad2f2eb73d6b7e5f546be528b10bc762
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 benchmark1.91471
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 745
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.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.09	c version 2.3.1.v20110525
0.03/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.09	c java.vm.version	19.1-b02
0.03/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.09	c sun.arch.data.model	64
0.03/0.09	c java.version		1.6.0_24
0.03/0.09	c os.name		Linux
0.03/0.09	c os.version		2.6.18-164.el5
0.03/0.09	c os.arch		amd64
0.03/0.09	c Free memory 		9996466904
0.03/0.09	c Max memory 		10048897024
0.03/0.10	c Total memory 		10048897024
0.03/0.10	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3454884-1307642772.opb
0.09/0.12	c reading problem ... 
0.46/0.33	c ... done. Wall clock time 0.208s.
0.46/0.33	c #vars     231
0.46/0.33	c #constraints  2707
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.46/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.46/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.46/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.81/0.75	c cleaning 2497 clauses out of 5000 with flag 5000/5000
2.94/1.07	c cleaning 4250 clauses out of 8503 with flag 11000/11000
3.87/1.42	c cleaning 5624 clauses out of 11254 with flag 18001/18001
4.74/1.88	c cleaning 6811 clauses out of 13631 with flag 26002/26002
5.96/2.46	c cleaning 7904 clauses out of 15819 with flag 35001/35001
7.10/3.09	c cleaning 8955 clauses out of 17915 with flag 45001/45001
8.26/3.64	c cleaning 9470 clauses out of 18959 with flag 55000/55000
9.43/4.23	c cleaning 9733 clauses out of 19490 with flag 65001/65001
10.40/4.79	c cleaning 9871 clauses out of 19760 with flag 75004/75004
11.57/5.35	c cleaning 9934 clauses out of 19885 with flag 85000/85000
13.16/5.96	c cleaning 9970 clauses out of 19955 with flag 95004/95004
14.75/6.57	c cleaning 9986 clauses out of 19983 with flag 105002/105002
15.89/7.12	c cleaning 9994 clauses out of 19995 with flag 115000/115000
17.07/7.72	c cleaning 9993 clauses out of 20002 with flag 125001/125001
18.02/8.29	c cleaning 10001 clauses out of 20008 with flag 135000/135000
19.20/8.83	c cleaning 9997 clauses out of 20011 with flag 145004/145004
20.13/9.37	c cleaning 10002 clauses out of 20011 with flag 155001/155001
21.32/9.95	c cleaning 9997 clauses out of 20008 with flag 165000/165000
22.47/10.53	c cleaning 10005 clauses out of 20011 with flag 175002/175002
22.63/10.68	c  And the winner is Resolution
22.82/10.92	c starts		: 105
22.82/10.92	c conflicts		: 177508
22.82/10.92	c decisions		: 322861
22.82/10.92	c propagations		: 6581821
22.82/10.92	c inspects		: 88303785
22.82/10.92	c shortcuts		: 0
22.82/10.92	c learnt literals	: 8
22.82/10.92	c learnt binary clauses	: 28
22.82/10.92	c learnt ternary clauses	: 246
22.82/10.92	c learnt constraints	: 177499
22.82/10.92	c ignored constraints	: 0
22.82/10.92	c root simplifications	: 0
22.82/10.92	c removed literals (reason simplification)	: 785043
22.82/10.92	c reason swapping (by a shorter reason)	: 0
22.82/10.92	c Calls to reduceDB	: 19
22.82/10.92	c number of reductions to clauses (during analyze)	: 0
22.82/10.92	c number of learned constraints concerned by reduction	: 0
22.82/10.92	c number of learning phase by resolution	: 0
22.82/10.92	c number of learning phase by cutting planes	: 0
22.82/10.92	c speed (assignments/second)	: 621512.8423040605
22.82/10.92	c non guided choices	169
22.82/10.93	c learnt constraints type 
22.82/10.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 28
22.82/10.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12477
22.82/10.93	c constraints type 
22.82/10.93	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
22.82/10.93	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
22.82/10.93	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
22.82/10.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
22.82/10.93	c constraints type 
22.82/10.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
22.82/10.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
22.82/10.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
22.82/10.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
22.82/10.93	s UNSATISFIABLE
22.82/10.93	c Total wall clock time (in seconds): 10.809

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

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

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


[startup+0 s]
/proc/loadavg: 3.68 3.93 3.89 2/173 11526
/proc/meminfo: memFree=31850000/32951132 swapFree=67054608/67111528
[pid=11526] ppid=11524 vsize=23028 CPUtime=0 cores=0,2,4,6
/proc/11526/stat : 11526 (java) R 11524 11526 11485 0 -1 4202496 957 0 0 0 0 0 0 0 18 0 1 0 875876840 23580672 700 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274659839798 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/11526/statm: 5757 701 517 9 0 124 0

[startup+0.049932 s]
/proc/loadavg: 3.68 3.93 3.89 2/173 11526
/proc/meminfo: memFree=31850000/32951132 swapFree=67054608/67111528
[pid=11526] ppid=11524 vsize=10467696 CPUtime=0.03 cores=0,2,4,6
/proc/11526/stat : 11526 (java) S 11524 11526 11485 0 -1 4202496 11333 0 1 0 2 1 0 0 18 0 13 0 875876840 10718920704 11029 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676611045 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0
/proc/11526/statm: 2616924 11029 1679 9 0 2607672 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10467696

[startup+0.10092 s]
/proc/loadavg: 3.68 3.93 3.89 2/173 11526
/proc/meminfo: memFree=31850000/32951132 swapFree=67054608/67111528
[pid=11526] ppid=11524 vsize=10474940 CPUtime=0.09 cores=0,2,4,6
/proc/11526/stat : 11526 (java) S 11524 11526 11485 0 -1 4202496 12889 0 1 0 8 1 0 0 18 0 18 0 875876840 10726338560 12582 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11526/statm: 2618735 12582 2092 9 0 2609469 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10474940

[startup+0.300929 s]
/proc/loadavg: 3.68 3.93 3.89 2/173 11526
/proc/meminfo: memFree=31850000/32951132 swapFree=67054608/67111528
[pid=11526] ppid=11524 vsize=10542524 CPUtime=0.46 cores=0,2,4,6
/proc/11526/stat : 11526 (java) S 11524 11526 11485 0 -1 4202496 15564 0 1 0 44 2 0 0 18 0 18 0 875876840 10795544576 15055 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11526/statm: 2635631 15055 2199 9 0 2626365 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10542524

[startup+0.700788 s]
/proc/loadavg: 3.68 3.93 3.89 2/173 11526
/proc/meminfo: memFree=31850000/32951132 swapFree=67054608/67111528
[pid=11526] ppid=11524 vsize=10558060 CPUtime=1.81 cores=0,2,4,6
/proc/11526/stat : 11526 (java) S 11524 11526 11485 0 -1 4202496 32431 0 1 0 177 4 0 0 18 0 22 0 875876840 10811453440 29236 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11526/statm: 2639515 29237 2228 9 0 2630249 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 10558060

[startup+1.50075 s]
/proc/loadavg: 3.68 3.93 3.89 9/218 11574
/proc/meminfo: memFree=31448720/32951132 swapFree=67054608/67111528
[pid=11526] ppid=11524 vsize=10565528 CPUtime=4.06 cores=0,2,4,6
/proc/11526/stat : 11526 (java) S 11524 11526 11485 0 -1 4202496 69718 0 1 0 394 12 0 0 18 0 22 0 875876840 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11526/statm: 2641382 63223 2256 9 0 2632116 0
[pid=11526/tid=11532] ppid=11524 vsize=10565528 CPUtime=0.31 cores=0,2,4,6
/proc/11526/task/11532/stat : 11532 (java) S 11524 11526 11485 0 -1 4202560 13369 0 1 0 29 2 0 0 15 0 22 0 875876840 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 4 0 0 0
[pid=11526/tid=11535] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11535/stat : 11535 (java) S 11524 11526 11485 0 -1 4202560 180 0 0 0 0 0 0 0 16 0 22 0 875876842 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 4 0 0 0
[pid=11526/tid=11536] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11536/stat : 11536 (java) S 11524 11526 11485 0 -1 4202560 112 0 0 0 0 0 0 0 15 0 22 0 875876842 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11537] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11537/stat : 11537 (java) S 11524 11526 11485 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 22 0 875876842 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11538] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11538/stat : 11538 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 875876842 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11539] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11539/stat : 11539 (java) S 11524 11526 11485 0 -1 4202560 358 0 0 0 0 0 0 0 15 0 22 0 875876842 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11540] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11540/stat : 11540 (java) S 11524 11526 11485 0 -1 4202560 3 0 0 0 0 0 0 0 15 0 22 0 875876842 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11541] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11541/stat : 11541 (java) S 11524 11526 11485 0 -1 4202560 111 0 0 0 0 0 0 0 15 0 22 0 875876842 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11542] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11542/stat : 11542 (java) S 11524 11526 11485 0 -1 4202560 158 0 0 0 0 0 0 0 15 0 22 0 875876842 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11551] ppid=11524 vsize=10565528 CPUtime=0.05 cores=0,2,4,6
/proc/11526/task/11551/stat : 11551 (java) S 11524 11526 11485 0 -1 4202560 1001 0 0 0 5 0 0 0 16 0 22 0 875876843 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 0 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11553] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11553/stat : 11553 (java) S 11524 11526 11485 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 875876844 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11554] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11554/stat : 11554 (java) S 11524 11526 11485 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 875876844 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11557] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11557/stat : 11557 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 875876846 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676631985 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11558] ppid=11524 vsize=10565528 CPUtime=0.76 cores=0,2,4,6
/proc/11526/task/11558/stat : 11558 (java) S 11524 11526 11485 0 -1 4202560 6847 0 0 0 73 3 0 0 15 0 22 0 875876846 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11559] ppid=11524 vsize=10565528 CPUtime=0.91 cores=0,2,4,6
/proc/11526/task/11559/stat : 11559 (java) S 11524 11526 11485 0 -1 4202560 8247 0 0 0 90 1 0 0 16 0 22 0 875876846 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11560] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11560/stat : 11560 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 875876846 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11561] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11561/stat : 11561 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 875876846 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11571] ppid=11524 vsize=10565528 CPUtime=1.09 cores=0,2,4,6
/proc/11526/task/11571/stat : 11571 (java) R 11524 11526 11485 0 -1 4202560 323 0 0 0 109 0 0 0 18 0 22 0 875876873 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 46912505802271 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11526/tid=11572] ppid=11524 vsize=10565528 CPUtime=0.89 cores=0,2,4,6
/proc/11526/task/11572/stat : 11572 (java) R 11524 11526 11485 0 -1 4202560 37847 0 0 0 84 5 0 0 23 0 22 0 875876873 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 46912505858126 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11526/tid=11573] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11573/stat : 11573 (java) S 11524 11526 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 875876874 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11574] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11574/stat : 11574 (java) S 11524 11526 11485 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 875876874 10819100672 63223 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 4.06
Current children cumulated vsize (KiB) 10565528

[startup+3.10143 s]
/proc/loadavg: 3.68 3.93 3.89 5/218 11574
/proc/meminfo: memFree=31200224/32951132 swapFree=67054608/67111528
[pid=11526] ppid=11524 vsize=10565528 CPUtime=7.29 cores=0,2,4,6
/proc/11526/stat : 11526 (java) S 11524 11526 11485 0 -1 4202496 118867 0 1 0 712 17 0 0 18 0 22 0 875876840 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11526/statm: 2641382 112370 2257 9 0 2632116 0
[pid=11526/tid=11532] ppid=11524 vsize=10565528 CPUtime=0.31 cores=0,2,4,6
/proc/11526/task/11532/stat : 11532 (java) S 11524 11526 11485 0 -1 4202560 13369 0 1 0 29 2 0 0 15 0 22 0 875876840 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 4 0 0 0
[pid=11526/tid=11535] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11535/stat : 11535 (java) S 11524 11526 11485 0 -1 4202560 345 0 0 0 0 0 0 0 15 0 22 0 875876842 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11536] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11536/stat : 11536 (java) S 11524 11526 11485 0 -1 4202560 202 0 0 0 0 0 0 0 16 0 22 0 875876842 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11537] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11537/stat : 11537 (java) S 11524 11526 11485 0 -1 4202560 86 0 0 0 0 0 0 0 16 0 22 0 875876842 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11538] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11538/stat : 11538 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 875876842 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11539] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11539/stat : 11539 (java) S 11524 11526 11485 0 -1 4202560 466 0 0 0 0 0 0 0 16 0 22 0 875876842 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11540] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11540/stat : 11540 (java) S 11524 11526 11485 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 875876842 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11541] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11541/stat : 11541 (java) S 11524 11526 11485 0 -1 4202560 111 0 0 0 0 0 0 0 16 0 22 0 875876842 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11542] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11542/stat : 11542 (java) S 11524 11526 11485 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 22 0 875876842 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11551] ppid=11524 vsize=10565528 CPUtime=0.1 cores=0,2,4,6
/proc/11526/task/11551/stat : 11551 (java) R 11524 11526 11485 0 -1 4202560 1703 0 0 0 10 0 0 0 15 0 22 0 875876843 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 47958140198031 0 0 0 16800975 0 0 0 -1 4 0 0 0
[pid=11526/tid=11553] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11553/stat : 11553 (java) S 11524 11526 11485 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 875876844 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11554] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11554/stat : 11554 (java) S 11524 11526 11485 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 875876844 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11557] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11557/stat : 11557 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 875876846 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676631985 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11558] ppid=11524 vsize=10565528 CPUtime=0.86 cores=0,2,4,6
/proc/11526/task/11558/stat : 11558 (java) S 11524 11526 11485 0 -1 4202560 6859 0 0 0 83 3 0 0 15 0 22 0 875876846 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11559] ppid=11524 vsize=10565528 CPUtime=0.95 cores=0,2,4,6
/proc/11526/task/11559/stat : 11559 (java) S 11524 11526 11485 0 -1 4202560 8253 0 0 0 94 1 0 0 15 0 22 0 875876846 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11560] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11560/stat : 11560 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 875876846 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11561] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11561/stat : 11561 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 875876846 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11571] ppid=11524 vsize=10565528 CPUtime=2.62 cores=0,2,4,6
/proc/11526/task/11571/stat : 11571 (java) S 11524 11526 11485 0 -1 4202560 325 0 0 0 262 0 0 0 20 0 22 0 875876873 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11572] ppid=11524 vsize=10565528 CPUtime=2.38 cores=0,2,4,6
/proc/11526/task/11572/stat : 11572 (java) S 11524 11526 11485 0 -1 4202560 85767 0 0 0 228 10 0 0 25 0 22 0 875876873 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 4 0 0 0
[pid=11526/tid=11573] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11573/stat : 11573 (java) S 11524 11526 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 875876874 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11574] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11574/stat : 11574 (java) S 11524 11526 11485 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 875876874 10819100672 112370 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 7.29
Current children cumulated vsize (KiB) 10565528

[startup+6.30085 s]
/proc/loadavg: 3.70 3.93 3.89 4/218 11574
/proc/meminfo: memFree=31004836/32951132 swapFree=67054608/67111528
[pid=11526] ppid=11524 vsize=10565528 CPUtime=14.25 cores=0,2,4,6
/proc/11526/stat : 11526 (java) S 11524 11526 11485 0 -1 4202496 125910 0 1 0 1407 18 0 0 18 0 22 0 875876840 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11526/statm: 2641382 116111 2259 9 0 2632116 0
[pid=11526/tid=11532] ppid=11524 vsize=10565528 CPUtime=0.31 cores=0,2,4,6
/proc/11526/task/11532/stat : 11532 (java) S 11524 11526 11485 0 -1 4202560 13369 0 1 0 29 2 0 0 15 0 22 0 875876840 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 4 0 0 0
[pid=11526/tid=11535] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11535/stat : 11535 (java) S 11524 11526 11485 0 -1 4202560 345 0 0 0 1 0 0 0 15 0 22 0 875876842 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11536] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11536/stat : 11536 (java) S 11524 11526 11485 0 -1 4202560 202 0 0 0 0 0 0 0 16 0 22 0 875876842 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11537] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11537/stat : 11537 (java) S 11524 11526 11485 0 -1 4202560 90 0 0 0 1 0 0 0 15 0 22 0 875876842 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11538] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11538/stat : 11538 (java) S 11524 11526 11485 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 875876842 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11539] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11539/stat : 11539 (java) S 11524 11526 11485 0 -1 4202560 466 0 0 0 1 0 0 0 15 0 22 0 875876842 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11540] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11540/stat : 11540 (java) S 11524 11526 11485 0 -1 4202560 50 0 0 0 0 0 0 0 16 0 22 0 875876842 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11541] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11541/stat : 11541 (java) S 11524 11526 11485 0 -1 4202560 112 0 0 0 0 0 0 0 16 0 22 0 875876842 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11542] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11542/stat : 11542 (java) S 11524 11526 11485 0 -1 4202560 177 0 0 0 0 0 0 0 16 0 22 0 875876842 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11551] ppid=11524 vsize=10565528 CPUtime=0.29 cores=0,2,4,6
/proc/11526/task/11551/stat : 11551 (java) S 11524 11526 11485 0 -1 4202560 3238 0 0 0 29 0 0 0 15 0 22 0 875876843 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 0 0 16800975 18446604441396569024 0 0 -1 4 0 0 0
[pid=11526/tid=11553] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11553/stat : 11553 (java) S 11524 11526 11485 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 875876844 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11554] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11554/stat : 11554 (java) S 11524 11526 11485 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 875876844 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11557] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11557/stat : 11557 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 875876846 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676631985 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11558] ppid=11524 vsize=10565528 CPUtime=1.58 cores=0,2,4,6
/proc/11526/task/11558/stat : 11558 (java) R 11524 11526 11485 0 -1 4202560 12347 0 0 0 155 3 0 0 16 0 22 0 875876846 10819100672 116111 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 47958139914737 0 4 0 16800975 0 0 0 -1 0 0 0 0

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

/proc/11526/task/11542/stat : 11542 (java) S 11524 11526 11485 0 -1 4202560 177 0 0 0 1 0 0 0 15 0 22 0 875876842 10819100672 116501 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11551] ppid=11524 vsize=10565528 CPUtime=0.55 cores=0,2,4,6
/proc/11526/task/11551/stat : 11551 (java) S 11524 11526 11485 0 -1 4202560 3970 0 0 0 55 0 0 0 16 0 22 0 875876843 10819100672 116501 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 0 0 16800975 18446604441396569024 0 0 -1 4 0 0 0
[pid=11526/tid=11553] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11553/stat : 11553 (java) S 11524 11526 11485 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 875876844 10819100672 116501 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11554] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11554/stat : 11554 (java) S 11524 11526 11485 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 875876844 10819100672 116501 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11557] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11557/stat : 11557 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 875876846 10819100672 116501 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676631985 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11558] ppid=11524 vsize=10565528 CPUtime=1.67 cores=0,2,4,6
/proc/11526/task/11558/stat : 11558 (java) S 11524 11526 11485 0 -1 4202560 12638 0 0 0 164 3 0 0 15 0 22 0 875876846 10819100672 116501 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11559] ppid=11524 vsize=10565528 CPUtime=0.99 cores=0,2,4,6
/proc/11526/task/11559/stat : 11559 (java) S 11524 11526 11485 0 -1 4202560 8255 0 0 0 98 1 0 0 15 0 22 0 875876846 10819100672 116501 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11560] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11560/stat : 11560 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 875876846 10819100672 116501 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11561] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11561/stat : 11561 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 875876846 10819100672 116501 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11571] ppid=11524 vsize=10565528 CPUtime=8.52 cores=0,2,4,6
/proc/11526/task/11571/stat : 11571 (java) R 11524 11526 11485 0 -1 4202560 336 0 0 0 852 0 0 0 19 0 22 0 875876873 10819100672 116501 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 46912505636551 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11526/tid=11572] ppid=11524 vsize=10565528 CPUtime=8.28 cores=0,2,4,6
/proc/11526/task/11572/stat : 11572 (java) R 11524 11526 11485 0 -1 4202560 85770 0 0 0 818 10 0 0 22 0 22 0 875876873 10819100672 116501 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 46912505841664 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11526/tid=11573] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11573/stat : 11573 (java) S 11524 11526 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 875876874 10819100672 116501 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11574] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11574/stat : 11574 (java) S 11524 11526 11485 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 875876874 10819100672 116501 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 20.49
Current children cumulated vsize (KiB) 10565528

[startup+10.3012 s]
/proc/loadavg: 3.73 3.94 3.89 5/218 11574
/proc/meminfo: memFree=30994520/32951132 swapFree=67054608/67111528
[pid=11526] ppid=11524 vsize=10565528 CPUtime=22.07 cores=0,2,4,6
/proc/11526/stat : 11526 (java) S 11524 11526 11485 0 -1 4202496 127117 0 1 0 2188 19 0 0 18 0 22 0 875876840 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11526/statm: 2641382 116674 2259 9 0 2632116 0
[pid=11526/tid=11532] ppid=11524 vsize=10565528 CPUtime=0.31 cores=0,2,4,6
/proc/11526/task/11532/stat : 11532 (java) S 11524 11526 11485 0 -1 4202560 13369 0 1 0 29 2 0 0 15 0 22 0 875876840 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11535] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11535/stat : 11535 (java) S 11524 11526 11485 0 -1 4202560 345 0 0 0 1 0 0 0 15 0 22 0 875876842 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11536] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11536/stat : 11536 (java) S 11524 11526 11485 0 -1 4202560 202 0 0 0 1 0 0 0 15 0 22 0 875876842 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11537] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11537/stat : 11537 (java) S 11524 11526 11485 0 -1 4202560 90 0 0 0 1 0 0 0 16 0 22 0 875876842 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11538] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11538/stat : 11538 (java) S 11524 11526 11485 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 22 0 875876842 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11539] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11539/stat : 11539 (java) S 11524 11526 11485 0 -1 4202560 466 0 0 0 1 0 0 0 15 0 22 0 875876842 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11540] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11540/stat : 11540 (java) S 11524 11526 11485 0 -1 4202560 50 0 0 0 1 0 0 0 16 0 22 0 875876842 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11541] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11541/stat : 11541 (java) S 11524 11526 11485 0 -1 4202560 113 0 0 0 1 0 0 0 16 0 22 0 875876842 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11542] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11542/stat : 11542 (java) S 11524 11526 11485 0 -1 4202560 177 0 0 0 1 0 0 0 15 0 22 0 875876842 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11551] ppid=11524 vsize=10565528 CPUtime=0.59 cores=0,2,4,6
/proc/11526/task/11551/stat : 11551 (java) S 11524 11526 11485 0 -1 4202560 4141 0 0 0 59 0 0 0 16 0 22 0 875876843 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 0 0 16800975 18446604441396569024 0 0 -1 4 0 0 0
[pid=11526/tid=11553] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11553/stat : 11553 (java) S 11524 11526 11485 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 22 0 875876844 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11554] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11554/stat : 11554 (java) S 11524 11526 11485 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 22 0 875876844 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11557] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11557/stat : 11557 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 22 0 875876846 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676631985 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11558] ppid=11524 vsize=10565528 CPUtime=1.68 cores=0,2,4,6
/proc/11526/task/11558/stat : 11558 (java) S 11524 11526 11485 0 -1 4202560 12638 0 0 0 165 3 0 0 15 0 22 0 875876846 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11559] ppid=11524 vsize=10565528 CPUtime=0.99 cores=0,2,4,6
/proc/11526/task/11559/stat : 11559 (java) S 11524 11526 11485 0 -1 4202560 8255 0 0 0 98 1 0 0 15 0 22 0 875876846 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11560] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11560/stat : 11560 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 875876846 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11561] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11561/stat : 11561 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 875876846 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11571] ppid=11524 vsize=10565528 CPUtime=9.27 cores=0,2,4,6
/proc/11526/task/11571/stat : 11571 (java) R 11524 11526 11485 0 -1 4202560 338 0 0 0 927 0 0 0 20 0 22 0 875876873 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 46912505641441 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=11526/tid=11572] ppid=11524 vsize=10565528 CPUtime=9.04 cores=0,2,4,6
/proc/11526/task/11572/stat : 11572 (java) R 11524 11526 11485 0 -1 4202560 85770 0 0 0 894 10 0 0 25 0 22 0 875876873 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 46912505859157 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11526/tid=11573] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11573/stat : 11573 (java) S 11524 11526 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 875876874 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11574] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11574/stat : 11574 (java) S 11524 11526 11485 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 875876874 10819100672 116674 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.07
Current children cumulated vsize (KiB) 10565528

[startup+10.7012 s]
/proc/loadavg: 3.73 3.94 3.89 5/218 11574
/proc/meminfo: memFree=30994520/32951132 swapFree=67054608/67111528
[pid=11526] ppid=11524 vsize=10565528 CPUtime=22.82 cores=0,2,4,6
/proc/11526/stat : 11526 (java) S 11524 11526 11485 0 -1 4202496 127263 0 1 0 2263 19 0 0 18 0 20 0 875876840 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11526/statm: 2641382 116819 2260 9 0 2632116 0
[pid=11526/tid=11532] ppid=11524 vsize=10565528 CPUtime=0.31 cores=0,2,4,6
/proc/11526/task/11532/stat : 11532 (java) S 11524 11526 11485 0 -1 4202560 13369 0 1 0 29 2 0 0 15 0 20 0 875876840 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11535] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11535/stat : 11535 (java) S 11524 11526 11485 0 -1 4202560 345 0 0 0 1 0 0 0 15 0 20 0 875876842 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11536] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11536/stat : 11536 (java) S 11524 11526 11485 0 -1 4202560 202 0 0 0 1 0 0 0 15 0 20 0 875876842 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 4 0 0 0
[pid=11526/tid=11537] ppid=11524 vsize=10565528 CPUtime=0.02 cores=0,2,4,6
/proc/11526/task/11537/stat : 11537 (java) S 11524 11526 11485 0 -1 4202560 90 0 0 0 2 0 0 0 15 0 20 0 875876842 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11538] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11538/stat : 11538 (java) S 11524 11526 11485 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 20 0 875876842 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11539] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11539/stat : 11539 (java) S 11524 11526 11485 0 -1 4202560 466 0 0 0 1 0 0 0 15 0 20 0 875876842 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11540] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11540/stat : 11540 (java) S 11524 11526 11485 0 -1 4202560 50 0 0 0 1 0 0 0 16 0 20 0 875876842 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11541] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11541/stat : 11541 (java) S 11524 11526 11485 0 -1 4202560 113 0 0 0 1 0 0 0 16 0 20 0 875876842 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11542] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11542/stat : 11542 (java) S 11524 11526 11485 0 -1 4202560 177 0 0 0 1 0 0 0 16 0 20 0 875876842 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11551] ppid=11524 vsize=10565528 CPUtime=0.63 cores=0,2,4,6
/proc/11526/task/11551/stat : 11551 (java) S 11524 11526 11485 0 -1 4202560 4285 0 0 0 63 0 0 0 16 0 20 0 875876843 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 0 0 16800975 18446604441396569024 0 0 -1 4 0 0 0
[pid=11526/tid=11553] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11553/stat : 11553 (java) S 11524 11526 11485 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 20 0 875876844 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11554] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11554/stat : 11554 (java) S 11524 11526 11485 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 20 0 875876844 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11557] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11557/stat : 11557 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 20 0 875876846 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676631985 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11558] ppid=11524 vsize=10565528 CPUtime=1.68 cores=0,2,4,6
/proc/11526/task/11558/stat : 11558 (java) S 11524 11526 11485 0 -1 4202560 12638 0 0 0 165 3 0 0 15 0 20 0 875876846 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11559] ppid=11524 vsize=10565528 CPUtime=0.99 cores=0,2,4,6
/proc/11526/task/11559/stat : 11559 (java) S 11524 11526 11485 0 -1 4202560 8255 0 0 0 98 1 0 0 15 0 20 0 875876846 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11560] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11560/stat : 11560 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 875876846 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11561] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11561/stat : 11561 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 875876846 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11572] ppid=11524 vsize=10565528 CPUtime=9.4 cores=0,2,4,6
/proc/11526/task/11572/stat : 11572 (java) R 11524 11526 11485 0 -1 4202560 85770 0 0 0 930 10 0 0 25 0 20 0 875876873 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 46912505826958 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=11526/tid=11573] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11573/stat : 11573 (java) S 11524 11526 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 20 0 875876874 10819100672 116819 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.82
Current children cumulated vsize (KiB) 10565528

[startup+10.9011 s]
/proc/loadavg: 3.73 3.94 3.89 3/215 11574
/proc/meminfo: memFree=30995684/32951132 swapFree=67054608/67111528
[pid=11526] ppid=11524 vsize=10565528 CPUtime=22.82 cores=0,2,4,6
/proc/11526/stat : 11526 (java) S 11524 11526 11485 0 -1 4202496 127263 0 1 0 2263 19 0 0 18 0 19 0 875876840 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676611045 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/11526/statm: 2641382 115908 2260 9 0 2632116 0
[pid=11526/tid=11532] ppid=11524 vsize=10565528 CPUtime=0.31 cores=0,2,4,6
/proc/11526/task/11532/stat : 11532 (java) S 11524 11526 11485 0 -1 4202560 13369 0 1 0 29 2 0 0 15 0 19 0 875876840 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11535] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11535/stat : 11535 (java) S 11524 11526 11485 0 -1 4202560 345 0 0 0 1 0 0 0 15 0 19 0 875876842 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11536] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11536/stat : 11536 (java) S 11524 11526 11485 0 -1 4202560 202 0 0 0 1 0 0 0 15 0 19 0 875876842 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 4 0 0 0
[pid=11526/tid=11537] ppid=11524 vsize=10565528 CPUtime=0.02 cores=0,2,4,6
/proc/11526/task/11537/stat : 11537 (java) S 11524 11526 11485 0 -1 4202560 90 0 0 0 2 0 0 0 15 0 19 0 875876842 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11538] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11538/stat : 11538 (java) S 11524 11526 11485 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 875876842 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11539] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11539/stat : 11539 (java) S 11524 11526 11485 0 -1 4202560 466 0 0 0 1 0 0 0 15 0 19 0 875876842 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11540] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11540/stat : 11540 (java) S 11524 11526 11485 0 -1 4202560 50 0 0 0 1 0 0 0 16 0 19 0 875876842 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11541] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11541/stat : 11541 (java) S 11524 11526 11485 0 -1 4202560 113 0 0 0 1 0 0 0 16 0 19 0 875876842 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11542] ppid=11524 vsize=10565528 CPUtime=0.01 cores=0,2,4,6
/proc/11526/task/11542/stat : 11542 (java) S 11524 11526 11485 0 -1 4202560 177 0 0 0 1 0 0 0 16 0 19 0 875876842 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11551] ppid=11524 vsize=10565528 CPUtime=0.63 cores=0,2,4,6
/proc/11526/task/11551/stat : 11551 (java) S 11524 11526 11485 0 -1 4202560 4285 0 0 0 63 0 0 0 16 0 19 0 875876843 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 0 0 16800975 18446604441396569024 0 0 -1 4 0 0 0
[pid=11526/tid=11553] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11553/stat : 11553 (java) S 11524 11526 11485 0 -1 4202560 17 0 0 0 0 0 0 0 15 0 19 0 875876844 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11554] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11554/stat : 11554 (java) S 11524 11526 11485 0 -1 4202560 9 0 0 0 0 0 0 0 15 0 19 0 875876844 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11557] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11557/stat : 11557 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 23 0 19 0 875876846 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676631985 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11558] ppid=11524 vsize=10565528 CPUtime=1.68 cores=0,2,4,6
/proc/11526/task/11558/stat : 11558 (java) S 11524 11526 11485 0 -1 4202560 12638 0 0 0 165 3 0 0 15 0 19 0 875876846 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
[pid=11526/tid=11559] ppid=11524 vsize=10565528 CPUtime=0.99 cores=0,2,4,6
/proc/11526/task/11559/stat : 11559 (java) S 11524 11526 11485 0 -1 4202560 8255 0 0 0 98 1 0 0 15 0 19 0 875876846 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11560] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11560/stat : 11560 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 875876846 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624281 0 4 0 16800975 18446604441396569024 0 0 -1 6 0 0 0
[pid=11526/tid=11561] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11561/stat : 11561 (java) S 11524 11526 11485 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 875876846 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 2 0 0 0
[pid=11526/tid=11573] ppid=11524 vsize=10565528 CPUtime=0 cores=0,2,4,6
/proc/11526/task/11573/stat : 11573 (java) S 11524 11526 11485 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 875876874 10819100672 115908 33554432000 1073741824 1073778376 140734481641312 18446744073709551615 274676624896 0 4 0 16800975 18446604441396569024 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 22.82
Current children cumulated vsize (KiB) 10565528

Child status: 20
Real time (s): 10.9579
CPU time (s): 22.8635
CPU user time (s): 22.6476
CPU system time (s): 0.215967
CPU usage (%): 208.649
Max. virtual memory (cumulated for all children) (KiB): 10565528

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.6476
system time used= 0.215967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 127276
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= 1181
involuntary context switches= 620

runsolver used 0.019996 second user time and 0.048992 second system time

The end

Launcher Data

Begin job on node131 at 2011-06-09 20:06:12
IDJOB=3454884
IDBENCH=1348
IDSOLVER=1950
FILE ID=node131/3454884-1307642772
RUNJOBID= node131-1307642772-11503
PBS_JOBID= 13549400
Free space on /tmp= 74120 MiB

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

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

MD5SUM BENCH= ad2f2eb73d6b7e5f546be528b10bc762
RANDOM SEED=941923736

node131.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.83
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.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.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.77
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      31850924 kB
Buffers:        212716 kB
Cached:         616968 kB
SwapCached:       9832 kB
Active:         328288 kB
Inactive:       521348 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      31850924 kB
SwapTotal:    67111528 kB
SwapFree:     67054608 kB
Dirty:            2160 kB
Writeback:          68 kB
AnonPages:       18364 kB
Mapped:          12520 kB
Slab:           183908 kB
PageTables:       5032 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   195420 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 74120 MiB
End job on node131 at 2011-06-09 20:06:23