Trace number 3454895

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 Res//CP 2.3.0UNSAT 36.3395 18.1462

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.04/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.09	c See www.sat4j.org for details.
0.04/0.09	c version 2.3.1.v20110525
0.04/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.09	c java.vm.version	19.1-b02
0.04/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.10	c sun.arch.data.model	64
0.04/0.10	c java.version		1.6.0_24
0.04/0.10	c os.name		Linux
0.04/0.10	c os.version		2.6.18-164.el5
0.04/0.10	c os.arch		amd64
0.04/0.10	c Free memory 		9996466904
0.04/0.10	c Max memory 		10048897024
0.04/0.10	c Total memory 		10048897024
0.04/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization
0.08/0.12	c ManyCore solver with 2 solvers running in parallel
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c Expensive reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Armin Biere (Picosat) restarts strategy
0.08/0.12	c Glucose learned constraints deletion strategy
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-3454895-1307187551.opb
0.08/0.12	c reading problem ... 
0.46/0.33	c ... done. Wall clock time 0.206s.
0.46/0.33	c #vars     231
0.46/0.33	c #constraints  2707
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.46/0.33	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.46/0.33	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.46/0.33	c constraints type 
0.46/0.33	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.46/0.33	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.46/0.33	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.46/0.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.32/0.83	c cleaning 2498 clauses out of 5000 with flag 5000/5000
3.51/1.13	c cleaning 4248 clauses out of 8502 with flag 11000/11000
4.29/1.50	c cleaning 5623 clauses out of 11255 with flag 18001/18001
5.19/1.93	c cleaning 6812 clauses out of 13632 with flag 26001/26001
6.21/2.44	c cleaning 7907 clauses out of 15819 with flag 35000/35000
7.39/3.04	c cleaning 8953 clauses out of 17912 with flag 45000/45000
8.56/3.69	c cleaning 9471 clauses out of 18959 with flag 55000/55000
9.73/4.27	c cleaning 9742 clauses out of 19490 with flag 65002/65002
10.90/4.83	c cleaning 9871 clauses out of 19748 with flag 75002/75002
11.87/5.37	c cleaning 9926 clauses out of 19877 with flag 85002/85002
12.83/5.88	c cleaning 9957 clauses out of 19949 with flag 95000/95000
13.80/6.38	c cleaning 9992 clauses out of 19994 with flag 105002/105002
14.95/6.90	c cleaning 9999 clauses out of 20001 with flag 115001/115001
15.96/7.42	c cleaning 9996 clauses out of 20001 with flag 125000/125000
17.32/7.97	c cleaning 9995 clauses out of 20008 with flag 135003/135003
18.88/8.56	c cleaning 10003 clauses out of 20010 with flag 145000/145000
20.03/9.16	c cleaning 9998 clauses out of 20008 with flag 155001/155001
21.19/9.74	c cleaning 10002 clauses out of 20009 with flag 165000/165000
22.14/10.24	c cleaning 9999 clauses out of 20009 with flag 175002/175002
23.10/10.71	c cleaning 9999 clauses out of 20009 with flag 185001/185001
24.04/11.26	c cleaning 9999 clauses out of 20010 with flag 195001/195001
25.19/11.80	c cleaning 10001 clauses out of 20010 with flag 205000/205000
26.14/12.32	c cleaning 9997 clauses out of 20009 with flag 215000/215000
27.30/12.93	c cleaning 10003 clauses out of 20014 with flag 225002/225002
28.24/13.49	c cleaning 9995 clauses out of 20009 with flag 235000/235000
29.39/14.04	c cleaning 10006 clauses out of 20017 with flag 245003/245003
30.54/14.63	c cleaning 9997 clauses out of 20008 with flag 255000/255000
31.49/15.13	c cleaning 10004 clauses out of 20015 with flag 265004/265004
32.42/15.61	c cleaning 9998 clauses out of 20007 with flag 275000/275000
33.37/16.18	c cleaning 10002 clauses out of 20009 with flag 285000/285000
34.52/16.75	c cleaning 9998 clauses out of 20009 with flag 295002/295002
35.66/17.34	c cleaning 10002 clauses out of 20009 with flag 305001/305001
36.23/17.63	c  And the winner is Resolution
36.30/18.11	c starts		: 134
36.30/18.11	c conflicts		: 309023
36.30/18.11	c decisions		: 565089
36.30/18.11	c propagations		: 11012387
36.30/18.11	c inspects		: 147636146
36.30/18.11	c shortcuts		: 0
36.30/18.11	c learnt literals	: 8
36.30/18.11	c learnt binary clauses	: 27
36.30/18.11	c learnt ternary clauses	: 353
36.30/18.11	c learnt constraints	: 309014
36.30/18.11	c ignored constraints	: 0
36.30/18.11	c root simplifications	: 0
36.30/18.11	c removed literals (reason simplification)	: 1284264
36.30/18.11	c reason swapping (by a shorter reason)	: 0
36.30/18.11	c Calls to reduceDB	: 32
36.30/18.11	c number of reductions to clauses (during analyze)	: 0
36.30/18.11	c number of learned constraints concerned by reduction	: 0
36.30/18.11	c number of learning phase by resolution	: 0
36.30/18.11	c number of learning phase by cutting planes	: 0
36.30/18.11	c speed (assignments/second)	: 619334.5143692706
36.30/18.11	c non guided choices	129
36.30/18.12	c learnt constraints type 
36.30/18.12	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 27
36.30/18.12	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 13994
36.30/18.12	c constraints type 
36.30/18.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
36.30/18.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
36.30/18.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
36.30/18.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
36.30/18.12	c constraints type 
36.30/18.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
36.30/18.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
36.30/18.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
36.30/18.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
36.30/18.12	s UNSATISFIABLE
36.30/18.12	c Total wall clock time (in seconds): 17.998

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-3454895-1307187551/watcher-3454895-1307187551 -o /tmp/evaluation-result-3454895-1307187551/solver-3454895-1307187551 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454895-1307187551.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: 1.00 1.17 1.54 4/435 31574
/proc/meminfo: memFree=20699164/32951124 swapFree=60787360/67111528
[pid=31574] ppid=31568 vsize=35788 CPUtime=0 cores=1,3,5,7
/proc/31574/stat : 31574 (java) S 31568 31574 29081 0 -1 4202496 1316 0 0 0 0 0 0 0 18 0 2 0 830353008 36646912 1018 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389104101 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/31574/statm: 8947 1018 782 9 0 386 0
[pid=31574/tid=31576] ppid=31568 vsize=36924 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31576/stat : 31576 (java) S 31568 31574 29081 0 -1 4202560 255 0 1 0 0 0 0 0 17 0 2 0 830353009 37810176 1072 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255377297253 0 2147483391 0 16784584 18446744071699453118 0 0 -1 3 0 0 0

[startup+0.0614019 s]
/proc/loadavg: 1.00 1.17 1.54 4/435 31574
/proc/meminfo: memFree=20699164/32951124 swapFree=60787360/67111528
[pid=31574] ppid=31568 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/31574/stat : 31574 (java) S 31568 31574 29081 0 -1 4202496 11420 0 1 0 3 1 0 0 18 0 13 0 830353008 10718838784 11117 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389104101 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0
/proc/31574/statm: 2616904 11120 1684 9 0 2607652 0
[pid=31574/tid=31576] ppid=31568 vsize=10467616 CPUtime=0.04 cores=1,3,5,7
/proc/31574/task/31576/stat : 31576 (java) R 31568 31574 29081 0 -1 4202560 10274 0 1 0 3 1 0 0 18 0 13 0 830353009 10718838784 11120 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389128139 0 4 0 16800971 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 10467616

[startup+0.100349 s]
/proc/loadavg: 1.00 1.17 1.54 4/435 31574
/proc/meminfo: memFree=20699164/32951124 swapFree=60787360/67111528
[pid=31574] ppid=31568 vsize=10605272 CPUtime=0.08 cores=1,3,5,7
/proc/31574/stat : 31574 (java) S 31568 31574 29081 0 -1 4202496 12848 0 1 0 7 1 0 0 18 0 18 0 830353008 10859798528 12536 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31574/statm: 2651318 12538 2062 9 0 2642052 0
[pid=31574/tid=31576] ppid=31568 vsize=10605272 CPUtime=0.07 cores=1,3,5,7
/proc/31574/task/31576/stat : 31576 (java) R 31568 31574 29081 0 -1 4202560 10976 0 1 0 6 1 0 0 18 0 18 0 830353009 10859798528 12538 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 47363710228998 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10605272

[startup+0.300312 s]
/proc/loadavg: 1.00 1.17 1.54 4/435 31574
/proc/meminfo: memFree=20699164/32951124 swapFree=60787360/67111528
[pid=31574] ppid=31568 vsize=10606380 CPUtime=0.46 cores=1,3,5,7
/proc/31574/stat : 31574 (java) S 31568 31574 29081 0 -1 4202496 15752 0 1 0 44 2 0 0 18 0 18 0 830353008 10860933120 15130 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31574/statm: 2651595 15131 2199 9 0 2642329 0
[pid=31574/tid=31576] ppid=31568 vsize=10606380 CPUtime=0.27 cores=1,3,5,7
/proc/31574/task/31576/stat : 31576 (java) R 31568 31574 29081 0 -1 4202560 12763 0 1 0 25 2 0 0 18 0 18 0 830353009 10860933120 15131 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 46912505561944 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10606380

[startup+0.70024 s]
/proc/loadavg: 1.00 1.17 1.54 4/435 31574
/proc/meminfo: memFree=20699164/32951124 swapFree=60787360/67111528
[pid=31574] ppid=31568 vsize=10623172 CPUtime=1.92 cores=1,3,5,7
/proc/31574/stat : 31574 (java) S 31568 31574 29081 0 -1 4202496 37716 0 1 0 186 6 0 0 18 0 22 0 830353008 10878128128 33290 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31574/statm: 2655793 33290 2226 9 0 2646527 0
[pid=31574/tid=31576] ppid=31568 vsize=10623172 CPUtime=0.3 cores=1,3,5,7
/proc/31574/task/31576/stat : 31576 (java) S 31568 31574 29081 0 -1 4202560 13400 0 1 0 28 2 0 0 19 0 22 0 830353009 10878128128 33290 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1.92
Current children cumulated vsize (KiB) 10623172

[startup+1.50109 s]
/proc/loadavg: 1.00 1.17 1.54 10/479 31620
/proc/meminfo: memFree=20272084/32951124 swapFree=60787360/67111528
[pid=31574] ppid=31568 vsize=10624968 CPUtime=4.29 cores=1,3,5,7
/proc/31574/stat : 31574 (java) S 31568 31574 29081 0 -1 4202496 86786 0 1 0 418 11 0 0 18 0 22 0 830353008 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31574/statm: 2656242 77726 2256 9 0 2646976 0
[pid=31574/tid=31576] ppid=31568 vsize=10624968 CPUtime=0.3 cores=1,3,5,7
/proc/31574/task/31576/stat : 31576 (java) S 31568 31574 29081 0 -1 4202560 13400 0 1 0 28 2 0 0 15 0 22 0 830353009 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31579] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31579/stat : 31579 (java) S 31568 31574 29081 0 -1 4202560 191 0 0 0 0 0 0 0 15 0 22 0 830353011 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31581] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31581/stat : 31581 (java) S 31568 31574 29081 0 -1 4202560 255 0 0 0 0 0 0 0 16 0 22 0 830353011 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31583] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31583/stat : 31583 (java) S 31568 31574 29081 0 -1 4202560 3 0 0 0 0 0 0 0 16 0 22 0 830353011 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31586] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31586/stat : 31586 (java) S 31568 31574 29081 0 -1 4202560 222 0 0 0 0 0 0 0 16 0 22 0 830353011 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31589] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31589/stat : 31589 (java) S 31568 31574 29081 0 -1 4202560 135 0 0 0 0 0 0 0 15 0 22 0 830353011 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31591] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31591/stat : 31591 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830353011 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31593] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31593/stat : 31593 (java) S 31568 31574 29081 0 -1 4202560 132 0 0 0 0 0 0 0 16 0 22 0 830353011 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31595] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31595/stat : 31595 (java) S 31568 31574 29081 0 -1 4202560 136 0 0 0 0 0 0 0 15 0 22 0 830353011 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31598] ppid=31568 vsize=10624968 CPUtime=0.03 cores=1,3,5,7
/proc/31574/task/31598/stat : 31598 (java) S 31568 31574 29081 0 -1 4202560 927 0 0 0 3 0 0 0 15 0 22 0 830353012 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 0 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31600] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31600/stat : 31600 (java) S 31568 31574 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830353013 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31602] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31602/stat : 31602 (java) S 31568 31574 29081 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 830353013 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31603] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31603/stat : 31603 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830353015 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389125041 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31605] ppid=31568 vsize=10624968 CPUtime=0.87 cores=1,3,5,7
/proc/31574/task/31605/stat : 31605 (java) S 31568 31574 29081 0 -1 4202560 10457 0 0 0 86 1 0 0 18 0 22 0 830353015 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31607] ppid=31568 vsize=10624968 CPUtime=0.82 cores=1,3,5,7
/proc/31574/task/31607/stat : 31607 (java) S 31568 31574 29081 0 -1 4202560 6249 0 0 0 81 1 0 0 18 0 22 0 830353015 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31609] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31609/stat : 31609 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830353015 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31611] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31611/stat : 31611 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830353015 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31613] ppid=31568 vsize=10624968 CPUtime=1.12 cores=1,3,5,7
/proc/31574/task/31613/stat : 31613 (java) R 31568 31574 29081 0 -1 4202560 325 0 0 0 112 0 0 0 20 0 22 0 830353041 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 46912506205132 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31574/tid=31614] ppid=31568 vsize=10624968 CPUtime=1.09 cores=1,3,5,7
/proc/31574/task/31614/stat : 31614 (java) R 31568 31574 29081 0 -1 4202560 53194 0 0 0 104 5 0 0 25 0 22 0 830353041 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 46912505680141 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31574/tid=31615] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31615/stat : 31615 (java) S 31568 31574 29081 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830353042 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31616] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31616/stat : 31616 (java) S 31568 31574 29081 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830353042 10879967232 77726 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 4.29
Current children cumulated vsize (KiB) 10624968

[startup+3.10079 s]
/proc/loadavg: 1.00 1.17 1.54 6/479 31620
/proc/meminfo: memFree=20017036/32951124 swapFree=60787360/67111528
[pid=31574] ppid=31568 vsize=10624968 CPUtime=7.56 cores=1,3,5,7
/proc/31574/stat : 31574 (java) S 31568 31574 29081 0 -1 4202496 120316 0 1 0 741 15 0 0 18 0 22 0 830353008 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31574/statm: 2656242 111252 2257 9 0 2646976 0
[pid=31574/tid=31576] ppid=31568 vsize=10624968 CPUtime=0.3 cores=1,3,5,7
/proc/31574/task/31576/stat : 31576 (java) S 31568 31574 29081 0 -1 4202560 13400 0 1 0 28 2 0 0 15 0 22 0 830353009 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31579] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31579/stat : 31579 (java) S 31568 31574 29081 0 -1 4202560 298 0 0 0 0 0 0 0 15 0 22 0 830353011 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31581] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31581/stat : 31581 (java) S 31568 31574 29081 0 -1 4202560 380 0 0 0 0 0 0 0 15 0 22 0 830353011 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31583] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31583/stat : 31583 (java) S 31568 31574 29081 0 -1 4202560 50 0 0 0 0 0 0 0 15 0 22 0 830353011 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31586] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31586/stat : 31586 (java) S 31568 31574 29081 0 -1 4202560 222 0 0 0 0 0 0 0 15 0 22 0 830353011 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31589] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31589/stat : 31589 (java) S 31568 31574 29081 0 -1 4202560 159 0 0 0 0 0 0 0 15 0 22 0 830353011 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31591] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31591/stat : 31591 (java) S 31568 31574 29081 0 -1 4202560 85 0 0 0 0 0 0 0 15 0 22 0 830353011 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31593] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31593/stat : 31593 (java) S 31568 31574 29081 0 -1 4202560 192 0 0 0 0 0 0 0 15 0 22 0 830353011 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31595] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31595/stat : 31595 (java) S 31568 31574 29081 0 -1 4202560 137 0 0 0 0 0 0 0 15 0 22 0 830353011 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31598] ppid=31568 vsize=10624968 CPUtime=0.13 cores=1,3,5,7
/proc/31574/task/31598/stat : 31598 (java) S 31568 31574 29081 0 -1 4202560 2459 0 0 0 13 0 0 0 16 0 22 0 830353012 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 0 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31600] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31600/stat : 31600 (java) S 31568 31574 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830353013 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31602] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31602/stat : 31602 (java) S 31568 31574 29081 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 830353013 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31603] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31603/stat : 31603 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830353015 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389125041 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31605] ppid=31568 vsize=10624968 CPUtime=0.92 cores=1,3,5,7
/proc/31574/task/31605/stat : 31605 (java) S 31568 31574 29081 0 -1 4202560 10465 0 0 0 91 1 0 0 15 0 22 0 830353015 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31607] ppid=31568 vsize=10624968 CPUtime=0.94 cores=1,3,5,7
/proc/31574/task/31607/stat : 31607 (java) S 31568 31574 29081 0 -1 4202560 6266 0 0 0 93 1 0 0 15 0 22 0 830353015 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31609] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31609/stat : 31609 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830353015 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31611] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31611/stat : 31611 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830353015 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31613] ppid=31568 vsize=10624968 CPUtime=2.61 cores=1,3,5,7
/proc/31574/task/31613/stat : 31613 (java) R 31568 31574 29081 0 -1 4202560 327 0 0 0 261 0 0 0 23 0 22 0 830353041 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 46912505643725 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=31574/tid=31614] ppid=31568 vsize=10624968 CPUtime=2.58 cores=1,3,5,7
/proc/31574/task/31614/stat : 31614 (java) R 31568 31574 29081 0 -1 4202560 84717 0 0 0 248 10 0 0 18 0 22 0 830353041 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 46912505745925 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31574/tid=31615] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31615/stat : 31615 (java) S 31568 31574 29081 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830353042 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31616] ppid=31568 vsize=10624968 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31616/stat : 31616 (java) S 31568 31574 29081 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830353042 10879967232 111252 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 7.56
Current children cumulated vsize (KiB) 10624968

[startup+6.30123 s]
/proc/loadavg: 1.24 1.22 1.55 10/479 31669
/proc/meminfo: memFree=20115720/32951124 swapFree=60787360/67111528
[pid=31574] ppid=31568 vsize=10620584 CPUtime=13.8 cores=1,3,5,7
/proc/31574/stat : 31574 (java) S 31568 31574 29081 0 -1 4202496 129287 0 1 0 1363 17 0 0 18 0 22 0 830353008 10875478016 119149 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31574/statm: 2655146 119149 2257 9 0 2645880 0
[pid=31574/tid=31576] ppid=31568 vsize=10620584 CPUtime=0.3 cores=1,3,5,7
/proc/31574/task/31576/stat : 31576 (java) S 31568 31574 29081 0 -1 4202560 13400 0 1 0 28 2 0 0 15 0 22 0 830353009 10875478016 119149 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31579] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31579/stat : 31579 (java) S 31568 31574 29081 0 -1 4202560 301 0 0 0 0 0 0 0 15 0 22 0 830353011 10875478016 119149 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31581] ppid=31568 vsize=10620584 CPUtime=0.01 cores=1,3,5,7
/proc/31574/task/31581/stat : 31581 (java) S 31568 31574 29081 0 -1 4202560 380 0 0 0 1 0 0 0 15 0 22 0 830353011 10875478016 119149 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31583] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31583/stat : 31583 (java) S 31568 31574 29081 0 -1 4202560 51 0 0 0 0 0 0 0 16 0 22 0 830353011 10875478016 119149 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31586] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31586/stat : 31586 (java) S 31568 31574 29081 0 -1 4202560 222 0 0 0 0 0 0 0 15 0 22 0 830353011 10875478016 119149 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31589] ppid=31568 vsize=10620584 CPUtime=0.01 cores=1,3,5,7
/proc/31574/task/31589/stat : 31589 (java) S 31568 31574 29081 0 -1 4202560 159 0 0 0 1 0 0 0 16 0 22 0 830353011 10875478016 119149 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31591] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31591/stat : 31591 (java) S 31568 31574 29081 0 -1 4202560 85 0 0 0 0 0 0 0 16 0 22 0 830353011 10875478016 119149 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31593] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31593/stat : 31593 (java) S 31568 31574 29081 0 -1 4202560 193 0 0 0 0 0 0 0 15 0 22 0 830353011 10875478016 119149 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31595] ppid=31568 vsize=10620584 CPUtime=0.01 cores=1,3,5,7
/proc/31574/task/31595/stat : 31595 (java) S 31568 31574 29081 0 -1 4202560 138 0 0 0 1 0 0 0 16 0 22 0 830353011 10875478016 119149 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0

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

/proc/31574/task/31593/stat : 31593 (java) S 31568 31574 29081 0 -1 4202560 198 0 0 0 3 0 0 0 16 0 22 0 830353011 10875478016 120682 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31595] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31595/stat : 31595 (java) S 31568 31574 29081 0 -1 4202560 141 0 0 0 2 0 0 0 15 0 22 0 830353011 10875478016 120682 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31598] ppid=31568 vsize=10620584 CPUtime=1.22 cores=1,3,5,7
/proc/31574/task/31598/stat : 31598 (java) S 31568 31574 29081 0 -1 4202560 5409 0 0 0 121 1 0 0 15 0 22 0 830353012 10875478016 120682 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 0 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31600] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31600/stat : 31600 (java) S 31568 31574 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830353013 10875478016 120682 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31602] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31602/stat : 31602 (java) S 31568 31574 29081 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 830353013 10875478016 120682 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31603] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31603/stat : 31603 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830353015 10875478016 120682 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389125041 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31605] ppid=31568 vsize=10620584 CPUtime=0.95 cores=1,3,5,7
/proc/31574/task/31605/stat : 31605 (java) S 31568 31574 29081 0 -1 4202560 10465 0 0 0 94 1 0 0 15 0 22 0 830353015 10875478016 120682 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31607] ppid=31568 vsize=10620584 CPUtime=1.79 cores=1,3,5,7
/proc/31574/task/31607/stat : 31607 (java) S 31568 31574 29081 0 -1 4202560 15714 0 0 0 178 1 0 0 15 0 22 0 830353015 10875478016 120682 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31609] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31609/stat : 31609 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830353015 10875478016 120682 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31611] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31611/stat : 31611 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830353015 10875478016 120682 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31613] ppid=31568 vsize=10620584 CPUtime=14.24 cores=1,3,5,7
/proc/31574/task/31613/stat : 31613 (java) R 31568 31574 29081 0 -1 4202560 342 0 0 0 1424 0 0 0 25 0 22 0 830353041 10875478016 120682 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 46912505637571 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31574/tid=31614] ppid=31568 vsize=10620584 CPUtime=14.22 cores=1,3,5,7
/proc/31574/task/31614/stat : 31614 (java) R 31568 31574 29081 0 -1 4202560 92446 0 0 0 1411 11 0 0 25 0 22 0 830353041 10875478016 120682 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 46912505988212 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31574/tid=31615] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31615/stat : 31615 (java) S 31568 31574 29081 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830353042 10875478016 120682 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31616] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31616/stat : 31616 (java) S 31568 31574 29081 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830353042 10875478016 120682 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 32.97
Current children cumulated vsize (KiB) 10620584

[startup+17.5012 s]
/proc/loadavg: 1.74 1.32 1.58 5/479 31670
/proc/meminfo: memFree=19761420/32951124 swapFree=60787360/67111528
[pid=31574] ppid=31568 vsize=10620584 CPUtime=36.03 cores=1,3,5,7
/proc/31574/stat : 31574 (java) S 31568 31574 29081 0 -1 4202496 140826 0 1 0 3584 19 0 0 18 0 22 0 830353008 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31574/statm: 2655146 121023 2259 9 0 2645880 0
[pid=31574/tid=31576] ppid=31568 vsize=10620584 CPUtime=0.3 cores=1,3,5,7
/proc/31574/task/31576/stat : 31576 (java) S 31568 31574 29081 0 -1 4202560 13403 0 1 0 28 2 0 0 15 0 22 0 830353009 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31579] ppid=31568 vsize=10620584 CPUtime=0.01 cores=1,3,5,7
/proc/31574/task/31579/stat : 31579 (java) S 31568 31574 29081 0 -1 4202560 301 0 0 0 1 0 0 0 15 0 22 0 830353011 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31581] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31581/stat : 31581 (java) S 31568 31574 29081 0 -1 4202560 380 0 0 0 2 0 0 0 16 0 22 0 830353011 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31583] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31583/stat : 31583 (java) S 31568 31574 29081 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 22 0 830353011 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31586] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31586/stat : 31586 (java) S 31568 31574 29081 0 -1 4202560 223 0 0 0 2 0 0 0 15 0 22 0 830353011 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31589] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31589/stat : 31589 (java) S 31568 31574 29081 0 -1 4202560 164 0 0 0 2 0 0 0 16 0 22 0 830353011 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31591] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31591/stat : 31591 (java) S 31568 31574 29081 0 -1 4202560 87 0 0 0 2 0 0 0 15 0 22 0 830353011 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31593] ppid=31568 vsize=10620584 CPUtime=0.03 cores=1,3,5,7
/proc/31574/task/31593/stat : 31593 (java) S 31568 31574 29081 0 -1 4202560 198 0 0 0 3 0 0 0 15 0 22 0 830353011 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31595] ppid=31568 vsize=10620584 CPUtime=0.03 cores=1,3,5,7
/proc/31574/task/31595/stat : 31595 (java) S 31568 31574 29081 0 -1 4202560 142 0 0 0 3 0 0 0 16 0 22 0 830353011 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31598] ppid=31568 vsize=10620584 CPUtime=1.4 cores=1,3,5,7
/proc/31574/task/31598/stat : 31598 (java) S 31568 31574 29081 0 -1 4202560 5747 0 0 0 139 1 0 0 15 0 22 0 830353012 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 0 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31600] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31600/stat : 31600 (java) S 31568 31574 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830353013 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31602] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31602/stat : 31602 (java) S 31568 31574 29081 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 22 0 830353013 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31603] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31603/stat : 31603 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 22 0 830353015 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389125041 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31605] ppid=31568 vsize=10620584 CPUtime=0.95 cores=1,3,5,7
/proc/31574/task/31605/stat : 31605 (java) S 31568 31574 29081 0 -1 4202560 10465 0 0 0 94 1 0 0 15 0 22 0 830353015 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31607] ppid=31568 vsize=10620584 CPUtime=1.79 cores=1,3,5,7
/proc/31574/task/31607/stat : 31607 (java) S 31568 31574 29081 0 -1 4202560 15714 0 0 0 178 1 0 0 15 0 22 0 830353015 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31609] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31609/stat : 31609 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 22 0 830353015 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31611] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31611/stat : 31611 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830353015 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31613] ppid=31568 vsize=10620584 CPUtime=15.67 cores=1,3,5,7
/proc/31574/task/31613/stat : 31613 (java) R 31568 31574 29081 0 -1 4202560 343 0 0 0 1567 0 0 0 25 0 22 0 830353041 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 46912505620877 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=31574/tid=31614] ppid=31568 vsize=10620584 CPUtime=15.64 cores=1,3,5,7
/proc/31574/task/31614/stat : 31614 (java) R 31568 31574 29081 0 -1 4202560 92449 0 0 0 1553 11 0 0 25 0 22 0 830353041 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 46912506056900 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=31574/tid=31615] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31615/stat : 31615 (java) S 31568 31574 29081 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830353042 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31616] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31616/stat : 31616 (java) S 31568 31574 29081 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830353042 10875478016 121023 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 36.03
Current children cumulated vsize (KiB) 10620584

[startup+17.9011 s]
/proc/loadavg: 1.74 1.32 1.58 5/479 31670
/proc/meminfo: memFree=19761420/32951124 swapFree=60787360/67111528
[pid=31574] ppid=31568 vsize=10620584 CPUtime=36.3 cores=1,3,5,7
/proc/31574/stat : 31574 (java) S 31568 31574 29081 0 -1 4202496 140827 0 1 0 3611 19 0 0 18 0 19 0 830353008 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31574/statm: 2655146 121024 2260 9 0 2645880 0
[pid=31574/tid=31576] ppid=31568 vsize=10620584 CPUtime=0.3 cores=1,3,5,7
/proc/31574/task/31576/stat : 31576 (java) S 31568 31574 29081 0 -1 4202560 13403 0 1 0 28 2 0 0 15 0 19 0 830353009 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31579] ppid=31568 vsize=10620584 CPUtime=0.01 cores=1,3,5,7
/proc/31574/task/31579/stat : 31579 (java) S 31568 31574 29081 0 -1 4202560 301 0 0 0 1 0 0 0 15 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31581] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31581/stat : 31581 (java) S 31568 31574 29081 0 -1 4202560 380 0 0 0 2 0 0 0 16 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31583] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31583/stat : 31583 (java) S 31568 31574 29081 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31586] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31586/stat : 31586 (java) S 31568 31574 29081 0 -1 4202560 223 0 0 0 2 0 0 0 15 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31589] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31589/stat : 31589 (java) S 31568 31574 29081 0 -1 4202560 164 0 0 0 2 0 0 0 16 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31591] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31591/stat : 31591 (java) S 31568 31574 29081 0 -1 4202560 87 0 0 0 2 0 0 0 15 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31593] ppid=31568 vsize=10620584 CPUtime=0.03 cores=1,3,5,7
/proc/31574/task/31593/stat : 31593 (java) S 31568 31574 29081 0 -1 4202560 198 0 0 0 3 0 0 0 15 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31595] ppid=31568 vsize=10620584 CPUtime=0.03 cores=1,3,5,7
/proc/31574/task/31595/stat : 31595 (java) S 31568 31574 29081 0 -1 4202560 142 0 0 0 3 0 0 0 16 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31598] ppid=31568 vsize=10620584 CPUtime=1.4 cores=1,3,5,7
/proc/31574/task/31598/stat : 31598 (java) S 31568 31574 29081 0 -1 4202560 5747 0 0 0 139 1 0 0 15 0 19 0 830353012 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 0 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31600] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31600/stat : 31600 (java) S 31568 31574 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830353013 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31602] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31602/stat : 31602 (java) S 31568 31574 29081 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 830353013 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31603] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31603/stat : 31603 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830353015 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389125041 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31605] ppid=31568 vsize=10620584 CPUtime=0.95 cores=1,3,5,7
/proc/31574/task/31605/stat : 31605 (java) S 31568 31574 29081 0 -1 4202560 10465 0 0 0 94 1 0 0 15 0 19 0 830353015 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31607] ppid=31568 vsize=10620584 CPUtime=1.79 cores=1,3,5,7
/proc/31574/task/31607/stat : 31607 (java) S 31568 31574 29081 0 -1 4202560 15714 0 0 0 178 1 0 0 15 0 19 0 830353015 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31609] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31609/stat : 31609 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 830353015 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31611] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31611/stat : 31611 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830353015 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31615] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31615/stat : 31615 (java) S 31568 31574 29081 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 830353042 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 36.3
Current children cumulated vsize (KiB) 10620584

[startup+18.1011 s]
/proc/loadavg: 1.74 1.32 1.58 5/479 31670
/proc/meminfo: memFree=19761420/32951124 swapFree=60787360/67111528
[pid=31574] ppid=31568 vsize=10620584 CPUtime=36.3 cores=1,3,5,7
/proc/31574/stat : 31574 (java) S 31568 31574 29081 0 -1 4202496 140827 0 1 0 3611 19 0 0 18 0 19 0 830353008 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389104101 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/31574/statm: 2655146 121024 2260 9 0 2645880 0
[pid=31574/tid=31576] ppid=31568 vsize=10620584 CPUtime=0.3 cores=1,3,5,7
/proc/31574/task/31576/stat : 31576 (java) S 31568 31574 29081 0 -1 4202560 13403 0 1 0 28 2 0 0 15 0 19 0 830353009 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31579] ppid=31568 vsize=10620584 CPUtime=0.01 cores=1,3,5,7
/proc/31574/task/31579/stat : 31579 (java) S 31568 31574 29081 0 -1 4202560 301 0 0 0 1 0 0 0 15 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31581] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31581/stat : 31581 (java) S 31568 31574 29081 0 -1 4202560 380 0 0 0 2 0 0 0 16 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31583] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31583/stat : 31583 (java) S 31568 31574 29081 0 -1 4202560 51 0 0 0 2 0 0 0 15 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31586] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31586/stat : 31586 (java) S 31568 31574 29081 0 -1 4202560 223 0 0 0 2 0 0 0 15 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31589] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31589/stat : 31589 (java) S 31568 31574 29081 0 -1 4202560 164 0 0 0 2 0 0 0 16 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31591] ppid=31568 vsize=10620584 CPUtime=0.02 cores=1,3,5,7
/proc/31574/task/31591/stat : 31591 (java) S 31568 31574 29081 0 -1 4202560 87 0 0 0 2 0 0 0 15 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31593] ppid=31568 vsize=10620584 CPUtime=0.03 cores=1,3,5,7
/proc/31574/task/31593/stat : 31593 (java) S 31568 31574 29081 0 -1 4202560 198 0 0 0 3 0 0 0 15 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31595] ppid=31568 vsize=10620584 CPUtime=0.03 cores=1,3,5,7
/proc/31574/task/31595/stat : 31595 (java) S 31568 31574 29081 0 -1 4202560 142 0 0 0 3 0 0 0 16 0 19 0 830353011 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31598] ppid=31568 vsize=10620584 CPUtime=1.4 cores=1,3,5,7
/proc/31574/task/31598/stat : 31598 (java) S 31568 31574 29081 0 -1 4202560 5747 0 0 0 139 1 0 0 15 0 19 0 830353012 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 0 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31600] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31600/stat : 31600 (java) S 31568 31574 29081 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830353013 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31602] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31602/stat : 31602 (java) S 31568 31574 29081 0 -1 4202560 11 0 0 0 0 0 0 0 18 0 19 0 830353013 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31603] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31603/stat : 31603 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 19 0 19 0 830353015 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389125041 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31605] ppid=31568 vsize=10620584 CPUtime=0.95 cores=1,3,5,7
/proc/31574/task/31605/stat : 31605 (java) S 31568 31574 29081 0 -1 4202560 10465 0 0 0 94 1 0 0 15 0 19 0 830353015 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 7 0 0 0
[pid=31574/tid=31607] ppid=31568 vsize=10620584 CPUtime=1.79 cores=1,3,5,7
/proc/31574/task/31607/stat : 31607 (java) S 31568 31574 29081 0 -1 4202560 15714 0 0 0 178 1 0 0 15 0 19 0 830353015 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 1 0 0 0
[pid=31574/tid=31609] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31609/stat : 31609 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 21 0 19 0 830353015 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117337 0 4 0 16800975 18446604456288227392 0 0 -1 3 0 0 0
[pid=31574/tid=31611] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31611/stat : 31611 (java) S 31568 31574 29081 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830353015 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
[pid=31574/tid=31615] ppid=31568 vsize=10620584 CPUtime=0 cores=1,3,5,7
/proc/31574/task/31615/stat : 31615 (java) S 31568 31574 29081 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 830353042 10875478016 121024 33554432000 1073741824 1073778376 140734002086896 18446744073709551615 255389117952 0 4 0 16800975 18446604456288227392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 36.3
Current children cumulated vsize (KiB) 10620584

Child status: 20
Real time (s): 18.1462
CPU time (s): 36.3395
CPU user time (s): 36.1275
CPU system time (s): 0.211967
CPU usage (%): 200.26
Max. virtual memory (cumulated for all children) (KiB): 10634556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 36.1275
system time used= 0.211967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140835
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= 2022
involuntary context switches= 859

runsolver used 0.095985 second user time and 0.19197 second system time

The end

Launcher Data

Begin job on node135 at 2011-06-04 13:39:11
IDJOB=3454895
IDBENCH=1362
IDSOLVER=1950
FILE ID=node135/3454895-1307187551
RUNJOBID= node135-1307187551-31552
PBS_JOBID= 13508851
Free space on /tmp= 73964 MiB

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

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

MD5SUM BENCH= 30c4f9acafc0f3a30de05f75833db699
RANDOM SEED=993707145

node135.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.851
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.70
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.851
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.83
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.851
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.851
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	: 6640.14
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.851
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.78
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.851
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.851
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.74
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.851
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.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      20699716 kB
Buffers:        267940 kB
Cached:         627636 kB
SwapCached:       6168 kB
Active:       11451704 kB
Inactive:       542416 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20699716 kB
SwapTotal:    67111528 kB
SwapFree:     60787360 kB
Dirty:             784 kB
Writeback:           0 kB
AnonPages:    11097768 kB
Mapped:          25556 kB
Slab:           125736 kB
PageTables:      65712 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 124375436 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73964 MiB
End job on node135 at 2011-06-04 13:39:30