Trace number 3454816

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 48.0727 24.1515

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
namasivayam/tsp/normalized-t3002.11tsp11.1900567135.opb
MD5SUMae752929c20bdaef808bd42af6910473
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 benchmark4.64329
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 761
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-3454816-1307186837.opb
0.11/0.11	c reading problem ... 
0.46/0.34	c ... done. Wall clock time 0.229s.
0.46/0.34	c #vars     231
0.46/0.34	c #constraints  2707
0.46/0.34	c constraints type 
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
0.46/0.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
0.46/0.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.46/0.34	c constraints type 
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
0.46/0.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
0.46/0.34	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
0.46/0.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.54/0.84	c cleaning 2498 clauses out of 5000 with flag 5000/5000
3.41/1.15	c cleaning 4247 clauses out of 8504 with flag 11002/11002
4.19/1.53	c cleaning 5623 clauses out of 11256 with flag 18001/18001
5.09/1.98	c cleaning 6810 clauses out of 13632 with flag 26000/26000
6.31/2.54	c cleaning 7906 clauses out of 15824 with flag 35002/35002
7.68/3.22	c cleaning 8951 clauses out of 17918 with flag 45002/45002
8.86/3.87	c cleaning 9480 clauses out of 18967 with flag 55002/55002
10.44/4.61	c cleaning 9736 clauses out of 19485 with flag 65000/65000
11.79/5.39	c cleaning 9865 clauses out of 19749 with flag 75000/75000
13.17/6.06	c cleaning 9934 clauses out of 19884 with flag 85000/85000
14.57/6.73	c cleaning 9968 clauses out of 19951 with flag 95001/95001
15.89/7.42	c cleaning 9986 clauses out of 19984 with flag 105002/105002
17.04/8.08	c cleaning 9998 clauses out of 19998 with flag 115002/115002
18.83/8.70	c cleaning 9998 clauses out of 20001 with flag 125003/125003
20.05/9.29	c cleaning 9994 clauses out of 20001 with flag 135001/135001
21.21/9.91	c cleaning 9997 clauses out of 20008 with flag 145002/145002
22.56/10.52	c cleaning 9996 clauses out of 20009 with flag 155000/155000
23.76/11.13	c cleaning 10002 clauses out of 20013 with flag 165000/165000
24.88/11.72	c cleaning 9998 clauses out of 20012 with flag 175001/175001
25.87/12.28	c cleaning 10002 clauses out of 20014 with flag 185001/185001
26.97/12.89	c cleaning 10002 clauses out of 20011 with flag 195000/195000
28.33/13.51	c cleaning 10003 clauses out of 20009 with flag 205000/205000
29.48/14.17	c cleaning 9995 clauses out of 20007 with flag 215001/215001
30.63/14.79	c cleaning 10001 clauses out of 20012 with flag 225001/225001
31.76/15.40	c cleaning 9996 clauses out of 20011 with flag 235001/235001
32.91/15.95	c cleaning 9996 clauses out of 20016 with flag 245002/245002
34.09/16.54	c cleaning 10003 clauses out of 20019 with flag 255001/255001
35.00/17.04	c cleaning 10004 clauses out of 20015 with flag 265000/265000
36.16/17.62	c cleaning 10003 clauses out of 20015 with flag 275004/275004
37.28/18.22	c cleaning 9999 clauses out of 20008 with flag 285000/285000
38.25/18.79	c cleaning 9999 clauses out of 20010 with flag 295001/295001
39.37/19.36	c cleaning 10003 clauses out of 20011 with flag 305001/305001
40.52/19.96	c cleaning 10002 clauses out of 20010 with flag 315003/315003
41.43/20.49	c cleaning 10001 clauses out of 20007 with flag 325002/325002
42.61/21.04	c cleaning 9999 clauses out of 20004 with flag 335000/335000
43.72/21.63	c cleaning 9988 clauses out of 20005 with flag 345000/345000
44.84/22.29	c cleaning 10002 clauses out of 20017 with flag 355000/355000
45.98/22.88	c cleaning 10003 clauses out of 20015 with flag 365000/365000
47.32/23.50	c cleaning 10002 clauses out of 20011 with flag 375000/375000
47.86/23.87	c  And the winner is Resolution
48.03/24.11	c starts		: 136
48.03/24.11	c conflicts		: 380789
48.03/24.11	c decisions		: 671370
48.03/24.11	c propagations		: 15663537
48.03/24.11	c inspects		: 197418177
48.03/24.11	c shortcuts		: 0
48.03/24.11	c learnt literals	: 8
48.03/24.11	c learnt binary clauses	: 48
48.03/24.12	c learnt ternary clauses	: 431
48.03/24.12	c learnt constraints	: 380780
48.03/24.12	c ignored constraints	: 0
48.03/24.12	c root simplifications	: 0
48.03/24.12	c removed literals (reason simplification)	: 1708607
48.03/24.12	c reason swapping (by a shorter reason)	: 0
48.03/24.12	c Calls to reduceDB	: 39
48.03/24.12	c number of reductions to clauses (during analyze)	: 0
48.03/24.12	c number of learned constraints concerned by reduction	: 0
48.03/24.12	c number of learning phase by resolution	: 0
48.03/24.12	c number of learning phase by cutting planes	: 0
48.03/24.12	c speed (assignments/second)	: 658823.8485804417
48.03/24.12	c non guided choices	169
48.03/24.13	c learnt constraints type 
48.03/24.13	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 48
48.03/24.13	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 15742
48.03/24.13	c constraints type 
48.03/24.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2442
48.03/24.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 22
48.03/24.13	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 242
48.03/24.13	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
48.03/24.13	c constraints type 
48.03/24.13	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 242
48.03/24.13	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2442
48.03/24.13	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 22
48.03/24.13	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
48.03/24.13	s UNSATISFIABLE
48.03/24.13	c Total wall clock time (in seconds): 24.016

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-3454816-1307186837/watcher-3454816-1307186837 -o /tmp/evaluation-result-3454816-1307186837/solver-3454816-1307186837 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454816-1307186837.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: 3.39 3.43 2.74 3/538 18355
/proc/meminfo: memFree=21240172/32950928 swapFree=34259960/67111528
[pid=18355] ppid=18353 vsize=10444316 CPUtime=0.01 cores=0,2,4,6
/proc/18355/stat : 18355 (java) S 18353 18355 15618 0 -1 4202496 5158 0 1 0 0 1 0 0 25 0 2 0 830280397 10694979584 4860 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/18355/statm: 2611079 4873 917 9 0 2602235 0
[pid=18355/tid=18356] ppid=18353 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18356/stat : 18356 (java) R 18353 18355 15618 0 -1 4202560 6966 0 1 0 0 0 0 0 25 0 2 0 830280397 10694979584 7783 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 0 0 0 0

[startup+0.0598109 s]
/proc/loadavg: 3.39 3.43 2.74 3/538 18355
/proc/meminfo: memFree=21240172/32950928 swapFree=34259960/67111528
[pid=18355] ppid=18353 vsize=10472784 CPUtime=0.05 cores=0,2,4,6
/proc/18355/stat : 18355 (java) S 18353 18355 15618 0 -1 4202496 11637 0 1 0 4 1 0 0 25 0 18 0 830280397 10724130816 11334 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18355/statm: 2618196 11334 1730 9 0 2608937 0
[pid=18355/tid=18356] ppid=18353 vsize=10472784 CPUtime=0.05 cores=0,2,4,6
/proc/18355/task/18356/stat : 18356 (java) R 18353 18355 15618 0 -1 4202560 10462 0 1 0 4 1 0 0 25 0 18 0 830280397 10724130816 11334 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 47722621261672 0 4 0 16800975 0 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472784

[startup+0.104875 s]
/proc/loadavg: 3.39 3.43 2.74 3/538 18355
/proc/meminfo: memFree=21240172/32950928 swapFree=34259960/67111528
[pid=18355] ppid=18353 vsize=10540224 CPUtime=0.11 cores=0,2,4,6
/proc/18355/stat : 18355 (java) S 18353 18355 15618 0 -1 4202496 13155 0 1 0 9 2 0 0 25 0 18 0 830280397 10793189376 12835 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18355/statm: 2635056 12837 2093 9 0 2625790 0
[pid=18355/tid=18356] ppid=18353 vsize=10540224 CPUtime=0.09 cores=0,2,4,6
/proc/18355/task/18356/stat : 18356 (java) R 18353 18355 15618 0 -1 4202560 11235 0 1 0 8 1 0 0 18 0 18 0 830280397 10793189376 12837 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 46912505099250 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540224

[startup+0.300823 s]
/proc/loadavg: 3.39 3.43 2.74 3/538 18355
/proc/meminfo: memFree=21240172/32950928 swapFree=34259960/67111528
[pid=18355] ppid=18353 vsize=10542252 CPUtime=0.46 cores=0,2,4,6
/proc/18355/stat : 18355 (java) S 18353 18355 15618 0 -1 4202496 15601 0 1 0 44 2 0 0 25 0 18 0 830280397 10795266048 14935 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18355/statm: 2635563 14936 2199 9 0 2626297 0
[pid=18355/tid=18356] ppid=18353 vsize=10542252 CPUtime=0.29 cores=0,2,4,6
/proc/18355/task/18356/stat : 18356 (java) R 18353 18355 15618 0 -1 4202560 12663 0 1 0 27 2 0 0 18 0 18 0 830280397 10795266048 14936 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 46912505600025 0 4 0 16800975 0 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 10542252

[startup+0.842546 s]
/proc/loadavg: 3.39 3.43 2.74 3/538 18355
/proc/meminfo: memFree=21240172/32950928 swapFree=34259960/67111528
[pid=18355] ppid=18353 vsize=10557612 CPUtime=2.5 cores=0,2,4,6
/proc/18355/stat : 18355 (java) S 18353 18355 15618 0 -1 4202496 51094 0 1 0 242 8 0 0 25 0 22 0 830280397 10810994688 45924 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18355/statm: 2639403 45924 2229 9 0 2630137 0
[pid=18355/tid=18356] ppid=18353 vsize=10557612 CPUtime=0.33 cores=0,2,4,6
/proc/18355/task/18356/stat : 18356 (java) S 18353 18355 15618 0 -1 4202560 13409 0 1 0 31 2 0 0 19 0 22 0 830280397 10810994688 45925 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 10557612

[startup+1.50153 s]
/proc/loadavg: 3.39 3.43 2.74 7/560 18377
/proc/meminfo: memFree=21014636/32950928 swapFree=34259960/67111528
[pid=18355] ppid=18353 vsize=10556732 CPUtime=4.19 cores=0,2,4,6
/proc/18355/stat : 18355 (java) S 18353 18355 15618 0 -1 4202496 74410 0 1 0 408 11 0 0 25 0 22 0 830280397 10810093568 65267 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18355/statm: 2639183 65267 2257 9 0 2629917 0
[pid=18355/tid=18356] ppid=18353 vsize=10556732 CPUtime=0.33 cores=0,2,4,6
/proc/18355/task/18356/stat : 18356 (java) S 18353 18355 15618 0 -1 4202560 13409 0 1 0 31 2 0 0 15 0 22 0 830280397 10810093568 65267 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 0 0 0 0
[pid=18355/tid=18358] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18358/stat : 18358 (java) S 18353 18355 15618 0 -1 4202560 201 0 0 0 0 0 0 0 16 0 22 0 830280399 10810093568 65267 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18359] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18359/stat : 18359 (java) S 18353 18355 15618 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 22 0 830280399 10810093568 65267 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18360] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18360/stat : 18360 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830280399 10810093568 65267 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18361] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18361/stat : 18361 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830280399 10810093568 65267 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18362] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18362/stat : 18362 (java) S 18353 18355 15618 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 22 0 830280399 10810093568 65267 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18363] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18363/stat : 18363 (java) S 18353 18355 15618 0 -1 4202560 256 0 0 0 0 0 0 0 16 0 22 0 830280399 10810093568 65267 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18364] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18364/stat : 18364 (java) S 18353 18355 15618 0 -1 4202560 183 0 0 0 0 0 0 0 15 0 22 0 830280399 10810093568 65267 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18365] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18365/stat : 18365 (java) S 18353 18355 15618 0 -1 4202560 225 0 0 0 0 0 0 0 15 0 22 0 830280399 10810093568 65267 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18366] ppid=18353 vsize=10556732 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18366/stat : 18366 (java) S 18353 18355 15618 0 -1 4202560 916 0 0 0 3 0 0 0 16 0 22 0 830280400 10810093568 65267 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 0 0 16800975 18446604445917833920 0 0 -1 0 0 0 0
[pid=18355/tid=18367] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18367/stat : 18367 (java) S 18353 18355 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830280400 10810093568 65267 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18368] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18368/stat : 18368 (java) S 18353 18355 15618 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830280401 10810093568 65267 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18369] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18369/stat : 18369 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830280403 10810093568 65268 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512515505 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18370] ppid=18353 vsize=10556732 CPUtime=0.83 cores=0,2,4,6
/proc/18355/task/18370/stat : 18370 (java) S 18353 18355 15618 0 -1 4202560 8966 0 0 0 83 0 0 0 15 0 22 0 830280403 10810093568 65268 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18371] ppid=18353 vsize=10556732 CPUtime=0.74 cores=0,2,4,6
/proc/18355/task/18371/stat : 18371 (java) S 18353 18355 15618 0 -1 4202560 7124 0 0 0 72 2 0 0 15 0 22 0 830280403 10810093568 65268 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18372] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18372/stat : 18372 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830280403 10810093568 65268 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18373] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18373/stat : 18373 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830280403 10810093568 65268 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 0 0 0 0
[pid=18355/tid=18374] ppid=18353 vsize=10556732 CPUtime=1.11 cores=0,2,4,6
/proc/18355/task/18374/stat : 18374 (java) R 18353 18355 15618 0 -1 4202560 325 0 0 0 111 0 0 0 24 0 22 0 830280431 10810093568 65268 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 46912505641964 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18355/tid=18375] ppid=18353 vsize=10556732 CPUtime=1.09 cores=0,2,4,6
/proc/18355/task/18375/stat : 18375 (java) R 18353 18355 15618 0 -1 4202560 41457 0 0 0 104 5 0 0 18 0 22 0 830280431 10810093568 65268 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 46912505730861 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18355/tid=18376] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18376/stat : 18376 (java) S 18353 18355 15618 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830280432 10810093568 65268 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18377] ppid=18353 vsize=10556732 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18377/stat : 18377 (java) S 18353 18355 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830280432 10810093568 65268 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 4.19
Current children cumulated vsize (KiB) 10556732

[startup+3.10127 s]
/proc/loadavg: 3.39 3.43 2.74 5/560 18377
/proc/meminfo: memFree=20912464/32950928 swapFree=34259960/67111528
[pid=18355] ppid=18353 vsize=10558100 CPUtime=7.48 cores=0,2,4,6
/proc/18355/stat : 18355 (java) S 18353 18355 15618 0 -1 4202496 107119 0 1 0 734 14 0 0 25 0 22 0 830280397 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18355/statm: 2639525 97972 2258 9 0 2630259 0
[pid=18355/tid=18356] ppid=18353 vsize=10558100 CPUtime=0.33 cores=0,2,4,6
/proc/18355/task/18356/stat : 18356 (java) S 18353 18355 15618 0 -1 4202560 13409 0 1 0 31 2 0 0 15 0 22 0 830280397 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 0 0 0 0
[pid=18355/tid=18358] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18358/stat : 18358 (java) S 18353 18355 15618 0 -1 4202560 201 0 0 0 0 0 0 0 16 0 22 0 830280399 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18359] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18359/stat : 18359 (java) S 18353 18355 15618 0 -1 4202560 163 0 0 0 0 0 0 0 16 0 22 0 830280399 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18360] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18360/stat : 18360 (java) S 18353 18355 15618 0 -1 4202560 5 0 0 0 0 0 0 0 15 0 22 0 830280399 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18361] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18361/stat : 18361 (java) S 18353 18355 15618 0 -1 4202560 16 0 0 0 0 0 0 0 15 0 22 0 830280399 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18362] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18362/stat : 18362 (java) S 18353 18355 15618 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 22 0 830280399 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18363] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18363/stat : 18363 (java) S 18353 18355 15618 0 -1 4202560 258 0 0 0 0 0 0 0 15 0 22 0 830280399 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18364] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18364/stat : 18364 (java) S 18353 18355 15618 0 -1 4202560 204 0 0 0 0 0 0 0 15 0 22 0 830280399 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18365] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18365/stat : 18365 (java) S 18353 18355 15618 0 -1 4202560 242 0 0 0 0 0 0 0 15 0 22 0 830280399 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18366] ppid=18353 vsize=10558100 CPUtime=0.1 cores=0,2,4,6
/proc/18355/task/18366/stat : 18366 (java) S 18353 18355 15618 0 -1 4202560 1713 0 0 0 10 0 0 0 16 0 22 0 830280400 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 0 0 16800975 18446604445917833920 0 0 -1 0 0 0 0
[pid=18355/tid=18367] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18367/stat : 18367 (java) S 18353 18355 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830280400 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18368] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18368/stat : 18368 (java) S 18353 18355 15618 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830280401 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18369] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18369/stat : 18369 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830280403 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512515505 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18370] ppid=18353 vsize=10558100 CPUtime=0.95 cores=0,2,4,6
/proc/18355/task/18370/stat : 18370 (java) S 18353 18355 15618 0 -1 4202560 9017 0 0 0 94 1 0 0 15 0 22 0 830280403 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18371] ppid=18353 vsize=10558100 CPUtime=0.79 cores=0,2,4,6
/proc/18355/task/18371/stat : 18371 (java) S 18353 18355 15618 0 -1 4202560 7404 0 0 0 77 2 0 0 15 0 22 0 830280403 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18372] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18372/stat : 18372 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830280403 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18373] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18373/stat : 18373 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830280403 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18374] ppid=18353 vsize=10558100 CPUtime=2.62 cores=0,2,4,6
/proc/18355/task/18374/stat : 18374 (java) R 18353 18355 15618 0 -1 4202560 427 0 0 0 262 0 0 0 25 0 22 0 830280431 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 46912505670771 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18355/tid=18375] ppid=18353 vsize=10558100 CPUtime=2.61 cores=0,2,4,6
/proc/18355/task/18375/stat : 18375 (java) R 18353 18355 15618 0 -1 4202560 72876 0 0 0 253 8 0 0 18 0 22 0 830280431 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 46912505767471 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18355/tid=18376] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18376/stat : 18376 (java) S 18353 18355 15618 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830280432 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18377] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18377/stat : 18377 (java) S 18353 18355 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830280432 10811494400 97972 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 7.48
Current children cumulated vsize (KiB) 10558100

[startup+6.30163 s]
/proc/loadavg: 3.36 3.42 2.74 6/560 18377
/proc/meminfo: memFree=20718264/32950928 swapFree=34259960/67111528
[pid=18355] ppid=18353 vsize=10558100 CPUtime=13.73 cores=0,2,4,6
/proc/18355/stat : 18355 (java) S 18353 18355 15618 0 -1 4202496 129882 0 1 0 1356 17 0 0 25 0 22 0 830280397 10811494400 120509 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18355/statm: 2639525 120509 2258 9 0 2630259 0
[pid=18355/tid=18356] ppid=18353 vsize=10558100 CPUtime=0.33 cores=0,2,4,6
/proc/18355/task/18356/stat : 18356 (java) S 18353 18355 15618 0 -1 4202560 13409 0 1 0 31 2 0 0 15 0 22 0 830280397 10811494400 120509 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 0 0 0 0
[pid=18355/tid=18358] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18358/stat : 18358 (java) S 18353 18355 15618 0 -1 4202560 260 0 0 0 0 0 0 0 15 0 22 0 830280399 10811494400 120509 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18359] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18359/stat : 18359 (java) S 18353 18355 15618 0 -1 4202560 230 0 0 0 0 0 0 0 15 0 22 0 830280399 10811494400 120509 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18360] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18360/stat : 18360 (java) S 18353 18355 15618 0 -1 4202560 7 0 0 0 0 0 0 0 16 0 22 0 830280399 10811494400 120509 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18361] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18361/stat : 18361 (java) S 18353 18355 15618 0 -1 4202560 26 0 0 0 0 0 0 0 15 0 22 0 830280399 10811494400 120509 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18362] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18362/stat : 18362 (java) S 18353 18355 15618 0 -1 4202560 114 0 0 0 0 0 0 0 16 0 22 0 830280399 10811494400 120509 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18363] ppid=18353 vsize=10558100 CPUtime=0.01 cores=0,2,4,6
/proc/18355/task/18363/stat : 18363 (java) S 18353 18355 15618 0 -1 4202560 266 0 0 0 1 0 0 0 15 0 22 0 830280399 10811494400 120509 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18364] ppid=18353 vsize=10558100 CPUtime=0.01 cores=0,2,4,6
/proc/18355/task/18364/stat : 18364 (java) S 18353 18355 15618 0 -1 4202560 292 0 0 0 1 0 0 0 15 0 22 0 830280399 10811494400 120509 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18365] ppid=18353 vsize=10558100 CPUtime=0.01 cores=0,2,4,6
/proc/18355/task/18365/stat : 18365 (java) S 18353 18355 15618 0 -1 4202560 242 0 0 0 1 0 0 0 16 0 22 0 830280399 10811494400 120509 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0

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

/proc/18355/task/18364/stat : 18364 (java) S 18353 18355 15618 0 -1 4202560 299 0 0 0 4 0 0 0 16 0 22 0 830280399 10811494400 123920 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18365] ppid=18353 vsize=10558100 CPUtime=0.04 cores=0,2,4,6
/proc/18355/task/18365/stat : 18365 (java) S 18353 18355 15618 0 -1 4202560 246 0 0 0 4 0 0 0 15 0 22 0 830280399 10811494400 123920 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18366] ppid=18353 vsize=10558100 CPUtime=1.86 cores=0,2,4,6
/proc/18355/task/18366/stat : 18366 (java) S 18353 18355 15618 0 -1 4202560 6063 0 0 0 185 1 0 0 15 0 22 0 830280400 10811494400 123920 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 0 0 16800975 18446604445917833920 0 0 -1 0 0 0 0
[pid=18355/tid=18367] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18367/stat : 18367 (java) S 18353 18355 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830280400 10811494400 123920 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18368] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18368/stat : 18368 (java) S 18353 18355 15618 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830280401 10811494400 123920 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18369] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18369/stat : 18369 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830280403 10811494400 123920 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512515505 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18370] ppid=18353 vsize=10558100 CPUtime=1.65 cores=0,2,4,6
/proc/18355/task/18370/stat : 18370 (java) S 18353 18355 15618 0 -1 4202560 16637 0 0 0 163 2 0 0 15 0 22 0 830280403 10811494400 123920 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18371] ppid=18353 vsize=10558100 CPUtime=0.82 cores=0,2,4,6
/proc/18355/task/18371/stat : 18371 (java) S 18353 18355 15618 0 -1 4202560 7404 0 0 0 80 2 0 0 15 0 22 0 830280403 10811494400 123920 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18372] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18372/stat : 18372 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830280403 10811494400 123920 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18373] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18373/stat : 18373 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830280403 10811494400 123920 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18374] ppid=18353 vsize=10558100 CPUtime=20.88 cores=0,2,4,6
/proc/18355/task/18374/stat : 18374 (java) R 18353 18355 15618 0 -1 4202560 524 0 0 0 2088 0 0 0 18 0 22 0 830280431 10811494400 123920 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 46912505720628 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18355/tid=18375] ppid=18353 vsize=10558100 CPUtime=20.86 cores=0,2,4,6
/proc/18355/task/18375/stat : 18375 (java) R 18353 18355 15618 0 -1 4202560 93896 0 0 0 2075 11 0 0 25 0 22 0 830280431 10811494400 123920 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 46912505707987 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18355/tid=18376] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18376/stat : 18376 (java) S 18353 18355 15618 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830280432 10811494400 123920 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18377] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18377/stat : 18377 (java) S 18353 18355 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830280432 10811494400 123920 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 46.76
Current children cumulated vsize (KiB) 10558100

[startup+23.6012 s]
/proc/loadavg: 3.36 3.42 2.75 5/560 18427
/proc/meminfo: memFree=20564608/32950928 swapFree=34259960/67111528
[pid=18355] ppid=18353 vsize=10558100 CPUtime=47.46 cores=0,2,4,6
/proc/18355/stat : 18355 (java) S 18353 18355 15618 0 -1 4202496 140727 0 1 0 4726 20 0 0 25 0 22 0 830280397 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18355/statm: 2639525 124069 2259 9 0 2630259 0
[pid=18355/tid=18356] ppid=18353 vsize=10558100 CPUtime=0.33 cores=0,2,4,6
/proc/18355/task/18356/stat : 18356 (java) S 18353 18355 15618 0 -1 4202560 13414 0 1 0 31 2 0 0 15 0 22 0 830280397 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18358] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18358/stat : 18358 (java) S 18353 18355 15618 0 -1 4202560 264 0 0 0 3 0 0 0 15 0 22 0 830280399 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18359] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18359/stat : 18359 (java) S 18353 18355 15618 0 -1 4202560 234 0 0 0 3 0 0 0 15 0 22 0 830280399 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18360] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18360/stat : 18360 (java) S 18353 18355 15618 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 22 0 830280399 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18361] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18361/stat : 18361 (java) S 18353 18355 15618 0 -1 4202560 29 0 0 0 3 0 0 0 16 0 22 0 830280399 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18362] ppid=18353 vsize=10558100 CPUtime=0.04 cores=0,2,4,6
/proc/18355/task/18362/stat : 18362 (java) S 18353 18355 15618 0 -1 4202560 121 0 0 0 4 0 0 0 15 0 22 0 830280399 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18363] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18363/stat : 18363 (java) S 18353 18355 15618 0 -1 4202560 277 0 0 0 3 0 0 0 16 0 22 0 830280399 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18364] ppid=18353 vsize=10558100 CPUtime=0.04 cores=0,2,4,6
/proc/18355/task/18364/stat : 18364 (java) S 18353 18355 15618 0 -1 4202560 299 0 0 0 4 0 0 0 15 0 22 0 830280399 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18365] ppid=18353 vsize=10558100 CPUtime=0.04 cores=0,2,4,6
/proc/18355/task/18365/stat : 18365 (java) S 18353 18355 15618 0 -1 4202560 246 0 0 0 4 0 0 0 16 0 22 0 830280399 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18366] ppid=18353 vsize=10558100 CPUtime=1.92 cores=0,2,4,6
/proc/18355/task/18366/stat : 18366 (java) S 18353 18355 15618 0 -1 4202560 6210 0 0 0 191 1 0 0 15 0 22 0 830280400 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 0 0 16800975 18446604445917833920 0 0 -1 0 0 0 0
[pid=18355/tid=18367] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18367/stat : 18367 (java) S 18353 18355 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 830280400 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18368] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18368/stat : 18368 (java) S 18353 18355 15618 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 22 0 830280401 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18369] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18369/stat : 18369 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830280403 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512515505 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18370] ppid=18353 vsize=10558100 CPUtime=1.65 cores=0,2,4,6
/proc/18355/task/18370/stat : 18370 (java) S 18353 18355 15618 0 -1 4202560 16637 0 0 0 163 2 0 0 15 0 22 0 830280403 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18371] ppid=18353 vsize=10558100 CPUtime=0.82 cores=0,2,4,6
/proc/18355/task/18371/stat : 18371 (java) S 18353 18355 15618 0 -1 4202560 7404 0 0 0 80 2 0 0 15 0 22 0 830280403 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18372] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18372/stat : 18372 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830280403 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18373] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18373/stat : 18373 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830280403 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18374] ppid=18353 vsize=10558100 CPUtime=21.2 cores=0,2,4,6
/proc/18355/task/18374/stat : 18374 (java) R 18353 18355 15618 0 -1 4202560 527 0 0 0 2120 0 0 0 18 0 22 0 830280431 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 46912505640455 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18355/tid=18375] ppid=18353 vsize=10558100 CPUtime=21.18 cores=0,2,4,6
/proc/18355/task/18375/stat : 18375 (java) R 18353 18355 15618 0 -1 4202560 93897 0 0 0 2107 11 0 0 25 0 22 0 830280431 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 46912505533444 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18355/tid=18376] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18376/stat : 18376 (java) S 18353 18355 15618 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 830280432 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18377] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18377/stat : 18377 (java) S 18353 18355 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 830280432 10811494400 124069 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 47.46
Current children cumulated vsize (KiB) 10558100

[startup+24.0011 s]
/proc/loadavg: 3.36 3.42 2.75 5/560 18427
/proc/meminfo: memFree=20564608/32950928 swapFree=34259960/67111528
[pid=18355] ppid=18353 vsize=10558100 CPUtime=48.03 cores=0,2,4,6
/proc/18355/stat : 18355 (java) S 18353 18355 15618 0 -1 4202496 140728 0 1 0 4783 20 0 0 25 0 19 0 830280397 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18355/statm: 2639525 124070 2260 9 0 2630259 0
[pid=18355/tid=18356] ppid=18353 vsize=10558100 CPUtime=0.33 cores=0,2,4,6
/proc/18355/task/18356/stat : 18356 (java) S 18353 18355 15618 0 -1 4202560 13414 0 1 0 31 2 0 0 15 0 19 0 830280397 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18358] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18358/stat : 18358 (java) S 18353 18355 15618 0 -1 4202560 264 0 0 0 3 0 0 0 15 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18359] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18359/stat : 18359 (java) S 18353 18355 15618 0 -1 4202560 234 0 0 0 3 0 0 0 15 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18360] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18360/stat : 18360 (java) S 18353 18355 15618 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18361] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18361/stat : 18361 (java) S 18353 18355 15618 0 -1 4202560 29 0 0 0 3 0 0 0 16 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18362] ppid=18353 vsize=10558100 CPUtime=0.04 cores=0,2,4,6
/proc/18355/task/18362/stat : 18362 (java) S 18353 18355 15618 0 -1 4202560 121 0 0 0 4 0 0 0 15 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18363] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18363/stat : 18363 (java) S 18353 18355 15618 0 -1 4202560 277 0 0 0 3 0 0 0 16 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18364] ppid=18353 vsize=10558100 CPUtime=0.04 cores=0,2,4,6
/proc/18355/task/18364/stat : 18364 (java) S 18353 18355 15618 0 -1 4202560 299 0 0 0 4 0 0 0 15 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18365] ppid=18353 vsize=10558100 CPUtime=0.04 cores=0,2,4,6
/proc/18355/task/18365/stat : 18365 (java) S 18353 18355 15618 0 -1 4202560 246 0 0 0 4 0 0 0 16 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18366] ppid=18353 vsize=10558100 CPUtime=1.92 cores=0,2,4,6
/proc/18355/task/18366/stat : 18366 (java) S 18353 18355 15618 0 -1 4202560 6210 0 0 0 191 1 0 0 15 0 19 0 830280400 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 0 0 16800975 18446604445917833920 0 0 -1 0 0 0 0
[pid=18355/tid=18367] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18367/stat : 18367 (java) S 18353 18355 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830280400 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18368] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18368/stat : 18368 (java) S 18353 18355 15618 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 830280401 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18369] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18369/stat : 18369 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830280403 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512515505 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18370] ppid=18353 vsize=10558100 CPUtime=1.65 cores=0,2,4,6
/proc/18355/task/18370/stat : 18370 (java) S 18353 18355 15618 0 -1 4202560 16637 0 0 0 163 2 0 0 15 0 19 0 830280403 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18371] ppid=18353 vsize=10558100 CPUtime=0.82 cores=0,2,4,6
/proc/18355/task/18371/stat : 18371 (java) S 18353 18355 15618 0 -1 4202560 7404 0 0 0 80 2 0 0 15 0 19 0 830280403 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18372] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18372/stat : 18372 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830280403 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18373] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18373/stat : 18373 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830280403 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18377] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18377/stat : 18377 (java) S 18353 18355 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830280432 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.03
Current children cumulated vsize (KiB) 10558100

[startup+24.1011 s]
/proc/loadavg: 3.36 3.42 2.75 5/560 18427
/proc/meminfo: memFree=20564608/32950928 swapFree=34259960/67111528
[pid=18355] ppid=18353 vsize=10558100 CPUtime=48.03 cores=0,2,4,6
/proc/18355/stat : 18355 (java) S 18353 18355 15618 0 -1 4202496 140728 0 1 0 4783 20 0 0 25 0 19 0 830280397 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18355/statm: 2639525 124070 2260 9 0 2630259 0
[pid=18355/tid=18356] ppid=18353 vsize=10558100 CPUtime=0.33 cores=0,2,4,6
/proc/18355/task/18356/stat : 18356 (java) S 18353 18355 15618 0 -1 4202560 13414 0 1 0 31 2 0 0 15 0 19 0 830280397 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18358] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18358/stat : 18358 (java) S 18353 18355 15618 0 -1 4202560 264 0 0 0 3 0 0 0 15 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18359] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18359/stat : 18359 (java) S 18353 18355 15618 0 -1 4202560 234 0 0 0 3 0 0 0 15 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18360] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18360/stat : 18360 (java) S 18353 18355 15618 0 -1 4202560 10 0 0 0 3 0 0 0 15 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18361] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18361/stat : 18361 (java) S 18353 18355 15618 0 -1 4202560 29 0 0 0 3 0 0 0 16 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18362] ppid=18353 vsize=10558100 CPUtime=0.04 cores=0,2,4,6
/proc/18355/task/18362/stat : 18362 (java) S 18353 18355 15618 0 -1 4202560 121 0 0 0 4 0 0 0 15 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18363] ppid=18353 vsize=10558100 CPUtime=0.03 cores=0,2,4,6
/proc/18355/task/18363/stat : 18363 (java) S 18353 18355 15618 0 -1 4202560 277 0 0 0 3 0 0 0 16 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18364] ppid=18353 vsize=10558100 CPUtime=0.04 cores=0,2,4,6
/proc/18355/task/18364/stat : 18364 (java) S 18353 18355 15618 0 -1 4202560 299 0 0 0 4 0 0 0 15 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18365] ppid=18353 vsize=10558100 CPUtime=0.04 cores=0,2,4,6
/proc/18355/task/18365/stat : 18365 (java) S 18353 18355 15618 0 -1 4202560 246 0 0 0 4 0 0 0 16 0 19 0 830280399 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18366] ppid=18353 vsize=10558100 CPUtime=1.92 cores=0,2,4,6
/proc/18355/task/18366/stat : 18366 (java) S 18353 18355 15618 0 -1 4202560 6210 0 0 0 191 1 0 0 15 0 19 0 830280400 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 0 0 16800975 18446604445917833920 0 0 -1 0 0 0 0
[pid=18355/tid=18367] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18367/stat : 18367 (java) S 18353 18355 15618 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 830280400 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18368] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18368/stat : 18368 (java) S 18353 18355 15618 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 830280401 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18369] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18369/stat : 18369 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830280403 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512515505 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18370] ppid=18353 vsize=10558100 CPUtime=1.65 cores=0,2,4,6
/proc/18355/task/18370/stat : 18370 (java) S 18353 18355 15618 0 -1 4202560 16637 0 0 0 163 2 0 0 15 0 19 0 830280403 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 4 0 0 0
[pid=18355/tid=18371] ppid=18353 vsize=10558100 CPUtime=0.82 cores=0,2,4,6
/proc/18355/task/18371/stat : 18371 (java) S 18353 18355 15618 0 -1 4202560 7404 0 0 0 80 2 0 0 15 0 19 0 830280403 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18372] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18372/stat : 18372 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 830280403 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512507801 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
[pid=18355/tid=18373] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18373/stat : 18373 (java) S 18353 18355 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 19 0 830280403 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 2 0 0 0
[pid=18355/tid=18377] ppid=18353 vsize=10558100 CPUtime=0 cores=0,2,4,6
/proc/18355/task/18377/stat : 18377 (java) S 18353 18355 15618 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 19 0 830280432 10811494400 124070 33554432000 1073741824 1073778376 140733301687648 18446744073709551615 254512508416 0 4 0 16800975 18446604445917833920 0 0 -1 6 0 0 0
Current children cumulated CPU time (s) 48.03
Current children cumulated vsize (KiB) 10558100

Child status: 20
Real time (s): 24.1515
CPU time (s): 48.0727
CPU user time (s): 47.8477
CPU system time (s): 0.224965
CPU usage (%): 199.047
Max. virtual memory (cumulated for all children) (KiB): 10568204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.8477
system time used= 0.224965
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 140739
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= 2077
involuntary context switches= 1028

runsolver used 0.135979 second user time and 0.305953 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 13:27:17
IDJOB=3454816
IDBENCH=1269
IDSOLVER=1950
FILE ID=node149/3454816-1307186837
RUNJOBID= node149-1307186273-17809
PBS_JOBID= 13508817
Free space on /tmp= 73764 MiB

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

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

MD5SUM BENCH= ae752929c20bdaef808bd42af6910473
RANDOM SEED=1069200747

node149.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.806
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.61
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.806
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.806
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:     32950928 kB
MemFree:      21240328 kB
Buffers:        337196 kB
Cached:        3270656 kB
SwapCached:     123196 kB
Active:         657852 kB
Inactive:     10715976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      21240328 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:             896 kB
Writeback:           0 kB
AnonPages:     7666808 kB
Mapped:          26232 kB
Slab:           149116 kB
PageTables:     118576 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183462836 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= 73764 MiB
End job on node149 at 2011-06-04 13:27:41