Trace number 3687266

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
SAT 4j PB RES // CP 2.3.2 SnapshotUNSAT 174.99 87.2751

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900576927.opb
MD5SUM7f91f8d08a20ca0a8483dc7b1c14e540
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 benchmark2.87956
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 671
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.11	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.11	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.11	c See www.sat4j.org for details.
0.05/0.12	c version 2.3.2.v20120418
0.05/0.12	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.12	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.12	c java.vm.version	19.1-b02
0.05/0.12	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.12	c sun.arch.data.model	64
0.05/0.12	c java.version		1.6.0_24
0.05/0.12	c os.name		Linux
0.05/0.12	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.12	c os.arch		amd64
0.05/0.12	c Free memory 		501472288
0.05/0.12	c Max memory 		7480803328
0.05/0.12	c Total memory 		504102912
0.05/0.12	c Number of processors 	8
0.05/0.15	c Pseudo Boolean Optimization by upper bound
0.05/0.15	c ManyCore solver with 2 solvers running in parallel
0.05/0.15	c --- Begin Solver configuration ---
0.05/0.15	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.05/0.15	c Learn all clauses as in MiniSAT
0.05/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.15	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.05/0.15	c Expensive reason simplification
0.05/0.15	c Armin Biere (Picosat) restarts strategy
0.05/0.15	c Glucose learned constraints deletion strategy
0.05/0.15	c timeout=2147483s
0.05/0.15	c DB Simplification allowed=false
0.05/0.15	c c --- End Solver configuration ---
0.05/0.15	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.05/0.15	c --- Begin Solver configuration ---
0.05/0.15	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.05/0.15	c Learn all clauses as in MiniSAT
0.05/0.15	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.05/0.15	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.05/0.15	c No reason simplification
0.05/0.15	c Armin Biere (Picosat) restarts strategy
0.05/0.15	c Glucose learned constraints deletion strategy
0.05/0.15	c timeout=2147483s
0.05/0.15	c DB Simplification allowed=false
0.05/0.15	c c --- End Solver configuration ---
0.05/0.15	c solving HOME/instance-3687266-1337871890.opb
0.05/0.15	c reading problem ... 
0.41/0.35	c ... done. Wall clock time 0.203s.
0.41/0.35	c declared #vars     231
0.41/0.35	c #constraints  2707
0.41/0.35	c constraints type 
0.41/0.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.41/0.35	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.41/0.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.41/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.41/0.35	c 2707 constraints processed.
0.41/0.35	c constraints type 
0.41/0.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.41/0.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.41/0.35	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.41/0.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
0.41/0.35	c 2707 constraints processed.
2.67/0.91	c cleaning 2498 clauses out of 5002 with flag 5002/5002
3.79/1.28	c cleaning 4248 clauses out of 8502 with flag 11000/11000
5.73/1.81	c cleaning 5619 clauses out of 11254 with flag 18000/18000
7.15/2.35	c cleaning 6814 clauses out of 13635 with flag 26000/26000
8.36/2.99	c cleaning 7904 clauses out of 15823 with flag 35002/35002
9.93/3.77	c cleaning 8958 clauses out of 17920 with flag 45003/45003
11.51/4.60	c cleaning 9968 clauses out of 19960 with flag 56001/56001
13.47/5.59	c cleaning 10990 clauses out of 21991 with flag 68000/68000
16.15/6.72	c cleaning 11998 clauses out of 24001 with flag 81000/81000
18.52/7.76	c cleaning 13000 clauses out of 26002 with flag 95000/95000
20.46/8.71	c cleaning 13994 clauses out of 28004 with flag 110002/110002
22.96/10.00	c cleaning 15001 clauses out of 30010 with flag 126002/126002
25.67/11.46	c cleaning 15999 clauses out of 32008 with flag 143001/143001
28.59/12.96	c cleaning 16993 clauses out of 34008 with flag 161000/161000
31.93/14.64	c cleaning 17988 clauses out of 36015 with flag 180000/180000
35.86/16.63	c cleaning 19001 clauses out of 38028 with flag 200001/200001
39.55/18.58	c cleaning 20005 clauses out of 40025 with flag 221000/221000
43.89/20.78	c cleaning 21002 clauses out of 42021 with flag 243001/243001
48.01/22.85	c cleaning 21994 clauses out of 44017 with flag 266000/266000
53.14/25.44	c cleaning 23008 clauses out of 46026 with flag 290003/290003
58.42/28.17	c cleaning 24006 clauses out of 48015 with flag 315000/315000
64.36/31.15	c cleaning 25003 clauses out of 50011 with flag 341002/341002
70.71/34.31	c cleaning 25993 clauses out of 52007 with flag 368002/368002
76.86/37.41	c cleaning 27000 clauses out of 54012 with flag 396000/396000
77.48/37.85	c cleaning 0 clauses out of 5000 with flag 0/5000
84.22/41.10	c cleaning 27991 clauses out of 56012 with flag 425000/425000
90.95/44.58	c cleaning 29005 clauses out of 58021 with flag 455000/455000
98.64/48.43	c cleaning 29991 clauses out of 60017 with flag 486001/486001
106.25/52.35	c cleaning 31000 clauses out of 62024 with flag 518000/518000
115.00/56.71	c cleaning 32002 clauses out of 64023 with flag 551000/551000
123.92/61.28	c cleaning 33003 clauses out of 66020 with flag 585000/585000
133.25/65.98	c cleaning 34004 clauses out of 68016 with flag 620000/620000
143.06/70.93	c cleaning 34997 clauses out of 70012 with flag 656000/656000
152.55/75.80	c cleaning 35995 clauses out of 72017 with flag 693003/693003
162.28/80.62	c cleaning 37010 clauses out of 74020 with flag 731001/731001
173.64/86.37	c cleaning 37996 clauses out of 76005 with flag 770001/770001
174.99/87.12	c  And the winner is solver0
174.92/87.24	c starts		: 153
174.92/87.24	c conflicts		: 774902
174.92/87.24	c decisions		: 991479
174.92/87.24	c propagations		: 33266268
174.92/87.24	c inspects		: 910837894
174.92/87.24	c shortcuts		: 0
174.92/87.24	c learnt literals	: 20
174.92/87.24	c learnt binary clauses	: 101
174.92/87.24	c learnt ternary clauses	: 392
174.92/87.24	c learnt constraints	: 774881
174.92/87.24	c ignored constraints	: 0
174.92/87.24	c root simplifications	: 0
174.92/87.24	c removed literals (reason simplification)	: 3705302
174.92/87.24	c reason swapping (by a shorter reason)	: 0
174.92/87.24	c Calls to reduceDB	: 35
174.92/87.24	c number of reductions to clauses (during analyze)	: 0
174.92/87.24	c number of learned constraints concerned by reduction	: 0
174.92/87.24	c number of learning phase by resolution	: 0
174.92/87.24	c number of learning phase by cutting planes	: 0
174.92/87.24	c speed (assignments/second)	: 382894.6259826659
174.92/87.24	c non guided choices	168
174.92/87.25	c learnt constraints type 
174.92/87.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 101
174.92/87.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 42802
174.92/87.25	c constraints type 
174.92/87.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
174.92/87.25	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
174.92/87.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
174.92/87.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
174.92/87.25	c 2707 constraints processed.
174.92/87.25	c constraints type 
174.92/87.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
174.92/87.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
174.92/87.25	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
174.92/87.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
174.92/87.25	c 2707 constraints processed.
174.92/87.25	s UNSATISFIABLE
174.92/87.25	c Total wall clock time (in seconds): 87.105

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

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

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


[startup+0 s]
/proc/loadavg: 0.16 0.04 0.01 4/197 20628
/proc/meminfo: memFree=28460588/32873844 swapFree=6856/6856
[pid=20628] ppid=20626 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/20628/stat : 20628 (java) D 20626 20628 20503 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253317497 9515008 182 33554432000 1073741824 1073778376 140734274449936 140734274440968 270118239925 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/20628/statm: 2323 182 140 9 0 71 0

[startup+0.082432 s]
/proc/loadavg: 0.16 0.04 0.01 4/197 20628
/proc/meminfo: memFree=28460588/32873844 swapFree=6856/6856
[pid=20628] ppid=20626 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/20628/stat : 20628 (java) S 20626 20628 20503 0 -1 4202496 3078 0 1 0 3 0 0 0 20 0 13 0 253317497 9446973440 3775 33554432000 1073741824 1073778376 140736523587520 140736523578656 270121599037 0 0 0 16800971 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20628/statm: 2306390 3776 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100281 s]
/proc/loadavg: 0.16 0.04 0.01 4/197 20628
/proc/meminfo: memFree=28460588/32873844 swapFree=6856/6856
[pid=20628] ppid=20626 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/20628/stat : 20628 (java) S 20626 20628 20503 0 -1 4202496 3219 0 1 0 5 0 0 0 20 0 18 0 253317497 9787813888 4427 33554432000 1073741824 1073778376 140736523587520 140736523578656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20628/statm: 2389603 4427 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.300242 s]
/proc/loadavg: 0.16 0.04 0.01 4/197 20628
/proc/meminfo: memFree=28460588/32873844 swapFree=6856/6856
[pid=20628] ppid=20626 vsize=9558412 CPUtime=0.41 cores=1,3,5,7
/proc/20628/stat : 20628 (java) S 20626 20628 20503 0 -1 4202496 5103 0 1 0 40 1 0 0 20 0 18 0 253317497 9787813888 7587 33554432000 1073741824 1073778376 140736523587520 140736523578656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20628/statm: 2389603 7587 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 9558412

[startup+0.700206 s]
/proc/loadavg: 0.16 0.04 0.01 4/197 20628
/proc/meminfo: memFree=28460588/32873844 swapFree=6856/6856
[pid=20628] ppid=20626 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/20628/stat : 20628 (java) S 20626 20628 20503 0 -1 4202496 14176 0 1 0 183 4 0 0 20 0 22 0 253317497 10060460032 19095 33554432000 1073741824 1073778376 140736523587520 140736523578656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20628/statm: 2456167 19095 2244 9 0 2446860 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9824668

[startup+1.5008 s]
/proc/loadavg: 0.16 0.04 0.01 7/219 20650
/proc/meminfo: memFree=28305528/32873844 swapFree=6856/6856
[pid=20628] ppid=20626 vsize=9824668 CPUtime=4.75 cores=1,3,5,7
/proc/20628/stat : 20628 (java) S 20626 20628 20503 0 -1 4202496 23513 0 1 0 466 9 0 0 20 0 22 0 253317497 10060460032 47663 33554432000 1073741824 1073778376 140736523587520 140736523578656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20628/statm: 2456167 47673 2278 9 0 2446860 0
[pid=20628/tid=20630] ppid=20626 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/20628/task/20630/stat : 20630 (java) S 20626 20628 20503 0 -1 4202560 2471 0 1 0 30 0 0 0 20 0 22 0 253317499 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140559124317176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20631] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20631/stat : 20631 (java) S 20626 20628 20503 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253317502 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558967978536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20632] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20632/stat : 20632 (java) S 20626 20628 20503 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253317502 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558966925736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20633] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20633/stat : 20633 (java) S 20626 20628 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317502 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558965872936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20634] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20634/stat : 20634 (java) S 20626 20628 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317502 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558964820136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20635] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20635/stat : 20635 (java) S 20626 20628 20503 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253317502 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558963768360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20636] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20636/stat : 20636 (java) S 20626 20628 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317502 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558962715560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20637] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20637/stat : 20637 (java) S 20626 20628 20503 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253317502 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558961662760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20638] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20638/stat : 20638 (java) S 20626 20628 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253317502 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558960609960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20639] ppid=20626 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/20628/task/20639/stat : 20639 (java) S 20626 20628 20503 0 -1 4202560 34 0 0 0 4 0 0 0 20 0 22 0 253317503 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558948411880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20640] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20640/stat : 20640 (java) S 20626 20628 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317504 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558947357944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20641] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20641/stat : 20641 (java) S 20626 20628 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317504 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558946305032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20642] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20642/stat : 20642 (java) S 20626 20628 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317506 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558945253520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20643] ppid=20626 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/20628/task/20643/stat : 20643 (java) R 20626 20628 20503 0 -1 4202560 8025 0 0 0 114 0 0 0 20 0 22 0 253317506 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558944188936 140559130343603 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20644] ppid=20626 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/20628/task/20644/stat : 20644 (java) R 20626 20628 20503 0 -1 4202560 11610 0 0 0 101 3 0 0 20 0 22 0 253317506 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558943148856 140559126924606 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20645] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20645/stat : 20645 (java) S 20626 20628 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317506 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558942096248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20646] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20646/stat : 20646 (java) S 20626 20628 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317506 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558941043656 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20647] ppid=20626 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/20628/task/20647/stat : 20647 (java) R 20626 20628 20503 0 -1 4202560 27 0 0 0 105 0 0 0 20 0 22 0 253317533 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558939988408 140558995813526 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20648] ppid=20626 vsize=9824668 CPUtime=1.04 cores=1,3,5,7
/proc/20628/task/20648/stat : 20648 (java) R 20626 20628 20503 0 -1 4202560 121 0 0 0 102 2 0 0 20 0 22 0 253317533 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558938933800 140558996167316 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20649] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20649/stat : 20649 (java) S 20626 20628 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317533 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558937883560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20650] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20650/stat : 20650 (java) S 20626 20628 20503 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253317533 10060460032 47673 33554432000 1073741824 1073778376 140736523587520 140558936830760 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 9824668

[startup+3.10078 s]
/proc/loadavg: 0.63 0.14 0.04 6/219 20650
/proc/meminfo: memFree=28183776/32873844 swapFree=6856/6856
[pid=20628] ppid=20626 vsize=9824668 CPUtime=8.74 cores=1,3,5,7
/proc/20628/stat : 20628 (java) S 20626 20628 20503 0 -1 4202496 29893 0 1 0 859 15 0 0 20 0 22 0 253317497 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140736523578656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20628/statm: 2456167 84437 2279 9 0 2446860 0
[pid=20628/tid=20630] ppid=20626 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/20628/task/20630/stat : 20630 (java) S 20626 20628 20503 0 -1 4202560 2471 0 1 0 30 0 0 0 20 0 22 0 253317499 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140559124317176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20631] ppid=20626 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20628/task/20631/stat : 20631 (java) S 20626 20628 20503 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 253317502 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558967978536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20632] ppid=20626 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20628/task/20632/stat : 20632 (java) S 20626 20628 20503 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253317502 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558966925736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20633] ppid=20626 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20628/task/20633/stat : 20633 (java) S 20626 20628 20503 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 253317502 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558965872936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20634] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20634/stat : 20634 (java) S 20626 20628 20503 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 253317502 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558964820136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20635] ppid=20626 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20628/task/20635/stat : 20635 (java) S 20626 20628 20503 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253317502 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558963768360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20636] ppid=20626 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20628/task/20636/stat : 20636 (java) S 20626 20628 20503 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 253317502 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558962715560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20637] ppid=20626 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20628/task/20637/stat : 20637 (java) S 20626 20628 20503 0 -1 4202560 5 0 0 0 1 0 0 0 20 0 22 0 253317502 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558961662760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20638] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20638/stat : 20638 (java) S 20626 20628 20503 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253317502 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558960609960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20639] ppid=20626 vsize=9824668 CPUtime=0.17 cores=1,3,5,7
/proc/20628/task/20639/stat : 20639 (java) S 20626 20628 20503 0 -1 4202560 229 0 0 0 16 1 0 0 20 0 22 0 253317503 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558948411880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20640] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20640/stat : 20640 (java) S 20626 20628 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317504 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558947357944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20641] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20641/stat : 20641 (java) S 20626 20628 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317504 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558946305032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20642] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20642/stat : 20642 (java) S 20626 20628 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317506 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558945253520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20643] ppid=20626 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/20628/task/20643/stat : 20643 (java) S 20626 20628 20503 0 -1 4202560 10110 0 0 0 151 2 0 0 20 0 22 0 253317506 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558944201656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20644] ppid=20626 vsize=9824668 CPUtime=1.55 cores=1,3,5,7
/proc/20628/task/20644/stat : 20644 (java) S 20626 20628 20503 0 -1 4202560 15603 0 0 0 151 4 0 0 20 0 22 0 253317506 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558943148856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20645] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20645/stat : 20645 (java) S 20626 20628 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317506 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558942096248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20646] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20646/stat : 20646 (java) S 20626 20628 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317506 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558941043656 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20647] ppid=20626 vsize=9824668 CPUtime=2.45 cores=1,3,5,7
/proc/20628/task/20647/stat : 20647 (java) R 20626 20628 20503 0 -1 4202560 32 0 0 0 245 0 0 0 20 0 22 0 253317533 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558939988568 140558996785484 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20648] ppid=20626 vsize=9824668 CPUtime=2.47 cores=1,3,5,7
/proc/20628/task/20648/stat : 20648 (java) R 20626 20628 20503 0 -1 4202560 183 0 0 0 242 5 0 0 20 0 22 0 253317533 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558938933696 140558996295332 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20649] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20649/stat : 20649 (java) S 20626 20628 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317533 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558937883560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20650] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20650/stat : 20650 (java) S 20626 20628 20503 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253317533 10060460032 84437 33554432000 1073741824 1073778376 140736523587520 140558936830760 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.74
Current children cumulated vsize (KiB) 9824668

[startup+6.30087 s]
/proc/loadavg: 0.63 0.14 0.04 5/219 20650
/proc/meminfo: memFree=27904444/32873844 swapFree=6856/6856
[pid=20628] ppid=20626 vsize=9824668 CPUtime=15.33 cores=1,3,5,7
/proc/20628/stat : 20628 (java) S 20626 20628 20503 0 -1 4202496 33334 0 1 0 1514 19 0 0 20 0 22 0 253317497 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140736523578656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20628/statm: 2456167 116897 2279 9 0 2446860 0
[pid=20628/tid=20630] ppid=20626 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/20628/task/20630/stat : 20630 (java) S 20626 20628 20503 0 -1 4202560 2471 0 1 0 30 0 0 0 20 0 22 0 253317499 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140559124317176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20631] ppid=20626 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/20628/task/20631/stat : 20631 (java) S 20626 20628 20503 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 253317502 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140558967978536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20632] ppid=20626 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20628/task/20632/stat : 20632 (java) S 20626 20628 20503 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 253317502 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140558966925736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20633] ppid=20626 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20628/task/20633/stat : 20633 (java) S 20626 20628 20503 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 22 0 253317502 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140558965872936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20634] ppid=20626 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20628/task/20634/stat : 20634 (java) S 20626 20628 20503 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 253317502 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140558964820136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20635] ppid=20626 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/20628/task/20635/stat : 20635 (java) S 20626 20628 20503 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 253317502 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140558963768360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20636] ppid=20626 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20628/task/20636/stat : 20636 (java) S 20626 20628 20503 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 253317502 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140558962715560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20637] ppid=20626 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20628/task/20637/stat : 20637 (java) S 20626 20628 20503 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253317502 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140558961662760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20638] ppid=20626 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/20628/task/20638/stat : 20638 (java) S 20626 20628 20503 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 253317502 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140558960609960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20639] ppid=20626 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/20628/task/20639/stat : 20639 (java) S 20626 20628 20503 0 -1 4202560 261 0 0 0 35 2 0 0 20 0 22 0 253317503 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140558948411880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20640] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20640/stat : 20640 (java) S 20626 20628 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317504 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140558947357944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20641] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20641/stat : 20641 (java) S 20626 20628 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317504 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140558946305032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20642] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20642/stat : 20642 (java) S 20626 20628 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317506 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140558945253520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20643] ppid=20626 vsize=9824668 CPUtime=1.54 cores=1,3,5,7
/proc/20628/task/20643/stat : 20643 (java) S 20626 20628 20503 0 -1 4202560 10110 0 0 0 152 2 0 0 20 0 22 0 253317506 10060460032 116897 33554432000 1073741824 1073778376 140736523587520 140558944201656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0

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

/proc/loadavg: 3.11 1.04 0.37 5/219 20650
/proc/meminfo: memFree=26135904/32873844 swapFree=6856/6856
[pid=20628] ppid=20626 vsize=9824668 CPUtime=174.19 cores=1,3,5,7
/proc/20628/stat : 20628 (java) S 20626 20628 20503 0 -1 4202496 38566 0 1 0 17372 47 0 0 20 0 22 0 253317497 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140736523578656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20628/statm: 2456167 185233 2279 9 0 2446860 0
[pid=20628/tid=20630] ppid=20626 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/20628/task/20630/stat : 20630 (java) S 20626 20628 20503 0 -1 4202560 2479 0 1 0 30 0 0 0 20 0 22 0 253317499 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140559124317176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20631] ppid=20626 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/20628/task/20631/stat : 20631 (java) S 20626 20628 20503 0 -1 4202560 85 0 0 0 34 3 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558967978536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20632] ppid=20626 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/20628/task/20632/stat : 20632 (java) S 20626 20628 20503 0 -1 4202560 65 0 0 0 32 3 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558966925736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20633] ppid=20626 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/20628/task/20633/stat : 20633 (java) S 20626 20628 20503 0 -1 4202560 65 0 0 0 40 2 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558965872936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20634] ppid=20626 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/20628/task/20634/stat : 20634 (java) S 20626 20628 20503 0 -1 4202560 57 0 0 0 32 3 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558964820136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20635] ppid=20626 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/20628/task/20635/stat : 20635 (java) S 20626 20628 20503 0 -1 4202560 73 0 0 0 34 3 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558963768360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20636] ppid=20626 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/20628/task/20636/stat : 20636 (java) S 20626 20628 20503 0 -1 4202560 52 0 0 0 30 3 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558962715560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20637] ppid=20626 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/20628/task/20637/stat : 20637 (java) S 20626 20628 20503 0 -1 4202560 63 0 0 0 31 3 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558961662760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20638] ppid=20626 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/20628/task/20638/stat : 20638 (java) S 20626 20628 20503 0 -1 4202560 55 0 0 0 32 1 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558960609960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20639] ppid=20626 vsize=9824668 CPUtime=4.19 cores=1,3,5,7
/proc/20628/task/20639/stat : 20639 (java) S 20626 20628 20503 0 -1 4202560 1801 0 0 0 411 8 0 0 20 0 22 0 253317503 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558948411880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20640] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20640/stat : 20640 (java) S 20626 20628 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317504 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558947357944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20641] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20641/stat : 20641 (java) S 20626 20628 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317504 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558946305032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20642] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20642/stat : 20642 (java) S 20626 20628 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317506 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558945253520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20643] ppid=20626 vsize=9824668 CPUtime=1.62 cores=1,3,5,7
/proc/20628/task/20643/stat : 20643 (java) S 20626 20628 20503 0 -1 4202560 10115 0 0 0 160 2 0 0 20 0 22 0 253317506 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558944201656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20644] ppid=20626 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/20628/task/20644/stat : 20644 (java) S 20626 20628 20503 0 -1 4202560 22030 0 0 0 257 5 0 0 20 0 22 0 253317506 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558943148856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20645] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20645/stat : 20645 (java) S 20626 20628 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317506 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558942096248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20646] ppid=20626 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/20628/task/20646/stat : 20646 (java) S 20626 20628 20503 0 -1 4202560 5 0 0 0 2 2 0 0 20 0 22 0 253317506 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558941043656 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20647] ppid=20626 vsize=9824668 CPUtime=81.01 cores=1,3,5,7
/proc/20628/task/20647/stat : 20647 (java) R 20626 20628 20503 0 -1 4202560 92 0 0 0 8100 1 0 0 20 0 22 0 253317533 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558939988448 140558996092392 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20648] ppid=20626 vsize=9824668 CPUtime=80.99 cores=1,3,5,7
/proc/20628/task/20648/stat : 20648 (java) R 20626 20628 20503 0 -1 4202560 336 0 0 0 8089 10 0 0 20 0 22 0 253317533 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558938933992 140558996295499 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20649] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20649/stat : 20649 (java) S 20626 20628 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317533 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558937883560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20650] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20650/stat : 20650 (java) S 20626 20628 20503 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253317533 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558936830760 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 174.19
Current children cumulated vsize (KiB) 9824668

[startup+87.1009 s]
/proc/loadavg: 3.10 1.07 0.38 5/219 20650
/proc/meminfo: memFree=26132552/32873844 swapFree=6856/6856
[pid=20628] ppid=20626 vsize=9824668 CPUtime=174.99 cores=1,3,5,7
/proc/20628/stat : 20628 (java) S 20626 20628 20503 0 -1 4202496 38566 0 1 0 17452 47 0 0 20 0 22 0 253317497 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140736523578656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20628/statm: 2456167 185233 2279 9 0 2446860 0
[pid=20628/tid=20630] ppid=20626 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/20628/task/20630/stat : 20630 (java) S 20626 20628 20503 0 -1 4202560 2479 0 1 0 30 0 0 0 20 0 22 0 253317499 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140559124317176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20631] ppid=20626 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/20628/task/20631/stat : 20631 (java) S 20626 20628 20503 0 -1 4202560 85 0 0 0 34 3 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558967978536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20632] ppid=20626 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/20628/task/20632/stat : 20632 (java) S 20626 20628 20503 0 -1 4202560 65 0 0 0 32 3 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558966925736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20633] ppid=20626 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/20628/task/20633/stat : 20633 (java) S 20626 20628 20503 0 -1 4202560 65 0 0 0 40 2 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558965872936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20634] ppid=20626 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/20628/task/20634/stat : 20634 (java) S 20626 20628 20503 0 -1 4202560 57 0 0 0 32 3 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558964820136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20635] ppid=20626 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/20628/task/20635/stat : 20635 (java) S 20626 20628 20503 0 -1 4202560 73 0 0 0 34 3 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558963768360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20636] ppid=20626 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/20628/task/20636/stat : 20636 (java) S 20626 20628 20503 0 -1 4202560 52 0 0 0 30 3 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558962715560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20637] ppid=20626 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/20628/task/20637/stat : 20637 (java) S 20626 20628 20503 0 -1 4202560 63 0 0 0 31 3 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558961662760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20638] ppid=20626 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/20628/task/20638/stat : 20638 (java) S 20626 20628 20503 0 -1 4202560 55 0 0 0 32 1 0 0 20 0 22 0 253317502 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558960609960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20639] ppid=20626 vsize=9824668 CPUtime=4.19 cores=1,3,5,7
/proc/20628/task/20639/stat : 20639 (java) S 20626 20628 20503 0 -1 4202560 1801 0 0 0 411 8 0 0 20 0 22 0 253317503 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558948411880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20640] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20640/stat : 20640 (java) S 20626 20628 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253317504 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558947357944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20641] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20641/stat : 20641 (java) S 20626 20628 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253317504 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558946305032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20642] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20642/stat : 20642 (java) S 20626 20628 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317506 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558945253520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20643] ppid=20626 vsize=9824668 CPUtime=1.62 cores=1,3,5,7
/proc/20628/task/20643/stat : 20643 (java) S 20626 20628 20503 0 -1 4202560 10115 0 0 0 160 2 0 0 20 0 22 0 253317506 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558944201656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20644] ppid=20626 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/20628/task/20644/stat : 20644 (java) S 20626 20628 20503 0 -1 4202560 22030 0 0 0 257 5 0 0 20 0 22 0 253317506 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558943148856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20645] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20645/stat : 20645 (java) S 20626 20628 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253317506 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558942096248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20646] ppid=20626 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/20628/task/20646/stat : 20646 (java) S 20626 20628 20503 0 -1 4202560 5 0 0 0 2 2 0 0 20 0 22 0 253317506 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558941043656 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20647] ppid=20626 vsize=9824668 CPUtime=81.41 cores=1,3,5,7
/proc/20628/task/20647/stat : 20647 (java) R 20626 20628 20503 0 -1 4202560 92 0 0 0 8140 1 0 0 20 0 22 0 253317533 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558939988448 140558996104117 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20648] ppid=20626 vsize=9824668 CPUtime=81.39 cores=1,3,5,7
/proc/20628/task/20648/stat : 20648 (java) R 20626 20628 20503 0 -1 4202560 336 0 0 0 8129 10 0 0 20 0 22 0 253317533 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558938933872 140558996294903 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20649] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20649/stat : 20649 (java) S 20626 20628 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253317533 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558937883560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20650] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20650/stat : 20650 (java) S 20626 20628 20503 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253317533 10060460032 185233 33554432000 1073741824 1073778376 140736523587520 140558936830760 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 174.99
Current children cumulated vsize (KiB) 9824668

[startup+87.2009 s]
/proc/loadavg: 3.10 1.07 0.38 5/219 20650
/proc/meminfo: memFree=26132552/32873844 swapFree=6856/6856
[pid=20628] ppid=20626 vsize=9824668 CPUtime=174.92 cores=1,3,5,7
/proc/20628/stat : 20628 (java) S 20626 20628 20503 0 -1 4202496 38567 0 1 0 17444 48 0 0 20 0 20 0 253317497 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140736523578656 270121599037 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/20628/statm: 2456167 185227 2280 9 0 2446860 0
[pid=20628/tid=20630] ppid=20626 vsize=9824668 CPUtime=0.3 cores=1,3,5,7
/proc/20628/task/20630/stat : 20630 (java) S 20626 20628 20503 0 -1 4202560 2479 0 1 0 30 0 0 0 20 0 20 0 253317499 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140559124317176 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20631] ppid=20626 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/20628/task/20631/stat : 20631 (java) S 20626 20628 20503 0 -1 4202560 85 0 0 0 34 3 0 0 20 0 20 0 253317502 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558967978536 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20632] ppid=20626 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/20628/task/20632/stat : 20632 (java) S 20626 20628 20503 0 -1 4202560 65 0 0 0 32 3 0 0 20 0 20 0 253317502 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558966925736 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20633] ppid=20626 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/20628/task/20633/stat : 20633 (java) S 20626 20628 20503 0 -1 4202560 65 0 0 0 40 2 0 0 20 0 20 0 253317502 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558965872936 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20634] ppid=20626 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/20628/task/20634/stat : 20634 (java) S 20626 20628 20503 0 -1 4202560 57 0 0 0 32 3 0 0 20 0 20 0 253317502 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558964820136 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20635] ppid=20626 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/20628/task/20635/stat : 20635 (java) S 20626 20628 20503 0 -1 4202560 73 0 0 0 34 3 0 0 20 0 20 0 253317502 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558963768360 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20636] ppid=20626 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/20628/task/20636/stat : 20636 (java) S 20626 20628 20503 0 -1 4202560 52 0 0 0 30 3 0 0 20 0 20 0 253317502 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558962715560 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20637] ppid=20626 vsize=9824668 CPUtime=0.34 cores=1,3,5,7
/proc/20628/task/20637/stat : 20637 (java) S 20626 20628 20503 0 -1 4202560 63 0 0 0 31 3 0 0 20 0 20 0 253317502 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558961662760 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20638] ppid=20626 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/20628/task/20638/stat : 20638 (java) S 20626 20628 20503 0 -1 4202560 55 0 0 0 32 1 0 0 20 0 20 0 253317502 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558960609960 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20639] ppid=20626 vsize=9824668 CPUtime=4.19 cores=1,3,5,7
/proc/20628/task/20639/stat : 20639 (java) S 20626 20628 20503 0 -1 4202560 1801 0 0 0 411 8 0 0 20 0 20 0 253317503 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558948411880 270121613225 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20640] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20640/stat : 20640 (java) S 20626 20628 20503 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253317504 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558947357944 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20641] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20641/stat : 20641 (java) S 20626 20628 20503 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 253317504 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558946305032 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20642] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20642/stat : 20642 (java) S 20626 20628 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253317506 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558945253520 270121621280 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20643] ppid=20626 vsize=9824668 CPUtime=1.62 cores=1,3,5,7
/proc/20628/task/20643/stat : 20643 (java) S 20626 20628 20503 0 -1 4202560 10115 0 0 0 160 2 0 0 20 0 20 0 253317506 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558944201656 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20644] ppid=20626 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/20628/task/20644/stat : 20644 (java) S 20626 20628 20503 0 -1 4202560 22030 0 0 0 257 5 0 0 20 0 20 0 253317506 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558943148856 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20628/tid=20645] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20645/stat : 20645 (java) S 20626 20628 20503 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253317506 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558942096248 270121612348 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20628/tid=20646] ppid=20626 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/20628/task/20646/stat : 20646 (java) S 20626 20628 20503 0 -1 4202560 5 0 0 0 2 2 0 0 20 0 20 0 253317506 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558941043656 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20628/tid=20648] ppid=20626 vsize=9824668 CPUtime=81.49 cores=1,3,5,7
/proc/20628/task/20648/stat : 20648 (java) R 20626 20628 20503 0 -1 4202560 336 0 0 0 8139 10 0 0 20 0 20 0 253317533 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558938933872 140558996312702 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20628/tid=20649] ppid=20626 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/20628/task/20649/stat : 20649 (java) S 20626 20628 20503 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253317533 10060460032 185227 33554432000 1073741824 1073778376 140736523587520 140558937883560 270121613225 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 174.92
Current children cumulated vsize (KiB) 9824668

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 20628 and gives
#  childrusage.ru_utime.tv_sec=174
#  childrusage.ru_utime.tv_usec=246510
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=660899
# CPU time returned by wait4() is 174.907
# while last known CPU time is 174.92
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...


# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 0.0700073
#  lost CPU user time (s): 0.0800018
#  lost CPU system time (s): -0.00999999

Real time (s): 87.2751
CPU time (s): 174.99
CPU user time (s): 174.52
CPU system time (s): 0.47
CPU usage (%): 200.504
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 174.247
system time used= 0.660899
maximum resident set size= 741840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38582
page faults= 1
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4559
involuntary context switches= 6121

runsolver used 0.367944 second user time and 0.909861 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-24 17:04:50
IDJOB=3687266
IDBENCH=1277
IDSOLVER=2268
FILE ID=node106/3687266-1337871890
RUNJOBID= node106-1337871881-20520
PBS_JOBID= 14620098
Free space on /tmp= 71664 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900576927.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687266-1337871890/watcher-3687266-1337871890 -o /tmp/evaluation-result-3687266-1337871890/solver-3687266-1337871890 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687266-1337871890.opb

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

MD5SUM BENCH= 7f91f8d08a20ca0a8483dc7b1c14e540
RANDOM SEED=882898148

node106.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		: 2667.065
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	: 5334.13
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		: 2667.065
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		: 2667.065
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		: 2667.065
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.92
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		: 2667.065
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.91
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		: 2667.065
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.91
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		: 2667.065
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.91
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		: 2667.065
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28460852 kB
Buffers:          193668 kB
Cached:          2892288 kB
SwapCached:            0 kB
Active:          1231332 kB
Inactive:        2393792 kB
Active(anon):     541884 kB
Inactive(anon):        0 kB
Active(file):     689448 kB
Inactive(file):  2393792 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1044 kB
Writeback:             0 kB
AnonPages:        568776 kB
Mapped:            22520 kB
Shmem:               200 kB
Slab:             626504 kB
SReclaimable:      68240 kB
SUnreclaim:       558264 kB
KernelStack:        1608 kB
PageTables:         5668 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1084932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    518144 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= 71664 MiB
End job on node106 at 2012-05-24 17:06:17