Trace number 3687267

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 65.2231 62.7639

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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.05/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.09	c See www.sat4j.org for details.
0.05/0.09	c version 2.3.2.v20120418
0.05/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.09	c java.vm.version	19.1-b02
0.05/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.09	c sun.arch.data.model	64
0.05/0.09	c java.version		1.6.0_24
0.05/0.09	c os.name		Linux
0.05/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.05/0.09	c os.arch		amd64
0.05/0.09	c Free memory 		501472288
0.05/0.09	c Max memory 		7480803328
0.05/0.09	c Total memory 		504102912
0.05/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@4a913fe2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose learned constraints deletion strategy
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-3687267-1337871892.opb
0.09/0.11	c reading problem ... 
0.25/0.29	c ... done. Wall clock time 0.177s.
0.25/0.29	c declared #vars     231
0.25/0.29	c #constraints  2707
0.25/0.29	c constraints type 
0.25/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.25/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.25/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.25/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.25/0.29	c 2707 constraints processed.
1.02/0.66	c cleaning 2496 clauses out of 5001 with flag 5001/5001
1.38/0.95	c cleaning 4246 clauses out of 8505 with flag 11001/11001
1.71/1.26	c cleaning 5620 clauses out of 11258 with flag 18000/18000
2.35/1.70	c cleaning 6814 clauses out of 13640 with flag 26002/26002
3.05/2.18	c cleaning 7908 clauses out of 15824 with flag 35000/35000
3.97/2.74	c cleaning 8948 clauses out of 17916 with flag 45000/45000
4.70/3.42	c cleaning 9979 clauses out of 19969 with flag 56001/56001
5.40/4.16	c cleaning 10989 clauses out of 21989 with flag 68000/68000
6.30/5.08	c cleaning 11989 clauses out of 24000 with flag 81000/81000
7.31/6.06	c cleaning 13003 clauses out of 26011 with flag 95000/95000
8.32/7.09	c cleaning 13985 clauses out of 28009 with flag 110001/110001
9.52/8.28	c cleaning 15008 clauses out of 30026 with flag 126003/126003
10.87/9.53	c cleaning 15987 clauses out of 32014 with flag 143000/143000
12.67/10.91	c cleaning 17011 clauses out of 34026 with flag 161000/161000
13.99/11.99	c cleaning 18000 clauses out of 36015 with flag 180000/180000
15.50/13.41	c cleaning 19003 clauses out of 38018 with flag 200003/200003
16.91/14.89	c cleaning 20001 clauses out of 40012 with flag 221000/221000
18.71/16.63	c cleaning 20988 clauses out of 42011 with flag 243000/243000
20.41/18.39	c cleaning 22009 clauses out of 44024 with flag 266001/266001
22.44/20.32	c cleaning 22999 clauses out of 46015 with flag 290001/290001
24.44/22.38	c cleaning 23999 clauses out of 48016 with flag 315001/315001
26.76/24.61	c cleaning 24997 clauses out of 50016 with flag 341000/341000
28.89/26.70	c cleaning 25993 clauses out of 52018 with flag 368000/368000
30.91/28.75	c cleaning 27006 clauses out of 54025 with flag 396000/396000
33.33/31.19	c cleaning 27997 clauses out of 56018 with flag 425000/425000
36.04/33.80	c cleaning 29000 clauses out of 58021 with flag 455000/455000
38.86/36.66	c cleaning 30004 clauses out of 60021 with flag 486001/486001
41.98/39.75	c cleaning 30997 clauses out of 62018 with flag 518002/518002
44.88/42.62	c cleaning 32004 clauses out of 64019 with flag 551000/551000
47.90/45.65	c cleaning 32987 clauses out of 66014 with flag 585000/585000
51.20/48.94	c cleaning 33991 clauses out of 68025 with flag 620000/620000
54.72/52.49	c cleaning 35007 clauses out of 70032 with flag 656000/656000
58.53/56.21	c cleaning 35996 clauses out of 72025 with flag 693000/693000
62.34/60.07	c cleaning 36996 clauses out of 74026 with flag 731000/731000
65.05/62.72	c starts		: 153
65.05/62.72	c conflicts		: 759483
65.05/62.72	c decisions		: 969189
65.05/62.72	c propagations		: 30048541
65.05/62.72	c inspects		: 910325575
65.05/62.72	c shortcuts		: 0
65.05/62.72	c learnt literals	: 26
65.05/62.72	c learnt binary clauses	: 37
65.05/62.72	c learnt ternary clauses	: 191
65.05/62.72	c learnt constraints	: 759456
65.05/62.72	c ignored constraints	: 0
65.05/62.72	c root simplifications	: 0
65.05/62.72	c removed literals (reason simplification)	: 0
65.05/62.72	c reason swapping (by a shorter reason)	: 0
65.05/62.72	c Calls to reduceDB	: 34
65.05/62.72	c number of reductions to clauses (during analyze)	: 0
65.05/62.72	c number of learned constraints concerned by reduction	: 0
65.05/62.72	c number of learning phase by resolution	: 0
65.05/62.72	c number of learning phase by cutting planes	: 0
65.05/62.72	c speed (assignments/second)	: 481308.0200541398
65.05/62.72	c non guided choices	168
65.05/62.75	c learnt constraints type 
65.05/62.75	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 37
65.05/62.75	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 65462
65.05/62.75	c constraints type 
65.05/62.75	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
65.05/62.75	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
65.05/62.75	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
65.05/62.75	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
65.05/62.75	c 2707 constraints processed.
65.05/62.75	s UNSATISFIABLE
65.05/62.75	c Total wall clock time (in seconds): 62.633

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-3687267-1337871892/watcher-3687267-1337871892 -o /tmp/evaluation-result-3687267-1337871892/solver-3687267-1337871892 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3687267-1337871892.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.23 0.05 0.02 3/194 21598
/proc/meminfo: memFree=29028832/32873648 swapFree=6844/6844
[pid=21598] ppid=21596 vsize=9224 CPUtime=0 cores=1,3,5,7
/proc/21598/stat : 21598 (java) R 21596 21598 21479 0 -1 4202496 142 0 0 0 0 0 0 0 20 0 1 0 253316034 9445376 94 33554432000 1073741824 1073778376 140736332674160 140736332671288 271778353595 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/21598/statm: 2306 97 76 9 0 38 0

[startup+0.0709451 s]
/proc/loadavg: 0.23 0.05 0.02 3/194 21598
/proc/meminfo: memFree=29028832/32873648 swapFree=6844/6844
[pid=21598] ppid=21596 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/21598/stat : 21598 (java) S 21596 21598 21479 0 -1 4202496 3212 0 1 0 4 1 0 0 20 0 18 0 253316034 9787813888 4421 33554432000 1073741824 1073778376 140737306072816 140737306063952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21598/statm: 2389603 4421 1759 9 0 2380296 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 9558412

[startup+0.100205 s]
/proc/loadavg: 0.23 0.05 0.02 3/194 21598
/proc/meminfo: memFree=29028832/32873648 swapFree=6844/6844
[pid=21598] ppid=21596 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/21598/stat : 21598 (java) S 21596 21598 21479 0 -1 4202496 4264 0 1 0 8 1 0 0 20 0 18 0 253316034 9787813888 5472 33554432000 1073741824 1073778376 140737306072816 140737306063952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21598/statm: 2389603 5472 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300226 s]
/proc/loadavg: 0.23 0.05 0.02 3/194 21598
/proc/meminfo: memFree=29028832/32873648 swapFree=6844/6844
[pid=21598] ppid=21596 vsize=9624976 CPUtime=0.46 cores=1,3,5,7
/proc/21598/stat : 21598 (java) S 21596 21598 21479 0 -1 4202496 5733 0 1 0 45 1 0 0 20 0 19 0 253316034 9855975424 8446 33554432000 1073741824 1073778376 140737306072816 140737306063952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21598/statm: 2406244 8458 2225 9 0 2396937 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9624976

[startup+0.700198 s]
/proc/loadavg: 0.23 0.05 0.02 3/194 21598
/proc/meminfo: memFree=29028832/32873648 swapFree=6844/6844
[pid=21598] ppid=21596 vsize=9624976 CPUtime=1.18 cores=1,3,5,7
/proc/21598/stat : 21598 (java) S 21596 21598 21479 0 -1 4202496 7392 0 1 0 116 2 0 0 20 0 19 0 253316034 9855975424 10755 33554432000 1073741824 1073778376 140737306072816 140737306063952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21598/statm: 2406244 10755 2273 9 0 2396937 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9624976

[startup+1.5006 s]
/proc/loadavg: 0.23 0.05 0.02 3/213 21617
/proc/meminfo: memFree=28991836/32873648 swapFree=6844/6844
[pid=21598] ppid=21596 vsize=9624976 CPUtime=2.02 cores=1,3,5,7
/proc/21598/stat : 21598 (java) S 21596 21598 21479 0 -1 4202496 7408 0 1 0 200 2 0 0 20 0 19 0 253316034 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140737306063952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21598/statm: 2406244 11790 2273 9 0 2396937 0
[pid=21598/tid=21600] ppid=21596 vsize=9624976 CPUtime=1.44 cores=1,3,5,7
/proc/21598/task/21600/stat : 21600 (java) R 21596 21598 21479 0 -1 4202560 2470 0 1 0 142 2 0 0 20 0 19 0 253316035 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525909123360 140525777170481 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21601] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21601/stat : 21601 (java) S 21596 21598 21479 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525898185000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21602] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21602/stat : 21602 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525897132200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21603] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21603/stat : 21603 (java) S 21596 21598 21479 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525896079912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21604] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21604/stat : 21604 (java) S 21596 21598 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525749090728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21605] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21605/stat : 21605 (java) S 21596 21598 21479 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525748038440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21606] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21606/stat : 21606 (java) S 21596 21598 21479 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525746985640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21607] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21607/stat : 21607 (java) S 21596 21598 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525745933352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21608] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21608/stat : 21608 (java) S 21596 21598 21479 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525744880552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21609] ppid=21596 vsize=9624976 CPUtime=0.01 cores=1,3,5,7
/proc/21598/task/21609/stat : 21609 (java) S 21596 21598 21479 0 -1 4202560 31 0 0 0 1 0 0 0 20 0 19 0 253316036 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525732681960 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21610] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21610/stat : 21610 (java) S 21596 21598 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316037 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525731628024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21611] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21611/stat : 21611 (java) S 21596 21598 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316037 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525730575624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21612] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21612/stat : 21612 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525729524112 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21613] ppid=21596 vsize=9624976 CPUtime=0.28 cores=1,3,5,7
/proc/21598/task/21613/stat : 21613 (java) S 21596 21598 21479 0 -1 4202560 2145 0 0 0 28 0 0 0 20 0 19 0 253316040 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525728471736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21614] ppid=21596 vsize=9624976 CPUtime=0.23 cores=1,3,5,7
/proc/21598/task/21614/stat : 21614 (java) S 21596 21598 21479 0 -1 4202560 1541 0 0 0 23 0 0 0 20 0 19 0 253316040 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525727418936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21615] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21615/stat : 21615 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525726366840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21616] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21616/stat : 21616 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525725314248 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21617] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21617/stat : 21617 (java) S 21596 21598 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316063 9855975424 11790 33554432000 1073741824 1073778376 140737306072816 140525724259240 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9624976

[startup+3.1006 s]
/proc/loadavg: 0.37 0.08 0.03 3/213 21617
/proc/meminfo: memFree=28969088/32873648 swapFree=6844/6844
[pid=21598] ppid=21596 vsize=9624976 CPUtime=4.4 cores=1,3,5,7
/proc/21598/stat : 21598 (java) S 21596 21598 21479 0 -1 4202496 15517 0 1 0 436 4 0 0 20 0 19 0 253316034 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140737306063952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21598/statm: 2406244 17098 2275 9 0 2396937 0
[pid=21598/tid=21600] ppid=21596 vsize=9624976 CPUtime=2.99 cores=1,3,5,7
/proc/21598/task/21600/stat : 21600 (java) R 21596 21598 21479 0 -1 4202560 2472 0 1 0 297 2 0 0 20 0 19 0 253316035 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525909123480 140525776925831 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21601] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21601/stat : 21601 (java) S 21596 21598 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525898185000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21602] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21602/stat : 21602 (java) S 21596 21598 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525897132200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21603] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21603/stat : 21603 (java) S 21596 21598 21479 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525896079912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21604] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21604/stat : 21604 (java) S 21596 21598 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525749090728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21605] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21605/stat : 21605 (java) S 21596 21598 21479 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525748038440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21606] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21606/stat : 21606 (java) S 21596 21598 21479 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525746985640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21607] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21607/stat : 21607 (java) S 21596 21598 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525745933352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21608] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21608/stat : 21608 (java) S 21596 21598 21479 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525744880552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21609] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21609/stat : 21609 (java) S 21596 21598 21479 0 -1 4202560 55 0 0 0 4 0 0 0 20 0 19 0 253316036 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525732681960 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21610] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21610/stat : 21610 (java) S 21596 21598 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316037 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525731628024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21611] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21611/stat : 21611 (java) S 21596 21598 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316037 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525730575624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21612] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21612/stat : 21612 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525729524112 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21613] ppid=21596 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/21598/task/21613/stat : 21613 (java) S 21596 21598 21479 0 -1 4202560 3718 0 0 0 42 0 0 0 20 0 19 0 253316040 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525728471736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21614] ppid=21596 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/21598/task/21614/stat : 21614 (java) S 21596 21598 21479 0 -1 4202560 8045 0 0 0 84 2 0 0 20 0 19 0 253316040 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525727418936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21615] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21615/stat : 21615 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525726366840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21616] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21616/stat : 21616 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525725314248 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21617] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21617/stat : 21617 (java) S 21596 21598 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316063 9855975424 17098 33554432000 1073741824 1073778376 140737306072816 140525724259240 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9624976

[startup+6.3006 s]
/proc/loadavg: 0.37 0.08 0.03 3/213 21617
/proc/meminfo: memFree=28962300/32873648 swapFree=6844/6844
[pid=21598] ppid=21596 vsize=9624976 CPUtime=7.62 cores=1,3,5,7
/proc/21598/stat : 21598 (java) S 21596 21598 21479 0 -1 4202496 15539 0 1 0 758 4 0 0 20 0 19 0 253316034 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140737306063952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21598/statm: 2406244 16827 2275 9 0 2396937 0
[pid=21598/tid=21600] ppid=21596 vsize=9624976 CPUtime=6.13 cores=1,3,5,7
/proc/21598/task/21600/stat : 21600 (java) R 21596 21598 21479 0 -1 4202560 2477 0 1 0 611 2 0 0 20 0 19 0 253316035 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525909123480 140525777211534 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21601] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21601/stat : 21601 (java) S 21596 21598 21479 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525898185000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21602] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21602/stat : 21602 (java) S 21596 21598 21479 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525897132200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21603] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21603/stat : 21603 (java) S 21596 21598 21479 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525896079912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21604] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21604/stat : 21604 (java) S 21596 21598 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525749090728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21605] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21605/stat : 21605 (java) S 21596 21598 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525748038440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21606] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21606/stat : 21606 (java) S 21596 21598 21479 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525746985640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21607] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21607/stat : 21607 (java) S 21596 21598 21479 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525745933352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21608] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21608/stat : 21608 (java) S 21596 21598 21479 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 253316035 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525744880552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21609] ppid=21596 vsize=9624976 CPUtime=0.09 cores=1,3,5,7
/proc/21598/task/21609/stat : 21609 (java) S 21596 21598 21479 0 -1 4202560 55 0 0 0 9 0 0 0 20 0 19 0 253316036 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525732681960 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21610] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21610/stat : 21610 (java) S 21596 21598 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316037 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525731628024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21611] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21611/stat : 21611 (java) S 21596 21598 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316037 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525730575624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21612] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21612/stat : 21612 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525729524112 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21613] ppid=21596 vsize=9624976 CPUtime=0.42 cores=1,3,5,7
/proc/21598/task/21613/stat : 21613 (java) S 21596 21598 21479 0 -1 4202560 3718 0 0 0 42 0 0 0 20 0 19 0 253316040 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525728471736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21614] ppid=21596 vsize=9624976 CPUtime=0.86 cores=1,3,5,7
/proc/21598/task/21614/stat : 21614 (java) S 21596 21598 21479 0 -1 4202560 8045 0 0 0 84 2 0 0 20 0 19 0 253316040 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525727418936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21615] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21615/stat : 21615 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525726366840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21616] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21616/stat : 21616 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525725314248 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21617] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21617/stat : 21617 (java) S 21596 21598 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316063 9855975424 16827 33554432000 1073741824 1073778376 140737306072816 140525724259240 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.62
Current children cumulated vsize (KiB) 9624976

[startup+12.7006 s]

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

/proc/21598/task/21601/stat : 21601 (java) S 21596 21598 21479 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525898185000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21602] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21602/stat : 21602 (java) S 21596 21598 21479 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525897132200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21603] ppid=21596 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/21598/task/21603/stat : 21603 (java) S 21596 21598 21479 0 -1 4202560 41 0 0 0 5 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525896079912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21604] ppid=21596 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/21598/task/21604/stat : 21604 (java) S 21596 21598 21479 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525749090728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21605] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21605/stat : 21605 (java) S 21596 21598 21479 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525748038440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21606] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21606/stat : 21606 (java) S 21596 21598 21479 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525746985640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21607] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21607/stat : 21607 (java) S 21596 21598 21479 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525745933352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21608] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21608/stat : 21608 (java) S 21596 21598 21479 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525744880552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21609] ppid=21596 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/21598/task/21609/stat : 21609 (java) S 21596 21598 21479 0 -1 4202560 60 0 0 0 47 0 0 0 20 0 19 0 253316036 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525732681960 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21610] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21610/stat : 21610 (java) S 21596 21598 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316037 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525731628024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21611] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21611/stat : 21611 (java) S 21596 21598 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316037 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525730575624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21612] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21612/stat : 21612 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525729524112 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21613] ppid=21596 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/21598/task/21613/stat : 21613 (java) S 21596 21598 21479 0 -1 4202560 9365 0 0 0 78 2 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525728471736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21614] ppid=21596 vsize=9624976 CPUtime=1.26 cores=1,3,5,7
/proc/21598/task/21614/stat : 21614 (java) S 21596 21598 21479 0 -1 4202560 13270 0 0 0 123 3 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525727418936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21615] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21615/stat : 21615 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525726366840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21616] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21616/stat : 21616 (java) S 21596 21598 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525725314248 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21617] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21617/stat : 21617 (java) S 21596 21598 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316063 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525724259240 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 63.04
Current children cumulated vsize (KiB) 9624976

[startup+61.5006 s]
/proc/loadavg: 1.47 0.46 0.16 3/213 21617
/proc/meminfo: memFree=28918128/32873648 swapFree=6844/6844
[pid=21598] ppid=21596 vsize=9624976 CPUtime=63.85 cores=1,3,5,7
/proc/21598/stat : 21598 (java) S 21596 21598 21479 0 -1 4202496 26563 0 1 0 6378 7 0 0 20 0 19 0 253316034 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140737306063952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21598/statm: 2406244 18428 2275 9 0 2396937 0
[pid=21598/tid=21600] ppid=21596 vsize=9624976 CPUtime=60.83 cores=1,3,5,7
/proc/21598/task/21600/stat : 21600 (java) R 21596 21598 21479 0 -1 4202560 2503 0 1 0 6081 2 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525909123360 140525777199264 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21601] ppid=21596 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/21598/task/21601/stat : 21601 (java) S 21596 21598 21479 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525898185000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21602] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21602/stat : 21602 (java) S 21596 21598 21479 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525897132200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21603] ppid=21596 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/21598/task/21603/stat : 21603 (java) S 21596 21598 21479 0 -1 4202560 41 0 0 0 5 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525896079912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21604] ppid=21596 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/21598/task/21604/stat : 21604 (java) S 21596 21598 21479 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525749090728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21605] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21605/stat : 21605 (java) S 21596 21598 21479 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525748038440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21606] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21606/stat : 21606 (java) S 21596 21598 21479 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525746985640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21607] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21607/stat : 21607 (java) S 21596 21598 21479 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525745933352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21608] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21608/stat : 21608 (java) S 21596 21598 21479 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525744880552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21609] ppid=21596 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/21598/task/21609/stat : 21609 (java) S 21596 21598 21479 0 -1 4202560 60 0 0 0 47 0 0 0 20 0 19 0 253316036 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525732681960 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21610] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21610/stat : 21610 (java) S 21596 21598 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316037 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525731628024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21611] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21611/stat : 21611 (java) S 21596 21598 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316037 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525730575624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21612] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21612/stat : 21612 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525729524112 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21613] ppid=21596 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/21598/task/21613/stat : 21613 (java) S 21596 21598 21479 0 -1 4202560 9365 0 0 0 78 2 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525728471736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21614] ppid=21596 vsize=9624976 CPUtime=1.26 cores=1,3,5,7
/proc/21598/task/21614/stat : 21614 (java) S 21596 21598 21479 0 -1 4202560 13270 0 0 0 123 3 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525727418936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21615] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21615/stat : 21615 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525726366840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21616] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21616/stat : 21616 (java) S 21596 21598 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525725314248 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21617] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21617/stat : 21617 (java) S 21596 21598 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316063 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525724259240 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 63.85
Current children cumulated vsize (KiB) 9624976

[startup+62.3007 s]
/proc/loadavg: 1.47 0.46 0.16 3/213 21617
/proc/meminfo: memFree=28918128/32873648 swapFree=6844/6844
[pid=21598] ppid=21596 vsize=9624976 CPUtime=64.64 cores=1,3,5,7
/proc/21598/stat : 21598 (java) S 21596 21598 21479 0 -1 4202496 26563 0 1 0 6457 7 0 0 20 0 19 0 253316034 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140737306063952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21598/statm: 2406244 18428 2275 9 0 2396937 0
[pid=21598/tid=21600] ppid=21596 vsize=9624976 CPUtime=61.63 cores=1,3,5,7
/proc/21598/task/21600/stat : 21600 (java) R 21596 21598 21479 0 -1 4202560 2503 0 1 0 6161 2 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525909123360 140525777199356 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21601] ppid=21596 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/21598/task/21601/stat : 21601 (java) S 21596 21598 21479 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525898185000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21602] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21602/stat : 21602 (java) S 21596 21598 21479 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525897132200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21603] ppid=21596 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/21598/task/21603/stat : 21603 (java) S 21596 21598 21479 0 -1 4202560 41 0 0 0 5 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525896079912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21604] ppid=21596 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/21598/task/21604/stat : 21604 (java) S 21596 21598 21479 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525749090728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21605] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21605/stat : 21605 (java) S 21596 21598 21479 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525748038440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21606] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21606/stat : 21606 (java) S 21596 21598 21479 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525746985640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21607] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21607/stat : 21607 (java) S 21596 21598 21479 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525745933352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21608] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21608/stat : 21608 (java) S 21596 21598 21479 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525744880552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21609] ppid=21596 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/21598/task/21609/stat : 21609 (java) S 21596 21598 21479 0 -1 4202560 60 0 0 0 47 0 0 0 20 0 19 0 253316036 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525732681960 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21610] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21610/stat : 21610 (java) S 21596 21598 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316037 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525731628024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21611] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21611/stat : 21611 (java) S 21596 21598 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316037 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525730575624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21612] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21612/stat : 21612 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525729524112 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21613] ppid=21596 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/21598/task/21613/stat : 21613 (java) S 21596 21598 21479 0 -1 4202560 9365 0 0 0 78 2 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525728471736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21614] ppid=21596 vsize=9624976 CPUtime=1.26 cores=1,3,5,7
/proc/21598/task/21614/stat : 21614 (java) S 21596 21598 21479 0 -1 4202560 13270 0 0 0 123 3 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525727418936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21615] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21615/stat : 21615 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525726366840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21616] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21616/stat : 21616 (java) S 21596 21598 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525725314248 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21617] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21617/stat : 21617 (java) S 21596 21598 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316063 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525724259240 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 64.64
Current children cumulated vsize (KiB) 9624976

[startup+62.7069 s]
/proc/loadavg: 1.47 0.46 0.16 3/213 21617
/proc/meminfo: memFree=28918128/32873648 swapFree=6844/6844
[pid=21598] ppid=21596 vsize=9624976 CPUtime=65.05 cores=1,3,5,7
/proc/21598/stat : 21598 (java) S 21596 21598 21479 0 -1 4202496 26563 0 1 0 6498 7 0 0 20 0 19 0 253316034 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140737306063952 271790932029 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/21598/statm: 2406244 18428 2275 9 0 2396937 0
[pid=21598/tid=21600] ppid=21596 vsize=9624976 CPUtime=62.03 cores=1,3,5,7
/proc/21598/task/21600/stat : 21600 (java) R 21596 21598 21479 0 -1 4202560 2503 0 1 0 6201 2 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525909123360 140525777199330 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21601] ppid=21596 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/21598/task/21601/stat : 21601 (java) S 21596 21598 21479 0 -1 4202560 19 0 0 0 5 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525898185000 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21602] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21602/stat : 21602 (java) S 21596 21598 21479 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525897132200 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21603] ppid=21596 vsize=9624976 CPUtime=0.05 cores=1,3,5,7
/proc/21598/task/21603/stat : 21603 (java) S 21596 21598 21479 0 -1 4202560 41 0 0 0 5 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525896079912 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21604] ppid=21596 vsize=9624976 CPUtime=0.03 cores=1,3,5,7
/proc/21598/task/21604/stat : 21604 (java) S 21596 21598 21479 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525749090728 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21605] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21605/stat : 21605 (java) S 21596 21598 21479 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525748038440 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21606] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21606/stat : 21606 (java) S 21596 21598 21479 0 -1 4202560 15 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525746985640 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21607] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21607/stat : 21607 (java) S 21596 21598 21479 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525745933352 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=21598/tid=21608] ppid=21596 vsize=9624976 CPUtime=0.04 cores=1,3,5,7
/proc/21598/task/21608/stat : 21608 (java) S 21596 21598 21479 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 19 0 253316035 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525744880552 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21609] ppid=21596 vsize=9624976 CPUtime=0.47 cores=1,3,5,7
/proc/21598/task/21609/stat : 21609 (java) S 21596 21598 21479 0 -1 4202560 60 0 0 0 47 0 0 0 20 0 19 0 253316036 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525732681960 271790946217 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21610] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21610/stat : 21610 (java) S 21596 21598 21479 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 253316037 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525731628024 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21611] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21611/stat : 21611 (java) S 21596 21598 21479 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 253316037 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525730575624 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21612] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21612/stat : 21612 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525729524112 271790954272 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21613] ppid=21596 vsize=9624976 CPUtime=0.8 cores=1,3,5,7
/proc/21598/task/21613/stat : 21613 (java) S 21596 21598 21479 0 -1 4202560 9365 0 0 0 78 2 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525728471736 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=21598/tid=21614] ppid=21596 vsize=9624976 CPUtime=1.26 cores=1,3,5,7
/proc/21598/task/21614/stat : 21614 (java) S 21596 21598 21479 0 -1 4202560 13270 0 0 0 123 3 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525727418936 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21615] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21615/stat : 21615 (java) S 21596 21598 21479 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525726366840 271790945340 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=21598/tid=21616] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21616/stat : 21616 (java) S 21596 21598 21479 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 253316040 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525725314248 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=21598/tid=21617] ppid=21596 vsize=9624976 CPUtime=0 cores=1,3,5,7
/proc/21598/task/21617/stat : 21617 (java) S 21596 21598 21479 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 253316063 9855975424 18428 33554432000 1073741824 1073778376 140737306072816 140525724259240 271790946217 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 65.05
Current children cumulated vsize (KiB) 9624976

Child status: 20
Real time (s): 62.7639
CPU time (s): 65.2231
CPU user time (s): 65.0011
CPU system time (s): 0.221966
CPU usage (%): 103.918
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 65.0011
system time used= 0.221966
maximum resident set size= 87008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26581
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= 2490
involuntary context switches= 1436

runsolver used 0.222966 second user time and 0.473927 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-24 17:04:53
IDJOB=3687267
IDBENCH=1277
IDSOLVER=2269
FILE ID=node115/3687267-1337871892
RUNJOBID= node115-1337871882-21496
PBS_JOBID= 14620089
Free space on /tmp= 71652 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.1900576927.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687267-1337871892/watcher-3687267-1337871892 -o /tmp/evaluation-result-3687267-1337871892/solver-3687267-1337871892 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3687267-1337871892.opb

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

MD5SUM BENCH= 7f91f8d08a20ca0a8483dc7b1c14e540
RANDOM SEED=882898148

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

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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	: 5332.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.462
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		: 2666.462
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		: 2666.462
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:       32873648 kB
MemFree:        29028832 kB
Buffers:          191952 kB
Cached:          2818292 kB
SwapCached:            0 kB
Active:           946764 kB
Inactive:        2131564 kB
Active(anon):      70792 kB
Inactive(anon):        0 kB
Active(file):     875972 kB
Inactive(file):  2131564 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1004 kB
Writeback:             0 kB
AnonPages:         77276 kB
Mapped:            22460 kB
Shmem:               200 kB
Slab:             623888 kB
SReclaimable:      68268 kB
SUnreclaim:       555620 kB
KernelStack:        1576 kB
PageTables:         4276 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     695664 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     45056 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= 71648 MiB
End job on node115 at 2012-05-24 17:05:55