Trace number 3729871

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
PB11: Sat4j Res//CP 2.3.0UNSAT 20.9728 9.89365

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900551864.opb
MD5SUM733d8edd6a6cbfe19e20f4970079db5a
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.895862
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 687
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.07/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.07/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.11	c See www.sat4j.org for details.
0.07/0.11	c version 2.3.1.v20110525
0.07/0.11	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.11	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.11	c java.vm.version	19.1-b02
0.07/0.11	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.11	c sun.arch.data.model	64
0.07/0.11	c java.version		1.6.0_24
0.07/0.11	c os.name		Linux
0.07/0.11	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.11	c os.arch		amd64
0.07/0.11	c Free memory 		9996466904
0.07/0.11	c Max memory 		10048897024
0.07/0.11	c Total memory 		10048897024
0.07/0.11	c Number of processors 	8
0.07/0.14	c Pseudo Boolean Optimization
0.07/0.14	c ManyCore solver with 2 solvers running in parallel
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.07/0.14	c Expensive reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.07/0.14	c --- Begin Solver configuration ---
0.07/0.14	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.07/0.14	c Learn all clauses as in MiniSAT
0.07/0.14	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.07/0.14	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.07/0.14	c No reason simplification
0.07/0.14	c Armin Biere (Picosat) restarts strategy
0.07/0.14	c Glucose learned constraints deletion strategy
0.07/0.14	c timeout=2147483s
0.07/0.14	c DB Simplification allowed=false
0.07/0.14	c --- End Solver configuration ---
0.07/0.14	c solving HOME/instance-3729871-1338679213.opb
0.07/0.14	c reading problem ... 
0.44/0.34	c ... done. Wall clock time 0.201s.
0.44/0.34	c #vars     231
0.44/0.34	c #constraints  2707
0.44/0.34	c constraints type 
0.44/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.44/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.44/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.44/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.44/0.34	c constraints type 
0.44/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.44/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.44/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.44/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.33/0.81	c cleaning 2498 clauses out of 5000 with flag 5000/5000
3.41/1.12	c cleaning 4246 clauses out of 8502 with flag 11000/11000
3.98/1.49	c cleaning 5625 clauses out of 11257 with flag 18001/18001
5.29/2.00	c cleaning 6813 clauses out of 13634 with flag 26003/26003
6.30/2.52	c cleaning 7904 clauses out of 15819 with flag 35001/35001
7.28/3.08	c cleaning 8954 clauses out of 17916 with flag 45002/45002
8.47/3.61	c cleaning 9473 clauses out of 18960 with flag 55000/55000
9.44/4.16	c cleaning 9735 clauses out of 19487 with flag 65000/65000
10.60/4.72	c cleaning 9872 clauses out of 19752 with flag 75000/75000
11.76/5.33	c cleaning 9940 clauses out of 19885 with flag 85005/85005
12.93/5.91	c cleaning 9967 clauses out of 19940 with flag 95000/95000
13.91/6.48	c cleaning 9983 clauses out of 19973 with flag 105000/105000
15.06/7.09	c cleaning 9992 clauses out of 19990 with flag 115000/115000
16.65/7.65	c cleaning 9996 clauses out of 19998 with flag 125000/125000
18.19/8.28	c cleaning 9997 clauses out of 20002 with flag 135000/135000
19.55/8.94	c cleaning 9991 clauses out of 20008 with flag 145003/145003
20.71/9.59	c  And the winner is Resolution
20.88/9.87	c starts		: 104
20.88/9.87	c conflicts		: 154743
20.88/9.87	c decisions		: 269532
20.88/9.87	c propagations		: 5849895
20.88/9.87	c inspects		: 86888725
20.88/9.87	c shortcuts		: 0
20.88/9.87	c learnt literals	: 8
20.88/9.87	c learnt binary clauses	: 31
20.88/9.87	c learnt ternary clauses	: 176
20.88/9.87	c learnt constraints	: 154734
20.88/9.87	c ignored constraints	: 0
20.88/9.87	c root simplifications	: 0
20.88/9.87	c removed literals (reason simplification)	: 725093
20.88/9.87	c reason swapping (by a shorter reason)	: 0
20.88/9.87	c Calls to reduceDB	: 16
20.88/9.87	c number of reductions to clauses (during analyze)	: 0
20.88/9.87	c number of learned constraints concerned by reduction	: 0
20.88/9.87	c number of learning phase by resolution	: 0
20.88/9.87	c number of learning phase by cutting planes	: 0
20.88/9.87	c speed (assignments/second)	: 613646.8058323718
20.88/9.87	c non guided choices	169
20.88/9.88	c learnt constraints type 
20.88/9.88	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 31
20.88/9.88	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19717
20.88/9.88	c constraints type 
20.88/9.88	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
20.88/9.88	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
20.88/9.88	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
20.88/9.88	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
20.88/9.88	c constraints type 
20.88/9.88	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
20.88/9.88	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
20.88/9.88	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
20.88/9.88	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
20.88/9.88	s UNSATISFIABLE
20.88/9.88	c Total wall clock time (in seconds): 9.747

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3729871-1338679213/watcher-3729871-1338679213 -o /tmp/evaluation-result-3729871-1338679213/solver-3729871-1338679213 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3729871-1338679213.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: 0.07 0.05 0.28 3/171 13373
/proc/meminfo: memFree=25919756/32873852 swapFree=6856/6856
[pid=13373] ppid=13370 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/13373/stat : 13373 (java) D 13370 13373 4583 0 -1 4202496 241 0 0 0 0 0 0 0 20 0 1 0 334046727 9515008 176 33554432000 1073741824 1073778376 140735342116000 140735342098728 229355897744 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/13373/statm: 2323 176 133 9 0 71 0

[startup+0.0161959 s]
/proc/loadavg: 0.07 0.05 0.28 3/171 13373
/proc/meminfo: memFree=25919756/32873852 swapFree=6856/6856
[pid=13373] ppid=13370 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/13373/stat : 13373 (java) S 13370 13373 4583 0 -1 4202496 1215 0 2 0 0 0 0 0 20 0 2 0 334046727 95129600 927 33554432000 1073741824 1073778376 140737008879744 140737008870880 229359255613 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13373/statm: 23225 927 703 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 92900

[startup+0.100333 s]
/proc/loadavg: 0.07 0.05 0.28 3/171 13373
/proc/meminfo: memFree=25919756/32873852 swapFree=6856/6856
[pid=13373] ppid=13370 vsize=11586392 CPUtime=0.07 cores=0,2,4,6
/proc/13373/stat : 13373 (java) S 13370 13373 4583 0 -1 4202496 4981 0 3 0 6 1 0 0 20 0 18 0 334046727 11864465408 12834 33554432000 1073741824 1073778376 140737008879744 140737008870880 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13373/statm: 2896598 12834 1778 9 0 2887285 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11586392

[startup+0.300261 s]
/proc/loadavg: 0.07 0.05 0.28 3/171 13373
/proc/meminfo: memFree=25919756/32873852 swapFree=6856/6856
[pid=13373] ppid=13370 vsize=11586392 CPUtime=0.44 cores=0,2,4,6
/proc/13373/stat : 13373 (java) S 13370 13373 4583 0 -1 4202496 6725 0 3 0 42 2 0 0 20 0 18 0 334046727 11864465408 15705 33554432000 1073741824 1073778376 140737008879744 140737008870880 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13373/statm: 2896598 15705 2222 9 0 2887285 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 11586392

[startup+0.700172 s]
/proc/loadavg: 0.07 0.05 0.28 3/171 13373
/proc/meminfo: memFree=25919756/32873852 swapFree=6856/6856
[pid=13373] ppid=13370 vsize=11852648 CPUtime=1.93 cores=0,2,4,6
/proc/13373/stat : 13373 (java) S 13370 13373 4583 0 -1 4202496 16286 0 3 0 189 4 0 0 20 0 22 0 334046727 12137111552 35559 33554432000 1073741824 1073778376 140737008879744 140737008870880 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13373/statm: 2963162 35559 2249 9 0 2953849 0
Current children cumulated CPU time (s) 1.93
Current children cumulated vsize (KiB) 11852648

[startup+1.50085 s]
/proc/loadavg: 0.71 0.18 0.32 9/218 13420
/proc/meminfo: memFree=25465540/32873852 swapFree=6856/6856
[pid=13373] ppid=13370 vsize=11852648 CPUtime=4.19 cores=0,2,4,6
/proc/13373/stat : 13373 (java) S 13370 13373 4583 0 -1 4202496 19962 0 3 0 411 8 0 0 20 0 22 0 334046727 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140737008870880 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13373/statm: 2963162 81562 2280 9 0 2953849 0
[pid=13373/tid=13379] ppid=13370 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/13373/task/13379/stat : 13379 (java) S 13370 13373 4583 0 -1 4202560 3902 0 1 0 28 2 0 0 20 0 22 0 334046728 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140585740428440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13381] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13381/stat : 13381 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140585695181224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13382] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13382/stat : 13382 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140585694128680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13383] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13383/stat : 13383 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140585693075624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13384] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13384/stat : 13384 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140585692023080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13385] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13385/stat : 13385 (java) S 13370 13373 4583 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140585690971048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13386] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13386/stat : 13386 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140585689918504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13387] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13387/stat : 13387 (java) S 13370 13373 4583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140585570658984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13388] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13388/stat : 13388 (java) S 13370 13373 4583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140585569606440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13397] ppid=13370 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/13373/task/13397/stat : 13397 (java) R 13370 13373 4583 0 -1 4202560 30 0 0 0 2 0 0 0 20 0 22 0 334046732 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140585557407080 140585742622857 0 0 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13399] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13399/stat : 13399 (java) S 13370 13373 4583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334046732 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140585556354424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13400] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13400/stat : 13400 (java) S 13370 13373 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334046732 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140585555301256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13403] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13403/stat : 13403 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046735 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140584815683856 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13404] ppid=13370 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/13373/task/13404/stat : 13404 (java) S 13370 13373 4583 0 -1 4202560 8220 0 0 0 80 1 0 0 20 0 22 0 334046735 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140584814631736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13405] ppid=13370 vsize=11852648 CPUtime=0.75 cores=0,2,4,6
/proc/13373/task/13405/stat : 13405 (java) S 13370 13373 4583 0 -1 4202560 6374 0 0 0 73 2 0 0 20 0 22 0 334046735 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140584813555768 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13406] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13406/stat : 13406 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046735 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140584812526328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13407] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13407/stat : 13407 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046735 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140584811473992 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13413] ppid=13370 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/13373/task/13413/stat : 13413 (java) S 13370 13373 4583 0 -1 4202560 27 0 0 0 109 0 0 0 20 0 22 0 334046761 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140584810418632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13414] ppid=13370 vsize=11852648 CPUtime=1.09 cores=0,2,4,6
/proc/13373/task/13414/stat : 13414 (java) S 13370 13373 4583 0 -1 4202560 172 0 0 0 106 3 0 0 20 0 22 0 334046761 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140584809364216 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13415] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13415/stat : 13415 (java) S 13370 13373 4583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334046761 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140584808313640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13416] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13416/stat : 13416 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334046761 12137111552 81562 33554432000 1073741824 1073778376 140737008879744 140584807261096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 11852648

[startup+3.10086 s]
/proc/loadavg: 0.71 0.18 0.32 6/218 13420
/proc/meminfo: memFree=25187496/32873852 swapFree=6856/6856
[pid=13373] ppid=13370 vsize=11852648 CPUtime=7.47 cores=0,2,4,6
/proc/13373/stat : 13373 (java) S 13370 13373 4583 0 -1 4202496 20019 0 3 0 737 10 0 0 20 0 22 0 334046727 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140737008870880 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13373/statm: 2963162 103586 2281 9 0 2953849 0
[pid=13373/tid=13379] ppid=13370 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/13373/task/13379/stat : 13379 (java) S 13370 13373 4583 0 -1 4202560 3902 0 1 0 28 2 0 0 20 0 22 0 334046728 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140585740428440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13381] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13381/stat : 13381 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140585695181224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13382] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13382/stat : 13382 (java) S 13370 13373 4583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140585694128680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13383] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13383/stat : 13383 (java) S 13370 13373 4583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140585693075624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13384] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13384/stat : 13384 (java) S 13370 13373 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140585692023080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13385] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13385/stat : 13385 (java) S 13370 13373 4583 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140585690971048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13386] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13386/stat : 13386 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140585689918504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13387] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13387/stat : 13387 (java) S 13370 13373 4583 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140585570658984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13388] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13388/stat : 13388 (java) S 13370 13373 4583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140585569606440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13397] ppid=13370 vsize=11852648 CPUtime=0.11 cores=0,2,4,6
/proc/13373/task/13397/stat : 13397 (java) R 13370 13373 4583 0 -1 4202560 33 0 0 0 11 0 0 0 20 0 22 0 334046732 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140585557406960 140585746935861 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13399] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13399/stat : 13399 (java) S 13370 13373 4583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334046732 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140585556354424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13400] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13400/stat : 13400 (java) S 13370 13373 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334046732 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140585555301256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13403] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13403/stat : 13403 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046735 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140584815683856 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13404] ppid=13370 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/13373/task/13404/stat : 13404 (java) S 13370 13373 4583 0 -1 4202560 8221 0 0 0 91 1 0 0 20 0 22 0 334046735 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140584814631736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13405] ppid=13370 vsize=11852648 CPUtime=0.8 cores=0,2,4,6
/proc/13373/task/13405/stat : 13405 (java) S 13370 13373 4583 0 -1 4202560 6375 0 0 0 78 2 0 0 20 0 22 0 334046735 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140584813579192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13406] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13406/stat : 13406 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046735 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140584812526328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13407] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13407/stat : 13407 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046735 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140584811473992 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13413] ppid=13370 vsize=11852648 CPUtime=2.59 cores=0,2,4,6
/proc/13373/task/13413/stat : 13413 (java) S 13370 13373 4583 0 -1 4202560 28 0 0 0 259 0 0 0 20 0 22 0 334046761 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140584810418632 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13414] ppid=13370 vsize=11852648 CPUtime=2.59 cores=0,2,4,6
/proc/13373/task/13414/stat : 13414 (java) S 13370 13373 4583 0 -1 4202560 213 0 0 0 255 4 0 0 20 0 22 0 334046761 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140584809363928 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13415] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13415/stat : 13415 (java) S 13370 13373 4583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334046761 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140584808313640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13416] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13416/stat : 13416 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334046761 12137111552 103586 33554432000 1073741824 1073778376 140737008879744 140584807261096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.47
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 0.71 0.18 0.32 3/215 13480
/proc/meminfo: memFree=25236576/32873852 swapFree=6856/6856
[pid=13373] ppid=13370 vsize=11852648 CPUtime=13.71 cores=0,2,4,6
/proc/13373/stat : 13373 (java) S 13370 13373 4583 0 -1 4202496 20049 0 3 0 1360 11 0 0 20 0 22 0 334046727 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140737008870880 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13373/statm: 2963162 109966 2281 9 0 2953849 0
[pid=13373/tid=13379] ppid=13370 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/13373/task/13379/stat : 13379 (java) S 13370 13373 4583 0 -1 4202560 3903 0 1 0 28 2 0 0 20 0 22 0 334046728 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140585740428440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13381] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13381/stat : 13381 (java) S 13370 13373 4583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140585695181224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13382] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13382/stat : 13382 (java) S 13370 13373 4583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140585694128680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13383] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13383/stat : 13383 (java) S 13370 13373 4583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140585693075624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13384] ppid=13370 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13373/task/13384/stat : 13384 (java) S 13370 13373 4583 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 334046730 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140585692023080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13385] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13385/stat : 13385 (java) S 13370 13373 4583 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140585690971048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13386] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13386/stat : 13386 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140585689918504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13387] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13387/stat : 13387 (java) S 13370 13373 4583 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140585570658984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13388] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13388/stat : 13388 (java) S 13370 13373 4583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140585569606440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13397] ppid=13370 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/13373/task/13397/stat : 13397 (java) S 13370 13373 4583 0 -1 4202560 36 0 0 0 29 0 0 0 20 0 22 0 334046732 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140585557408104 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13399] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13399/stat : 13399 (java) S 13370 13373 4583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334046732 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140585556354424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13400] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13400/stat : 13400 (java) S 13370 13373 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334046732 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140585555301256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13403] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13403/stat : 13403 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046735 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140584815683856 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13404] ppid=13370 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/13373/task/13404/stat : 13404 (java) S 13370 13373 4583 0 -1 4202560 8221 0 0 0 92 1 0 0 20 0 22 0 334046735 12137111552 109966 33554432000 1073741824 1073778376 140737008879744 140584814631736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

/proc/13373/task/13387/stat : 13387 (java) S 13370 13373 4583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 113144 33554432000 1073741824 1073778376 140737008879744 140585570658984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13388] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13388/stat : 13388 (java) S 13370 13373 4583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 113144 33554432000 1073741824 1073778376 140737008879744 140585569606440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13397] ppid=13370 vsize=11852648 CPUtime=0.47 cores=0,2,4,6
/proc/13373/task/13397/stat : 13397 (java) S 13370 13373 4583 0 -1 4202560 71 0 0 0 47 0 0 0 20 0 22 0 334046732 12137111552 113144 33554432000 1073741824 1073778376 140737008879744 140585557408104 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13399] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13399/stat : 13399 (java) S 13370 13373 4583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334046732 12137111552 113144 33554432000 1073741824 1073778376 140737008879744 140585556354424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13400] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13400/stat : 13400 (java) S 13370 13373 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334046732 12137111552 113144 33554432000 1073741824 1073778376 140737008879744 140585555301256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13403] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13403/stat : 13403 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046735 12137111552 113144 33554432000 1073741824 1073778376 140737008879744 140584815683856 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13404] ppid=13370 vsize=11852648 CPUtime=1.73 cores=0,2,4,6
/proc/13373/task/13404/stat : 13404 (java) S 13370 13373 4583 0 -1 4202560 16395 0 0 0 171 2 0 0 20 0 22 0 334046735 12137111552 113144 33554432000 1073741824 1073778376 140737008879744 140584814631736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13405] ppid=13370 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/13373/task/13405/stat : 13405 (java) S 13370 13373 4583 0 -1 4202560 6375 0 0 0 81 2 0 0 20 0 22 0 334046735 12137111552 113144 33554432000 1073741824 1073778376 140737008879744 140584813579192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13406] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13406/stat : 13406 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046735 12137111552 113144 33554432000 1073741824 1073778376 140737008879744 140584812526328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13407] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13407/stat : 13407 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046735 12137111552 113144 33554432000 1073741824 1073778376 140737008879744 140584811473992 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13413] ppid=13370 vsize=11852648 CPUtime=7.79 cores=0,2,4,6
/proc/13373/task/13413/stat : 13413 (java) R 13370 13373 4583 0 -1 4202560 36 0 0 0 779 0 0 0 20 0 22 0 334046761 12137111552 113144 33554432000 1073741824 1073778376 140737008879744 140584810418512 140585571247055 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13414] ppid=13370 vsize=11852648 CPUtime=7.79 cores=0,2,4,6
/proc/13373/task/13414/stat : 13414 (java) R 13370 13373 4583 0 -1 4202560 225 0 0 0 775 4 0 0 20 0 22 0 334046761 12137111552 113144 33554432000 1073741824 1073778376 140737008879744 140584809366000 140585571210701 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13415] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13415/stat : 13415 (java) S 13370 13373 4583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334046761 12137111552 113144 33554432000 1073741824 1073778376 140737008879744 140584808313640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13416] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13416/stat : 13416 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334046761 12137111552 113144 33554432000 1073741824 1073778376 140737008879744 140584807261096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 19.16
Current children cumulated vsize (KiB) 11852648

[startup+9.50074 s]
/proc/loadavg: 0.81 0.21 0.33 4/218 13600
/proc/meminfo: memFree=25126680/32873852 swapFree=6856/6856
[pid=13373] ppid=13370 vsize=11852648 CPUtime=20.71 cores=0,2,4,6
/proc/13373/stat : 13373 (java) S 13370 13373 4583 0 -1 4202496 28276 0 3 0 2058 13 0 0 20 0 22 0 334046727 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140737008870880 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13373/statm: 2963162 117752 2282 9 0 2953849 0
[pid=13373/tid=13379] ppid=13370 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/13373/task/13379/stat : 13379 (java) S 13370 13373 4583 0 -1 4202560 3903 0 1 0 28 2 0 0 20 0 22 0 334046728 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140585740428440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13381] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13381/stat : 13381 (java) S 13370 13373 4583 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140585695181224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13382] ppid=13370 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13373/task/13382/stat : 13382 (java) S 13370 13373 4583 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 334046730 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140585694128680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13383] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13383/stat : 13383 (java) S 13370 13373 4583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140585693075624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13384] ppid=13370 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13373/task/13384/stat : 13384 (java) S 13370 13373 4583 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 334046730 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140585692023080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13385] ppid=13370 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13373/task/13385/stat : 13385 (java) S 13370 13373 4583 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 334046730 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140585690971048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13386] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13386/stat : 13386 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140585689918504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13387] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13387/stat : 13387 (java) S 13370 13373 4583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140585570658984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13388] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13388/stat : 13388 (java) S 13370 13373 4583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 334046730 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140585569606440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13397] ppid=13370 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/13373/task/13397/stat : 13397 (java) S 13370 13373 4583 0 -1 4202560 71 0 0 0 53 0 0 0 20 0 22 0 334046732 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140585557408104 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13399] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13399/stat : 13399 (java) S 13370 13373 4583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 334046732 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140585556354424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13400] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13400/stat : 13400 (java) S 13370 13373 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 334046732 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140585555301256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13403] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13403/stat : 13403 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046735 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140584815683856 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13404] ppid=13370 vsize=11852648 CPUtime=1.74 cores=0,2,4,6
/proc/13373/task/13404/stat : 13404 (java) S 13370 13373 4583 0 -1 4202560 16395 0 0 0 172 2 0 0 20 0 22 0 334046735 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140584814631736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13405] ppid=13370 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/13373/task/13405/stat : 13405 (java) S 13370 13373 4583 0 -1 4202560 6375 0 0 0 81 2 0 0 20 0 22 0 334046735 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140584813579192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13406] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13406/stat : 13406 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046735 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140584812526328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13407] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13407/stat : 13407 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 334046735 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140584811473992 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13413] ppid=13370 vsize=11852648 CPUtime=8.52 cores=0,2,4,6
/proc/13373/task/13413/stat : 13413 (java) R 13370 13373 4583 0 -1 4202560 36 0 0 0 852 0 0 0 20 0 22 0 334046761 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140584810403472 140585571247077 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13414] ppid=13370 vsize=11852648 CPUtime=8.51 cores=0,2,4,6
/proc/13373/task/13414/stat : 13414 (java) R 13370 13373 4583 0 -1 4202560 235 0 0 0 846 5 0 0 20 0 22 0 334046761 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140584809364096 140585571358848 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13415] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13415/stat : 13415 (java) S 13370 13373 4583 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 334046761 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140584808313640 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13416] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13416/stat : 13416 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 334046761 12137111552 117752 33554432000 1073741824 1073778376 140737008879744 140584807261096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.71
Current children cumulated vsize (KiB) 11852648

[startup+9.70078 s]
/proc/loadavg: 0.81 0.21 0.33 4/218 13600
/proc/meminfo: memFree=25126680/32873852 swapFree=6856/6856
[pid=13373] ppid=13370 vsize=11852648 CPUtime=20.88 cores=0,2,4,6
/proc/13373/stat : 13373 (java) S 13370 13373 4583 0 -1 4202496 28277 0 3 0 2073 15 0 0 20 0 19 0 334046727 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140737008870880 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13373/statm: 2963162 117740 2283 9 0 2953849 0
[pid=13373/tid=13379] ppid=13370 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/13373/task/13379/stat : 13379 (java) S 13370 13373 4583 0 -1 4202560 3903 0 1 0 28 2 0 0 20 0 19 0 334046728 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585740428440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13381] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13381/stat : 13381 (java) S 13370 13373 4583 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585695181224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13382] ppid=13370 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13373/task/13382/stat : 13382 (java) S 13370 13373 4583 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585694128680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13383] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13383/stat : 13383 (java) S 13370 13373 4583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585693075624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13384] ppid=13370 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13373/task/13384/stat : 13384 (java) S 13370 13373 4583 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585692023080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13385] ppid=13370 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13373/task/13385/stat : 13385 (java) S 13370 13373 4583 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585690971048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13386] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13386/stat : 13386 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585689918504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13387] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13387/stat : 13387 (java) S 13370 13373 4583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585570658984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13388] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13388/stat : 13388 (java) S 13370 13373 4583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585569606440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13397] ppid=13370 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/13373/task/13397/stat : 13397 (java) S 13370 13373 4583 0 -1 4202560 71 0 0 0 53 0 0 0 20 0 19 0 334046732 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585557408104 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13399] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13399/stat : 13399 (java) S 13370 13373 4583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334046732 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585556354424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13400] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13400/stat : 13400 (java) S 13370 13373 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 334046732 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585555301256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13403] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13403/stat : 13403 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334046735 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140584815683856 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13404] ppid=13370 vsize=11852648 CPUtime=1.74 cores=0,2,4,6
/proc/13373/task/13404/stat : 13404 (java) S 13370 13373 4583 0 -1 4202560 16395 0 0 0 172 2 0 0 20 0 19 0 334046735 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140584814631736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13405] ppid=13370 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/13373/task/13405/stat : 13405 (java) S 13370 13373 4583 0 -1 4202560 6375 0 0 0 81 2 0 0 20 0 19 0 334046735 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140584813579192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13406] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13406/stat : 13406 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334046735 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140584812526328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13407] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13407/stat : 13407 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334046735 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140584811473992 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13416] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13416/stat : 13416 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334046761 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140584807261096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.88
Current children cumulated vsize (KiB) 11852648

[startup+9.80077 s]
/proc/loadavg: 0.81 0.21 0.33 3/215 13600
/proc/meminfo: memFree=25021612/32873852 swapFree=6856/6856
[pid=13373] ppid=13370 vsize=11852648 CPUtime=20.88 cores=0,2,4,6
/proc/13373/stat : 13373 (java) S 13370 13373 4583 0 -1 4202496 28277 0 3 0 2073 15 0 0 20 0 19 0 334046727 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140737008870880 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/13373/statm: 2963162 117740 2283 9 0 2953849 0
[pid=13373/tid=13379] ppid=13370 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/13373/task/13379/stat : 13379 (java) S 13370 13373 4583 0 -1 4202560 3903 0 1 0 28 2 0 0 20 0 19 0 334046728 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585740428440 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13381] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13381/stat : 13381 (java) S 13370 13373 4583 0 -1 4202560 15 0 0 0 0 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585695181224 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13382] ppid=13370 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13373/task/13382/stat : 13382 (java) S 13370 13373 4583 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585694128680 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13383] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13383/stat : 13383 (java) S 13370 13373 4583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585693075624 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13384] ppid=13370 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13373/task/13384/stat : 13384 (java) S 13370 13373 4583 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585692023080 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13385] ppid=13370 vsize=11852648 CPUtime=0.01 cores=0,2,4,6
/proc/13373/task/13385/stat : 13385 (java) S 13370 13373 4583 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585690971048 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13386] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13386/stat : 13386 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585689918504 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13387] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13387/stat : 13387 (java) S 13370 13373 4583 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585570658984 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13388] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13388/stat : 13388 (java) S 13370 13373 4583 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 334046730 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585569606440 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13397] ppid=13370 vsize=11852648 CPUtime=0.53 cores=0,2,4,6
/proc/13373/task/13397/stat : 13397 (java) S 13370 13373 4583 0 -1 4202560 71 0 0 0 53 0 0 0 20 0 19 0 334046732 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585557408104 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13399] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13399/stat : 13399 (java) S 13370 13373 4583 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 334046732 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585556354424 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13400] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13400/stat : 13400 (java) S 13370 13373 4583 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 334046732 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140585555301256 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13403] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13403/stat : 13403 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334046735 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140584815683856 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13373/tid=13404] ppid=13370 vsize=11852648 CPUtime=1.74 cores=0,2,4,6
/proc/13373/task/13404/stat : 13404 (java) S 13370 13373 4583 0 -1 4202560 16395 0 0 0 172 2 0 0 20 0 19 0 334046735 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140584814631736 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13373/tid=13405] ppid=13370 vsize=11852648 CPUtime=0.83 cores=0,2,4,6
/proc/13373/task/13405/stat : 13405 (java) S 13370 13373 4583 0 -1 4202560 6375 0 0 0 81 2 0 0 20 0 19 0 334046735 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140584813579192 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13406] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13406/stat : 13406 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334046735 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140584812526328 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13373/tid=13407] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13407/stat : 13407 (java) S 13370 13373 4583 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 334046735 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140584811473992 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13373/tid=13416] ppid=13370 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/13373/task/13416/stat : 13416 (java) S 13370 13373 4583 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 334046761 12137111552 117740 33554432000 1073741824 1073778376 140737008879744 140584807261096 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 20.88
Current children cumulated vsize (KiB) 11852648

Child status: 20
Real time (s): 9.89365
CPU time (s): 20.9728
CPU user time (s): 20.7099
CPU system time (s): 0.26296
CPU usage (%): 211.982
Max. virtual memory (cumulated for all children) (KiB): 11854248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 20.7099
system time used= 0.26296
maximum resident set size= 477152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 28295
page faults= 3
swaps= 0
block input operations= 136
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1018
involuntary context switches= 510

runsolver used 0.043993 second user time and 0.104984 second system time

The end

Launcher Data

Begin job on node129 at 2012-06-03 01:20:13
IDJOB=3729871
IDBENCH=1353
IDSOLVER=2328
FILE ID=node129/3729871-1338679213
RUNJOBID= node129-1338679212-13349
PBS_JOBID= 14636684
Free space on /tmp= 70484 MiB

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

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

MD5SUM BENCH= 733d8edd6a6cbfe19e20f4970079db5a
RANDOM SEED=1827769031

node129.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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.957
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.957
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.957
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.957
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.957
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.957
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.957
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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.957
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        25920368 kB
Buffers:          456532 kB
Cached:          5608996 kB
SwapCached:            0 kB
Active:          2547092 kB
Inactive:        3528588 kB
Active(anon):       2088 kB
Inactive(anon):    10760 kB
Active(file):    2545004 kB
Inactive(file):  3517828 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:               972 kB
Writeback:             0 kB
AnonPages:         16796 kB
Mapped:            13528 kB
Shmem:               204 kB
Slab:             741436 kB
SReclaimable:     182940 kB
SUnreclaim:       558496 kB
KernelStack:        1368 kB
PageTables:         4260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:     103120 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70484 MiB
End job on node129 at 2012-06-03 01:20:23