Trace number 3454858

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 86.3479 44.2942

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.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
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 Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
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 phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No 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-3454858-1307187371.opb
0.10/0.11	c reading problem ... 
0.48/0.31	c ... done. Wall clock time 0.206s.
0.48/0.31	c #vars     231
0.48/0.31	c #constraints  2707
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.48/0.31	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.48/0.31	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.48/0.31	c constraints type 
0.48/0.31	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.48/0.31	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.48/0.31	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.48/0.31	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.42/0.80	c cleaning 2495 clauses out of 5000 with flag 5000/5000
3.48/1.11	c cleaning 4249 clauses out of 8506 with flag 11001/11001
4.04/1.46	c cleaning 5621 clauses out of 11256 with flag 18000/18000
4.95/1.88	c cleaning 6811 clauses out of 13635 with flag 26000/26000
6.18/2.41	c cleaning 7904 clauses out of 15825 with flag 35001/35001
7.15/2.96	c cleaning 8958 clauses out of 17921 with flag 45001/45001
8.53/3.64	c cleaning 9474 clauses out of 18962 with flag 55000/55000
9.70/4.29	c cleaning 9741 clauses out of 19489 with flag 65001/65001
11.07/4.97	c cleaning 9870 clauses out of 19747 with flag 75000/75000
12.45/5.69	c cleaning 9939 clauses out of 19882 with flag 85005/85005
13.81/6.38	c cleaning 9964 clauses out of 19938 with flag 95000/95000
15.17/7.09	c cleaning 9982 clauses out of 19975 with flag 105001/105001
16.72/7.84	c cleaning 9985 clauses out of 19993 with flag 115001/115001
18.08/8.52	c cleaning 10003 clauses out of 20007 with flag 125000/125000
19.23/9.13	c cleaning 9999 clauses out of 20005 with flag 135001/135001
20.60/9.87	c cleaning 9993 clauses out of 20006 with flag 145001/145001
22.13/10.60	c cleaning 10003 clauses out of 20014 with flag 155002/155002
23.50/11.34	c cleaning 9996 clauses out of 20009 with flag 165000/165000
25.30/12.04	c cleaning 9999 clauses out of 20013 with flag 175000/175000
26.43/12.68	c cleaning 10004 clauses out of 20016 with flag 185002/185002
27.77/13.31	c cleaning 9995 clauses out of 20010 with flag 195000/195000
28.92/13.94	c cleaning 9996 clauses out of 20015 with flag 205000/205000
30.27/14.65	c cleaning 10002 clauses out of 20020 with flag 215001/215001
31.64/15.31	c cleaning 10003 clauses out of 20022 with flag 225005/225005
32.96/16.03	c cleaning 10001 clauses out of 20017 with flag 235003/235003
34.50/16.81	c cleaning 9999 clauses out of 20013 with flag 245000/245000
35.66/17.50	c cleaning 10002 clauses out of 20016 with flag 255002/255002
37.01/18.18	c cleaning 10002 clauses out of 20013 with flag 265001/265001
38.34/18.87	c cleaning 9997 clauses out of 20011 with flag 275001/275001
39.88/19.62	c cleaning 10002 clauses out of 20014 with flag 285001/285001
41.23/20.32	c cleaning 10000 clauses out of 20011 with flag 295000/295000
42.40/20.96	c cleaning 10000 clauses out of 20013 with flag 305002/305002
44.09/21.80	c cleaning 9991 clauses out of 20011 with flag 315000/315000
45.25/22.45	c cleaning 9996 clauses out of 20020 with flag 325000/325000
46.62/23.14	c cleaning 10007 clauses out of 20024 with flag 335000/335000
47.73/23.75	c cleaning 10005 clauses out of 20019 with flag 345002/345002
49.05/24.43	c cleaning 9992 clauses out of 20014 with flag 355002/355002
50.39/25.13	c cleaning 9996 clauses out of 20020 with flag 365000/365000
51.55/25.77	c cleaning 9996 clauses out of 20024 with flag 375000/375000
52.91/26.46	c cleaning 10009 clauses out of 20028 with flag 385000/385000
54.20/27.12	c cleaning 10002 clauses out of 20019 with flag 395000/395000
55.35/27.77	c cleaning 10003 clauses out of 20017 with flag 405000/405000
56.49/28.35	c cleaning 10004 clauses out of 20017 with flag 415003/415003
57.63/28.93	c cleaning 9996 clauses out of 20011 with flag 425001/425001
58.74/29.58	c cleaning 10000 clauses out of 20014 with flag 435000/435000
60.08/30.20	c cleaning 10005 clauses out of 20015 with flag 445001/445001
61.25/30.83	c cleaning 10003 clauses out of 20012 with flag 455003/455003
62.35/31.47	c cleaning 9992 clauses out of 20006 with flag 465000/465000
63.86/32.23	c cleaning 10007 clauses out of 20022 with flag 475008/475008
65.21/32.91	c cleaning 9996 clauses out of 20010 with flag 485003/485003
66.33/33.54	c cleaning 10000 clauses out of 20011 with flag 495000/495000
67.67/34.29	c cleaning 10000 clauses out of 20011 with flag 505000/505000
68.97/34.99	c cleaning 10004 clauses out of 20013 with flag 515002/515002
70.52/35.70	c cleaning 9999 clauses out of 20008 with flag 525001/525001
71.85/36.43	c cleaning 9999 clauses out of 20008 with flag 535000/535000
73.18/37.11	c cleaning 9996 clauses out of 20012 with flag 545003/545003
73.88/37.59	c cleaning 0 clauses out of 5001 with flag 0/5001
74.94/37.94	c cleaning 9999 clauses out of 20015 with flag 555002/555002
76.40/38.65	c cleaning 9999 clauses out of 20014 with flag 565000/565000
77.73/39.33	c cleaning 10004 clauses out of 20016 with flag 575001/575001
79.23/40.11	c cleaning 10002 clauses out of 20011 with flag 585000/585000
80.56/40.90	c cleaning 10001 clauses out of 20009 with flag 595000/595000
82.08/41.62	c cleaning 10001 clauses out of 20009 with flag 605001/605001
83.41/42.33	c cleaning 10003 clauses out of 20010 with flag 615003/615003
84.91/43.10	c cleaning 9996 clauses out of 20003 with flag 625000/625000
86.24/43.81	c  And the winner is Resolution
86.30/44.26	c starts		: 166
86.30/44.26	c conflicts		: 634127
86.30/44.26	c decisions		: 1132395
86.30/44.26	c propagations		: 26284779
86.30/44.26	c inspects		: 362775378
86.30/44.26	c shortcuts		: 0
86.30/44.26	c learnt literals	: 5
86.30/44.26	c learnt binary clauses	: 71
86.30/44.26	c learnt ternary clauses	: 890
86.30/44.26	c learnt constraints	: 634121
86.30/44.26	c ignored constraints	: 0
86.30/44.26	c root simplifications	: 0
86.30/44.26	c removed literals (reason simplification)	: 3706341
86.30/44.26	c reason swapping (by a shorter reason)	: 0
86.30/44.26	c Calls to reduceDB	: 64
86.30/44.26	c number of reductions to clauses (during analyze)	: 0
86.30/44.26	c number of learned constraints concerned by reduction	: 0
86.30/44.26	c number of learning phase by resolution	: 0
86.30/44.26	c number of learning phase by cutting planes	: 0
86.30/44.26	c speed (assignments/second)	: 598169.8375130855
86.30/44.26	c non guided choices	129
86.30/44.27	c learnt constraints type 
86.30/44.27	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 71
86.30/44.27	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19058
86.30/44.27	c constraints type 
86.30/44.27	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
86.30/44.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
86.30/44.27	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
86.30/44.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
86.30/44.27	c constraints type 
86.30/44.27	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
86.30/44.27	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
86.30/44.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
86.30/44.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
86.30/44.27	s UNSATISFIABLE
86.30/44.27	c Total wall clock time (in seconds): 44.161

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-3454858-1307187371/watcher-3454858-1307187371 -o /tmp/evaluation-result-3454858-1307187371/solver-3454858-1307187371 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454858-1307187371.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.07 1.41 6/450 3604
/proc/meminfo: memFree=28836196/32951124 swapFree=43324008/67111528
[pid=3604] ppid=3602 vsize=10430980 CPUtime=0 cores=1,3,5,7
/proc/3604/stat : 3604 (java) S 3602 3604 585 0 -1 4202496 1708 0 1 0 0 0 0 0 25 0 2 0 830337515 10681323520 1409 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458747877 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/3604/statm: 2607745 1422 906 9 0 2598901 0
[pid=3604/tid=3605] ppid=3602 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3605/stat : 3605 (java) R 3602 3604 585 0 -1 4202560 5565 0 1 0 0 0 0 0 25 0 2 0 830337516 10694979584 6382 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244446639163 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0909449 s]
/proc/loadavg: 1.00 1.07 1.41 6/450 3604
/proc/meminfo: memFree=28836196/32951124 swapFree=43324008/67111528
[pid=3604] ppid=3602 vsize=10540236 CPUtime=0.09 cores=1,3,5,7
/proc/3604/stat : 3604 (java) S 3602 3604 585 0 -1 4202496 13000 0 1 0 8 1 0 0 25 0 18 0 830337515 10793201664 12657 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3604/statm: 2635059 12658 2092 9 0 2625793 0
[pid=3604/tid=3605] ppid=3602 vsize=10540236 CPUtime=0.08 cores=1,3,5,7
/proc/3604/task/3605/stat : 3605 (java) R 3602 3604 585 0 -1 4202560 11054 0 1 0 7 1 0 0 18 0 18 0 830337516 10793201664 12658 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 46912505219208 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10540236

[startup+0.100976 s]
/proc/loadavg: 1.00 1.07 1.41 6/450 3604
/proc/meminfo: memFree=28836196/32951124 swapFree=43324008/67111528
[pid=3604] ppid=3602 vsize=10540236 CPUtime=0.1 cores=1,3,5,7
/proc/3604/stat : 3604 (java) S 3602 3604 585 0 -1 4202496 13158 0 1 0 9 1 0 0 25 0 18 0 830337515 10793201664 12815 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3604/statm: 2635059 12815 2092 9 0 2625793 0
[pid=3604/tid=3605] ppid=3602 vsize=10540236 CPUtime=0.09 cores=1,3,5,7
/proc/3604/task/3605/stat : 3605 (java) R 3602 3604 585 0 -1 4202560 11211 0 1 0 8 1 0 0 18 0 18 0 830337516 10793201664 12815 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 47662619802782 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540236

[startup+0.300944 s]
/proc/loadavg: 1.00 1.07 1.41 6/450 3604
/proc/meminfo: memFree=28836196/32951124 swapFree=43324008/67111528
[pid=3604] ppid=3602 vsize=10541716 CPUtime=0.48 cores=1,3,5,7
/proc/3604/stat : 3604 (java) S 3602 3604 585 0 -1 4202496 16035 0 1 0 46 2 0 0 25 0 18 0 830337515 10794717184 15205 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3604/statm: 2635429 15206 2198 9 0 2626163 0
[pid=3604/tid=3605] ppid=3602 vsize=10541716 CPUtime=0.28 cores=1,3,5,7
/proc/3604/task/3605/stat : 3605 (java) R 3602 3604 585 0 -1 4202560 13068 0 1 0 27 1 0 0 18 0 18 0 830337516 10794717184 15206 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 46912505593286 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10541716

[startup+0.700836 s]
/proc/loadavg: 1.00 1.07 1.41 6/450 3604
/proc/meminfo: memFree=28836196/32951124 swapFree=43324008/67111528
[pid=3604] ppid=3602 vsize=10552620 CPUtime=2.02 cores=1,3,5,7
/proc/3604/stat : 3604 (java) S 3602 3604 585 0 -1 4202496 37694 0 1 0 197 5 0 0 25 0 22 0 830337515 10805882880 32955 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3604/statm: 2638155 32955 2229 9 0 2628889 0
[pid=3604/tid=3605] ppid=3602 vsize=10552620 CPUtime=0.3 cores=1,3,5,7
/proc/3604/task/3605/stat : 3605 (java) S 3602 3604 585 0 -1 4202560 13406 0 1 0 29 1 0 0 19 0 22 0 830337516 10805882880 32955 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 10552620

[startup+1.50069 s]
/proc/loadavg: 1.64 1.20 1.45 6/472 3627
/proc/meminfo: memFree=28506548/32951124 swapFree=43324008/67111528
[pid=3604] ppid=3602 vsize=10560772 CPUtime=4.23 cores=1,3,5,7
/proc/3604/stat : 3604 (java) S 3602 3604 585 0 -1 4202496 76160 0 1 0 414 9 0 0 25 0 22 0 830337515 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3604/statm: 2640193 67401 2257 9 0 2630927 0
[pid=3604/tid=3605] ppid=3602 vsize=10560772 CPUtime=0.3 cores=1,3,5,7
/proc/3604/task/3605/stat : 3605 (java) S 3602 3604 585 0 -1 4202560 13406 0 1 0 29 1 0 0 15 0 22 0 830337516 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3607] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3607/stat : 3607 (java) S 3602 3604 585 0 -1 4202560 173 0 0 0 0 0 0 0 15 0 22 0 830337517 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3608] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (java) S 3602 3604 585 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 22 0 830337517 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830337517 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3610] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3610/stat : 3610 (java) S 3602 3604 585 0 -1 4202560 179 0 0 0 0 0 0 0 15 0 22 0 830337518 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3612] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3612/stat : 3612 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830337518 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3613] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3613/stat : 3613 (java) S 3602 3604 585 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830337518 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3614] ppid=3602 vsize=10560772 CPUtime=0.01 cores=1,3,5,7
/proc/3604/task/3614/stat : 3614 (java) S 3602 3604 585 0 -1 4202560 402 0 0 0 1 0 0 0 15 0 22 0 830337518 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3615] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3615/stat : 3615 (java) S 3602 3604 585 0 -1 4202560 285 0 0 0 0 0 0 0 15 0 22 0 830337518 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3616] ppid=3602 vsize=10560772 CPUtime=0.04 cores=1,3,5,7
/proc/3604/task/3616/stat : 3616 (java) S 3602 3604 585 0 -1 4202560 1238 0 0 0 4 0 0 0 16 0 22 0 830337519 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 0 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3617] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3617/stat : 3617 (java) S 3602 3604 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830337519 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3618] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3618/stat : 3618 (java) S 3602 3604 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830337519 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3619] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3619/stat : 3619 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830337521 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458768817 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3620] ppid=3602 vsize=10560772 CPUtime=0.81 cores=1,3,5,7
/proc/3604/task/3620/stat : 3620 (java) S 3602 3604 585 0 -1 4202560 7539 0 0 0 80 1 0 0 15 0 22 0 830337521 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3621] ppid=3602 vsize=10560772 CPUtime=0.8 cores=1,3,5,7
/proc/3604/task/3621/stat : 3621 (java) S 3602 3604 585 0 -1 4202560 8663 0 0 0 79 1 0 0 15 0 22 0 830337521 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3622] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3622/stat : 3622 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830337521 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3623] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3623/stat : 3623 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830337521 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3624] ppid=3602 vsize=10560772 CPUtime=1.1 cores=1,3,5,7
/proc/3604/task/3624/stat : 3624 (java) R 3602 3604 585 0 -1 4202560 331 0 0 0 110 0 0 0 23 0 22 0 830337547 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 46912505637812 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3604/tid=3625] ppid=3602 vsize=10560772 CPUtime=1.09 cores=1,3,5,7
/proc/3604/task/3625/stat : 3625 (java) R 3602 3604 585 0 -1 4202560 42777 0 0 0 105 4 0 0 23 0 22 0 830337547 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 46912505851924 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=3604/tid=3626] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3626/stat : 3626 (java) S 3602 3604 585 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830337547 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3627] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3627/stat : 3627 (java) S 3602 3604 585 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830337547 10814230528 67401 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4.23
Current children cumulated vsize (KiB) 10560772

[startup+3.10143 s]
/proc/loadavg: 1.64 1.20 1.45 5/472 3627
/proc/meminfo: memFree=28378084/32951124 swapFree=43324008/67111528
[pid=3604] ppid=3602 vsize=10560772 CPUtime=7.53 cores=1,3,5,7
/proc/3604/stat : 3604 (java) S 3602 3604 585 0 -1 4202496 101997 0 1 0 741 12 0 0 25 0 22 0 830337515 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3604/statm: 2640193 93235 2258 9 0 2630927 0
[pid=3604/tid=3605] ppid=3602 vsize=10560772 CPUtime=0.3 cores=1,3,5,7
/proc/3604/task/3605/stat : 3605 (java) S 3602 3604 585 0 -1 4202560 13406 0 1 0 29 1 0 0 15 0 22 0 830337516 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3607] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3607/stat : 3607 (java) S 3602 3604 585 0 -1 4202560 203 0 0 0 0 0 0 0 15 0 22 0 830337517 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3608] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (java) S 3602 3604 585 0 -1 4202560 31 0 0 0 0 0 0 0 16 0 22 0 830337517 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (java) S 3602 3604 585 0 -1 4202560 70 0 0 0 0 0 0 0 15 0 22 0 830337517 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3610] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3610/stat : 3610 (java) S 3602 3604 585 0 -1 4202560 179 0 0 0 0 0 0 0 16 0 22 0 830337518 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3612] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3612/stat : 3612 (java) S 3602 3604 585 0 -1 4202560 84 0 0 0 0 0 0 0 16 0 22 0 830337518 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3613] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3613/stat : 3613 (java) S 3602 3604 585 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830337518 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3614] ppid=3602 vsize=10560772 CPUtime=0.01 cores=1,3,5,7
/proc/3604/task/3614/stat : 3614 (java) S 3602 3604 585 0 -1 4202560 552 0 0 0 1 0 0 0 15 0 22 0 830337518 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3615] ppid=3602 vsize=10560772 CPUtime=0.01 cores=1,3,5,7
/proc/3604/task/3615/stat : 3615 (java) S 3602 3604 585 0 -1 4202560 313 0 0 0 1 0 0 0 16 0 22 0 830337518 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3616] ppid=3602 vsize=10560772 CPUtime=0.12 cores=1,3,5,7
/proc/3604/task/3616/stat : 3616 (java) S 3602 3604 585 0 -1 4202560 2334 0 0 0 12 0 0 0 16 0 22 0 830337519 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 0 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3617] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3617/stat : 3617 (java) S 3602 3604 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830337519 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3618] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3618/stat : 3618 (java) S 3602 3604 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830337519 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3619] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3619/stat : 3619 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830337521 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458768817 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3620] ppid=3602 vsize=10560772 CPUtime=0.86 cores=1,3,5,7
/proc/3604/task/3620/stat : 3620 (java) S 3602 3604 585 0 -1 4202560 7544 0 0 0 85 1 0 0 15 0 22 0 830337521 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3621] ppid=3602 vsize=10560772 CPUtime=0.93 cores=1,3,5,7
/proc/3604/task/3621/stat : 3621 (java) S 3602 3604 585 0 -1 4202560 8680 0 0 0 92 1 0 0 15 0 22 0 830337521 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3622] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3622/stat : 3622 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830337521 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3623] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3623/stat : 3623 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830337521 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3624] ppid=3602 vsize=10560772 CPUtime=2.61 cores=1,3,5,7
/proc/3604/task/3624/stat : 3624 (java) R 3602 3604 585 0 -1 4202560 448 0 0 0 261 0 0 0 17 0 22 0 830337547 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 46912505633196 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3604/tid=3625] ppid=3602 vsize=10560772 CPUtime=2.6 cores=1,3,5,7
/proc/3604/task/3625/stat : 3625 (java) R 3602 3604 585 0 -1 4202560 66990 0 0 0 253 7 0 0 25 0 22 0 830337547 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 46912505649658 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3604/tid=3626] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3626/stat : 3626 (java) S 3602 3604 585 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830337547 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3627] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3627/stat : 3627 (java) S 3602 3604 585 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830337547 10814230528 93235 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.53
Current children cumulated vsize (KiB) 10560772

[startup+6.30083 s]
/proc/loadavg: 1.64 1.20 1.45 5/472 3627
/proc/meminfo: memFree=28174712/32951124 swapFree=43324008/67111528
[pid=3604] ppid=3602 vsize=10560772 CPUtime=13.81 cores=1,3,5,7
/proc/3604/stat : 3604 (java) S 3602 3604 585 0 -1 4202496 116950 0 1 0 1367 14 0 0 25 0 22 0 830337515 10814230528 108126 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3604/statm: 2640193 108126 2258 9 0 2630927 0
[pid=3604/tid=3605] ppid=3602 vsize=10560772 CPUtime=0.3 cores=1,3,5,7
/proc/3604/task/3605/stat : 3605 (java) S 3602 3604 585 0 -1 4202560 13406 0 1 0 29 1 0 0 15 0 22 0 830337516 10814230528 108126 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3607] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3607/stat : 3607 (java) S 3602 3604 585 0 -1 4202560 205 0 0 0 0 0 0 0 15 0 22 0 830337517 10814230528 108126 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3608] ppid=3602 vsize=10560772 CPUtime=0.01 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (java) S 3602 3604 585 0 -1 4202560 31 0 0 0 1 0 0 0 15 0 22 0 830337517 10814230528 108126 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (java) S 3602 3604 585 0 -1 4202560 71 0 0 0 0 0 0 0 15 0 22 0 830337517 10814230528 108126 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3610] ppid=3602 vsize=10560772 CPUtime=0.01 cores=1,3,5,7
/proc/3604/task/3610/stat : 3610 (java) S 3602 3604 585 0 -1 4202560 189 0 0 0 1 0 0 0 15 0 22 0 830337518 10814230528 108126 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3612] ppid=3602 vsize=10560772 CPUtime=0.01 cores=1,3,5,7
/proc/3604/task/3612/stat : 3612 (java) S 3602 3604 585 0 -1 4202560 84 0 0 0 1 0 0 0 16 0 22 0 830337518 10814230528 108126 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3613] ppid=3602 vsize=10560772 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3613/stat : 3613 (java) S 3602 3604 585 0 -1 4202560 4 0 0 0 0 0 0 0 15 0 22 0 830337518 10814230528 108126 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3614] ppid=3602 vsize=10560772 CPUtime=0.02 cores=1,3,5,7
/proc/3604/task/3614/stat : 3614 (java) S 3602 3604 585 0 -1 4202560 561 0 0 0 2 0 0 0 15 0 22 0 830337518 10814230528 108126 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3615] ppid=3602 vsize=10560772 CPUtime=0.01 cores=1,3,5,7
/proc/3604/task/3615/stat : 3615 (java) S 3602 3604 585 0 -1 4202560 314 0 0 0 1 0 0 0 16 0 22 0 830337518 10814230528 108126 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0

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

/proc/3604/task/3610/stat : 3610 (java) S 3602 3604 585 0 -1 4202560 192 0 0 0 7 0 0 0 15 0 22 0 830337518 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3612] ppid=3602 vsize=10558548 CPUtime=0.08 cores=1,3,5,7
/proc/3604/task/3612/stat : 3612 (java) S 3602 3604 585 0 -1 4202560 97 0 0 0 8 0 0 0 15 0 22 0 830337518 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3613] ppid=3602 vsize=10558548 CPUtime=0.06 cores=1,3,5,7
/proc/3604/task/3613/stat : 3613 (java) S 3602 3604 585 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 22 0 830337518 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3614] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3614/stat : 3614 (java) S 3602 3604 585 0 -1 4202560 563 0 0 0 7 0 0 0 15 0 22 0 830337518 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3615] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3615/stat : 3615 (java) S 3602 3604 585 0 -1 4202560 321 0 0 0 7 0 0 0 16 0 22 0 830337518 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3616] ppid=3602 vsize=10558548 CPUtime=3.86 cores=1,3,5,7
/proc/3604/task/3616/stat : 3616 (java) S 3602 3604 585 0 -1 4202560 8932 0 0 0 384 2 0 0 15 0 22 0 830337519 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 0 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3617] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3617/stat : 3617 (java) S 3602 3604 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830337519 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3618] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3618/stat : 3618 (java) S 3602 3604 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830337519 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3619] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3619/stat : 3619 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830337521 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458768817 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3620] ppid=3602 vsize=10558548 CPUtime=0.98 cores=1,3,5,7
/proc/3604/task/3620/stat : 3620 (java) S 3602 3604 585 0 -1 4202560 7556 0 0 0 97 1 0 0 15 0 22 0 830337521 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3621] ppid=3602 vsize=10558548 CPUtime=1.79 cores=1,3,5,7
/proc/3604/task/3621/stat : 3621 (java) S 3602 3604 585 0 -1 4202560 10809 0 0 0 178 1 0 0 15 0 22 0 830337521 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3622] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3622/stat : 3622 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830337521 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3623] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3623/stat : 3623 (java) S 3602 3604 585 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 830337521 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3624] ppid=3602 vsize=10558548 CPUtime=38.67 cores=1,3,5,7
/proc/3604/task/3624/stat : 3624 (java) R 3602 3604 585 0 -1 4202560 556 0 0 0 3867 0 0 0 16 0 22 0 830337547 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 46912506318068 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=3604/tid=3625] ppid=3602 vsize=10558548 CPUtime=38.65 cores=1,3,5,7
/proc/3604/task/3625/stat : 3625 (java) R 3602 3604 585 0 -1 4202560 93572 0 0 0 3855 10 0 0 25 0 22 0 830337547 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 46912505768797 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=3604/tid=3626] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3626/stat : 3626 (java) S 3602 3604 585 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830337547 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3627] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3627/stat : 3627 (java) S 3602 3604 585 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830337547 10811953152 126067 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 84.91
Current children cumulated vsize (KiB) 10558548

[startup+43.9009 s]
/proc/loadavg: 2.79 1.55 1.56 3/469 3628
/proc/meminfo: memFree=28075168/32951124 swapFree=43324008/67111528
[pid=3604] ppid=3602 vsize=10558548 CPUtime=86.3 cores=1,3,5,7
/proc/3604/stat : 3604 (java) S 3602 3604 585 0 -1 4202496 137520 0 1 0 8612 18 0 0 25 0 19 0 830337515 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3604/statm: 2639637 126068 2261 9 0 2630371 0
[pid=3604/tid=3605] ppid=3602 vsize=10558548 CPUtime=0.3 cores=1,3,5,7
/proc/3604/task/3605/stat : 3605 (java) S 3602 3604 585 0 -1 4202560 13411 0 1 0 29 1 0 0 15 0 19 0 830337516 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3607] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3607/stat : 3607 (java) S 3602 3604 585 0 -1 4202560 210 0 0 0 7 0 0 0 16 0 19 0 830337517 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3608] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (java) S 3602 3604 585 0 -1 4202560 39 0 0 0 7 0 0 0 16 0 19 0 830337517 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (java) S 3602 3604 585 0 -1 4202560 78 0 0 0 7 0 0 0 16 0 19 0 830337517 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3610] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3610/stat : 3610 (java) S 3602 3604 585 0 -1 4202560 192 0 0 0 7 0 0 0 15 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3612] ppid=3602 vsize=10558548 CPUtime=0.08 cores=1,3,5,7
/proc/3604/task/3612/stat : 3612 (java) S 3602 3604 585 0 -1 4202560 97 0 0 0 8 0 0 0 15 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3613] ppid=3602 vsize=10558548 CPUtime=0.06 cores=1,3,5,7
/proc/3604/task/3613/stat : 3613 (java) S 3602 3604 585 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3614] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3614/stat : 3614 (java) S 3602 3604 585 0 -1 4202560 563 0 0 0 7 0 0 0 15 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3615] ppid=3602 vsize=10558548 CPUtime=0.08 cores=1,3,5,7
/proc/3604/task/3615/stat : 3615 (java) S 3602 3604 585 0 -1 4202560 321 0 0 0 8 0 0 0 16 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3616] ppid=3602 vsize=10558548 CPUtime=3.94 cores=1,3,5,7
/proc/3604/task/3616/stat : 3616 (java) S 3602 3604 585 0 -1 4202560 8932 0 0 0 392 2 0 0 15 0 19 0 830337519 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 0 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3617] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3617/stat : 3617 (java) S 3602 3604 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830337519 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3618] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3618/stat : 3618 (java) S 3602 3604 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 830337519 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3619] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3619/stat : 3619 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458768817 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3620] ppid=3602 vsize=10558548 CPUtime=0.98 cores=1,3,5,7
/proc/3604/task/3620/stat : 3620 (java) S 3602 3604 585 0 -1 4202560 7556 0 0 0 97 1 0 0 15 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3621] ppid=3602 vsize=10558548 CPUtime=1.79 cores=1,3,5,7
/proc/3604/task/3621/stat : 3621 (java) S 3602 3604 585 0 -1 4202560 10809 0 0 0 178 1 0 0 15 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3622] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3622/stat : 3622 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3623] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3623/stat : 3623 (java) S 3602 3604 585 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3626] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3626/stat : 3626 (java) S 3602 3604 585 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830337547 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 86.3
Current children cumulated vsize (KiB) 10558548

[startup+44.1008 s]
/proc/loadavg: 2.79 1.55 1.56 3/469 3628
/proc/meminfo: memFree=28075168/32951124 swapFree=43324008/67111528
[pid=3604] ppid=3602 vsize=10558548 CPUtime=86.3 cores=1,3,5,7
/proc/3604/stat : 3604 (java) S 3602 3604 585 0 -1 4202496 137520 0 1 0 8612 18 0 0 25 0 19 0 830337515 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3604/statm: 2639637 126068 2261 9 0 2630371 0
[pid=3604/tid=3605] ppid=3602 vsize=10558548 CPUtime=0.3 cores=1,3,5,7
/proc/3604/task/3605/stat : 3605 (java) S 3602 3604 585 0 -1 4202560 13411 0 1 0 29 1 0 0 15 0 19 0 830337516 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3607] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3607/stat : 3607 (java) S 3602 3604 585 0 -1 4202560 210 0 0 0 7 0 0 0 16 0 19 0 830337517 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3608] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (java) S 3602 3604 585 0 -1 4202560 39 0 0 0 7 0 0 0 16 0 19 0 830337517 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (java) S 3602 3604 585 0 -1 4202560 78 0 0 0 7 0 0 0 16 0 19 0 830337517 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3610] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3610/stat : 3610 (java) S 3602 3604 585 0 -1 4202560 192 0 0 0 7 0 0 0 15 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3612] ppid=3602 vsize=10558548 CPUtime=0.08 cores=1,3,5,7
/proc/3604/task/3612/stat : 3612 (java) S 3602 3604 585 0 -1 4202560 97 0 0 0 8 0 0 0 15 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3613] ppid=3602 vsize=10558548 CPUtime=0.06 cores=1,3,5,7
/proc/3604/task/3613/stat : 3613 (java) S 3602 3604 585 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3614] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3614/stat : 3614 (java) S 3602 3604 585 0 -1 4202560 563 0 0 0 7 0 0 0 15 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3615] ppid=3602 vsize=10558548 CPUtime=0.08 cores=1,3,5,7
/proc/3604/task/3615/stat : 3615 (java) S 3602 3604 585 0 -1 4202560 321 0 0 0 8 0 0 0 16 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3616] ppid=3602 vsize=10558548 CPUtime=3.94 cores=1,3,5,7
/proc/3604/task/3616/stat : 3616 (java) S 3602 3604 585 0 -1 4202560 8932 0 0 0 392 2 0 0 15 0 19 0 830337519 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 0 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3617] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3617/stat : 3617 (java) S 3602 3604 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830337519 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3618] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3618/stat : 3618 (java) S 3602 3604 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 830337519 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3619] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3619/stat : 3619 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458768817 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3620] ppid=3602 vsize=10558548 CPUtime=0.98 cores=1,3,5,7
/proc/3604/task/3620/stat : 3620 (java) S 3602 3604 585 0 -1 4202560 7556 0 0 0 97 1 0 0 15 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3621] ppid=3602 vsize=10558548 CPUtime=1.79 cores=1,3,5,7
/proc/3604/task/3621/stat : 3621 (java) S 3602 3604 585 0 -1 4202560 10809 0 0 0 178 1 0 0 15 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3622] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3622/stat : 3622 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3623] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3623/stat : 3623 (java) S 3602 3604 585 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3626] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3626/stat : 3626 (java) S 3602 3604 585 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830337547 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 86.3
Current children cumulated vsize (KiB) 10558548

[startup+44.2008 s]
/proc/loadavg: 2.79 1.55 1.56 3/469 3628
/proc/meminfo: memFree=28075168/32951124 swapFree=43324008/67111528
[pid=3604] ppid=3602 vsize=10558548 CPUtime=86.3 cores=1,3,5,7
/proc/3604/stat : 3604 (java) S 3602 3604 585 0 -1 4202496 137520 0 1 0 8612 18 0 0 25 0 19 0 830337515 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458747877 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/3604/statm: 2639637 126068 2261 9 0 2630371 0
[pid=3604/tid=3605] ppid=3602 vsize=10558548 CPUtime=0.3 cores=1,3,5,7
/proc/3604/task/3605/stat : 3605 (java) S 3602 3604 585 0 -1 4202560 13411 0 1 0 29 1 0 0 15 0 19 0 830337516 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3607] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3607/stat : 3607 (java) S 3602 3604 585 0 -1 4202560 210 0 0 0 7 0 0 0 16 0 19 0 830337517 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3608] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3608/stat : 3608 (java) S 3602 3604 585 0 -1 4202560 39 0 0 0 7 0 0 0 16 0 19 0 830337517 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3609] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3609/stat : 3609 (java) S 3602 3604 585 0 -1 4202560 78 0 0 0 7 0 0 0 16 0 19 0 830337517 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 7 0 0 0
[pid=3604/tid=3610] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3610/stat : 3610 (java) S 3602 3604 585 0 -1 4202560 192 0 0 0 7 0 0 0 15 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3612] ppid=3602 vsize=10558548 CPUtime=0.08 cores=1,3,5,7
/proc/3604/task/3612/stat : 3612 (java) S 3602 3604 585 0 -1 4202560 97 0 0 0 8 0 0 0 15 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3613] ppid=3602 vsize=10558548 CPUtime=0.06 cores=1,3,5,7
/proc/3604/task/3613/stat : 3613 (java) S 3602 3604 585 0 -1 4202560 19 0 0 0 6 0 0 0 15 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3614] ppid=3602 vsize=10558548 CPUtime=0.07 cores=1,3,5,7
/proc/3604/task/3614/stat : 3614 (java) S 3602 3604 585 0 -1 4202560 563 0 0 0 7 0 0 0 15 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3615] ppid=3602 vsize=10558548 CPUtime=0.08 cores=1,3,5,7
/proc/3604/task/3615/stat : 3615 (java) S 3602 3604 585 0 -1 4202560 321 0 0 0 8 0 0 0 16 0 19 0 830337518 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3616] ppid=3602 vsize=10558548 CPUtime=3.94 cores=1,3,5,7
/proc/3604/task/3616/stat : 3616 (java) S 3602 3604 585 0 -1 4202560 8932 0 0 0 392 2 0 0 15 0 19 0 830337519 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 0 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3617] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3617/stat : 3617 (java) S 3602 3604 585 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830337519 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3618] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3618/stat : 3618 (java) S 3602 3604 585 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 830337519 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3619] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3619/stat : 3619 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458768817 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3620] ppid=3602 vsize=10558548 CPUtime=0.98 cores=1,3,5,7
/proc/3604/task/3620/stat : 3620 (java) S 3602 3604 585 0 -1 4202560 7556 0 0 0 97 1 0 0 15 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
[pid=3604/tid=3621] ppid=3602 vsize=10558548 CPUtime=1.79 cores=1,3,5,7
/proc/3604/task/3621/stat : 3621 (java) S 3602 3604 585 0 -1 4202560 10809 0 0 0 178 1 0 0 15 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3622] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3622/stat : 3622 (java) S 3602 3604 585 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761113 0 4 0 16800975 18446604460018845696 0 0 -1 1 0 0 0
[pid=3604/tid=3623] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3623/stat : 3623 (java) S 3602 3604 585 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 19 0 830337521 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 3 0 0 0
[pid=3604/tid=3626] ppid=3602 vsize=10558548 CPUtime=0 cores=1,3,5,7
/proc/3604/task/3626/stat : 3626 (java) S 3602 3604 585 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830337547 10811953152 126068 33554432000 1073741824 1073778376 140733494568816 18446744073709551615 244458761728 0 4 0 16800975 18446604460018845696 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 86.3
Current children cumulated vsize (KiB) 10558548

Child status: 20
Real time (s): 44.2942
CPU time (s): 86.3479
CPU user time (s): 86.1459
CPU system time (s): 0.201969
CPU usage (%): 194.942
Max. virtual memory (cumulated for all children) (KiB): 10567772

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 86.1459
system time used= 0.201969
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 137531
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= 3296
involuntary context switches= 2376

runsolver used 0.19297 second user time and 0.468928 second system time

The end

Launcher Data

Begin job on node105 at 2011-06-04 13:36:11
IDJOB=3454858
IDBENCH=1321
IDSOLVER=1950
FILE ID=node105/3454858-1307187371
RUNJOBID= node105-1307187369-3450
PBS_JOBID= 13508836
Free space on /tmp= 73768 MiB

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

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

MD5SUM BENCH= 6f786d0e248f798e90612aee65004e7e
RANDOM SEED=92603531

node105.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.825
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.65
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.825
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.15
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.825
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.82
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.825
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.75
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.825
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	: 5410.70
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.825
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.74
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.825
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.82
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.825
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      28837468 kB
Buffers:        338440 kB
Cached:         854696 kB
SwapCached:      20984 kB
Active:        3091220 kB
Inactive:       708448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      28837468 kB
SwapTotal:    67111528 kB
SwapFree:     43324008 kB
Dirty:             944 kB
Writeback:           0 kB
AnonPages:     2602472 kB
Mapped:          27168 kB
Slab:           165676 kB
PageTables:      81968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 125246408 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= 73768 MiB
End job on node105 at 2011-06-04 13:36:55