Trace number 3687305

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 Resolution 2.3.2 SnapshotUNSAT 61.06 58.8251

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900550006.opb
MD5SUMcabd29c48249a44c2596bb98645c31c8
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 benchmark3.65444
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 665
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.02/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.02/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.02/0.07	c See www.sat4j.org for details.
0.02/0.07	c version 2.3.2.v20120418
0.02/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.02/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.02/0.07	c java.vm.version	19.1-b02
0.02/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.02/0.07	c sun.arch.data.model	64
0.02/0.07	c java.version		1.6.0_24
0.02/0.07	c os.name		Linux
0.02/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.02/0.07	c os.arch		amd64
0.02/0.07	c Free memory 		501472288
0.02/0.07	c Max memory 		7480803328
0.02/0.07	c Total memory 		504102912
0.02/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3687305-1337871901.opb
0.11/0.10	c reading problem ... 
0.27/0.27	c ... done. Wall clock time 0.175s.
0.27/0.27	c declared #vars     231
0.27/0.27	c #constraints  2707
0.27/0.27	c constraints type 
0.27/0.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.27/0.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.27/0.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.27/0.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.27/0.27	c 2707 constraints processed.
1.05/0.64	c cleaning 2495 clauses out of 5000 with flag 5000/5000
1.42/0.94	c cleaning 4249 clauses out of 8506 with flag 11001/11001
1.73/1.27	c cleaning 5627 clauses out of 11256 with flag 18000/18000
2.35/1.71	c cleaning 6806 clauses out of 13629 with flag 26000/26000
3.08/2.18	c cleaning 7912 clauses out of 15823 with flag 35000/35000
3.92/2.73	c cleaning 8949 clauses out of 17912 with flag 45001/45001
4.56/3.37	c cleaning 9975 clauses out of 19962 with flag 56000/56000
5.65/4.14	c cleaning 10978 clauses out of 21988 with flag 68001/68001
6.81/4.97	c cleaning 11997 clauses out of 24009 with flag 81000/81000
7.81/5.93	c cleaning 12988 clauses out of 26012 with flag 95000/95000
8.76/6.89	c cleaning 13995 clauses out of 28024 with flag 110000/110000
9.96/8.03	c cleaning 15011 clauses out of 30029 with flag 126000/126000
11.06/9.19	c cleaning 15997 clauses out of 32018 with flag 143000/143000
12.46/10.53	c cleaning 17004 clauses out of 34022 with flag 161001/161001
13.97/12.04	c cleaning 18001 clauses out of 36018 with flag 180001/180001
15.48/13.51	c cleaning 19000 clauses out of 38018 with flag 200002/200002
16.89/14.94	c cleaning 20001 clauses out of 40016 with flag 221001/221001
18.50/16.54	c cleaning 21008 clauses out of 42020 with flag 243006/243006
20.40/18.41	c cleaning 21995 clauses out of 44008 with flag 266002/266002
22.31/20.37	c cleaning 22999 clauses out of 46013 with flag 290002/290002
24.12/22.10	c cleaning 23994 clauses out of 48012 with flag 315001/315001
26.24/24.26	c cleaning 24998 clauses out of 50018 with flag 341001/341001
28.66/26.67	c cleaning 25993 clauses out of 52018 with flag 368000/368000
31.18/29.11	c cleaning 27009 clauses out of 54025 with flag 396000/396000
33.61/31.55	c cleaning 28003 clauses out of 56015 with flag 425000/425000
35.94/33.88	c cleaning 29004 clauses out of 58013 with flag 455002/455002
38.54/36.47	c cleaning 29998 clauses out of 60009 with flag 486003/486003
41.17/39.01	c cleaning 30997 clauses out of 62007 with flag 518000/518000
44.08/41.90	c cleaning 31990 clauses out of 64008 with flag 551000/551000
47.38/45.22	c cleaning 33004 clauses out of 66020 with flag 585002/585002
50.69/48.54	c cleaning 33999 clauses out of 68012 with flag 620000/620000
54.00/51.84	c cleaning 35004 clauses out of 70012 with flag 656002/656002
57.42/55.22	c cleaning 35997 clauses out of 72004 with flag 693000/693000
60.94/58.72	c cleaning 36995 clauses out of 74003 with flag 731000/731000
60.94/58.79	c starts		: 151
60.94/58.79	c conflicts		: 731716
60.94/58.79	c decisions		: 942745
60.94/58.79	c propagations		: 29690141
60.94/58.79	c inspects		: 824177553
60.94/58.79	c shortcuts		: 0
60.94/58.79	c learnt literals	: 27
60.94/58.79	c learnt binary clauses	: 24
60.94/58.79	c learnt ternary clauses	: 181
60.94/58.79	c learnt constraints	: 731688
60.94/58.79	c ignored constraints	: 0
60.94/58.79	c root simplifications	: 0
60.94/58.79	c removed literals (reason simplification)	: 0
60.94/58.79	c reason swapping (by a shorter reason)	: 0
60.94/58.79	c Calls to reduceDB	: 34
60.94/58.79	c number of reductions to clauses (during analyze)	: 0
60.94/58.79	c number of learned constraints concerned by reduction	: 0
60.94/58.79	c number of learning phase by resolution	: 0
60.94/58.79	c number of learning phase by cutting planes	: 0
60.94/58.79	c speed (assignments/second)	: 507358.9945146021
60.94/58.79	c non guided choices	169
61.06/58.81	c learnt constraints type 
61.06/58.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
61.06/58.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 37692
61.06/58.81	c constraints type 
61.06/58.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
61.06/58.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
61.06/58.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
61.06/58.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
61.06/58.81	c 2707 constraints processed.
61.06/58.81	s UNSATISFIABLE
61.06/58.81	c Total wall clock time (in seconds): 58.71

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-3687305-1337871901/watcher-3687305-1337871901 -o /tmp/evaluation-result-3687305-1337871901/solver-3687305-1337871901 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687305-1337871901.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.22 0.05 0.02 3/192 21671
/proc/meminfo: memFree=29437892/32873624 swapFree=7104/7104
[pid=21671] ppid=21669 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/21671/stat : 21671 (java) R 21669 21671 21495 0 -1 4202496 984 0 0 0 0 0 0 0 20 0 1 0 253315606 23793664 711 33554432000 1073741824 1073778376 140733238607920 140733238596984 227503290448 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/21671/statm: 5809 712 526 9 0 128 0

[startup+0.0452191 s]
/proc/loadavg: 0.22 0.05 0.02 3/192 21671
/proc/meminfo: memFree=29437892/32873624 swapFree=7104/7104
[pid=21671] ppid=21669 vsize=9225560 CPUtime=0.02 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21669 21671 21495 0 -1 4202496 3081 0 1 0 2 0 0 0 20 0 13 0 253315606 9446973440 4289 33554432000 1073741824 1073778376 140733238607920 140733238599056 227515859005 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21671/statm: 2306390 4289 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9225560

[startup+0.100196 s]
/proc/loadavg: 0.22 0.05 0.02 3/192 21671
/proc/meminfo: memFree=29437892/32873624 swapFree=7104/7104
[pid=21671] ppid=21669 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21669 21671 21495 0 -1 4202496 4456 0 1 0 10 1 0 0 20 0 18 0 253315606 9787813888 6128 33554432000 1073741824 1073778376 140733238607920 140733238599056 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21671/statm: 2389603 6128 2138 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300164 s]
/proc/loadavg: 0.22 0.05 0.02 3/192 21671
/proc/meminfo: memFree=29437892/32873624 swapFree=7104/7104
[pid=21671] ppid=21669 vsize=9624976 CPUtime=0.52 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21669 21671 21495 0 -1 4202496 5972 0 1 0 50 2 0 0 20 0 19 0 253315606 9855975424 8474 33554432000 1073741824 1073778376 140733238607920 140733238599056 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21671/statm: 2406244 8474 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9624976

[startup+0.700178 s]
/proc/loadavg: 0.22 0.05 0.02 3/192 21671
/proc/meminfo: memFree=29437892/32873624 swapFree=7104/7104
[pid=21671] ppid=21669 vsize=9624976 CPUtime=1.19 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21669 21671 21495 0 -1 4202496 7875 0 1 0 117 2 0 0 20 0 19 0 253315606 9855975424 10651 33554432000 1073741824 1073778376 140733238607920 140733238599056 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21671/statm: 2406244 10651 2273 9 0 2396937 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9624976

[startup+1.50058 s]
/proc/loadavg: 0.36 0.08 0.03 3/211 21690
/proc/meminfo: memFree=29401764/32873624 swapFree=7104/7104
[pid=21671] ppid=21669 vsize=9624976 CPUtime=2.04 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21669 21671 21495 0 -1 4202496 7913 0 1 0 202 2 0 0 20 0 19 0 253315606 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140733238599056 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21671/statm: 2406244 11688 2273 9 0 2396937 0
[pid=21671/tid=21673] ppid=21669 vsize=9624976 CPUtime=1.45 cores=1,3,5,7
/proc/21671/task/21673/stat : 21673 (java) R 21669 21671 21495 0 -1 4202560 2466 0 1 0 143 2 0 0 20 0 19 0 253315607 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325668446616 140325524384866 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21674] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21674/stat : 21674 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325646547112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21675] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21675/stat : 21675 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325645494568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21676] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21676/stat : 21676 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325644442024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21677] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21677/stat : 21677 (java) S 21669 21671 21495 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325643389480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21678] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21678/stat : 21678 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325642336936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21679/stat : 21679 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325171489576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21680/stat : 21680 (java) S 21669 21671 21495 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325170437032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21681/stat : 21681 (java) S 21669 21671 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325169384488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/21671/task/21682/stat : 21682 (java) S 21669 21671 21495 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253315608 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325156972648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21683/stat : 21683 (java) S 21669 21671 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315609 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325155918968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21684/stat : 21684 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315609 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325154866312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21685/stat : 21685 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325153815056 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21686] ppid=21669 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/21671/task/21686/stat : 21686 (java) S 21669 21671 21495 0 -1 4202560 1771 0 0 0 26 0 0 0 20 0 19 0 253315611 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325152762424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21687] ppid=21669 vsize=9624976 CPUtime=0.26 cores=1,3,5,7
/proc/21671/task/21687/stat : 21687 (java) S 21669 21671 21495 0 -1 4202560 2419 0 0 0 26 0 0 0 20 0 19 0 253315611 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325151709880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21688] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21688/stat : 21688 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325150657528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21689] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21689/stat : 21689 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325149605192 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21690] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21690/stat : 21690 (java) S 21669 21671 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315634 9855975424 11688 33554432000 1073741824 1073778376 140733238607920 140325148517160 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 9624976

[startup+3.10058 s]
/proc/loadavg: 0.36 0.08 0.03 3/211 21690
/proc/meminfo: memFree=29375100/32873624 swapFree=7104/7104
[pid=21671] ppid=21669 vsize=9624976 CPUtime=4.35 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21669 21671 21495 0 -1 4202496 15946 0 1 0 432 3 0 0 20 0 19 0 253315606 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140733238599056 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21671/statm: 2406244 17469 2275 9 0 2396937 0
[pid=21671/tid=21673] ppid=21669 vsize=9624976 CPUtime=3.01 cores=1,3,5,7
/proc/21671/task/21673/stat : 21673 (java) R 21669 21671 21495 0 -1 4202560 2468 0 1 0 299 2 0 0 20 0 19 0 253315607 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325668446616 140325524349502 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21674] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21674/stat : 21674 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325646547112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21675] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21675/stat : 21675 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325645494568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21676] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21676/stat : 21676 (java) S 21669 21671 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325644442024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21677] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21677/stat : 21677 (java) S 21669 21671 21495 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325643389480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21678] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21678/stat : 21678 (java) S 21669 21671 21495 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325642336936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21679/stat : 21679 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325171489576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21680/stat : 21680 (java) S 21669 21671 21495 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325170437032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21681/stat : 21681 (java) S 21669 21671 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325169384488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21682/stat : 21682 (java) S 21669 21671 21495 0 -1 4202560 50 0 0 0 4 0 0 0 20 0 19 0 253315608 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325156972648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21683/stat : 21683 (java) S 21669 21671 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315609 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325155918968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21684/stat : 21684 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315609 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325154866312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21685/stat : 21685 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325153815056 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21686] ppid=21669 vsize=9624976 CPUtime=0.83 cores=1,3,5,7
/proc/21671/task/21686/stat : 21686 (java) S 21669 21671 21495 0 -1 4202560 8089 0 0 0 82 1 0 0 20 0 19 0 253315611 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325152762424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21687] ppid=21669 vsize=9624976 CPUtime=0.38 cores=1,3,5,7
/proc/21671/task/21687/stat : 21687 (java) S 21669 21671 21495 0 -1 4202560 4098 0 0 0 38 0 0 0 20 0 19 0 253315611 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325151709880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21688] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21688/stat : 21688 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325150657528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21689] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21689/stat : 21689 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325149605192 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21690] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21690/stat : 21690 (java) S 21669 21671 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315634 9855975424 17469 33554432000 1073741824 1073778376 140733238607920 140325148517160 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.35
Current children cumulated vsize (KiB) 9624976

[startup+6.30059 s]
/proc/loadavg: 0.36 0.08 0.03 3/211 21690
/proc/meminfo: memFree=29366316/32873624 swapFree=7104/7104
[pid=21671] ppid=21669 vsize=9624976 CPUtime=8.25 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21669 21671 21495 0 -1 4202496 22155 0 1 0 821 4 0 0 20 0 19 0 253315606 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140733238599056 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21671/statm: 2406244 19495 2275 9 0 2396937 0
[pid=21671/tid=21673] ppid=21669 vsize=9624976 CPUtime=6.14 cores=1,3,5,7
/proc/21671/task/21673/stat : 21673 (java) R 21669 21671 21495 0 -1 4202560 2472 0 1 0 612 2 0 0 20 0 19 0 253315607 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325668445448 140325524349528 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21674] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21674/stat : 21674 (java) S 21669 21671 21495 0 -1 4202560 27 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325646547112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21675] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21675/stat : 21675 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325645494568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21676] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21676/stat : 21676 (java) S 21669 21671 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325644442024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21677] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21677/stat : 21677 (java) S 21669 21671 21495 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325643389480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21678] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21678/stat : 21678 (java) S 21669 21671 21495 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325642336936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21679/stat : 21679 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325171489576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21680/stat : 21680 (java) S 21669 21671 21495 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325170437032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21681/stat : 21681 (java) S 21669 21671 21495 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253315607 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325169384488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/21671/task/21682/stat : 21682 (java) S 21669 21671 21495 0 -1 4202560 50 0 0 0 9 0 0 0 20 0 19 0 253315608 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325156972648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21683/stat : 21683 (java) S 21669 21671 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315609 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325155918968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21684/stat : 21684 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315609 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325154866312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21685/stat : 21685 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325153815056 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21686] ppid=21669 vsize=9624976 CPUtime=0.84 cores=1,3,5,7
/proc/21671/task/21686/stat : 21686 (java) S 21669 21671 21495 0 -1 4202560 8089 0 0 0 83 1 0 0 20 0 19 0 253315611 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325152762424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21687] ppid=21669 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/21671/task/21687/stat : 21687 (java) S 21669 21671 21495 0 -1 4202560 10281 0 0 0 102 2 0 0 20 0 19 0 253315611 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325151709880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21688] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21688/stat : 21688 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325150657528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21689] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21689/stat : 21689 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325149605192 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21690] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21690/stat : 21690 (java) S 21669 21671 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315634 9855975424 19495 33554432000 1073741824 1073778376 140733238607920 140325148517160 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.25
Current children cumulated vsize (KiB) 9624976

[startup+12.7005 s]

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

/proc/21671/task/21681/stat : 21681 (java) S 21669 21671 21495 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325169384488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/21671/task/21682/stat : 21682 (java) S 21669 21671 21495 0 -1 4202560 55 0 0 0 45 0 0 0 20 0 19 0 253315608 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325156972648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21683/stat : 21683 (java) S 21669 21671 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315609 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325155918968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21684/stat : 21684 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315609 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325154866312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21685/stat : 21685 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325153815056 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21686] ppid=21669 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/21671/task/21686/stat : 21686 (java) S 21669 21671 21495 0 -1 4202560 8090 0 0 0 86 1 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325152762424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21687] ppid=21669 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/21671/task/21687/stat : 21687 (java) S 21669 21671 21495 0 -1 4202560 10281 0 0 0 102 2 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325151709880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21688] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21688/stat : 21688 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325150657528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21689] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21689/stat : 21689 (java) S 21669 21671 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325149605192 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21690] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21690/stat : 21690 (java) S 21669 21671 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315634 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325148517160 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 59.74
Current children cumulated vsize (KiB) 9624976

[startup+58.3065 s]
/proc/loadavg: 1.34 0.40 0.14 3/211 21690
/proc/meminfo: memFree=29333280/32873624 swapFree=7104/7104
[pid=21671] ppid=21669 vsize=9624976 CPUtime=60.55 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21669 21671 21495 0 -1 4202496 22264 0 1 0 6049 6 0 0 20 0 19 0 253315606 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140733238599056 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21671/statm: 2406244 20239 2275 9 0 2396937 0
[pid=21671/tid=21673] ppid=21669 vsize=9624976 CPUtime=57.53 cores=1,3,5,7
/proc/21671/task/21673/stat : 21673 (java) R 21669 21671 21495 0 -1 4202560 2497 0 1 0 5751 2 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325668446496 140325524348865 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21674] ppid=21669 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21674/stat : 21674 (java) S 21669 21671 21495 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325646547112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21675] ppid=21669 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21675/stat : 21675 (java) S 21669 21671 21495 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325645494568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21676] ppid=21669 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21676/stat : 21676 (java) S 21669 21671 21495 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325644442024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21677] ppid=21669 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/21671/task/21677/stat : 21677 (java) S 21669 21671 21495 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325643389480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21678] ppid=21669 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/21671/task/21678/stat : 21678 (java) S 21669 21671 21495 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325642336936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/21671/task/21679/stat : 21679 (java) S 21669 21671 21495 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325171489576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/21671/task/21680/stat : 21680 (java) S 21669 21671 21495 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325170437032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21681/stat : 21681 (java) S 21669 21671 21495 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325169384488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/21671/task/21682/stat : 21682 (java) S 21669 21671 21495 0 -1 4202560 55 0 0 0 45 0 0 0 20 0 19 0 253315608 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325156972648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21683/stat : 21683 (java) S 21669 21671 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315609 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325155918968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21684/stat : 21684 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315609 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325154866312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21685/stat : 21685 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325153815056 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21686] ppid=21669 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/21671/task/21686/stat : 21686 (java) S 21669 21671 21495 0 -1 4202560 8090 0 0 0 86 1 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325152762424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21687] ppid=21669 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/21671/task/21687/stat : 21687 (java) S 21669 21671 21495 0 -1 4202560 10281 0 0 0 102 2 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325151709880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21688] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21688/stat : 21688 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325150657528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21689] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21689/stat : 21689 (java) S 21669 21671 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325149605192 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21690] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21690/stat : 21690 (java) S 21669 21671 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315634 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325148517160 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 60.55
Current children cumulated vsize (KiB) 9624976

[startup+58.7007 s]
/proc/loadavg: 1.34 0.40 0.14 3/211 21690
/proc/meminfo: memFree=29333280/32873624 swapFree=7104/7104
[pid=21671] ppid=21669 vsize=9624976 CPUtime=60.94 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21669 21671 21495 0 -1 4202496 22264 0 1 0 6088 6 0 0 20 0 19 0 253315606 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140733238599056 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21671/statm: 2406244 20239 2275 9 0 2396937 0
[pid=21671/tid=21673] ppid=21669 vsize=9624976 CPUtime=57.92 cores=1,3,5,7
/proc/21671/task/21673/stat : 21673 (java) R 21669 21671 21495 0 -1 4202560 2497 0 1 0 5790 2 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325668446496 140325524084656 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21674] ppid=21669 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21674/stat : 21674 (java) S 21669 21671 21495 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325646547112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21675] ppid=21669 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21675/stat : 21675 (java) S 21669 21671 21495 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325645494568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21676] ppid=21669 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21676/stat : 21676 (java) S 21669 21671 21495 0 -1 4202560 35 0 0 0 4 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325644442024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21677] ppid=21669 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/21671/task/21677/stat : 21677 (java) S 21669 21671 21495 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325643389480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21678] ppid=21669 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/21671/task/21678/stat : 21678 (java) S 21669 21671 21495 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325642336936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/21671/task/21679/stat : 21679 (java) S 21669 21671 21495 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325171489576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/21671/task/21680/stat : 21680 (java) S 21669 21671 21495 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325170437032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21681/stat : 21681 (java) S 21669 21671 21495 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 19 0 253315607 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325169384488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=9624976 CPUtime=0.45 cores=1,3,5,7
/proc/21671/task/21682/stat : 21682 (java) S 21669 21671 21495 0 -1 4202560 55 0 0 0 45 0 0 0 20 0 19 0 253315608 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325156972648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21683/stat : 21683 (java) S 21669 21671 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253315609 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325155918968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21684/stat : 21684 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253315609 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325154866312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21685/stat : 21685 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325153815056 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21686] ppid=21669 vsize=9624976 CPUtime=0.87 cores=1,3,5,7
/proc/21671/task/21686/stat : 21686 (java) S 21669 21671 21495 0 -1 4202560 8090 0 0 0 86 1 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325152762424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21687] ppid=21669 vsize=9624976 CPUtime=1.04 cores=1,3,5,7
/proc/21671/task/21687/stat : 21687 (java) S 21669 21671 21495 0 -1 4202560 10281 0 0 0 102 2 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325151709880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21688] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21688/stat : 21688 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325150657528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21689] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21689/stat : 21689 (java) S 21669 21671 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253315611 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325149605192 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21690] ppid=21669 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21690/stat : 21690 (java) S 21669 21671 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253315634 9855975424 20239 33554432000 1073741824 1073778376 140733238607920 140325148517160 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 60.94
Current children cumulated vsize (KiB) 9624976

[startup+58.8006 s]
/proc/loadavg: 1.34 0.40 0.14 3/211 21690
/proc/meminfo: memFree=29333280/32873624 swapFree=7104/7104
[pid=21671] ppid=21669 vsize=9691540 CPUtime=61.06 cores=1,3,5,7
/proc/21671/stat : 21671 (java) S 21669 21671 21495 0 -1 4202496 22275 0 1 0 6100 6 0 0 20 0 20 0 253315606 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140733238599056 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/21671/statm: 2422885 20249 2275 9 0 2413578 0
[pid=21671/tid=21673] ppid=21669 vsize=9691540 CPUtime=57.99 cores=1,3,5,7
/proc/21671/task/21673/stat : 21673 (java) S 21669 21671 21495 0 -1 4202560 2500 0 1 0 5797 2 0 0 20 0 20 0 253315607 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325668446936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21674] ppid=21669 vsize=9691540 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21674/stat : 21674 (java) S 21669 21671 21495 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 20 0 253315607 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325646547112 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21675] ppid=21669 vsize=9691540 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21675/stat : 21675 (java) S 21669 21671 21495 0 -1 4202560 16 0 0 0 4 0 0 0 20 0 20 0 253315607 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325645494568 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21676] ppid=21669 vsize=9691540 CPUtime=0.05 cores=1,3,5,7
/proc/21671/task/21676/stat : 21676 (java) S 21669 21671 21495 0 -1 4202560 35 0 0 0 5 0 0 0 20 0 20 0 253315607 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325644442024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21677] ppid=21669 vsize=9691540 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21677/stat : 21677 (java) S 21669 21671 21495 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 20 0 253315607 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325643389480 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21678] ppid=21669 vsize=9691540 CPUtime=0.05 cores=1,3,5,7
/proc/21671/task/21678/stat : 21678 (java) S 21669 21671 21495 0 -1 4202560 14 0 0 0 5 0 0 0 20 0 20 0 253315607 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325642336936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21679] ppid=21669 vsize=9691540 CPUtime=0.05 cores=1,3,5,7
/proc/21671/task/21679/stat : 21679 (java) S 21669 21671 21495 0 -1 4202560 17 0 0 0 5 0 0 0 20 0 20 0 253315607 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325171489576 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21680] ppid=21669 vsize=9691540 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21680/stat : 21680 (java) S 21669 21671 21495 0 -1 4202560 17 0 0 0 4 0 0 0 20 0 20 0 253315607 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325170437032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21681] ppid=21669 vsize=9691540 CPUtime=0.04 cores=1,3,5,7
/proc/21671/task/21681/stat : 21681 (java) S 21669 21671 21495 0 -1 4202560 11 0 0 0 4 0 0 0 20 0 20 0 253315607 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325169384488 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21671/tid=21682] ppid=21669 vsize=9691540 CPUtime=0.47 cores=1,3,5,7
/proc/21671/task/21682/stat : 21682 (java) S 21669 21671 21495 0 -1 4202560 55 0 0 0 47 0 0 0 20 0 20 0 253315608 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325156972648 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21683] ppid=21669 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21683/stat : 21683 (java) S 21669 21671 21495 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 20 0 253315609 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325155918968 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21684] ppid=21669 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21684/stat : 21684 (java) S 21669 21671 21495 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 20 0 253315609 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325154866312 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21685] ppid=21669 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21685/stat : 21685 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253315611 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325153815056 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21671/tid=21686] ppid=21669 vsize=9691540 CPUtime=0.87 cores=1,3,5,7
/proc/21671/task/21686/stat : 21686 (java) S 21669 21671 21495 0 -1 4202560 8090 0 0 0 86 1 0 0 20 0 20 0 253315611 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325152762424 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21671/tid=21687] ppid=21669 vsize=9691540 CPUtime=1.04 cores=1,3,5,7
/proc/21671/task/21687/stat : 21687 (java) S 21669 21671 21495 0 -1 4202560 10281 0 0 0 102 2 0 0 20 0 20 0 253315611 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325151709880 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21688] ppid=21669 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21688/stat : 21688 (java) S 21669 21671 21495 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 20 0 253315611 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325150657528 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21689] ppid=21669 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21689/stat : 21689 (java) S 21669 21671 21495 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 20 0 253315611 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325149605192 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21671/tid=21690] ppid=21669 vsize=9691540 CPUtime=0 cores=1,3,5,7
/proc/21671/task/21690/stat : 21690 (java) S 21669 21671 21495 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 253315634 9924136960 20249 33554432000 1073741824 1073778376 140733238607920 140325148517160 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 61.06
Current children cumulated vsize (KiB) 9691540

Child status: 20

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21671 and gives
#  childrusage.ru_utime.tv_sec=60
#  childrusage.ru_utime.tv_usec=811755
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=182972
# CPU time returned by wait4() is 60.9947
# while last known CPU time is 61.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 58.8251
CPU time (s): 61.06
CPU user time (s): 61
CPU system time (s): 0.06
CPU usage (%): 103.799
Max. virtual memory (cumulated for all children) (KiB): 9691540

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 60.8118
system time used= 0.182972
maximum resident set size= 81476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22296
page faults= 1
swaps= 0
block input operations= 0
block output operations= 104
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2440
involuntary context switches= 1757

runsolver used 0.19197 second user time and 0.424935 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-24 17:05:01
IDJOB=3687305
IDBENCH=1331
IDSOLVER=2269
FILE ID=node121/3687305-1337871901
RUNJOBID= node121-1337871882-21512
PBS_JOBID= 14620083
Free space on /tmp= 71496 MiB

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

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

MD5SUM BENCH= cabd29c48249a44c2596bb98645c31c8
RANDOM SEED=1226794198

node121.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.042
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.08
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.042
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.042
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.92
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.042
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		: 2667.042
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.042
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.042
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	: 5438.55
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.042
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:       32873624 kB
MemFree:        29438156 kB
Buffers:          204644 kB
Cached:          2391584 kB
SwapCached:            0 kB
Active:           717644 kB
Inactive:        1938576 kB
Active(anon):      62708 kB
Inactive(anon):        0 kB
Active(file):     654936 kB
Inactive(file):  1938576 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1048 kB
Writeback:             0 kB
AnonPages:         81624 kB
Mapped:            21480 kB
Shmem:               200 kB
Slab:             628188 kB
SReclaimable:      72848 kB
SUnreclaim:       555340 kB
KernelStack:        1560 kB
PageTables:         4184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     684600 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     49152 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71496 MiB
End job on node121 at 2012-05-24 17:06:00