Trace number 3454768

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 29.8445 14.8402

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/namasivayam/
wnqueen/normalized-t2001.13queen13.1110967523.opb
MD5SUM5cdd8cb1372de7a07cb58778faffedf0
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 benchmark0.641902
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables169
Total number of constraints101
Number of constraints which are clauses30
Number of constraints which are cardinality constraints (but not clauses)70
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint169
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 38
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 1188
Number of bits of the biggest sum of numbers11
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.00/0.11	c Pseudo Boolean Optimization
0.00/0.11	c ManyCore solver with 2 solvers running in parallel
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@48e5855a
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.11	c Expensive reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.11	c --- Begin Solver configuration ---
0.00/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@398020cc
0.00/0.11	c Learn all clauses as in MiniSAT
0.00/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.11	c No reason simplification
0.00/0.11	c Armin Biere (Picosat) restarts strategy
0.00/0.11	c Glucose learned constraints deletion strategy
0.00/0.11	c timeout=2147483s
0.00/0.11	c DB Simplification allowed=false
0.00/0.11	c --- End Solver configuration ---
0.00/0.11	c solving HOME/instance-3454768-1307186796.opb
0.00/0.11	c reading problem ... 
0.12/0.17	c ... done. Wall clock time 0.06s.
0.12/0.17	c #vars     169
0.12/0.17	c #constraints  101
0.12/0.17	c constraints type 
0.12/0.17	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
0.12/0.17	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
0.12/0.17	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
0.12/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
0.12/0.17	c constraints type 
0.12/0.17	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
0.12/0.17	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
0.12/0.17	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
0.12/0.17	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.09/0.65	c cleaning 2498 clauses out of 5001 with flag 5001/5001
2.13/0.91	c cleaning 4248 clauses out of 8503 with flag 11001/11001
3.51/1.20	c cleaning 5624 clauses out of 11255 with flag 18001/18001
4.17/1.51	c cleaning 6814 clauses out of 13631 with flag 26001/26001
4.94/1.90	c cleaning 7905 clauses out of 15816 with flag 35000/35000
5.92/2.33	c cleaning 8954 clauses out of 17912 with flag 45001/45001
6.71/2.79	c cleaning 9474 clauses out of 18957 with flag 55000/55000
7.70/3.24	c cleaning 9736 clauses out of 19486 with flag 65003/65003
8.50/3.67	c cleaning 9870 clauses out of 19748 with flag 75001/75001
9.45/4.14	c cleaning 9935 clauses out of 19878 with flag 85001/85001
10.23/4.56	c cleaning 9966 clauses out of 19943 with flag 95001/95001
11.00/4.97	c cleaning 9980 clauses out of 19976 with flag 105000/105000
11.78/5.38	c cleaning 9997 clauses out of 19997 with flag 115001/115001
12.55/5.78	c cleaning 9999 clauses out of 20001 with flag 125002/125002
13.32/6.19	c cleaning 9993 clauses out of 20000 with flag 135000/135000
14.10/6.57	c cleaning 10000 clauses out of 20008 with flag 145001/145001
14.89/6.93	c cleaning 9997 clauses out of 20008 with flag 155001/155001
15.66/7.36	c cleaning 9998 clauses out of 20011 with flag 165001/165001
16.44/7.76	c cleaning 10004 clauses out of 20013 with flag 175001/175001
17.40/8.22	c cleaning 9998 clauses out of 20008 with flag 185000/185000
18.17/8.68	c cleaning 9999 clauses out of 20010 with flag 195000/195000
18.94/9.11	c cleaning 10004 clauses out of 20013 with flag 205002/205002
19.71/9.50	c cleaning 10001 clauses out of 20008 with flag 215001/215001
20.68/9.93	c cleaning 9999 clauses out of 20006 with flag 225000/225000
21.49/10.35	c cleaning 10000 clauses out of 20007 with flag 235000/235000
22.22/10.74	c cleaning 10000 clauses out of 20008 with flag 245001/245001
22.99/11.16	c cleaning 10000 clauses out of 20010 with flag 255003/255003
23.76/11.57	c cleaning 10003 clauses out of 20009 with flag 265002/265002
24.73/12.01	c cleaning 9998 clauses out of 20006 with flag 275002/275002
25.54/12.42	c cleaning 10004 clauses out of 20007 with flag 285001/285001
26.28/12.84	c cleaning 9994 clauses out of 20004 with flag 295002/295002
27.05/13.26	c cleaning 9999 clauses out of 20008 with flag 305000/305000
27.85/13.67	c cleaning 10000 clauses out of 20010 with flag 315001/315001
28.58/14.07	c cleaning 9997 clauses out of 20009 with flag 325000/325000
29.35/14.45	c  And the winner is Resolution
29.80/14.80	c starts		: 135
29.80/14.80	c conflicts		: 334602
29.80/14.80	c decisions		: 470048
29.80/14.80	c propagations		: 7083628
29.80/14.80	c inspects		: 103303133
29.80/14.80	c shortcuts		: 0
29.80/14.80	c learnt literals	: 9
29.80/14.80	c learnt binary clauses	: 16
29.80/14.80	c learnt ternary clauses	: 128
29.80/14.80	c learnt constraints	: 334592
29.80/14.80	c ignored constraints	: 0
29.80/14.80	c root simplifications	: 0
29.80/14.80	c removed literals (reason simplification)	: 3490033
29.80/14.80	c reason swapping (by a shorter reason)	: 0
29.80/14.80	c Calls to reduceDB	: 34
29.80/14.80	c number of reductions to clauses (during analyze)	: 0
29.80/14.80	c number of learned constraints concerned by reduction	: 0
29.80/14.80	c number of learning phase by resolution	: 0
29.80/14.80	c number of learning phase by cutting planes	: 0
29.80/14.80	c speed (assignments/second)	: 484251.29887886246
29.80/14.80	c non guided choices	48
29.80/14.81	c learnt constraints type 
29.80/14.81	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
29.80/14.81	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19588
29.80/14.81	c constraints type 
29.80/14.81	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 26
29.80/14.81	c org.sat4j.minisat.constraints.card.MinWatchCard => 70
29.80/14.81	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 4
29.80/14.81	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
29.80/14.81	c constraints type 
29.80/14.81	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 4
29.80/14.81	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 26
29.80/14.81	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 70
29.80/14.81	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
29.80/14.81	s UNSATISFIABLE
29.80/14.81	c Total wall clock time (in seconds): 14.701

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-3454768-1307186796/watcher-3454768-1307186796 -o /tmp/evaluation-result-3454768-1307186796/solver-3454768-1307186796 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454768-1307186796.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.60 3.46 2.72 3/538 18011
/proc/meminfo: memFree=20526508/32950928 swapFree=34259960/67111528
[pid=18011] ppid=18009 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/18011/stat : 18011 (java) S 18009 18011 15618 0 -1 4202496 5774 0 1 0 0 0 0 0 25 0 2 0 830276272 10694979584 5476 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512494565 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0
/proc/18011/statm: 2611079 5491 917 9 0 2602235 0
[pid=18011/tid=18012] ppid=18009 vsize=10444316 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18012/stat : 18012 (java) R 18009 18011 15618 0 -1 4202560 7952 0 1 0 0 0 0 0 25 0 2 0 830276272 10694979584 8768 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254500385851 0 4 0 16784584 0 0 0 -1 4 0 0 0

[startup+0.113094 s]
/proc/loadavg: 3.60 3.46 2.72 3/538 18011
/proc/meminfo: memFree=20526508/32950928 swapFree=34259960/67111528
[pid=18011] ppid=18009 vsize=10540436 CPUtime=0.12 cores=0,2,4,6
/proc/18011/stat : 18011 (java) S 18009 18011 15618 0 -1 4202496 13359 0 1 0 11 1 0 0 25 0 18 0 830276272 10793406464 13042 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18011/statm: 2635109 13043 2134 9 0 2625843 0
[pid=18011/tid=18012] ppid=18009 vsize=10540436 CPUtime=0.1 cores=0,2,4,6
/proc/18011/task/18012/stat : 18012 (java) R 18009 18011 15618 0 -1 4202560 11333 0 1 0 9 1 0 0 18 0 18 0 830276272 10793406464 13043 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 47362447359907 0 4 0 16800975 0 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 10540436

[startup+0.201021 s]
/proc/loadavg: 3.60 3.46 2.72 3/538 18011
/proc/meminfo: memFree=20526508/32950928 swapFree=34259960/67111528
[pid=18011] ppid=18009 vsize=10545048 CPUtime=0.28 cores=0,2,4,6
/proc/18011/stat : 18011 (java) S 18009 18011 15618 0 -1 4202496 14166 0 1 0 27 1 0 0 25 0 22 0 830276272 10798129152 13849 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18011/statm: 2636262 13850 2190 9 0 2626996 0
[pid=18011/tid=18012] ppid=18009 vsize=10545048 CPUtime=0.15 cores=0,2,4,6
/proc/18011/task/18012/stat : 18012 (java) S 18009 18011 15618 0 -1 4202560 11771 0 1 0 14 1 0 0 19 0 22 0 830276272 10798129152 13850 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10545048

[startup+0.301002 s]
/proc/loadavg: 3.60 3.46 2.72 3/538 18011
/proc/meminfo: memFree=20526508/32950928 swapFree=34259960/67111528
[pid=18011] ppid=18009 vsize=10548356 CPUtime=0.69 cores=0,2,4,6
/proc/18011/stat : 18011 (java) S 18009 18011 15618 0 -1 4202496 18530 0 1 0 67 2 0 0 25 0 22 0 830276272 10801516544 16261 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18011/statm: 2637089 16261 2212 9 0 2627823 0
[pid=18011/tid=18012] ppid=18009 vsize=10548356 CPUtime=0.15 cores=0,2,4,6
/proc/18011/task/18012/stat : 18012 (java) S 18009 18011 15618 0 -1 4202560 11771 0 1 0 14 1 0 0 19 0 22 0 830276272 10801516544 16262 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 10548356

[startup+0.914786 s]
/proc/loadavg: 3.60 3.46 2.72 3/538 18011
/proc/meminfo: memFree=20526508/32950928 swapFree=34259960/67111528
[pid=18011] ppid=18009 vsize=10564976 CPUtime=3.09 cores=0,2,4,6
/proc/18011/stat : 18011 (java) S 18009 18011 15618 0 -1 4202496 63039 0 1 0 302 7 0 0 25 0 22 0 830276272 10818535424 53368 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18011/statm: 2641244 53368 2254 9 0 2631978 0
[pid=18011/tid=18012] ppid=18009 vsize=10564976 CPUtime=0.15 cores=0,2,4,6
/proc/18011/task/18012/stat : 18012 (java) S 18009 18011 15618 0 -1 4202560 11771 0 1 0 14 1 0 0 15 0 22 0 830276272 10818535424 53846 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 10564976

[startup+1.51981 s]
/proc/loadavg: 3.60 3.46 2.72 5/560 18033
/proc/meminfo: memFree=20266792/32950928 swapFree=34259960/67111528
[pid=18011] ppid=18009 vsize=10564976 CPUtime=4.39 cores=0,2,4,6
/proc/18011/stat : 18011 (java) S 18009 18011 15618 0 -1 4202496 76649 0 1 0 430 9 0 0 25 0 22 0 830276272 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18011/statm: 2641244 66976 2256 9 0 2631978 0
[pid=18011/tid=18012] ppid=18009 vsize=10564976 CPUtime=0.15 cores=0,2,4,6
/proc/18011/task/18012/stat : 18012 (java) S 18009 18011 15618 0 -1 4202560 11771 0 1 0 14 1 0 0 15 0 22 0 830276272 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18014] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18014/stat : 18014 (java) R 18009 18011 15618 0 -1 4202560 148 0 0 0 0 0 0 0 15 0 22 0 830276274 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18011/tid=18015] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18015/stat : 18015 (java) R 18009 18011 15618 0 -1 4202560 163 0 0 0 0 0 0 0 15 0 22 0 830276274 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18011/tid=18016] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18016/stat : 18016 (java) R 18009 18011 15618 0 -1 4202560 311 0 0 0 0 0 0 0 16 0 22 0 830276274 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18011/tid=18017] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18017/stat : 18017 (java) R 18009 18011 15618 0 -1 4202560 23 0 0 0 0 0 0 0 15 0 22 0 830276274 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18011/tid=18018] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18018/stat : 18018 (java) R 18009 18011 15618 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 22 0 830276274 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18011/tid=18019] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18019/stat : 18019 (java) R 18009 18011 15618 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 22 0 830276274 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18011/tid=18020] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18020/stat : 18020 (java) R 18009 18011 15618 0 -1 4202560 57 0 0 0 0 0 0 0 15 0 22 0 830276274 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254500645175 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18011/tid=18021] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18021/stat : 18021 (java) R 18009 18011 15618 0 -1 4202560 410 0 0 0 0 0 0 0 15 0 22 0 830276274 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 0 0 0 -1 6 0 0 0
[pid=18011/tid=18022] ppid=18009 vsize=10564976 CPUtime=0.04 cores=0,2,4,6
/proc/18011/task/18022/stat : 18022 (java) S 18009 18011 15618 0 -1 4202560 1361 0 0 0 4 0 0 0 15 0 22 0 830276275 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 0 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18023] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18023/stat : 18023 (java) S 18009 18011 15618 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 830276275 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18024] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18024/stat : 18024 (java) S 18009 18011 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830276275 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18025] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18025/stat : 18025 (java) S 18009 18011 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830276277 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512515505 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18026] ppid=18009 vsize=10564976 CPUtime=0.79 cores=0,2,4,6
/proc/18011/task/18026/stat : 18026 (java) S 18009 18011 15618 0 -1 4202560 10249 0 0 0 77 2 0 0 15 0 22 0 830276277 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18027] ppid=18009 vsize=10564976 CPUtime=0.8 cores=0,2,4,6
/proc/18011/task/18027/stat : 18027 (java) R 18009 18011 15618 0 -1 4202560 8361 0 0 0 80 0 0 0 15 0 22 0 830276277 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 47362448158977 0 4 0 16800975 0 0 0 -1 4 0 0 0
[pid=18011/tid=18028] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18028/stat : 18028 (java) S 18009 18011 15618 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830276277 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18029] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18029/stat : 18029 (java) S 18009 18011 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830276277 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18030] ppid=18009 vsize=10564976 CPUtime=1.27 cores=0,2,4,6
/proc/18011/task/18030/stat : 18030 (java) S 18009 18011 15618 0 -1 4202560 303 0 0 0 127 0 0 0 21 0 22 0 830276289 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18031] ppid=18009 vsize=10564976 CPUtime=1.26 cores=0,2,4,6
/proc/18011/task/18031/stat : 18031 (java) S 18009 18011 15618 0 -1 4202560 42171 0 0 0 122 4 0 0 18 0 22 0 830276289 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18032] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18032/stat : 18032 (java) S 18009 18011 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830276289 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18033] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18033/stat : 18033 (java) S 18009 18011 15618 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830276289 10818535424 66976 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 4.39
Current children cumulated vsize (KiB) 10564976

[startup+3.10149 s]
/proc/loadavg: 3.60 3.46 2.72 5/560 18033
/proc/meminfo: memFree=20262700/32950928 swapFree=34259960/67111528
[pid=18011] ppid=18009 vsize=10564976 CPUtime=7.5 cores=0,2,4,6
/proc/18011/stat : 18011 (java) S 18009 18011 15618 0 -1 4202496 79348 0 1 0 740 10 0 0 25 0 22 0 830276272 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18011/statm: 2641244 69672 2256 9 0 2631978 0
[pid=18011/tid=18012] ppid=18009 vsize=10564976 CPUtime=0.15 cores=0,2,4,6
/proc/18011/task/18012/stat : 18012 (java) S 18009 18011 15618 0 -1 4202560 11771 0 1 0 14 1 0 0 15 0 22 0 830276272 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18014] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18014/stat : 18014 (java) S 18009 18011 15618 0 -1 4202560 212 0 0 0 0 0 0 0 16 0 22 0 830276274 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18015] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18015/stat : 18015 (java) S 18009 18011 15618 0 -1 4202560 260 0 0 0 0 0 0 0 15 0 22 0 830276274 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18016] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18016/stat : 18016 (java) S 18009 18011 15618 0 -1 4202560 311 0 0 0 0 0 0 0 15 0 22 0 830276274 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18017] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18017/stat : 18017 (java) S 18009 18011 15618 0 -1 4202560 142 0 0 0 0 0 0 0 16 0 22 0 830276274 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18018] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18018/stat : 18018 (java) S 18009 18011 15618 0 -1 4202560 122 0 0 0 0 0 0 0 15 0 22 0 830276274 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18019] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18019/stat : 18019 (java) S 18009 18011 15618 0 -1 4202560 41 0 0 0 0 0 0 0 15 0 22 0 830276274 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18020] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18020/stat : 18020 (java) S 18009 18011 15618 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 830276274 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18021] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18021/stat : 18021 (java) S 18009 18011 15618 0 -1 4202560 411 0 0 0 0 0 0 0 15 0 22 0 830276274 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18022] ppid=18009 vsize=10564976 CPUtime=0.13 cores=0,2,4,6
/proc/18011/task/18022/stat : 18022 (java) S 18009 18011 15618 0 -1 4202560 2641 0 0 0 13 0 0 0 16 0 22 0 830276275 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 0 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18023] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18023/stat : 18023 (java) S 18009 18011 15618 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 830276275 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18024] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18024/stat : 18024 (java) S 18009 18011 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830276275 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18025] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18025/stat : 18025 (java) S 18009 18011 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830276277 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512515505 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18026] ppid=18009 vsize=10564976 CPUtime=0.8 cores=0,2,4,6
/proc/18011/task/18026/stat : 18026 (java) S 18009 18011 15618 0 -1 4202560 10249 0 0 0 78 2 0 0 15 0 22 0 830276277 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18027] ppid=18009 vsize=10564976 CPUtime=0.8 cores=0,2,4,6
/proc/18011/task/18027/stat : 18027 (java) S 18009 18011 15618 0 -1 4202560 8367 0 0 0 80 0 0 0 15 0 22 0 830276277 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18028] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18028/stat : 18028 (java) S 18009 18011 15618 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830276277 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18029] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18029/stat : 18029 (java) S 18009 18011 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830276277 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18030] ppid=18009 vsize=10564976 CPUtime=2.76 cores=0,2,4,6
/proc/18011/task/18030/stat : 18030 (java) R 18009 18011 15618 0 -1 4202560 306 0 0 0 276 0 0 0 25 0 22 0 830276289 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 46912505584259 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18011/tid=18031] ppid=18009 vsize=10564976 CPUtime=2.75 cores=0,2,4,6
/proc/18011/task/18031/stat : 18031 (java) R 18009 18011 15618 0 -1 4202560 43299 0 0 0 271 4 0 0 20 0 22 0 830276289 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 46912505734551 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18011/tid=18032] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18032/stat : 18032 (java) S 18009 18011 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830276289 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18033] ppid=18009 vsize=10564976 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18033/stat : 18033 (java) S 18009 18011 15618 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830276289 10818535424 69672 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 7.5
Current children cumulated vsize (KiB) 10564976

[startup+6.30085 s]
/proc/loadavg: 3.63 3.47 2.73 4/560 18033
/proc/meminfo: memFree=20259600/32950928 swapFree=34259960/67111528
[pid=18011] ppid=18009 vsize=10554708 CPUtime=13.7 cores=0,2,4,6
/proc/18011/stat : 18011 (java) S 18009 18011 15618 0 -1 4202496 80775 0 1 0 1360 10 0 0 25 0 22 0 830276272 10808020992 68194 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18011/statm: 2638677 68194 2256 9 0 2629411 0
[pid=18011/tid=18012] ppid=18009 vsize=10554708 CPUtime=0.15 cores=0,2,4,6
/proc/18011/task/18012/stat : 18012 (java) S 18009 18011 15618 0 -1 4202560 11771 0 1 0 14 1 0 0 15 0 22 0 830276272 10808020992 68194 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18014] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18014/stat : 18014 (java) S 18009 18011 15618 0 -1 4202560 215 0 0 0 0 0 0 0 15 0 22 0 830276274 10808020992 68194 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18015] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18015/stat : 18015 (java) S 18009 18011 15618 0 -1 4202560 262 0 0 0 0 0 0 0 15 0 22 0 830276274 10808020992 68194 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18016] ppid=18009 vsize=10554708 CPUtime=0.01 cores=0,2,4,6
/proc/18011/task/18016/stat : 18016 (java) S 18009 18011 15618 0 -1 4202560 325 0 0 0 1 0 0 0 15 0 22 0 830276274 10808020992 68194 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18017] ppid=18009 vsize=10554708 CPUtime=0.01 cores=0,2,4,6
/proc/18011/task/18017/stat : 18017 (java) S 18009 18011 15618 0 -1 4202560 153 0 0 0 1 0 0 0 15 0 22 0 830276274 10808020992 68194 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18018] ppid=18009 vsize=10554708 CPUtime=0.01 cores=0,2,4,6
/proc/18011/task/18018/stat : 18018 (java) S 18009 18011 15618 0 -1 4202560 125 0 0 0 1 0 0 0 15 0 22 0 830276274 10808020992 68194 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18019] ppid=18009 vsize=10554708 CPUtime=0.01 cores=0,2,4,6
/proc/18011/task/18019/stat : 18019 (java) S 18009 18011 15618 0 -1 4202560 41 0 0 0 1 0 0 0 15 0 22 0 830276274 10808020992 68194 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18020] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18020/stat : 18020 (java) S 18009 18011 15618 0 -1 4202560 58 0 0 0 0 0 0 0 15 0 22 0 830276274 10808020992 68194 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18021] ppid=18009 vsize=10554708 CPUtime=0.01 cores=0,2,4,6
/proc/18011/task/18021/stat : 18021 (java) S 18009 18011 15618 0 -1 4202560 413 0 0 0 1 0 0 0 15 0 22 0 830276274 10808020992 68194 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0

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

/proc/18011/task/18021/stat : 18021 (java) S 18009 18011 15618 0 -1 4202560 413 0 0 0 1 0 0 0 15 0 22 0 830276274 10808020992 86019 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18022] ppid=18009 vsize=10554708 CPUtime=0.91 cores=0,2,4,6
/proc/18011/task/18022/stat : 18022 (java) S 18009 18011 15618 0 -1 4202560 7345 0 0 0 90 1 0 0 16 0 22 0 830276275 10808020992 86019 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 0 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18023] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18023/stat : 18023 (java) S 18009 18011 15618 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 830276275 10808020992 86019 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18024] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18024/stat : 18024 (java) S 18009 18011 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830276275 10808020992 86019 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18025] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18025/stat : 18025 (java) S 18009 18011 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830276277 10808020992 86019 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512515505 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18026] ppid=18009 vsize=10554708 CPUtime=0.84 cores=0,2,4,6
/proc/18011/task/18026/stat : 18026 (java) S 18009 18011 15618 0 -1 4202560 10254 0 0 0 82 2 0 0 15 0 22 0 830276277 10808020992 86019 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18027] ppid=18009 vsize=10554708 CPUtime=0.81 cores=0,2,4,6
/proc/18011/task/18027/stat : 18027 (java) S 18009 18011 15618 0 -1 4202560 8367 0 0 0 81 0 0 0 16 0 22 0 830276277 10808020992 86019 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18028] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18028/stat : 18028 (java) S 18009 18011 15618 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830276277 10808020992 86019 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18029] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18029/stat : 18029 (java) S 18009 18011 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830276277 10808020992 86019 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18030] ppid=18009 vsize=10554708 CPUtime=12.72 cores=0,2,4,6
/proc/18011/task/18030/stat : 18030 (java) R 18009 18011 15618 0 -1 4202560 332 0 0 0 1272 0 0 0 25 0 22 0 830276289 10808020992 86019 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 46912505545036 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18011/tid=18031] ppid=18009 vsize=10554708 CPUtime=12.73 cores=0,2,4,6
/proc/18011/task/18031/stat : 18031 (java) R 18009 18011 15618 0 -1 4202560 57791 0 0 0 1267 6 0 0 18 0 22 0 830276289 10808020992 86019 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 46912506175424 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18011/tid=18032] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18032/stat : 18032 (java) S 18009 18011 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830276289 10808020992 86019 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18033] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18033/stat : 18033 (java) S 18009 18011 15618 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830276289 10808020992 86019 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 28.38
Current children cumulated vsize (KiB) 10554708

[startup+14.3013 s]
/proc/loadavg: 3.58 3.46 2.73 5/560 18033
/proc/meminfo: memFree=20186960/32950928 swapFree=34259960/67111528
[pid=18011] ppid=18009 vsize=10554708 CPUtime=29.15 cores=0,2,4,6
/proc/18011/stat : 18011 (java) S 18009 18011 15618 0 -1 4202496 98738 0 1 0 2902 13 0 0 25 0 22 0 830276272 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18011/statm: 2638677 86138 2256 9 0 2629411 0
[pid=18011/tid=18012] ppid=18009 vsize=10554708 CPUtime=0.15 cores=0,2,4,6
/proc/18011/task/18012/stat : 18012 (java) S 18009 18011 15618 0 -1 4202560 11771 0 1 0 14 1 0 0 15 0 22 0 830276272 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18014] ppid=18009 vsize=10554708 CPUtime=0.01 cores=0,2,4,6
/proc/18011/task/18014/stat : 18014 (java) S 18009 18011 15618 0 -1 4202560 215 0 0 0 1 0 0 0 16 0 22 0 830276274 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18015] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18015/stat : 18015 (java) S 18009 18011 15618 0 -1 4202560 265 0 0 0 2 0 0 0 15 0 22 0 830276274 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18016] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18016/stat : 18016 (java) S 18009 18011 15618 0 -1 4202560 327 0 0 0 2 0 0 0 16 0 22 0 830276274 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18017] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18017/stat : 18017 (java) S 18009 18011 15618 0 -1 4202560 154 0 0 0 2 0 0 0 15 0 22 0 830276274 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18018] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18018/stat : 18018 (java) S 18009 18011 15618 0 -1 4202560 125 0 0 0 2 0 0 0 16 0 22 0 830276274 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18019] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18019/stat : 18019 (java) S 18009 18011 15618 0 -1 4202560 41 0 0 0 2 0 0 0 15 0 22 0 830276274 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18020] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18020/stat : 18020 (java) S 18009 18011 15618 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 22 0 830276274 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18021] ppid=18009 vsize=10554708 CPUtime=0.01 cores=0,2,4,6
/proc/18011/task/18021/stat : 18021 (java) S 18009 18011 15618 0 -1 4202560 413 0 0 0 1 0 0 0 15 0 22 0 830276274 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18022] ppid=18009 vsize=10554708 CPUtime=0.93 cores=0,2,4,6
/proc/18011/task/18022/stat : 18022 (java) S 18009 18011 15618 0 -1 4202560 7464 0 0 0 92 1 0 0 16 0 22 0 830276275 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 0 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18023] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18023/stat : 18023 (java) S 18009 18011 15618 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 22 0 830276275 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18024] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18024/stat : 18024 (java) S 18009 18011 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 830276275 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18025] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18025/stat : 18025 (java) S 18009 18011 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 830276277 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512515505 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18026] ppid=18009 vsize=10554708 CPUtime=0.84 cores=0,2,4,6
/proc/18011/task/18026/stat : 18026 (java) S 18009 18011 15618 0 -1 4202560 10254 0 0 0 82 2 0 0 15 0 22 0 830276277 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18027] ppid=18009 vsize=10554708 CPUtime=0.81 cores=0,2,4,6
/proc/18011/task/18027/stat : 18027 (java) S 18009 18011 15618 0 -1 4202560 8367 0 0 0 81 0 0 0 16 0 22 0 830276277 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18028] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18028/stat : 18028 (java) S 18009 18011 15618 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 830276277 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18029] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18029/stat : 18029 (java) S 18009 18011 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 830276277 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18030] ppid=18009 vsize=10554708 CPUtime=13.09 cores=0,2,4,6
/proc/18011/task/18030/stat : 18030 (java) R 18009 18011 15618 0 -1 4202560 333 0 0 0 1309 0 0 0 25 0 22 0 830276289 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 46912505544872 0 4 0 16800975 0 0 0 -1 0 0 0 0
[pid=18011/tid=18031] ppid=18009 vsize=10554708 CPUtime=13.1 cores=0,2,4,6
/proc/18011/task/18031/stat : 18031 (java) R 18009 18011 15618 0 -1 4202560 57791 0 0 0 1304 6 0 0 18 0 22 0 830276289 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 46912505961378 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18011/tid=18032] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18032/stat : 18032 (java) S 18009 18011 15618 0 -1 4202560 7 0 0 0 0 0 0 0 19 0 22 0 830276289 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18033] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18033/stat : 18033 (java) S 18009 18011 15618 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 830276289 10808020992 86138 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 29.15
Current children cumulated vsize (KiB) 10554708

[startup+14.7202 s]
/proc/loadavg: 3.62 3.47 2.74 4/558 18034
/proc/meminfo: memFree=20186232/32950928 swapFree=34259960/67111528
[pid=18011] ppid=18009 vsize=10554708 CPUtime=29.73 cores=0,2,4,6
/proc/18011/stat : 18011 (java) S 18009 18011 15618 0 -1 4202496 98744 0 1 0 2960 13 0 0 25 0 20 0 830276272 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18011/statm: 2638677 86143 2258 9 0 2629411 0
[pid=18011/tid=18012] ppid=18009 vsize=10554708 CPUtime=0.15 cores=0,2,4,6
/proc/18011/task/18012/stat : 18012 (java) S 18009 18011 15618 0 -1 4202560 11771 0 1 0 14 1 0 0 15 0 20 0 830276272 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18014] ppid=18009 vsize=10554708 CPUtime=0.01 cores=0,2,4,6
/proc/18011/task/18014/stat : 18014 (java) S 18009 18011 15618 0 -1 4202560 215 0 0 0 1 0 0 0 16 0 20 0 830276274 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18015] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18015/stat : 18015 (java) S 18009 18011 15618 0 -1 4202560 265 0 0 0 2 0 0 0 15 0 20 0 830276274 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18016] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18016/stat : 18016 (java) S 18009 18011 15618 0 -1 4202560 327 0 0 0 2 0 0 0 16 0 20 0 830276274 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18017] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18017/stat : 18017 (java) S 18009 18011 15618 0 -1 4202560 154 0 0 0 2 0 0 0 15 0 20 0 830276274 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18018] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18018/stat : 18018 (java) S 18009 18011 15618 0 -1 4202560 125 0 0 0 2 0 0 0 16 0 20 0 830276274 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18019] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18019/stat : 18019 (java) S 18009 18011 15618 0 -1 4202560 41 0 0 0 2 0 0 0 15 0 20 0 830276274 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18020] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18020/stat : 18020 (java) S 18009 18011 15618 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 20 0 830276274 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18021] ppid=18009 vsize=10554708 CPUtime=0.01 cores=0,2,4,6
/proc/18011/task/18021/stat : 18021 (java) S 18009 18011 15618 0 -1 4202560 413 0 0 0 1 0 0 0 15 0 20 0 830276274 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18022] ppid=18009 vsize=10554708 CPUtime=0.93 cores=0,2,4,6
/proc/18011/task/18022/stat : 18022 (java) S 18009 18011 15618 0 -1 4202560 7465 0 0 0 92 1 0 0 16 0 20 0 830276275 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 0 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18023] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18023/stat : 18023 (java) S 18009 18011 15618 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 20 0 830276275 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18024] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18024/stat : 18024 (java) S 18009 18011 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 830276275 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18025] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18025/stat : 18025 (java) S 18009 18011 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830276277 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512515505 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18026] ppid=18009 vsize=10554708 CPUtime=0.85 cores=0,2,4,6
/proc/18011/task/18026/stat : 18026 (java) S 18009 18011 15618 0 -1 4202560 10255 0 0 0 83 2 0 0 15 0 20 0 830276277 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18027] ppid=18009 vsize=10554708 CPUtime=0.81 cores=0,2,4,6
/proc/18011/task/18027/stat : 18027 (java) S 18009 18011 15618 0 -1 4202560 8367 0 0 0 81 0 0 0 15 0 20 0 830276277 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18028] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18028/stat : 18028 (java) S 18009 18011 15618 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 830276277 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18029] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18029/stat : 18029 (java) S 18009 18011 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 830276277 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18031] ppid=18009 vsize=10554708 CPUtime=13.51 cores=0,2,4,6
/proc/18011/task/18031/stat : 18031 (java) R 18009 18011 15618 0 -1 4202560 57791 0 0 0 1345 6 0 0 19 0 20 0 830276289 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 46912505961417 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18011/tid=18033] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18033/stat : 18033 (java) S 18009 18011 15618 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 830276289 10808020992 86143 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 29.73
Current children cumulated vsize (KiB) 10554708

[startup+14.8012 s]
/proc/loadavg: 3.62 3.47 2.74 4/558 18034
/proc/meminfo: memFree=20186232/32950928 swapFree=34259960/67111528
[pid=18011] ppid=18009 vsize=10554708 CPUtime=29.8 cores=0,2,4,6
/proc/18011/stat : 18011 (java) S 18009 18011 15618 0 -1 4202496 98745 0 1 0 2967 13 0 0 25 0 19 0 830276272 10808020992 86144 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512494565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0
/proc/18011/statm: 2638677 86144 2258 9 0 2629411 0
[pid=18011/tid=18012] ppid=18009 vsize=10554708 CPUtime=0.15 cores=0,2,4,6
/proc/18011/task/18012/stat : 18012 (java) R 18009 18011 15618 0 -1 4202560 11772 0 1 0 14 1 0 0 15 0 19 0 830276272 10808020992 86144 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 47362447332099 0 4 0 16800975 0 0 0 -1 2 0 0 0
[pid=18011/tid=18014] ppid=18009 vsize=10554708 CPUtime=0.01 cores=0,2,4,6
/proc/18011/task/18014/stat : 18014 (java) S 18009 18011 15618 0 -1 4202560 215 0 0 0 1 0 0 0 16 0 19 0 830276274 10808020992 86144 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18015] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18015/stat : 18015 (java) S 18009 18011 15618 0 -1 4202560 265 0 0 0 2 0 0 0 15 0 19 0 830276274 10808020992 86144 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18016] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18016/stat : 18016 (java) S 18009 18011 15618 0 -1 4202560 327 0 0 0 2 0 0 0 16 0 19 0 830276274 10808020992 86145 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18017] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18017/stat : 18017 (java) S 18009 18011 15618 0 -1 4202560 154 0 0 0 2 0 0 0 15 0 19 0 830276274 10808020992 86145 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18018] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18018/stat : 18018 (java) S 18009 18011 15618 0 -1 4202560 125 0 0 0 2 0 0 0 16 0 19 0 830276274 10808020992 86146 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18019] ppid=18009 vsize=10554708 CPUtime=0.02 cores=0,2,4,6
/proc/18011/task/18019/stat : 18019 (java) S 18009 18011 15618 0 -1 4202560 41 0 0 0 2 0 0 0 15 0 19 0 830276274 10808020992 86146 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18020] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18020/stat : 18020 (java) S 18009 18011 15618 0 -1 4202560 60 0 0 0 0 0 0 0 15 0 19 0 830276274 10808020992 86146 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18021] ppid=18009 vsize=10554708 CPUtime=0.01 cores=0,2,4,6
/proc/18011/task/18021/stat : 18021 (java) S 18009 18011 15618 0 -1 4202560 413 0 0 0 1 0 0 0 15 0 19 0 830276274 10808020992 86146 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18022] ppid=18009 vsize=10554708 CPUtime=0.93 cores=0,2,4,6
/proc/18011/task/18022/stat : 18022 (java) S 18009 18011 15618 0 -1 4202560 7465 0 0 0 92 1 0 0 16 0 20 0 830276275 10808020992 86146 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 0 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18023] ppid=18009 vsize=10554696 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18023/stat : 18023 (java) S 18009 18011 15618 0 -1 4202560 17 0 0 0 0 0 0 0 19 0 20 0 830276275 10808008704 86146 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18024] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18024/stat : 18024 (java) S 18009 18011 15618 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 20 0 830276275 10808020992 86146 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18025] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18025/stat : 18025 (java) S 18009 18011 15618 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 20 0 830276277 10808020992 86146 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512515505 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18026] ppid=18009 vsize=10554708 CPUtime=0.85 cores=0,2,4,6
/proc/18011/task/18026/stat : 18026 (java) S 18009 18011 15618 0 -1 4202560 10255 0 0 0 83 2 0 0 15 0 20 0 830276277 10808020992 86146 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 6 0 0 0
[pid=18011/tid=18027] ppid=18009 vsize=10554708 CPUtime=0.81 cores=0,2,4,6
/proc/18011/task/18027/stat : 18027 (java) S 18009 18011 15618 0 -1 4202560 8367 0 0 0 81 0 0 0 15 0 20 0 830276277 10808020992 86146 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
[pid=18011/tid=18028] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18028/stat : 18028 (java) S 18009 18011 15618 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 20 0 830276277 10808020992 86146 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512507801 0 4 0 16800975 18446604449117099904 0 0 -1 0 0 0 0
[pid=18011/tid=18029] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18029/stat : 18029 (java) S 18009 18011 15618 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 20 0 830276277 10808020992 86146 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 2 0 0 0
[pid=18011/tid=18033] ppid=18009 vsize=10554708 CPUtime=0 cores=0,2,4,6
/proc/18011/task/18033/stat : 18033 (java) S 18009 18011 15618 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 20 0 830276289 10808020992 86146 33554432000 1073741824 1073778376 140735106444224 18446744073709551615 254512508416 0 4 0 16800975 18446604449117099904 0 0 -1 4 0 0 0
Current children cumulated CPU time (s) 29.8
Current children cumulated vsize (KiB) 10554708

Child status: 20
Real time (s): 14.8402
CPU time (s): 29.8445
CPU user time (s): 29.6945
CPU system time (s): 0.149977
CPU usage (%): 201.105
Max. virtual memory (cumulated for all children) (KiB): 10564976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.6945
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98758
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= 1703
involuntary context switches= 1027

runsolver used 0.088986 second user time and 0.182972 second system time

The end

Launcher Data

Begin job on node149 at 2011-06-04 13:26:36
IDJOB=3454768
IDBENCH=1221
IDSOLVER=1950
FILE ID=node149/3454768-1307186796
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/wnqueen/normalized-t2001.13queen13.1110967523.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454768-1307186796/watcher-3454768-1307186796 -o /tmp/evaluation-result-3454768-1307186796/solver-3454768-1307186796 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454768-1307186796.opb

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

MD5SUM BENCH= 5cdd8cb1372de7a07cb58778faffedf0
RANDOM SEED=205376957

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:      20526648 kB
Buffers:        337120 kB
Cached:        3270676 kB
SwapCached:     123196 kB
Active:        1369672 kB
Inactive:     10715968 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20526648 kB
SwapTotal:    67111528 kB
SwapFree:     34259960 kB
Dirty:             608 kB
Writeback:           0 kB
AnonPages:     8379288 kB
Mapped:          26232 kB
Slab:           148440 kB
PageTables:     119820 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 183471212 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:26:51