Trace number 3459279

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Sat4j Resolution 2.3.0UNSAT 17.2774 15.8384

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900554420.opb
MD5SUM30c4f9acafc0f3a30de05f75833db699
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark3.99839
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 689
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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.1.v20110525
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.18-164.el5
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		12995394264
0.00/0.09	c Max memory 		13063553024
0.00/0.09	c Total memory 		13063553024
0.00/0.09	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3459279-1307135771.opb
0.11/0.11	c reading problem ... 
0.47/0.30	c ... done. Wall clock time 0.19s.
0.47/0.30	c #vars     231
0.47/0.30	c #constraints  2707
0.47/0.30	c constraints type 
0.47/0.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.47/0.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.47/0.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.47/0.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.08/0.67	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.41/0.95	c cleaning 4248 clauses out of 8502 with flag 11000/11000
1.83/1.31	c cleaning 5623 clauses out of 11255 with flag 18001/18001
2.24/1.71	c cleaning 6812 clauses out of 13632 with flag 26001/26001
2.67/2.19	c cleaning 7907 clauses out of 15819 with flag 35000/35000
3.27/2.75	c cleaning 8953 clauses out of 17912 with flag 45000/45000
3.89/3.36	c cleaning 9471 clauses out of 18959 with flag 55000/55000
4.37/3.89	c cleaning 9742 clauses out of 19490 with flag 65002/65002
4.87/4.41	c cleaning 9871 clauses out of 19748 with flag 75002/75002
5.47/4.91	c cleaning 9926 clauses out of 19877 with flag 85002/85002
5.87/5.37	c cleaning 9957 clauses out of 19949 with flag 95000/95000
6.38/5.83	c cleaning 9992 clauses out of 19994 with flag 105002/105002
6.78/6.29	c cleaning 9999 clauses out of 20001 with flag 115001/115001
7.32/6.76	c cleaning 9996 clauses out of 20001 with flag 125000/125000
8.21/7.28	c cleaning 9995 clauses out of 20008 with flag 135003/135003
9.10/7.81	c cleaning 10003 clauses out of 20010 with flag 145000/145000
9.69/8.34	c cleaning 9998 clauses out of 20008 with flag 155001/155001
10.23/8.87	c cleaning 10002 clauses out of 20009 with flag 165000/165000
10.71/9.33	c cleaning 9999 clauses out of 20009 with flag 175002/175002
11.12/9.74	c cleaning 9999 clauses out of 20009 with flag 185001/185001
11.62/10.22	c cleaning 9999 clauses out of 20010 with flag 195001/195001
12.12/10.71	c cleaning 10001 clauses out of 20010 with flag 205000/205000
12.54/11.17	c cleaning 9997 clauses out of 20009 with flag 215000/215000
13.12/11.72	c cleaning 10003 clauses out of 20014 with flag 225002/225002
13.54/12.20	c cleaning 9995 clauses out of 20009 with flag 235000/235000
14.02/12.69	c cleaning 10006 clauses out of 20017 with flag 245003/245003
14.64/13.22	c cleaning 9997 clauses out of 20008 with flag 255000/255000
15.02/13.67	c cleaning 10004 clauses out of 20015 with flag 265004/265004
15.42/14.07	c cleaning 9998 clauses out of 20007 with flag 275000/275000
15.92/14.57	c cleaning 10002 clauses out of 20009 with flag 285000/285000
16.42/15.07	c cleaning 9998 clauses out of 20009 with flag 295002/295002
16.95/15.60	c cleaning 10002 clauses out of 20009 with flag 305001/305001
17.23/15.82	c starts		: 134
17.23/15.82	c conflicts		: 309023
17.23/15.82	c decisions		: 565089
17.23/15.82	c propagations		: 11012387
17.23/15.82	c inspects		: 147636146
17.23/15.82	c shortcuts		: 0
17.23/15.82	c learnt literals	: 8
17.23/15.82	c learnt binary clauses	: 27
17.23/15.82	c learnt ternary clauses	: 353
17.23/15.82	c learnt constraints	: 309014
17.23/15.82	c ignored constraints	: 0
17.23/15.82	c root simplifications	: 0
17.23/15.82	c removed literals (reason simplification)	: 1284264
17.23/15.82	c reason swapping (by a shorter reason)	: 0
17.23/15.82	c Calls to reduceDB	: 32
17.23/15.82	c number of reductions to clauses (during analyze)	: 0
17.23/15.82	c number of learned constraints concerned by reduction	: 0
17.23/15.82	c number of learning phase by resolution	: 0
17.23/15.82	c number of learning phase by cutting planes	: 0
17.23/15.82	c speed (assignments/second)	: 709515.3018491076
17.23/15.82	c non guided choices	129
17.23/15.83	c learnt constraints type 
17.23/15.83	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 27
17.23/15.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13994
17.23/15.83	c constraints type 
17.23/15.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
17.23/15.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
17.23/15.83	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
17.23/15.83	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
17.23/15.83	s UNSATISFIABLE
17.23/15.83	c Total wall clock time (in seconds): 15.72

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3459279-1307135771/watcher-3459279-1307135771 -o /tmp/evaluation-result-3459279-1307135771/solver-3459279-1307135771 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459279-1307135771.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: 2.10 2.10 2.18 2/590 27920
/proc/meminfo: memFree=31809136/32950928 swapFree=43925852/67111528
[pid=27920] ppid=27918 vsize=13526316 CPUtime=0.01 cores=1,3,5,7
/proc/27920/stat : 27920 (java) S 27918 27920 24211 0 -1 4202496 9759 0 1 0 1 0 0 0 25 0 2 0 825175848 13850947584 9461 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284491749 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/27920/statm: 3381579 9477 917 9 0 3372735 0
[pid=27920/tid=27921] ppid=27918 vsize=13526316 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27921/stat : 27921 (java) R 27918 27920 24211 0 -1 4202560 8983 0 1 0 0 0 0 0 25 0 2 0 825175849 13850947584 9799 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268272383035 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.10484 s]
/proc/loadavg: 2.10 2.10 2.18 2/590 27920
/proc/meminfo: memFree=31809136/32950928 swapFree=43925852/67111528
[pid=27920] ppid=27918 vsize=13622012 CPUtime=0.11 cores=1,3,5,7
/proc/27920/stat : 27920 (java) S 27918 27920 24211 0 -1 4202496 15489 0 1 0 10 1 0 0 25 0 18 0 825175848 13948940288 15184 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27920/statm: 3405503 15184 2093 9 0 3396237 0
[pid=27920/tid=27921] ppid=27918 vsize=13622012 CPUtime=0.09 cores=1,3,5,7
/proc/27920/task/27921/stat : 27921 (java) R 27918 27920 24211 0 -1 4202560 13651 0 1 0 8 1 0 0 25 0 18 0 825175849 13948940288 15185 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 47052839763973 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 13622012

[startup+0.200778 s]
/proc/loadavg: 2.10 2.10 2.18 2/590 27920
/proc/meminfo: memFree=31809136/32950928 swapFree=43925852/67111528
[pid=27920] ppid=27918 vsize=13622156 CPUtime=0.26 cores=1,3,5,7
/proc/27920/stat : 27920 (java) S 27918 27920 24211 0 -1 4202496 16444 0 1 0 25 1 0 0 25 0 18 0 825175848 13949087744 16087 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27920/statm: 3405539 16087 2180 9 0 3396273 0
[pid=27920/tid=27921] ppid=27918 vsize=13622156 CPUtime=0.18 cores=1,3,5,7
/proc/27920/task/27921/stat : 27921 (java) R 27918 27920 24211 0 -1 4202560 14240 0 1 0 17 1 0 0 25 0 18 0 825175849 13949087744 16087 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 47052844264244 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13622156

[startup+0.300762 s]
/proc/loadavg: 2.10 2.10 2.18 2/590 27920
/proc/meminfo: memFree=31809136/32950928 swapFree=43925852/67111528
[pid=27920] ppid=27918 vsize=13623056 CPUtime=0.47 cores=1,3,5,7
/proc/27920/stat : 27920 (java) S 27918 27920 24211 0 -1 4202496 18353 0 1 0 45 2 0 0 25 0 18 0 825175848 13950009344 17700 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27920/statm: 3405764 17700 2200 9 0 3396498 0
[pid=27920/tid=27921] ppid=27918 vsize=13623056 CPUtime=0.28 cores=1,3,5,7
/proc/27920/task/27921/stat : 27921 (java) R 27918 27920 24211 0 -1 4202560 15349 0 1 0 27 1 0 0 25 0 18 0 825175849 13950009344 17701 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 47052842829336 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 13623056

[startup+0.700689 s]
/proc/loadavg: 2.10 2.10 2.18 2/590 27920
/proc/meminfo: memFree=31809136/32950928 swapFree=43925852/67111528
[pid=27920] ppid=27918 vsize=13625916 CPUtime=1.21 cores=1,3,5,7
/proc/27920/stat : 27920 (java) S 27918 27920 24211 0 -1 4202496 21029 0 1 0 119 2 0 0 25 0 19 0 825175848 13952937984 19557 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27920/statm: 3406479 19557 2251 9 0 3397213 0
[pid=27920/tid=27921] ppid=27918 vsize=13625916 CPUtime=0.66 cores=1,3,5,7
/proc/27920/task/27921/stat : 27921 (java) R 27918 27920 24211 0 -1 4202560 15704 0 1 0 65 1 0 0 25 0 19 0 825175849 13952937984 19557 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 46912505648714 0 4 0 16800975 0 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1.21
Current children cumulated vsize (KiB) 13625916

[startup+1.50154 s]
/proc/loadavg: 2.10 2.10 2.18 3/609 27939
/proc/meminfo: memFree=31742596/32950928 swapFree=43925852/67111528
[pid=27920] ppid=27918 vsize=13625916 CPUtime=2.04 cores=1,3,5,7
/proc/27920/stat : 27920 (java) S 27918 27920 24211 0 -1 4202496 21524 0 1 0 202 2 0 0 25 0 19 0 825175848 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27920/statm: 3406479 20050 2251 9 0 3397213 0
[pid=27920/tid=27921] ppid=27918 vsize=13625916 CPUtime=1.44 cores=1,3,5,7
/proc/27920/task/27921/stat : 27921 (java) R 27918 27920 24211 0 -1 4202560 15706 0 1 0 142 2 0 0 25 0 19 0 825175849 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 46912505648309 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27920/tid=27923] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27923/stat : 27923 (java) S 27918 27920 24211 0 -1 4202560 207 0 0 0 0 0 0 0 15 0 19 0 825175851 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27924] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27924/stat : 27924 (java) S 27918 27920 24211 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 825175851 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27925] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27925/stat : 27925 (java) S 27918 27920 24211 0 -1 4202560 141 0 0 0 0 0 0 0 15 0 19 0 825175851 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27926] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27926/stat : 27926 (java) S 27918 27920 24211 0 -1 4202560 159 0 0 0 0 0 0 0 16 0 19 0 825175851 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27927] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27927/stat : 27927 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825175851 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27928] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27928/stat : 27928 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 16 0 19 0 825175851 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27929] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27929/stat : 27929 (java) S 27918 27920 24211 0 -1 4202560 12 0 0 0 0 0 0 0 15 0 19 0 825175851 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27930] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27930/stat : 27930 (java) S 27918 27920 24211 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 825175851 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27931] ppid=27918 vsize=13625916 CPUtime=0.03 cores=1,3,5,7
/proc/27920/task/27931/stat : 27931 (java) S 27918 27920 24211 0 -1 4202560 464 0 0 0 3 0 0 0 15 0 19 0 825175852 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 0 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27932] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27932/stat : 27932 (java) S 27918 27920 24211 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825175852 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27933] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27933/stat : 27933 (java) S 27918 27920 24211 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 825175852 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27934] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27934/stat : 27934 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825175854 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284512689 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27935] ppid=27918 vsize=13625916 CPUtime=0.24 cores=1,3,5,7
/proc/27920/task/27935/stat : 27935 (java) S 27918 27920 24211 0 -1 4202560 1662 0 0 0 24 0 0 0 18 0 19 0 825175854 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 1 0 0 0
[pid=27920/tid=27936] ppid=27918 vsize=13625916 CPUtime=0.3 cores=1,3,5,7
/proc/27920/task/27936/stat : 27936 (java) S 27918 27920 24211 0 -1 4202560 2000 0 0 0 30 0 0 0 18 0 19 0 825175854 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27937] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27937/stat : 27937 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825175854 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27938] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27938/stat : 27938 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825175854 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27939] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27939/stat : 27939 (java) S 27918 27920 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825175879 13952937984 20050 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.04
Current children cumulated vsize (KiB) 13625916

[startup+3.10126 s]
/proc/loadavg: 2.10 2.10 2.18 3/609 27939
/proc/meminfo: memFree=31740116/32950928 swapFree=43925852/67111528
[pid=27920] ppid=27918 vsize=13625916 CPUtime=3.67 cores=1,3,5,7
/proc/27920/stat : 27920 (java) S 27918 27920 24211 0 -1 4202496 21827 0 1 0 365 2 0 0 25 0 19 0 825175848 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27920/statm: 3406479 20350 2252 9 0 3397213 0
[pid=27920/tid=27921] ppid=27918 vsize=13625916 CPUtime=3 cores=1,3,5,7
/proc/27920/task/27921/stat : 27921 (java) R 27918 27920 24211 0 -1 4202560 15708 0 1 0 298 2 0 0 25 0 19 0 825175849 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 46912505688331 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27920/tid=27923] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27923/stat : 27923 (java) S 27918 27920 24211 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 19 0 825175851 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27924] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27924/stat : 27924 (java) S 27918 27920 24211 0 -1 4202560 19 0 0 0 0 0 0 0 15 0 19 0 825175851 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27925] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27925/stat : 27925 (java) S 27918 27920 24211 0 -1 4202560 144 0 0 0 0 0 0 0 15 0 19 0 825175851 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27926] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27926/stat : 27926 (java) S 27918 27920 24211 0 -1 4202560 208 0 0 0 0 0 0 0 16 0 19 0 825175851 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27927] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27927/stat : 27927 (java) S 27918 27920 24211 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 825175851 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27928] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27928/stat : 27928 (java) S 27918 27920 24211 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 825175851 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27929] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27929/stat : 27929 (java) S 27918 27920 24211 0 -1 4202560 37 0 0 0 0 0 0 0 16 0 19 0 825175851 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27930] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27930/stat : 27930 (java) S 27918 27920 24211 0 -1 4202560 43 0 0 0 0 0 0 0 15 0 19 0 825175851 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27931] ppid=27918 vsize=13625916 CPUtime=0.08 cores=1,3,5,7
/proc/27920/task/27931/stat : 27931 (java) S 27918 27920 24211 0 -1 4202560 616 0 0 0 8 0 0 0 16 0 19 0 825175852 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 0 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27932] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27932/stat : 27932 (java) S 27918 27920 24211 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825175852 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27933] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27933/stat : 27933 (java) S 27918 27920 24211 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 825175852 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27934] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27934/stat : 27934 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825175854 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284512689 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27935] ppid=27918 vsize=13625916 CPUtime=0.24 cores=1,3,5,7
/proc/27920/task/27935/stat : 27935 (java) S 27918 27920 24211 0 -1 4202560 1663 0 0 0 24 0 0 0 15 0 19 0 825175854 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 1 0 0 0
[pid=27920/tid=27936] ppid=27918 vsize=13625916 CPUtime=0.32 cores=1,3,5,7
/proc/27920/task/27936/stat : 27936 (java) S 27918 27920 24211 0 -1 4202560 2008 0 0 0 32 0 0 0 15 0 19 0 825175854 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27937] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27937/stat : 27937 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825175854 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27938] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27938/stat : 27938 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825175854 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27939] ppid=27918 vsize=13625916 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27939/stat : 27939 (java) S 27918 27920 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825175879 13952937984 20350 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 3.67
Current children cumulated vsize (KiB) 13625916

[startup+6.30069 s]
/proc/loadavg: 2.10 2.09 2.18 3/609 27939
/proc/meminfo: memFree=31739592/32950928 swapFree=43925852/67111528
[pid=27920] ppid=27918 vsize=13624632 CPUtime=6.88 cores=1,3,5,7
/proc/27920/stat : 27920 (java) S 27918 27920 24211 0 -1 4202496 22063 0 1 0 686 2 0 0 25 0 19 0 825175848 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27920/statm: 3406158 20127 2252 9 0 3396892 0
[pid=27920/tid=27921] ppid=27918 vsize=13624632 CPUtime=6.09 cores=1,3,5,7
/proc/27920/task/27921/stat : 27921 (java) S 27918 27920 24211 0 -1 4202560 15716 0 1 0 607 2 0 0 25 0 19 0 825175849 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27923] ppid=27918 vsize=13624632 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27923/stat : 27923 (java) S 27918 27920 24211 0 -1 4202560 225 0 0 0 0 0 0 0 16 0 19 0 825175851 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27924] ppid=27918 vsize=13624632 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27924/stat : 27924 (java) R 27918 27920 24211 0 -1 4202560 20 0 0 0 0 0 0 0 16 0 19 0 825175851 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27920/tid=27925] ppid=27918 vsize=13624632 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27925/stat : 27925 (java) S 27918 27920 24211 0 -1 4202560 144 0 0 0 0 0 0 0 16 0 19 0 825175851 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27926] ppid=27918 vsize=13624632 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27926/stat : 27926 (java) S 27918 27920 24211 0 -1 4202560 208 0 0 0 0 0 0 0 15 0 19 0 825175851 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27927] ppid=27918 vsize=13624632 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27927/stat : 27927 (java) S 27918 27920 24211 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 825175851 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27928] ppid=27918 vsize=13624632 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27928/stat : 27928 (java) S 27918 27920 24211 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 825175851 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27929] ppid=27918 vsize=13624632 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27929/stat : 27929 (java) S 27918 27920 24211 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 825175851 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27930] ppid=27918 vsize=13624632 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27930/stat : 27930 (java) S 27918 27920 24211 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 825175851 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27931] ppid=27918 vsize=13624632 CPUtime=0.16 cores=1,3,5,7
/proc/27920/task/27931/stat : 27931 (java) R 27918 27920 24211 0 -1 4202560 760 0 0 0 16 0 0 0 15 0 19 0 825175852 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 47052840677270 0 0 0 16800975 0 0 0 -1 5 0 0 0
[pid=27920/tid=27932] ppid=27918 vsize=13624632 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27932/stat : 27932 (java) S 27918 27920 24211 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825175852 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27933] ppid=27918 vsize=13624632 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27933/stat : 27933 (java) S 27918 27920 24211 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 825175852 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27934] ppid=27918 vsize=13624632 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27934/stat : 27934 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825175854 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284512689 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27935] ppid=27918 vsize=13624632 CPUtime=0.24 cores=1,3,5,7
/proc/27920/task/27935/stat : 27935 (java) S 27918 27920 24211 0 -1 4202560 1663 0 0 0 24 0 0 0 15 0 19 0 825175854 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 1 0 0 0
[pid=27920/tid=27936] ppid=27918 vsize=13624632 CPUtime=0.33 cores=1,3,5,7
/proc/27920/task/27936/stat : 27936 (java) S 27918 27920 24211 0 -1 4202560 2010 0 0 0 33 0 0 0 15 0 19 0 825175854 13951623168 20127 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0

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

/proc/27920/task/27923/stat : 27923 (java) S 27918 27920 24211 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27924] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27924/stat : 27924 (java) S 27918 27920 24211 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27925] ppid=27918 vsize=13642840 CPUtime=0.01 cores=1,3,5,7
/proc/27920/task/27925/stat : 27925 (java) S 27918 27920 24211 0 -1 4202560 147 0 0 0 1 0 0 0 15 0 19 0 825175851 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27926] ppid=27918 vsize=13642840 CPUtime=0.01 cores=1,3,5,7
/proc/27920/task/27926/stat : 27926 (java) S 27918 27920 24211 0 -1 4202560 212 0 0 0 1 0 0 0 16 0 19 0 825175851 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27927] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27927/stat : 27927 (java) S 27918 27920 24211 0 -1 4202560 7 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27928] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27928/stat : 27928 (java) S 27918 27920 24211 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27929] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27929/stat : 27929 (java) S 27918 27920 24211 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27930] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27930/stat : 27930 (java) S 27918 27920 24211 0 -1 4202560 82 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27931] ppid=27918 vsize=13642840 CPUtime=0.41 cores=1,3,5,7
/proc/27920/task/27931/stat : 27931 (java) S 27918 27920 24211 0 -1 4202560 827 0 0 0 41 0 0 0 16 0 19 0 825175852 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 0 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27932] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27932/stat : 27932 (java) S 27918 27920 24211 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825175852 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27933] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27933/stat : 27933 (java) S 27918 27920 24211 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 825175852 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27934] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27934/stat : 27934 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825175854 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284512689 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27935] ppid=27918 vsize=13642840 CPUtime=0.27 cores=1,3,5,7
/proc/27920/task/27935/stat : 27935 (java) S 27918 27920 24211 0 -1 4202560 1729 0 0 0 27 0 0 0 15 0 19 0 825175854 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 1 0 0 0
[pid=27920/tid=27936] ppid=27918 vsize=13642840 CPUtime=1.13 cores=1,3,5,7
/proc/27920/task/27936/stat : 27936 (java) S 27918 27920 24211 0 -1 4202560 10281 0 0 0 112 1 0 0 15 0 19 0 825175854 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27937] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27937/stat : 27937 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825175854 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27938] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27938/stat : 27938 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825175854 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 4 0 16800975 18446604459088309120 0 0 -1 3 0 0 0
[pid=27920/tid=27939] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27939/stat : 27939 (java) S 27918 27920 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825175879 13970268160 24812 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 15.84
Current children cumulated vsize (KiB) 13642840

[startup+15.2011 s]
/proc/loadavg: 2.08 2.09 2.18 3/609 27940
/proc/meminfo: memFree=31720284/32950928 swapFree=43925852/67111528
[pid=27920] ppid=27918 vsize=13642840 CPUtime=16.63 cores=1,3,5,7
/proc/27920/stat : 27920 (java) S 27918 27920 24211 0 -1 4202496 30516 0 1 0 1659 4 0 0 25 0 19 0 825175848 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27920/statm: 3410710 24829 2254 9 0 3401444 0
[pid=27920/tid=27921] ppid=27918 vsize=13642840 CPUtime=14.66 cores=1,3,5,7
/proc/27920/task/27921/stat : 27921 (java) R 27918 27920 24211 0 -1 4202560 15735 0 1 0 1464 2 0 0 25 0 19 0 825175849 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 46912505682243 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27920/tid=27923] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27923/stat : 27923 (java) S 27918 27920 24211 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27924] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27924/stat : 27924 (java) S 27918 27920 24211 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27925] ppid=27918 vsize=13642840 CPUtime=0.01 cores=1,3,5,7
/proc/27920/task/27925/stat : 27925 (java) S 27918 27920 24211 0 -1 4202560 147 0 0 0 1 0 0 0 15 0 19 0 825175851 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27926] ppid=27918 vsize=13642840 CPUtime=0.01 cores=1,3,5,7
/proc/27920/task/27926/stat : 27926 (java) S 27918 27920 24211 0 -1 4202560 212 0 0 0 1 0 0 0 15 0 19 0 825175851 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27927] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27927/stat : 27927 (java) S 27918 27920 24211 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 825175851 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27928] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27928/stat : 27928 (java) S 27918 27920 24211 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27929] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27929/stat : 27929 (java) S 27918 27920 24211 0 -1 4202560 75 0 0 0 0 0 0 0 16 0 19 0 825175851 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27930] ppid=27918 vsize=13642840 CPUtime=0.01 cores=1,3,5,7
/proc/27920/task/27930/stat : 27930 (java) S 27918 27920 24211 0 -1 4202560 82 0 0 0 1 0 0 0 15 0 19 0 825175851 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27931] ppid=27918 vsize=13642840 CPUtime=0.44 cores=1,3,5,7
/proc/27920/task/27931/stat : 27931 (java) S 27918 27920 24211 0 -1 4202560 844 0 0 0 44 0 0 0 16 0 19 0 825175852 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 0 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27932] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27932/stat : 27932 (java) S 27918 27920 24211 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825175852 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27933] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27933/stat : 27933 (java) S 27918 27920 24211 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 825175852 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27934] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27934/stat : 27934 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825175854 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284512689 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27935] ppid=27918 vsize=13642840 CPUtime=0.27 cores=1,3,5,7
/proc/27920/task/27935/stat : 27935 (java) S 27918 27920 24211 0 -1 4202560 1729 0 0 0 27 0 0 0 15 0 19 0 825175854 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 1 0 0 0
[pid=27920/tid=27936] ppid=27918 vsize=13642840 CPUtime=1.13 cores=1,3,5,7
/proc/27920/task/27936/stat : 27936 (java) S 27918 27920 24211 0 -1 4202560 10281 0 0 0 112 1 0 0 15 0 19 0 825175854 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27937] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27937/stat : 27937 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825175854 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27938] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27938/stat : 27938 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825175854 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 4 0 16800975 18446604459088309120 0 0 -1 3 0 0 0
[pid=27920/tid=27939] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27939/stat : 27939 (java) S 27918 27920 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825175879 13970268160 24829 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 16.63
Current children cumulated vsize (KiB) 13642840

[startup+15.601 s]
/proc/loadavg: 2.08 2.09 2.18 3/609 27940
/proc/meminfo: memFree=31720160/32950928 swapFree=43925852/67111528
[pid=27920] ppid=27918 vsize=13642840 CPUtime=17.03 cores=1,3,5,7
/proc/27920/stat : 27920 (java) S 27918 27920 24211 0 -1 4202496 30517 0 1 0 1699 4 0 0 25 0 19 0 825175848 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27920/statm: 3410710 24830 2254 9 0 3401444 0
[pid=27920/tid=27921] ppid=27918 vsize=13642840 CPUtime=15.06 cores=1,3,5,7
/proc/27920/task/27921/stat : 27921 (java) R 27918 27920 24211 0 -1 4202560 15736 0 1 0 1504 2 0 0 25 0 19 0 825175849 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284514997 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27920/tid=27923] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27923/stat : 27923 (java) S 27918 27920 24211 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27924] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27924/stat : 27924 (java) S 27918 27920 24211 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27925] ppid=27918 vsize=13642840 CPUtime=0.01 cores=1,3,5,7
/proc/27920/task/27925/stat : 27925 (java) R 27918 27920 24211 0 -1 4202560 147 0 0 0 1 0 0 0 15 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27920/tid=27926] ppid=27918 vsize=13642840 CPUtime=0.01 cores=1,3,5,7
/proc/27920/task/27926/stat : 27926 (java) S 27918 27920 24211 0 -1 4202560 212 0 0 0 1 0 0 0 15 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27927] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27927/stat : 27927 (java) S 27918 27920 24211 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27928] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27928/stat : 27928 (java) S 27918 27920 24211 0 -1 4202560 6 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27929] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27929/stat : 27929 (java) S 27918 27920 24211 0 -1 4202560 75 0 0 0 0 0 0 0 16 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27930] ppid=27918 vsize=13642840 CPUtime=0.01 cores=1,3,5,7
/proc/27920/task/27930/stat : 27930 (java) S 27918 27920 24211 0 -1 4202560 82 0 0 0 1 0 0 0 15 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27931] ppid=27918 vsize=13642840 CPUtime=0.44 cores=1,3,5,7
/proc/27920/task/27931/stat : 27931 (java) S 27918 27920 24211 0 -1 4202560 844 0 0 0 44 0 0 0 15 0 19 0 825175852 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 0 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27932] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27932/stat : 27932 (java) S 27918 27920 24211 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825175852 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27933] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27933/stat : 27933 (java) S 27918 27920 24211 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 825175852 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27934] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27934/stat : 27934 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825175854 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284512689 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27935] ppid=27918 vsize=13642840 CPUtime=0.27 cores=1,3,5,7
/proc/27920/task/27935/stat : 27935 (java) S 27918 27920 24211 0 -1 4202560 1729 0 0 0 27 0 0 0 15 0 19 0 825175854 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 1 0 0 0
[pid=27920/tid=27936] ppid=27918 vsize=13642840 CPUtime=1.13 cores=1,3,5,7
/proc/27920/task/27936/stat : 27936 (java) S 27918 27920 24211 0 -1 4202560 10281 0 0 0 112 1 0 0 15 0 19 0 825175854 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27937] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27937/stat : 27937 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825175854 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27938] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27938/stat : 27938 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825175854 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 4 0 16800975 18446604459088309120 0 0 -1 3 0 0 0
[pid=27920/tid=27939] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27939/stat : 27939 (java) S 27918 27920 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825175879 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 17.03
Current children cumulated vsize (KiB) 13642840

[startup+15.801 s]
/proc/loadavg: 2.08 2.09 2.18 3/609 27940
/proc/meminfo: memFree=31720160/32950928 swapFree=43925852/67111528
[pid=27920] ppid=27918 vsize=13642840 CPUtime=17.23 cores=1,3,5,7
/proc/27920/stat : 27920 (java) S 27918 27920 24211 0 -1 4202496 30518 0 1 0 1719 4 0 0 25 0 19 0 825175848 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284491749 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27920/statm: 3410710 24830 2254 9 0 3401444 0
[pid=27920/tid=27921] ppid=27918 vsize=13642840 CPUtime=15.25 cores=1,3,5,7
/proc/27920/task/27921/stat : 27921 (java) R 27918 27920 24211 0 -1 4202560 15737 0 1 0 1523 2 0 0 25 0 19 0 825175849 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 46912505706813 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27920/tid=27923] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27923/stat : 27923 (java) S 27918 27920 24211 0 -1 4202560 226 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27924] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27924/stat : 27924 (java) S 27918 27920 24211 0 -1 4202560 22 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27925] ppid=27918 vsize=13642840 CPUtime=0.01 cores=1,3,5,7
/proc/27920/task/27925/stat : 27925 (java) S 27918 27920 24211 0 -1 4202560 147 0 0 0 1 0 0 0 15 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27926] ppid=27918 vsize=13642840 CPUtime=0.01 cores=1,3,5,7
/proc/27920/task/27926/stat : 27926 (java) S 27918 27920 24211 0 -1 4202560 212 0 0 0 1 0 0 0 15 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27927] ppid=27918 vsize=13642840 CPUtime=0.01 cores=1,3,5,7
/proc/27920/task/27927/stat : 27927 (java) S 27918 27920 24211 0 -1 4202560 7 0 0 0 1 0 0 0 15 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27928] ppid=27918 vsize=13642840 CPUtime=0.01 cores=1,3,5,7
/proc/27920/task/27928/stat : 27928 (java) S 27918 27920 24211 0 -1 4202560 6 0 0 0 1 0 0 0 15 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27929] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27929/stat : 27929 (java) S 27918 27920 24211 0 -1 4202560 75 0 0 0 0 0 0 0 15 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27930] ppid=27918 vsize=13642840 CPUtime=0.01 cores=1,3,5,7
/proc/27920/task/27930/stat : 27930 (java) S 27918 27920 24211 0 -1 4202560 82 0 0 0 1 0 0 0 15 0 19 0 825175851 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27931] ppid=27918 vsize=13642840 CPUtime=0.46 cores=1,3,5,7
/proc/27920/task/27931/stat : 27931 (java) S 27918 27920 24211 0 -1 4202560 844 0 0 0 46 0 0 0 16 0 19 0 825175852 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 0 0 16800975 18446604459088309120 0 0 -1 5 0 0 0
[pid=27920/tid=27932] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27932/stat : 27932 (java) S 27918 27920 24211 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 825175852 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27933] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27933/stat : 27933 (java) S 27918 27920 24211 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 825175852 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27934] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27934/stat : 27934 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825175854 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284512689 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27935] ppid=27918 vsize=13642840 CPUtime=0.27 cores=1,3,5,7
/proc/27920/task/27935/stat : 27935 (java) S 27918 27920 24211 0 -1 4202560 1729 0 0 0 27 0 0 0 15 0 19 0 825175854 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 1 0 0 0
[pid=27920/tid=27936] ppid=27918 vsize=13642840 CPUtime=1.13 cores=1,3,5,7
/proc/27920/task/27936/stat : 27936 (java) S 27918 27920 24211 0 -1 4202560 10281 0 0 0 112 1 0 0 15 0 19 0 825175854 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27937] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27937/stat : 27937 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 825175854 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284504985 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
[pid=27920/tid=27938] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27938/stat : 27938 (java) S 27918 27920 24211 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 825175854 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 4 0 16800975 18446604459088309120 0 0 -1 3 0 0 0
[pid=27920/tid=27939] ppid=27918 vsize=13642840 CPUtime=0 cores=1,3,5,7
/proc/27920/task/27939/stat : 27939 (java) S 27918 27920 24211 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 19 0 825175879 13970268160 24830 33554432000 1073741824 1073778376 140734160133248 18446744073709551615 268284505600 0 4 0 16800975 18446604459088309120 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 17.23
Current children cumulated vsize (KiB) 13642840

Child status: 20
Real time (s): 15.8384
CPU time (s): 17.2774
CPU user time (s): 17.2284
CPU system time (s): 0.048992
CPU usage (%): 109.085
Max. virtual memory (cumulated for all children) (KiB): 13648728

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.2284
system time used= 0.048992
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30546
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1361
involuntary context switches= 779

runsolver used 0.095985 second user time and 0.221966 second system time

The end

Launcher Data

Begin job on node122 at 2011-06-03 23:16:11
IDJOB=3459279
IDBENCH=1362
IDSOLVER=1952
FILE ID=node122/3459279-1307135771
RUNJOBID= node122-1307133514-27531
PBS_JOBID= 13508794
Free space on /tmp= 73808 MiB

SOLVER NAME= Sat4j Resolution 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/tsp/normalized-t3002.11tsp11.1900554420.opb
COMMAND LINE= java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3459279-1307135771/watcher-3459279-1307135771 -o /tmp/evaluation-result-3459279-1307135771/solver-3459279-1307135771 -C 1800 -W 1900 -M 15500  java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459279-1307135771.opb

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

MD5SUM BENCH= 30c4f9acafc0f3a30de05f75833db699
RANDOM SEED=1642638143

node122.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.97
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      31809400 kB
Buffers:        297708 kB
Cached:         416152 kB
SwapCached:      16832 kB
Active:         415212 kB
Inactive:       412452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      31809400 kB
SwapTotal:    67111528 kB
SwapFree:     43925852 kB
Dirty:             576 kB
Writeback:           4 kB
AnonPages:      110916 kB
Mapped:          17428 kB
Slab:           149560 kB
PageTables:      93536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 194170564 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73808 MiB
End job on node122 at 2011-06-03 23:16:26