Trace number 3709874

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 PB specific settings 2.3.2 snapshotUNSAT 23.3904 21.7428

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/
submitted-PB06/roussel/normalized-pigeon-cardinality-11-10.opb
MD5SUMe464fa7a3640eb789ffb0025985d1316
Bench CategoryDEC-SMALLINT (no optimisation, small integers)
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.002998
Has Objective FunctionNO
SatisfiableNO
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved
Number of variables110
Total number of constraints21
Number of constraints which are clauses11
Number of constraints which are cardinality constraints (but not clauses)10
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint10
Maximum length of a constraint11
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 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 12
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.04/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.07	c See www.sat4j.org for details.
0.04/0.07	c This software uses some libraries from the Jakarta Commons project. See jakarta.apache.org for details.
0.04/0.07	c version 2.3.2.v20120418
0.04/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.07	c java.vm.version	19.1-b02
0.04/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.07	c sun.arch.data.model	64
0.04/0.07	c java.version		1.6.0_24
0.04/0.07	c os.name		Linux
0.04/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.07	c os.arch		amd64
0.04/0.07	c Free memory 		501472288
0.04/0.07	c Max memory 		7480803328
0.04/0.07	c Total memory 		504102912
0.04/0.07	c Number of processors 	8
0.10/0.11	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.11	c configuring ORDERS
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=true
0.10/0.11	c Heuristics kept accross calls (keep the solver "hot")
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3709874-1338151366.opb
0.10/0.11	c reading problem ... 
0.10/0.12	c ... done. Wall clock time 0.017s.
0.10/0.13	c declared #vars     110
0.10/0.13	c #constraints  21
0.10/0.13	c constraints type 
0.10/0.13	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
0.10/0.13	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
0.10/0.13	c 21 constraints processed.
0.62/0.49	c cleaning 2498 clauses out of 5000 with flag 5000/5000
1.21/0.98	c cleaning 4244 clauses out of 8502 with flag 11000/11000
1.81/1.59	c cleaning 5629 clauses out of 11258 with flag 18000/18000
2.75/2.41	c cleaning 6809 clauses out of 13629 with flag 26000/26000
3.67/3.38	c cleaning 7905 clauses out of 15820 with flag 35000/35000
4.92/4.53	c cleaning 8954 clauses out of 17917 with flag 45002/45002
6.62/6.09	c cleaning 9976 clauses out of 19963 with flag 56002/56002
8.77/7.98	c cleaning 10991 clauses out of 21986 with flag 68001/68001
11.04/10.04	c cleaning 11992 clauses out of 23995 with flag 81001/81001
13.80/12.55	c cleaning 13004 clauses out of 26007 with flag 95005/95005
17.60/16.04	c cleaning 13885 clauses out of 27784 with flag 110000/110000
21.20/19.65	c cleaning 14944 clauses out of 29901 with flag 126002/126002
23.34/21.73	c starts		: 102
23.34/21.73	c conflicts		: 135429
23.34/21.73	c decisions		: 153955
23.34/21.73	c propagations		: 1922432
23.34/21.73	c inspects		: 343547188
23.34/21.73	c shortcuts		: 0
23.34/21.73	c learnt literals	: 8
23.34/21.73	c learnt binary clauses	: 11
23.34/21.73	c learnt ternary clauses	: 7
23.34/21.73	c learnt constraints	: 135420
23.34/21.73	c ignored constraints	: 0
23.34/21.73	c root simplifications	: 109
23.34/21.73	c removed literals (reason simplification)	: 80444
23.34/21.73	c reason swapping (by a shorter reason)	: 0
23.34/21.73	c Calls to reduceDB	: 12
23.34/21.73	c number of reductions to clauses (during analyze)	: 0
23.34/21.73	c number of learned constraints concerned by reduction	: 0
23.34/21.73	c number of learning phase by resolution	: 0
23.34/21.73	c number of learning phase by cutting planes	: 0
23.34/21.73	c speed (assignments/second)	: 88976.7657132278
23.34/21.73	c non guided choices	46
23.34/21.73	c learnt constraints type 
23.34/21.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1
23.34/21.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1244
23.34/21.73	c constraints type 
23.34/21.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 11
23.34/21.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
23.34/21.74	c 21 constraints processed.
23.34/21.74	s UNSATISFIABLE
23.34/21.74	c Total wall clock time (in seconds): 21.627

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

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-3709874-1338151366/watcher-3709874-1338151366 -o /tmp/evaluation-result-3709874-1338151366/solver-3709874-1338151366 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709874-1338151366.opb 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 2.00 2.02 2.00 2/192 24946
/proc/meminfo: memFree=28385252/32873624 swapFree=7104/7104
[pid=24946] ppid=24944 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/24946/stat : 24946 (java) R 24944 24946 21372 0 -1 4202496 987 0 0 0 0 0 0 0 20 0 1 0 281262027 23793664 714 33554432000 1073741824 1073778376 140735523916224 140735523905288 227503289704 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/24946/statm: 5809 714 529 9 0 128 0

[startup+0.0564959 s]
/proc/loadavg: 2.00 2.02 2.00 2/192 24946
/proc/meminfo: memFree=28385252/32873624 swapFree=7104/7104
[pid=24946] ppid=24944 vsize=9558440 CPUtime=0.04 cores=1,3,5,7
/proc/24946/stat : 24946 (java) S 24944 24946 21372 0 -1 4202496 3214 0 1 0 4 0 0 0 20 0 18 0 281262027 9787842560 4422 33554432000 1073741824 1073778376 140735523916224 140735523907360 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24946/statm: 2389610 4422 1764 9 0 2380296 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100201 s]
/proc/loadavg: 2.00 2.02 2.00 2/192 24946
/proc/meminfo: memFree=28385252/32873624 swapFree=7104/7104
[pid=24946] ppid=24944 vsize=9558440 CPUtime=0.1 cores=1,3,5,7
/proc/24946/stat : 24946 (java) S 24944 24946 21372 0 -1 4202496 4364 0 1 0 9 1 0 0 20 0 18 0 281262027 9787842560 6082 33554432000 1073741824 1073778376 140735523916224 140735523907360 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24946/statm: 2389610 6082 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300224 s]
/proc/loadavg: 2.00 2.02 2.00 2/192 24946
/proc/meminfo: memFree=28385252/32873624 swapFree=7104/7104
[pid=24946] ppid=24944 vsize=9625004 CPUtime=0.49 cores=1,3,5,7
/proc/24946/stat : 24946 (java) S 24944 24946 21372 0 -1 4202496 6472 0 1 0 47 2 0 0 20 0 19 0 281262027 9856004096 7987 33554432000 1073741824 1073778376 140735523916224 140735523907360 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24946/statm: 2406251 7987 2218 9 0 2396937 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9625004

[startup+0.700221 s]
/proc/loadavg: 2.00 2.02 2.00 2/192 24946
/proc/meminfo: memFree=28385252/32873624 swapFree=7104/7104
[pid=24946] ppid=24944 vsize=9625004 CPUtime=0.99 cores=1,3,5,7
/proc/24946/stat : 24946 (java) S 24944 24946 21372 0 -1 4202496 6736 0 1 0 97 2 0 0 20 0 19 0 281262027 9856004096 10129 33554432000 1073741824 1073778376 140735523916224 140735523907360 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24946/statm: 2406251 10129 2257 9 0 2396937 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9625004

[startup+1.50058 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 24965
/proc/meminfo: memFree=28349852/32873624 swapFree=7104/7104
[pid=24946] ppid=24944 vsize=9625004 CPUtime=1.81 cores=1,3,5,7
/proc/24946/stat : 24946 (java) S 24944 24946 21372 0 -1 4202496 6752 0 1 0 179 2 0 0 20 0 19 0 281262027 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140735523907360 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24946/statm: 2406251 11165 2261 9 0 2396937 0
[pid=24946/tid=24948] ppid=24944 vsize=9625004 CPUtime=1.45 cores=1,3,5,7
/proc/24946/task/24948/stat : 24948 (java) R 24944 24946 21372 0 -1 4202560 2515 0 1 0 144 1 0 0 20 0 19 0 281262028 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517450474008 140517321387604 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24949] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24949/stat : 24949 (java) S 24944 24946 21372 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517439535912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24950] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24950/stat : 24950 (java) S 24944 24946 21372 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517293374120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24951] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24951/stat : 24951 (java) S 24944 24946 21372 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517292321832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24952] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24952/stat : 24952 (java) S 24944 24946 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517291269032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24953] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24953/stat : 24953 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517290215720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24954] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24954/stat : 24954 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517289162920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24955] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24955/stat : 24955 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517288110632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24956] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24956/stat : 24956 (java) S 24944 24946 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517287057832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24957] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24957/stat : 24957 (java) S 24944 24946 21372 0 -1 4202560 33 0 0 0 0 0 0 0 20 0 19 0 281262029 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517274647272 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24958] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24958/stat : 24958 (java) S 24944 24946 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281262030 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517273593336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24959] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24959/stat : 24959 (java) S 24944 24946 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281262030 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517272540936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24960] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24960/stat : 24960 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517271489424 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24961] ppid=24944 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/24946/task/24961/stat : 24961 (java) S 24944 24946 21372 0 -1 4202560 1011 0 0 0 13 0 0 0 20 0 19 0 281262032 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517270436024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24962] ppid=24944 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/24946/task/24962/stat : 24962 (java) S 24944 24946 21372 0 -1 4202560 1975 0 0 0 17 0 0 0 20 0 19 0 281262032 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517269383224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24963] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24963/stat : 24963 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517268331128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24964] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24964/stat : 24964 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517267278536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24965] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24965/stat : 24965 (java) S 24944 24946 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281262040 9856004096 11165 33554432000 1073741824 1073778376 140735523916224 140517266224552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9625004

[startup+3.1006 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 24965
/proc/meminfo: memFree=28349604/32873624 swapFree=7104/7104
[pid=24946] ppid=24944 vsize=9625004 CPUtime=3.46 cores=1,3,5,7
/proc/24946/stat : 24946 (java) S 24944 24946 21372 0 -1 4202496 6775 0 1 0 344 2 0 0 20 0 19 0 281262027 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140735523907360 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24946/statm: 2406251 11186 2271 9 0 2396937 0
[pid=24946/tid=24948] ppid=24944 vsize=9625004 CPUtime=3.02 cores=1,3,5,7
/proc/24946/task/24948/stat : 24948 (java) R 24944 24946 21372 0 -1 4202560 2516 0 1 0 301 1 0 0 20 0 19 0 281262028 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517450473776 140517321402608 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24949] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24949/stat : 24949 (java) S 24944 24946 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517439535912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24950] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24950/stat : 24950 (java) S 24944 24946 21372 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517293374120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24951] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24951/stat : 24951 (java) S 24944 24946 21372 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517292321832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24952] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24952/stat : 24952 (java) S 24944 24946 21372 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517291269032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24953] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24953/stat : 24953 (java) S 24944 24946 21372 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517290215720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24954] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24954/stat : 24954 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517289162920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24955] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24955/stat : 24955 (java) S 24944 24946 21372 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517288110632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24956] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24956/stat : 24956 (java) S 24944 24946 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517287057832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24957] ppid=24944 vsize=9625004 CPUtime=0.02 cores=1,3,5,7
/proc/24946/task/24957/stat : 24957 (java) S 24944 24946 21372 0 -1 4202560 34 0 0 0 2 0 0 0 20 0 19 0 281262029 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517274647272 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24958] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24958/stat : 24958 (java) S 24944 24946 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281262030 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517273593336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24959] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24959/stat : 24959 (java) S 24944 24946 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281262030 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517272540936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24960] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24960/stat : 24960 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517271489424 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24961] ppid=24944 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/24946/task/24961/stat : 24961 (java) S 24944 24946 21372 0 -1 4202560 1023 0 0 0 17 0 0 0 20 0 19 0 281262032 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517270436024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24962] ppid=24944 vsize=9625004 CPUtime=0.17 cores=1,3,5,7
/proc/24946/task/24962/stat : 24962 (java) S 24944 24946 21372 0 -1 4202560 1975 0 0 0 17 0 0 0 20 0 19 0 281262032 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517269383224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24963] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24963/stat : 24963 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517268331128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24964] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24964/stat : 24964 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517267278536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24965] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24965/stat : 24965 (java) S 24944 24946 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281262040 9856004096 11186 33554432000 1073741824 1073778376 140735523916224 140517266224552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.46
Current children cumulated vsize (KiB) 9625004

[startup+6.30068 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 24965
/proc/meminfo: memFree=28333232/32873624 swapFree=7104/7104
[pid=24946] ppid=24944 vsize=9625004 CPUtime=7.17 cores=1,3,5,7
/proc/24946/stat : 24946 (java) S 24944 24946 21372 0 -1 4202496 13881 0 1 0 713 4 0 0 20 0 19 0 281262027 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140735523907360 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24946/statm: 2406251 15990 2275 9 0 2396937 0
[pid=24946/tid=24948] ppid=24944 vsize=9625004 CPUtime=6.15 cores=1,3,5,7
/proc/24946/task/24948/stat : 24948 (java) R 24944 24946 21372 0 -1 4202560 2524 0 1 0 614 1 0 0 20 0 19 0 281262028 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517450473896 140517321360249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24949] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24949/stat : 24949 (java) S 24944 24946 21372 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517439535912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24950] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24950/stat : 24950 (java) S 24944 24946 21372 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517293374120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24951] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24951/stat : 24951 (java) S 24944 24946 21372 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517292321832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24952] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24952/stat : 24952 (java) S 24944 24946 21372 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517291269032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24953] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24953/stat : 24953 (java) S 24944 24946 21372 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517290215720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24954] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24954/stat : 24954 (java) S 24944 24946 21372 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517289162920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24955] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24955/stat : 24955 (java) S 24944 24946 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517288110632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24956] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24956/stat : 24956 (java) S 24944 24946 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517287057832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24957] ppid=24944 vsize=9625004 CPUtime=0.06 cores=1,3,5,7
/proc/24946/task/24957/stat : 24957 (java) S 24944 24946 21372 0 -1 4202560 36 0 0 0 6 0 0 0 20 0 19 0 281262029 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517274647272 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24958] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24958/stat : 24958 (java) S 24944 24946 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281262030 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517273593336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24959] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24959/stat : 24959 (java) S 24944 24946 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281262030 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517272540936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24960] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24960/stat : 24960 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517271489424 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24961] ppid=24944 vsize=9625004 CPUtime=0.61 cores=1,3,5,7
/proc/24946/task/24961/stat : 24961 (java) S 24944 24946 21372 0 -1 4202560 8062 0 0 0 60 1 0 0 20 0 19 0 281262032 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517270436024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24962] ppid=24944 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/24946/task/24962/stat : 24962 (java) S 24944 24946 21372 0 -1 4202560 2006 0 0 0 19 0 0 0 20 0 19 0 281262032 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517269383224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24963] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24963/stat : 24963 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517268331128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24964] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24964/stat : 24964 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517267278536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24965] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24965/stat : 24965 (java) S 24944 24946 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281262040 9856004096 15990 33554432000 1073741824 1073778376 140735523916224 140517266224552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 9625004

[startup+12.7007 s]

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

/proc/24946/task/24949/stat : 24949 (java) S 24944 24946 21372 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281262028 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517439535912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24950] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24950/stat : 24950 (java) S 24944 24946 21372 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517293374120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24951] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24951/stat : 24951 (java) S 24944 24946 21372 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517292321832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24952] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24952/stat : 24952 (java) S 24944 24946 21372 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517291269032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24953] ppid=24944 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/24946/task/24953/stat : 24953 (java) S 24944 24946 21372 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 19 0 281262028 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517290215720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24954] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24954/stat : 24954 (java) S 24944 24946 21372 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517289162920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24955] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24955/stat : 24955 (java) S 24944 24946 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517288110632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24956] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24956/stat : 24956 (java) S 24944 24946 21372 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517287057832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24957] ppid=24944 vsize=9625004 CPUtime=0.11 cores=1,3,5,7
/proc/24946/task/24957/stat : 24957 (java) S 24944 24946 21372 0 -1 4202560 36 0 0 0 11 0 0 0 20 0 19 0 281262029 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517274647272 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24958] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24958/stat : 24958 (java) S 24944 24946 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281262030 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517273593336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24959] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24959/stat : 24959 (java) S 24944 24946 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281262030 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517272540936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24960] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24960/stat : 24960 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517271489424 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24961] ppid=24944 vsize=9625004 CPUtime=1.32 cores=1,3,5,7
/proc/24946/task/24961/stat : 24961 (java) S 24944 24946 21372 0 -1 4202560 12581 0 0 0 130 2 0 0 20 0 19 0 281262032 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517270436024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24962] ppid=24944 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/24946/task/24962/stat : 24962 (java) S 24944 24946 21372 0 -1 4202560 2006 0 0 0 19 0 0 0 20 0 19 0 281262032 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517269383224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24963] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24963/stat : 24963 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517268331128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24964] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24964/stat : 24964 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517267278536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24965] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24965/stat : 24965 (java) S 24944 24946 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281262040 9856004096 16995 33554432000 1073741824 1073778376 140735523916224 140517266224552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 20.7
Current children cumulated vsize (KiB) 9625004

[startup+20.7006 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 24965
/proc/meminfo: memFree=28230424/32873624 swapFree=7104/7104
[pid=24946] ppid=24944 vsize=9625004 CPUtime=22.32 cores=1,3,5,7
/proc/24946/stat : 24946 (java) S 24944 24946 21372 0 -1 4202496 18460 0 1 0 2228 4 0 0 20 0 19 0 281262027 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140735523907360 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24946/statm: 2406251 16565 2275 9 0 2396937 0
[pid=24946/tid=24948] ppid=24944 vsize=9625004 CPUtime=20.43 cores=1,3,5,7
/proc/24946/task/24948/stat : 24948 (java) R 24944 24946 21372 0 -1 4202560 2533 0 1 0 2042 1 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517450474072 140517321402690 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24949] ppid=24944 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/24946/task/24949/stat : 24949 (java) S 24944 24946 21372 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517439535912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24950] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24950/stat : 24950 (java) S 24944 24946 21372 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517293374120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24951] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24951/stat : 24951 (java) S 24944 24946 21372 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517292321832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24952] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24952/stat : 24952 (java) S 24944 24946 21372 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517291269032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24953] ppid=24944 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/24946/task/24953/stat : 24953 (java) S 24944 24946 21372 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517290215720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24954] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24954/stat : 24954 (java) S 24944 24946 21372 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517289162920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24955] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24955/stat : 24955 (java) S 24944 24946 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517288110632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24956] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24956/stat : 24956 (java) S 24944 24946 21372 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517287057832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24957] ppid=24944 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/24946/task/24957/stat : 24957 (java) S 24944 24946 21372 0 -1 4202560 36 0 0 0 13 0 0 0 20 0 19 0 281262029 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517274647272 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24958] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24958/stat : 24958 (java) S 24944 24946 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281262030 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517273593336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24959] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24959/stat : 24959 (java) S 24944 24946 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281262030 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517272540936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24960] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24960/stat : 24960 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517271489424 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24961] ppid=24944 vsize=9625004 CPUtime=1.33 cores=1,3,5,7
/proc/24946/task/24961/stat : 24961 (java) S 24944 24946 21372 0 -1 4202560 12581 0 0 0 131 2 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517270436024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24962] ppid=24944 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/24946/task/24962/stat : 24962 (java) S 24944 24946 21372 0 -1 4202560 2006 0 0 0 19 0 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517269383224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24963] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24963/stat : 24963 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517268331128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24964] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24964/stat : 24964 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517267278536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24965] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24965/stat : 24965 (java) S 24944 24946 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281262040 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517266224552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 22.32
Current children cumulated vsize (KiB) 9625004

[startup+21.5006 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 24965
/proc/meminfo: memFree=28234272/32873624 swapFree=7104/7104
[pid=24946] ppid=24944 vsize=9625004 CPUtime=23.12 cores=1,3,5,7
/proc/24946/stat : 24946 (java) S 24944 24946 21372 0 -1 4202496 18460 0 1 0 2308 4 0 0 20 0 19 0 281262027 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140735523907360 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24946/statm: 2406251 16565 2275 9 0 2396937 0
[pid=24946/tid=24948] ppid=24944 vsize=9625004 CPUtime=21.23 cores=1,3,5,7
/proc/24946/task/24948/stat : 24948 (java) R 24944 24946 21372 0 -1 4202560 2533 0 1 0 2122 1 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517450474072 140517321217986 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24949] ppid=24944 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/24946/task/24949/stat : 24949 (java) S 24944 24946 21372 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517439535912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24950] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24950/stat : 24950 (java) S 24944 24946 21372 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517293374120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24951] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24951/stat : 24951 (java) S 24944 24946 21372 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517292321832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24952] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24952/stat : 24952 (java) S 24944 24946 21372 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517291269032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24953] ppid=24944 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/24946/task/24953/stat : 24953 (java) S 24944 24946 21372 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517290215720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24954] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24954/stat : 24954 (java) S 24944 24946 21372 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517289162920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24955] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24955/stat : 24955 (java) S 24944 24946 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517288110632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24956] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24956/stat : 24956 (java) S 24944 24946 21372 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517287057832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24957] ppid=24944 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/24946/task/24957/stat : 24957 (java) S 24944 24946 21372 0 -1 4202560 36 0 0 0 13 0 0 0 20 0 19 0 281262029 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517274647272 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24958] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24958/stat : 24958 (java) S 24944 24946 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281262030 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517273593336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24959] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24959/stat : 24959 (java) S 24944 24946 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281262030 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517272540936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24960] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24960/stat : 24960 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517271489424 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24961] ppid=24944 vsize=9625004 CPUtime=1.33 cores=1,3,5,7
/proc/24946/task/24961/stat : 24961 (java) S 24944 24946 21372 0 -1 4202560 12581 0 0 0 131 2 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517270436024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24962] ppid=24944 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/24946/task/24962/stat : 24962 (java) S 24944 24946 21372 0 -1 4202560 2006 0 0 0 19 0 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517269383224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24963] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24963/stat : 24963 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517268331128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24964] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24964/stat : 24964 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517267278536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24965] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24965/stat : 24965 (java) S 24944 24946 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281262040 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517266224552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 23.12
Current children cumulated vsize (KiB) 9625004

[startup+21.7007 s]
/proc/loadavg: 2.00 2.02 2.00 3/211 24965
/proc/meminfo: memFree=28234272/32873624 swapFree=7104/7104
[pid=24946] ppid=24944 vsize=9625004 CPUtime=23.34 cores=1,3,5,7
/proc/24946/stat : 24946 (java) S 24944 24946 21372 0 -1 4202496 18460 0 1 0 2330 4 0 0 20 0 19 0 281262027 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140735523907360 227515859005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/24946/statm: 2406251 16565 2275 9 0 2396937 0
[pid=24946/tid=24948] ppid=24944 vsize=9625004 CPUtime=21.43 cores=1,3,5,7
/proc/24946/task/24948/stat : 24948 (java) R 24944 24946 21372 0 -1 4202560 2533 0 1 0 2142 1 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517450472120 140517321360704 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24949] ppid=24944 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/24946/task/24949/stat : 24949 (java) S 24944 24946 21372 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517439535912 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24950] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24950/stat : 24950 (java) S 24944 24946 21372 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517293374120 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24951] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24951/stat : 24951 (java) S 24944 24946 21372 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517292321832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24952] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24952/stat : 24952 (java) S 24944 24946 21372 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517291269032 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24953] ppid=24944 vsize=9625004 CPUtime=0.01 cores=1,3,5,7
/proc/24946/task/24953/stat : 24953 (java) S 24944 24946 21372 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517290215720 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24954] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24954/stat : 24954 (java) S 24944 24946 21372 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517289162920 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24955] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24955/stat : 24955 (java) S 24944 24946 21372 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517288110632 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24956] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24956/stat : 24956 (java) S 24944 24946 21372 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 19 0 281262028 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517287057832 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=24946/tid=24957] ppid=24944 vsize=9625004 CPUtime=0.13 cores=1,3,5,7
/proc/24946/task/24957/stat : 24957 (java) S 24944 24946 21372 0 -1 4202560 36 0 0 0 13 0 0 0 20 0 19 0 281262029 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517274647272 227515873193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24958] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24958/stat : 24958 (java) S 24944 24946 21372 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 281262030 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517273593336 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24959] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24959/stat : 24959 (java) S 24944 24946 21372 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 281262030 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517272540936 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24960] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24960/stat : 24960 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517271489424 227515881248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24961] ppid=24944 vsize=9625004 CPUtime=1.35 cores=1,3,5,7
/proc/24946/task/24961/stat : 24961 (java) S 24944 24946 21372 0 -1 4202560 12581 0 0 0 133 2 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517270436024 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24962] ppid=24944 vsize=9625004 CPUtime=0.19 cores=1,3,5,7
/proc/24946/task/24962/stat : 24962 (java) S 24944 24946 21372 0 -1 4202560 2006 0 0 0 19 0 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517269383224 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=24946/tid=24963] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24963/stat : 24963 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517268331128 227515872316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=24946/tid=24964] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24964/stat : 24964 (java) S 24944 24946 21372 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 281262032 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517267278536 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=24946/tid=24965] ppid=24944 vsize=9625004 CPUtime=0 cores=1,3,5,7
/proc/24946/task/24965/stat : 24965 (java) S 24944 24946 21372 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 281262040 9856004096 16565 33554432000 1073741824 1073778376 140735523916224 140517266224552 227515873193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 23.34
Current children cumulated vsize (KiB) 9625004

Child status: 20
Real time (s): 21.7428
CPU time (s): 23.3904
CPU user time (s): 23.2485
CPU system time (s): 0.141978
CPU usage (%): 107.578
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 23.2485
system time used= 0.141978
maximum resident set size= 73984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18479
page faults= 1
swaps= 0
block input operations= 0
block output operations= 64
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 981
involuntary context switches= 367

runsolver used 0.088986 second user time and 0.185971 second system time

The end

Launcher Data

Begin job on node121 at 2012-05-27 22:42:46
IDJOB=3709874
IDBENCH=2595
IDSOLVER=2289
FILE ID=node121/3709874-1338151366
RUNJOBID= node121-1338138816-23673
PBS_JOBID= 14624482
Free space on /tmp= 71712 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB06/final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/roussel/normalized-pigeon-cardinality-11-10.opb
COMMAND LINE= java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3709874-1338151366/watcher-3709874-1338151366 -o /tmp/evaluation-result-3709874-1338151366/solver-3709874-1338151366 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3709874-1338151366.opb

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

MD5SUM BENCH= e464fa7a3640eb789ffb0025985d1316
RANDOM SEED=1342892062

node121.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/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		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5334.08
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.042
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873624 kB
MemFree:        28385780 kB
Buffers:          514168 kB
Cached:          2787360 kB
SwapCached:            0 kB
Active:          1058780 kB
Inactive:        2533712 kB
Active(anon):     291988 kB
Inactive(anon):        0 kB
Active(file):     766792 kB
Inactive(file):  2533712 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1800 kB
Writeback:             0 kB
AnonPages:        226324 kB
Mapped:            22416 kB
Shmem:               200 kB
Slab:             717960 kB
SReclaimable:     162252 kB
SUnreclaim:       555708 kB
KernelStack:        1584 kB
PageTables:         4576 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545668 kB
Committed_AS:     684596 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    190464 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71708 MiB
End job on node121 at 2012-05-27 22:43:07