Trace number 3459242

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 39.0671 37.8076

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900544484.opb
MD5SUM6f786d0e248f798e90612aee65004e7e
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 benchmark6.47901
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 741
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	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.09	c sun.arch.data.model	64
0.04/0.09	c java.version		1.6.0_24
0.04/0.09	c os.name		Linux
0.04/0.09	c os.version		2.6.18-164.el5
0.04/0.09	c os.arch		amd64
0.04/0.09	c Free memory 		12995394264
0.04/0.09	c Max memory 		13063553024
0.04/0.09	c Total memory 		13063553024
0.04/0.09	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38540408
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3459242-1307633293.opb
0.10/0.11	c reading problem ... 
0.26/0.29	c ... done. Wall clock time 0.183s.
0.26/0.29	c #vars     231
0.26/0.29	c #constraints  2707
0.26/0.29	c constraints type 
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.26/0.29	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.26/0.29	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.26/0.29	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
1.11/0.66	c cleaning 2495 clauses out of 5000 with flag 5000/5000
1.57/0.95	c cleaning 4249 clauses out of 8506 with flag 11001/11001
1.88/1.27	c cleaning 5621 clauses out of 11256 with flag 18000/18000
2.29/1.66	c cleaning 6811 clauses out of 13635 with flag 26000/26000
2.83/2.16	c cleaning 7904 clauses out of 15825 with flag 35001/35001
3.33/2.67	c cleaning 8958 clauses out of 17921 with flag 45001/45001
3.93/3.29	c cleaning 9474 clauses out of 18962 with flag 55000/55000
4.53/3.89	c cleaning 9741 clauses out of 19489 with flag 65001/65001
5.23/4.50	c cleaning 9870 clauses out of 19747 with flag 75000/75000
5.84/5.15	c cleaning 9939 clauses out of 19882 with flag 85005/85005
6.44/5.77	c cleaning 9964 clauses out of 19938 with flag 95000/95000
7.14/6.40	c cleaning 9982 clauses out of 19975 with flag 105001/105001
7.74/7.06	c cleaning 9985 clauses out of 19993 with flag 115001/115001
8.35/7.67	c cleaning 10003 clauses out of 20007 with flag 125000/125000
8.94/8.21	c cleaning 9999 clauses out of 20005 with flag 135001/135001
9.55/8.86	c cleaning 9993 clauses out of 20006 with flag 145001/145001
10.24/9.50	c cleaning 10003 clauses out of 20014 with flag 155002/155002
10.85/10.16	c cleaning 9996 clauses out of 20009 with flag 165000/165000
11.88/10.79	c cleaning 9999 clauses out of 20013 with flag 175000/175000
12.49/11.36	c cleaning 10004 clauses out of 20016 with flag 185002/185002
12.99/11.90	c cleaning 9995 clauses out of 20010 with flag 195000/195000
13.59/12.45	c cleaning 9996 clauses out of 20015 with flag 205000/205000
14.19/13.07	c cleaning 10002 clauses out of 20020 with flag 215001/215001
14.80/13.65	c cleaning 10003 clauses out of 20022 with flag 225005/225005
15.40/14.25	c cleaning 10001 clauses out of 20017 with flag 235003/235003
16.10/14.93	c cleaning 9999 clauses out of 20013 with flag 245000/245000
16.70/15.53	c cleaning 10002 clauses out of 20016 with flag 255002/255002
17.30/16.10	c cleaning 10002 clauses out of 20013 with flag 265001/265001
17.80/16.69	c cleaning 9997 clauses out of 20011 with flag 275001/275001
18.50/17.34	c cleaning 10002 clauses out of 20014 with flag 285001/285001
19.10/17.94	c cleaning 10000 clauses out of 20011 with flag 295000/295000
19.60/18.49	c cleaning 10000 clauses out of 20013 with flag 305002/305002
20.41/19.21	c cleaning 9991 clauses out of 20011 with flag 315000/315000
20.91/19.77	c cleaning 9996 clauses out of 20020 with flag 325000/325000
21.51/20.37	c cleaning 10007 clauses out of 20024 with flag 335000/335000
22.02/20.89	c cleaning 10005 clauses out of 20019 with flag 345002/345002
22.61/21.45	c cleaning 9992 clauses out of 20014 with flag 355002/355002
23.22/22.05	c cleaning 9996 clauses out of 20020 with flag 365000/365000
23.71/22.59	c cleaning 9996 clauses out of 20024 with flag 375000/375000
24.32/23.19	c cleaning 10009 clauses out of 20028 with flag 385000/385000
24.91/23.73	c cleaning 10002 clauses out of 20019 with flag 395000/395000
25.42/24.28	c cleaning 10003 clauses out of 20017 with flag 405000/405000
25.92/24.76	c cleaning 10004 clauses out of 20017 with flag 415003/415003
26.42/25.25	c cleaning 9996 clauses out of 20011 with flag 425001/425001
26.92/25.77	c cleaning 10000 clauses out of 20014 with flag 435000/435000
27.42/26.29	c cleaning 10005 clauses out of 20015 with flag 445001/445001
28.02/26.82	c cleaning 10003 clauses out of 20012 with flag 455003/455003
28.52/27.37	c cleaning 9992 clauses out of 20006 with flag 465000/465000
29.12/27.99	c cleaning 10007 clauses out of 20022 with flag 475008/475008
29.73/28.56	c cleaning 9996 clauses out of 20010 with flag 485003/485003
30.22/29.08	c cleaning 10000 clauses out of 20011 with flag 495000/495000
30.93/29.73	c cleaning 10000 clauses out of 20011 with flag 505000/505000
31.42/30.29	c cleaning 10004 clauses out of 20013 with flag 515002/515002
32.03/30.88	c cleaning 9999 clauses out of 20008 with flag 525001/525001
32.73/31.50	c cleaning 9999 clauses out of 20008 with flag 535000/535000
33.23/32.07	c cleaning 9996 clauses out of 20012 with flag 545003/545003
33.83/32.65	c cleaning 9999 clauses out of 20015 with flag 555002/555002
34.43/33.24	c cleaning 9999 clauses out of 20014 with flag 565000/565000
35.03/33.80	c cleaning 10004 clauses out of 20016 with flag 575001/575001
35.63/34.44	c cleaning 10002 clauses out of 20011 with flag 585000/585000
36.34/35.10	c cleaning 10001 clauses out of 20009 with flag 595000/595000
36.93/35.77	c cleaning 10001 clauses out of 20009 with flag 605001/605001
37.64/36.43	c cleaning 10003 clauses out of 20010 with flag 615003/615003
38.34/37.12	c cleaning 9996 clauses out of 20003 with flag 625000/625000
38.94/37.77	c starts		: 166
38.94/37.77	c conflicts		: 634127
38.94/37.77	c decisions		: 1132395
38.94/37.77	c propagations		: 26284779
38.94/37.77	c inspects		: 362775378
38.94/37.77	c shortcuts		: 0
38.94/37.77	c learnt literals	: 5
38.94/37.77	c learnt binary clauses	: 71
38.94/37.77	c learnt ternary clauses	: 890
38.94/37.77	c learnt constraints	: 634121
38.94/37.77	c ignored constraints	: 0
38.94/37.77	c root simplifications	: 0
38.94/37.77	c removed literals (reason simplification)	: 3706341
38.94/37.77	c reason swapping (by a shorter reason)	: 0
38.94/37.77	c Calls to reduceDB	: 64
38.94/37.77	c number of reductions to clauses (during analyze)	: 0
38.94/37.77	c number of learned constraints concerned by reduction	: 0
38.94/37.77	c number of learning phase by resolution	: 0
38.94/37.77	c number of learning phase by cutting planes	: 0
38.94/37.77	c speed (assignments/second)	: 701245.3378865086
38.94/37.77	c non guided choices	129
38.94/37.79	c learnt constraints type 
38.94/37.79	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 71
38.94/37.79	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19058
38.94/37.79	c constraints type 
38.94/37.79	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
38.94/37.79	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
38.94/37.79	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
38.94/37.79	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
38.94/37.79	s UNSATISFIABLE
38.94/37.79	c Total wall clock time (in seconds): 37.678

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-3459242-1307633293/watcher-3459242-1307633293 -o /tmp/evaluation-result-3459242-1307633293/solver-3459242-1307633293 -C 1800 -W 1900 -M 15500 java -server -Xms13000m -Xmx13000m -jar sat4j-pb.jar Resolution HOME/instance-3459242-1307633293.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 0.31 0.14 0.15 2/195 26454
/proc/meminfo: memFree=32292632/32951124 swapFree=67050780/67111528
[pid=26454] ppid=26452 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/26454/stat : 26454 (java) S 26452 26454 26276 0 -1 4202496 1236 0 0 0 0 0 0 0 25 0 2 0 874932065 31260672 956 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382759909 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0
/proc/26454/statm: 7632 956 730 9 0 383 0
[pid=26454/tid=26455] ppid=26452 vsize=30528 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26455/stat : 26455 (java) R 26452 26454 26276 0 -1 4202560 123 0 0 0 0 0 0 0 25 0 2 0 874932066 31260672 956 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218371011753 0 0 4096 0 0 0 0 -1 4 0 0 0

[startup+0.0538179 s]
/proc/loadavg: 0.31 0.14 0.15 2/195 26454
/proc/meminfo: memFree=32292632/32951124 swapFree=67050780/67111528
[pid=26454] ppid=26452 vsize=13549616 CPUtime=0.04 cores=0,2,4,6
/proc/26454/stat : 26454 (java) S 26452 26454 26276 0 -1 4202496 13937 0 1 0 3 1 0 0 25 0 13 0 874932065 13874806784 13634 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382759909 0 0 0 16800971 18446744073709551615 0 0 17 4 0 0 0
/proc/26454/statm: 3387404 13634 1684 9 0 3378152 0
[pid=26454/tid=26455] ppid=26452 vsize=13549616 CPUtime=0.04 cores=0,2,4,6
/proc/26454/task/26455/stat : 26455 (java) S 26452 26454 26276 0 -1 4202560 12791 0 1 0 3 1 0 0 25 0 13 0 874932066 13874806784 13634 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382786527 0 2147483391 0 16800971 18446744071699199166 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13549616

[startup+0.100925 s]
/proc/loadavg: 0.31 0.14 0.15 2/195 26454
/proc/meminfo: memFree=32292632/32951124 swapFree=67050780/67111528
[pid=26454] ppid=26452 vsize=13622056 CPUtime=0.1 cores=0,2,4,6
/proc/26454/stat : 26454 (java) S 26452 26454 26276 0 -1 4202496 15560 0 1 0 9 1 0 0 25 0 18 0 874932065 13948985344 15257 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26454/statm: 3405514 15258 2093 9 0 3396248 0
[pid=26454/tid=26455] ppid=26452 vsize=13622056 CPUtime=0.09 cores=0,2,4,6
/proc/26454/task/26455/stat : 26455 (java) R 26452 26454 26276 0 -1 4202560 13659 0 1 0 8 1 0 0 18 0 18 0 874932066 13948985344 15258 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218370618401 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13622056

[startup+0.300862 s]
/proc/loadavg: 0.31 0.14 0.15 2/195 26454
/proc/meminfo: memFree=32292632/32951124 swapFree=67050780/67111528
[pid=26454] ppid=26452 vsize=13625188 CPUtime=0.48 cores=0,2,4,6
/proc/26454/stat : 26454 (java) S 26452 26454 26276 0 -1 4202496 18504 0 1 0 46 2 0 0 25 0 19 0 874932065 13952192512 17858 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26454/statm: 3406297 17862 2211 9 0 3397031 0
[pid=26454/tid=26455] ppid=26452 vsize=13625188 CPUtime=0.28 cores=0,2,4,6
/proc/26454/task/26455/stat : 26455 (java) R 26452 26454 26276 0 -1 4202560 15466 0 1 0 27 1 0 0 19 0 19 0 874932066 13952192512 17862 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 47889310692247 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 13625188

[startup+0.700845 s]
/proc/loadavg: 0.31 0.14 0.15 2/195 26454
/proc/meminfo: memFree=32292632/32951124 swapFree=67050780/67111528
[pid=26454] ppid=26452 vsize=13625680 CPUtime=1.25 cores=0,2,4,6
/proc/26454/stat : 26454 (java) S 26452 26454 26276 0 -1 4202496 21938 0 1 0 123 2 0 0 25 0 19 0 874932065 13952696320 19700 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26454/statm: 3406420 19700 2253 9 0 3397154 0
[pid=26454/tid=26455] ppid=26452 vsize=13625680 CPUtime=0.66 cores=0,2,4,6
/proc/26454/task/26455/stat : 26455 (java) R 26452 26454 26276 0 -1 4202560 15750 0 1 0 65 1 0 0 19 0 19 0 874932066 13952696320 19700 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 46912505708550 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 13625680

[startup+1.50071 s]
/proc/loadavg: 0.31 0.14 0.15 3/214 26473
/proc/meminfo: memFree=32209672/32951124 swapFree=67050780/67111528
[pid=26454] ppid=26452 vsize=13625680 CPUtime=2.19 cores=0,2,4,6
/proc/26454/stat : 26454 (java) S 26452 26454 26276 0 -1 4202496 26286 0 1 0 216 3 0 0 25 0 19 0 874932065 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26454/statm: 3406420 22846 2253 9 0 3397154 0
[pid=26454/tid=26455] ppid=26452 vsize=13625680 CPUtime=1.43 cores=0,2,4,6
/proc/26454/task/26455/stat : 26455 (java) R 26452 26454 26276 0 -1 4202560 15753 0 1 0 142 1 0 0 20 0 19 0 874932066 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 46912505639972 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26454/tid=26457] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26457/stat : 26457 (java) S 26452 26454 26276 0 -1 4202560 83 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26458] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26458/stat : 26458 (java) S 26452 26454 26276 0 -1 4202560 119 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26459] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26459/stat : 26459 (java) S 26452 26454 26276 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26460] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26460/stat : 26460 (java) S 26452 26454 26276 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 874932068 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26461] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26461/stat : 26461 (java) S 26452 26454 26276 0 -1 4202560 6 0 0 0 0 0 0 0 16 0 19 0 874932068 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26462] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26462/stat : 26462 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26463] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26463/stat : 26463 (java) S 26452 26454 26276 0 -1 4202560 2 0 0 0 0 0 0 0 16 0 19 0 874932068 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26464] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26464/stat : 26464 (java) S 26452 26454 26276 0 -1 4202560 257 0 0 0 0 0 0 0 16 0 19 0 874932068 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26465] ppid=26452 vsize=13625680 CPUtime=0.04 cores=0,2,4,6
/proc/26454/task/26465/stat : 26465 (java) S 26452 26454 26276 0 -1 4202560 452 0 0 0 4 0 0 0 16 0 19 0 874932069 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 0 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26466] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26466/stat : 26466 (java) S 26452 26454 26276 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 874932069 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26467] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26467/stat : 26467 (java) S 26452 26454 26276 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 874932069 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26468] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26468/stat : 26468 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874932071 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382780849 0 4 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26469] ppid=26452 vsize=13625680 CPUtime=0.39 cores=0,2,4,6
/proc/26454/task/26469/stat : 26469 (java) S 26452 26454 26276 0 -1 4202560 6659 0 0 0 38 1 0 0 15 0 19 0 874932071 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26470] ppid=26452 vsize=13625680 CPUtime=0.3 cores=0,2,4,6
/proc/26454/task/26470/stat : 26470 (java) S 26452 26454 26276 0 -1 4202560 1755 0 0 0 30 0 0 0 19 0 19 0 874932071 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26471] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26471/stat : 26471 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874932071 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26472] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26472/stat : 26472 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874932071 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26473] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26473/stat : 26473 (java) S 26452 26454 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874932095 13952696320 22846 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 13625680

[startup+3.10144 s]
/proc/loadavg: 0.31 0.14 0.15 3/214 26473
/proc/meminfo: memFree=32208532/32951124 swapFree=67050780/67111528
[pid=26454] ppid=26452 vsize=13625680 CPUtime=3.83 cores=0,2,4,6
/proc/26454/stat : 26454 (java) S 26452 26454 26276 0 -1 4202496 26642 0 1 0 380 3 0 0 25 0 19 0 874932065 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26454/statm: 3406420 23199 2253 9 0 3397154 0
[pid=26454/tid=26455] ppid=26452 vsize=13625680 CPUtime=2.98 cores=0,2,4,6
/proc/26454/task/26455/stat : 26455 (java) R 26452 26454 26276 0 -1 4202560 15756 0 1 0 297 1 0 0 24 0 19 0 874932066 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 46912505632448 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26454/tid=26457] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26457/stat : 26457 (java) S 26452 26454 26276 0 -1 4202560 88 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26458] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26458/stat : 26458 (java) S 26452 26454 26276 0 -1 4202560 162 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26459] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26459/stat : 26459 (java) S 26452 26454 26276 0 -1 4202560 77 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26460] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26460/stat : 26460 (java) S 26452 26454 26276 0 -1 4202560 40 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26461] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26461/stat : 26461 (java) S 26452 26454 26276 0 -1 4202560 44 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26462] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26462/stat : 26462 (java) S 26452 26454 26276 0 -1 4202560 39 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26463] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26463/stat : 26463 (java) S 26452 26454 26276 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26464] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26464/stat : 26464 (java) S 26452 26454 26276 0 -1 4202560 257 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26465] ppid=26452 vsize=13625680 CPUtime=0.08 cores=0,2,4,6
/proc/26454/task/26465/stat : 26465 (java) S 26452 26454 26276 0 -1 4202560 607 0 0 0 8 0 0 0 16 0 19 0 874932069 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 0 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26466] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26466/stat : 26466 (java) S 26452 26454 26276 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 874932069 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26467] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26467/stat : 26467 (java) S 26452 26454 26276 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 874932069 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26468] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26468/stat : 26468 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874932071 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382780849 0 4 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26469] ppid=26452 vsize=13625680 CPUtime=0.41 cores=0,2,4,6
/proc/26454/task/26469/stat : 26469 (java) S 26452 26454 26276 0 -1 4202560 6666 0 0 0 40 1 0 0 15 0 19 0 874932071 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26470] ppid=26452 vsize=13625680 CPUtime=0.3 cores=0,2,4,6
/proc/26454/task/26470/stat : 26470 (java) S 26452 26454 26276 0 -1 4202560 1755 0 0 0 30 0 0 0 15 0 19 0 874932071 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26471] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26471/stat : 26471 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874932071 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26472] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26472/stat : 26472 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 874932071 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26473] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26473/stat : 26473 (java) S 26452 26454 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874932095 13952696320 23199 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 3.83
Current children cumulated vsize (KiB) 13625680

[startup+6.30083 s]
/proc/loadavg: 0.44 0.18 0.16 3/214 26473
/proc/meminfo: memFree=32193324/32951124 swapFree=67050780/67111528
[pid=26454] ppid=26452 vsize=13625680 CPUtime=7.04 cores=0,2,4,6
/proc/26454/stat : 26454 (java) S 26452 26454 26276 0 -1 4202496 26823 0 1 0 701 3 0 0 25 0 19 0 874932065 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26454/statm: 3406420 22808 2253 9 0 3397154 0
[pid=26454/tid=26455] ppid=26452 vsize=13625680 CPUtime=6.1 cores=0,2,4,6
/proc/26454/task/26455/stat : 26455 (java) R 26452 26454 26276 0 -1 4202560 15762 0 1 0 609 1 0 0 25 0 19 0 874932066 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 46912505644597 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=26454/tid=26457] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26457/stat : 26457 (java) S 26452 26454 26276 0 -1 4202560 88 0 0 0 0 0 0 0 16 0 19 0 874932068 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26458] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26458/stat : 26458 (java) S 26452 26454 26276 0 -1 4202560 164 0 0 0 0 0 0 0 16 0 19 0 874932068 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26459] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26459/stat : 26459 (java) S 26452 26454 26276 0 -1 4202560 78 0 0 0 0 0 0 0 16 0 19 0 874932068 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26460] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26460/stat : 26460 (java) S 26452 26454 26276 0 -1 4202560 48 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26461] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26461/stat : 26461 (java) S 26452 26454 26276 0 -1 4202560 44 0 0 0 0 0 0 0 16 0 19 0 874932068 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26462] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26462/stat : 26462 (java) S 26452 26454 26276 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26463] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26463/stat : 26463 (java) S 26452 26454 26276 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26464] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26464/stat : 26464 (java) S 26452 26454 26276 0 -1 4202560 257 0 0 0 0 0 0 0 15 0 19 0 874932068 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26465] ppid=26452 vsize=13625680 CPUtime=0.15 cores=0,2,4,6
/proc/26454/task/26465/stat : 26465 (java) S 26452 26454 26276 0 -1 4202560 748 0 0 0 15 0 0 0 16 0 19 0 874932069 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 0 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26466] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26466/stat : 26466 (java) S 26452 26454 26276 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 874932069 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26467] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26467/stat : 26467 (java) S 26452 26454 26276 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 874932069 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26468] ppid=26452 vsize=13625680 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26468/stat : 26468 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874932071 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382780849 0 4 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26469] ppid=26452 vsize=13625680 CPUtime=0.42 cores=0,2,4,6
/proc/26454/task/26469/stat : 26469 (java) S 26452 26454 26276 0 -1 4202560 6666 0 0 0 41 1 0 0 15 0 19 0 874932071 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26470] ppid=26452 vsize=13625680 CPUtime=0.3 cores=0,2,4,6
/proc/26454/task/26470/stat : 26470 (java) S 26452 26454 26276 0 -1 4202560 1755 0 0 0 30 0 0 0 15 0 19 0 874932071 13952696320 22808 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0

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

/proc/26454/task/26455/stat : 26455 (java) R 26452 26454 26276 0 -1 4202560 15815 0 1 0 3561 1 0 0 25 0 19 0 874932066 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 46912505633263 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26454/tid=26457] ppid=26452 vsize=13626424 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26457/stat : 26457 (java) S 26452 26454 26276 0 -1 4202560 90 0 0 0 2 0 0 0 15 0 19 0 874932068 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26458] ppid=26452 vsize=13626424 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26458/stat : 26458 (java) S 26452 26454 26276 0 -1 4202560 166 0 0 0 2 0 0 0 15 0 19 0 874932068 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26459] ppid=26452 vsize=13626424 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26459/stat : 26459 (java) S 26452 26454 26276 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 19 0 874932068 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26460] ppid=26452 vsize=13626424 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26460/stat : 26460 (java) S 26452 26454 26276 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 874932068 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26461] ppid=26452 vsize=13626424 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26461/stat : 26461 (java) S 26452 26454 26276 0 -1 4202560 47 0 0 0 2 0 0 0 15 0 19 0 874932068 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26462] ppid=26452 vsize=13626424 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26462/stat : 26462 (java) S 26452 26454 26276 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 19 0 874932068 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26463] ppid=26452 vsize=13626424 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26463/stat : 26463 (java) S 26452 26454 26276 0 -1 4202560 5 0 0 0 1 0 0 0 15 0 19 0 874932068 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26464] ppid=26452 vsize=13626424 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26464/stat : 26464 (java) S 26452 26454 26276 0 -1 4202560 257 0 0 0 1 0 0 0 15 0 19 0 874932068 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26465] ppid=26452 vsize=13626424 CPUtime=0.95 cores=0,2,4,6
/proc/26454/task/26465/stat : 26465 (java) S 26452 26454 26276 0 -1 4202560 948 0 0 0 95 0 0 0 15 0 19 0 874932069 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 0 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26466] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26466/stat : 26466 (java) S 26452 26454 26276 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 874932069 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26467] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26467/stat : 26467 (java) S 26452 26454 26276 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 874932069 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26468] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26468/stat : 26468 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874932071 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382780849 0 4 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26469] ppid=26452 vsize=13626424 CPUtime=0.82 cores=0,2,4,6
/proc/26454/task/26469/stat : 26469 (java) S 26452 26454 26276 0 -1 4202560 10431 0 0 0 81 1 0 0 15 0 19 0 874932071 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26470] ppid=26452 vsize=13626424 CPUtime=0.34 cores=0,2,4,6
/proc/26454/task/26470/stat : 26470 (java) S 26452 26454 26276 0 -1 4202560 1878 0 0 0 34 0 0 0 16 0 19 0 874932071 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26471] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26471/stat : 26471 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874932071 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26472] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26472/stat : 26472 (java) S 26452 26454 26276 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 874932071 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26473] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26473/stat : 26473 (java) S 26452 26454 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874932095 13953458176 23333 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 37.94
Current children cumulated vsize (KiB) 13626424

[startup+37.5013 s]
/proc/loadavg: 1.12 0.36 0.23 3/214 26474
/proc/meminfo: memFree=32156820/32951124 swapFree=67050780/67111528
[pid=26454] ppid=26452 vsize=13626424 CPUtime=38.74 cores=0,2,4,6
/proc/26454/stat : 26454 (java) S 26452 26454 26276 0 -1 4202496 30997 0 1 0 3870 4 0 0 25 0 19 0 874932065 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26454/statm: 3406606 23334 2254 9 0 3397340 0
[pid=26454/tid=26455] ppid=26452 vsize=13626424 CPUtime=36.4 cores=0,2,4,6
/proc/26454/task/26455/stat : 26455 (java) R 26452 26454 26276 0 -1 4202560 15817 0 1 0 3639 1 0 0 25 0 19 0 874932066 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 46912505632894 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26454/tid=26457] ppid=26452 vsize=13626424 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26457/stat : 26457 (java) S 26452 26454 26276 0 -1 4202560 90 0 0 0 2 0 0 0 15 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26458] ppid=26452 vsize=13626424 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26458/stat : 26458 (java) S 26452 26454 26276 0 -1 4202560 166 0 0 0 2 0 0 0 15 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26459] ppid=26452 vsize=13626424 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26459/stat : 26459 (java) S 26452 26454 26276 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26460] ppid=26452 vsize=13626424 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26460/stat : 26460 (java) S 26452 26454 26276 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26461] ppid=26452 vsize=13626424 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26461/stat : 26461 (java) S 26452 26454 26276 0 -1 4202560 47 0 0 0 2 0 0 0 15 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26462] ppid=26452 vsize=13626424 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26462/stat : 26462 (java) S 26452 26454 26276 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26463] ppid=26452 vsize=13626424 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26463/stat : 26463 (java) S 26452 26454 26276 0 -1 4202560 5 0 0 0 1 0 0 0 16 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26464] ppid=26452 vsize=13626424 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26464/stat : 26464 (java) S 26452 26454 26276 0 -1 4202560 257 0 0 0 1 0 0 0 16 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26465] ppid=26452 vsize=13626424 CPUtime=0.97 cores=0,2,4,6
/proc/26454/task/26465/stat : 26465 (java) S 26452 26454 26276 0 -1 4202560 948 0 0 0 97 0 0 0 15 0 19 0 874932069 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 0 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26466] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26466/stat : 26466 (java) S 26452 26454 26276 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 874932069 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26467] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26467/stat : 26467 (java) S 26452 26454 26276 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 874932069 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26468] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26468/stat : 26468 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874932071 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382780849 0 4 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26469] ppid=26452 vsize=13626424 CPUtime=0.82 cores=0,2,4,6
/proc/26454/task/26469/stat : 26469 (java) S 26452 26454 26276 0 -1 4202560 10431 0 0 0 81 1 0 0 15 0 19 0 874932071 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26470] ppid=26452 vsize=13626424 CPUtime=0.34 cores=0,2,4,6
/proc/26454/task/26470/stat : 26470 (java) S 26452 26454 26276 0 -1 4202560 1878 0 0 0 34 0 0 0 16 0 19 0 874932071 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26471] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26471/stat : 26471 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874932071 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26472] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26472/stat : 26472 (java) S 26452 26454 26276 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 874932071 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26473] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26473/stat : 26473 (java) S 26452 26454 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874932095 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38.74
Current children cumulated vsize (KiB) 13626424

[startup+37.7013 s]
/proc/loadavg: 1.12 0.36 0.23 3/214 26474
/proc/meminfo: memFree=32156820/32951124 swapFree=67050780/67111528
[pid=26454] ppid=26452 vsize=13626424 CPUtime=38.94 cores=0,2,4,6
/proc/26454/stat : 26454 (java) S 26452 26454 26276 0 -1 4202496 30998 0 1 0 3890 4 0 0 25 0 19 0 874932065 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26454/statm: 3406606 23334 2254 9 0 3397340 0
[pid=26454/tid=26455] ppid=26452 vsize=13626424 CPUtime=36.6 cores=0,2,4,6
/proc/26454/task/26455/stat : 26455 (java) R 26452 26454 26276 0 -1 4202560 15817 0 1 0 3659 1 0 0 25 0 19 0 874932066 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 46912505639743 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=26454/tid=26457] ppid=26452 vsize=13626424 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26457/stat : 26457 (java) S 26452 26454 26276 0 -1 4202560 90 0 0 0 2 0 0 0 15 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26458] ppid=26452 vsize=13626424 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26458/stat : 26458 (java) S 26452 26454 26276 0 -1 4202560 166 0 0 0 2 0 0 0 15 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26459] ppid=26452 vsize=13626424 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26459/stat : 26459 (java) S 26452 26454 26276 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26460] ppid=26452 vsize=13626424 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26460/stat : 26460 (java) S 26452 26454 26276 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26461] ppid=26452 vsize=13626424 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26461/stat : 26461 (java) S 26452 26454 26276 0 -1 4202560 47 0 0 0 2 0 0 0 15 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26462] ppid=26452 vsize=13626424 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26462/stat : 26462 (java) S 26452 26454 26276 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26463] ppid=26452 vsize=13626424 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26463/stat : 26463 (java) S 26452 26454 26276 0 -1 4202560 5 0 0 0 1 0 0 0 16 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26464] ppid=26452 vsize=13626424 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26464/stat : 26464 (java) S 26452 26454 26276 0 -1 4202560 257 0 0 0 1 0 0 0 16 0 19 0 874932068 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26465] ppid=26452 vsize=13626424 CPUtime=0.97 cores=0,2,4,6
/proc/26454/task/26465/stat : 26465 (java) S 26452 26454 26276 0 -1 4202560 948 0 0 0 97 0 0 0 15 0 19 0 874932069 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 0 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26466] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26466/stat : 26466 (java) S 26452 26454 26276 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 19 0 874932069 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26467] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26467/stat : 26467 (java) S 26452 26454 26276 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 19 0 874932069 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26468] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26468/stat : 26468 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874932071 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382780849 0 4 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26469] ppid=26452 vsize=13626424 CPUtime=0.82 cores=0,2,4,6
/proc/26454/task/26469/stat : 26469 (java) S 26452 26454 26276 0 -1 4202560 10432 0 0 0 81 1 0 0 15 0 19 0 874932071 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26470] ppid=26452 vsize=13626424 CPUtime=0.34 cores=0,2,4,6
/proc/26454/task/26470/stat : 26470 (java) S 26452 26454 26276 0 -1 4202560 1878 0 0 0 34 0 0 0 16 0 19 0 874932071 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26471] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26471/stat : 26471 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 874932071 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26472] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26472/stat : 26472 (java) S 26452 26454 26276 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 874932071 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26473] ppid=26452 vsize=13626424 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26473/stat : 26473 (java) S 26452 26454 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 19 0 874932095 13953458176 23334 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 38.94
Current children cumulated vsize (KiB) 13626424

[startup+37.8013 s]
/proc/loadavg: 1.12 0.36 0.23 3/214 26474
/proc/meminfo: memFree=32156820/32951124 swapFree=67050780/67111528
[pid=26454] ppid=26452 vsize=13627452 CPUtime=39.05 cores=0,2,4,6
/proc/26454/stat : 26454 (java) S 26452 26454 26276 0 -1 4202496 31023 0 1 0 3901 4 0 0 25 0 18 0 874932065 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382759909 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0
/proc/26454/statm: 3406863 23358 2262 9 0 3397597 0
[pid=26454/tid=26455] ppid=26452 vsize=13627452 CPUtime=36.68 cores=0,2,4,6
/proc/26454/task/26455/stat : 26455 (java) S 26452 26454 26276 0 -1 4202560 15821 0 1 0 3667 1 0 0 25 0 18 0 874932066 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26457] ppid=26452 vsize=13627452 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26457/stat : 26457 (java) S 26452 26454 26276 0 -1 4202560 90 0 0 0 2 0 0 0 15 0 18 0 874932068 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26458] ppid=26452 vsize=13627452 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26458/stat : 26458 (java) S 26452 26454 26276 0 -1 4202560 166 0 0 0 2 0 0 0 15 0 18 0 874932068 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26459] ppid=26452 vsize=13627452 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26459/stat : 26459 (java) S 26452 26454 26276 0 -1 4202560 87 0 0 0 1 0 0 0 15 0 18 0 874932068 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26460] ppid=26452 vsize=13627452 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26460/stat : 26460 (java) S 26452 26454 26276 0 -1 4202560 54 0 0 0 1 0 0 0 15 0 18 0 874932068 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26461] ppid=26452 vsize=13627452 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26461/stat : 26461 (java) S 26452 26454 26276 0 -1 4202560 47 0 0 0 2 0 0 0 15 0 18 0 874932068 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26462] ppid=26452 vsize=13627452 CPUtime=0.02 cores=0,2,4,6
/proc/26454/task/26462/stat : 26462 (java) S 26452 26454 26276 0 -1 4202560 64 0 0 0 2 0 0 0 15 0 18 0 874932068 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26463] ppid=26452 vsize=13627452 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26463/stat : 26463 (java) S 26452 26454 26276 0 -1 4202560 5 0 0 0 1 0 0 0 16 0 18 0 874932068 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
[pid=26454/tid=26464] ppid=26452 vsize=13627452 CPUtime=0.01 cores=0,2,4,6
/proc/26454/task/26464/stat : 26464 (java) S 26452 26454 26276 0 -1 4202560 257 0 0 0 1 0 0 0 16 0 18 0 874932068 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26465] ppid=26452 vsize=13627452 CPUtime=0.97 cores=0,2,4,6
/proc/26454/task/26465/stat : 26465 (java) S 26452 26454 26276 0 -1 4202560 948 0 0 0 97 0 0 0 15 0 18 0 874932069 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 0 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26466] ppid=26452 vsize=13627452 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26466/stat : 26466 (java) S 26452 26454 26276 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 18 0 874932069 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26467] ppid=26452 vsize=13627452 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26467/stat : 26467 (java) S 26452 26454 26276 0 -1 4202560 9 0 0 0 0 0 0 0 19 0 18 0 874932069 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26468] ppid=26452 vsize=13627452 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26468/stat : 26468 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 18 0 18 0 874932071 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26469] ppid=26452 vsize=13627452 CPUtime=0.84 cores=0,2,4,6
/proc/26454/task/26469/stat : 26469 (java) S 26452 26454 26276 0 -1 4202560 10433 0 0 0 83 1 0 0 15 0 18 0 874932071 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 2 0 0 0
[pid=26454/tid=26470] ppid=26452 vsize=13627452 CPUtime=0.35 cores=0,2,4,6
/proc/26454/task/26470/stat : 26470 (java) S 26452 26454 26276 0 -1 4202560 1885 0 0 0 35 0 0 0 15 0 18 0 874932071 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 0 0 0 0
[pid=26454/tid=26471] ppid=26452 vsize=13627452 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26471/stat : 26471 (java) S 26452 26454 26276 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 874932071 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773145 0 4 0 16800975 18446604453925749888 0 0 -1 4 0 0 0
[pid=26454/tid=26473] ppid=26452 vsize=13627452 CPUtime=0 cores=0,2,4,6
/proc/26454/task/26473/stat : 26473 (java) S 26452 26454 26276 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 18 0 874932095 13954510848 23358 33554432000 1073741824 1073778376 140736647200672 18446744073709551615 218382773760 0 4 0 16800975 18446604453925749888 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 39.05
Current children cumulated vsize (KiB) 13627452

Child status: 20
Real time (s): 37.8076
CPU time (s): 39.0671
CPU user time (s): 39.0131
CPU system time (s): 0.053991
CPU usage (%): 103.331
Max. virtual memory (cumulated for all children) (KiB): 13627452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 39.0131
system time used= 0.053991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31023
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= 2849
involuntary context switches= 1009

runsolver used 0.070989 second user time and 0.145977 second system time

The end

Launcher Data

Begin job on node101 at 2011-06-09 17:28:13
IDJOB=3459242
IDBENCH=1321
IDSOLVER=1952
FILE ID=node101/3459242-1307633293
RUNJOBID= node101-1307633281-26294
PBS_JOBID= 13549390
Free space on /tmp= 74204 MiB

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

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

MD5SUM BENCH= 6f786d0e248f798e90612aee65004e7e
RANDOM SEED=1373564302

node101.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.841
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.68
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.841
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	: 5226.07
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.841
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.77
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.841
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.841
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.74
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.841
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.83
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.841
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      32293044 kB
Buffers:         77960 kB
Cached:         135152 kB
SwapCached:      27576 kB
Active:         326168 kB
Inactive:       165624 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      32293044 kB
SwapTotal:    67111528 kB
SwapFree:     67050780 kB
Dirty:            2632 kB
Writeback:           0 kB
AnonPages:      273236 kB
Mapped:          17716 kB
Slab:           100844 kB
PageTables:       5272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 13627688 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= 74204 MiB
End job on node101 at 2011-06-09 17:28:51