Trace number 3710448

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 snapshot? (TO) 1800.81 1786.36

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_9_mh.opb
MD5SUMab50ad160b8df343de4157f6d66d8abc
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark750142818
Best CPU time to get the best result obtained on this benchmark1801.3
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019800
Biggest coefficient in the objective function 179406144
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 358670528524
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 179406144
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 358670528524
Number of bits of the biggest sum of numbers39
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.10	c read org.sat4j.minisat.orders.VarOrderHeap
0.10/0.10	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-3710448-1338245911.opb
0.10/0.11	c reading problem ... 
42.56/31.14	c ... done. Wall clock time 31.036s.
42.56/31.14	c declared #vars     2000400
42.56/31.14	c #constraints  4940611
42.56/31.14	c constraints type 
42.56/31.14	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
42.56/31.14	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
42.56/31.14	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
42.56/31.14	c ignored satisfied constraints => 3
42.56/31.14	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
42.56/31.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
42.56/31.14	c 4940614 constraints processed.
877.84/865.72	c cleaning 2499 clauses out of 5000 with flag 5000/5000
1800.02/1786.34	c starts		: 33
1800.02/1786.34	c conflicts		: 9308
1800.02/1786.34	c decisions		: 471716
1800.02/1786.34	c propagations		: 279347467
1800.02/1786.34	c inspects		: 7100760224
1800.02/1786.34	c shortcuts		: 0
1800.02/1786.34	c learnt literals	: 0
1800.02/1786.34	c learnt binary clauses	: 4
1800.02/1786.34	c learnt ternary clauses	: 12
1800.02/1786.34	c learnt constraints	: 9307
1800.02/1786.34	c ignored constraints	: 0
1800.02/1786.34	c root simplifications	: 33
1800.02/1786.34	c removed literals (reason simplification)	: 413413
1800.02/1786.34	c reason swapping (by a shorter reason)	: 0
1800.02/1786.34	c Calls to reduceDB	: 1
1800.02/1786.34	c number of reductions to clauses (during analyze)	: 0
1800.02/1786.34	c number of learned constraints concerned by reduction	: 0
1800.02/1786.34	c number of learning phase by resolution	: 0
1800.02/1786.34	c number of learning phase by cutting planes	: 0
1800.02/1786.34	c speed (assignments/second)	: 159170.71334880896
1800.02/1786.34	c non guided choices	6484
1800.02/1786.34	c learnt constraints type 
1800.02/1786.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4
1800.02/1786.34	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 6804
1800.02/1786.34	c constraints type 
1800.02/1786.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
1800.02/1786.34	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.02/1786.34	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
1800.02/1786.34	c ignored satisfied constraints => 3
1800.02/1786.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
1800.02/1786.34	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
1800.02/1786.34	c 4940614 constraints processed.
1800.02/1786.34	s UNKNOWN
1800.02/1786.34	c Total wall clock time (in seconds): 1786.234

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-3710448-1338245911/watcher-3710448-1338245911 -o /tmp/evaluation-result-3710448-1338245911/solver-3710448-1338245911 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710448-1338245911.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: 2.02 2.01 1.97 3/193 31718
/proc/meminfo: memFree=26267672/32873844 swapFree=6088/6088
[pid=31718] ppid=31716 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/31718/stat : 31718 (java) R 31716 31718 30092 0 -1 4202496 1143 0 0 0 0 0 0 0 20 0 1 0 290720228 24780800 863 33554432000 1073741824 1073778376 140734311296928 140734311285992 240426804106 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/31718/statm: 6050 866 654 9 0 385 0
[pid=31718/tid=31719] ppid=31716 vsize=24200 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31719/stat : 31719 (java) R 31716 31718 30092 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 2 0 290720228 24780800 866 33554432000 1073741824 1073778376 140734311296928 140734311285992 240426817713 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0523471 s]
/proc/loadavg: 2.02 2.01 1.97 3/193 31718
/proc/meminfo: memFree=26267672/32873844 swapFree=6088/6088
[pid=31718] ppid=31716 vsize=9558440 CPUtime=0.04 cores=0,2,4,6
/proc/31718/stat : 31718 (java) S 31716 31718 30092 0 -1 4202496 3193 0 1 0 3 1 0 0 20 0 18 0 290720228 9787842560 4401 33554432000 1073741824 1073778376 140734311296928 140734311288064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31718/statm: 2389610 4401 1764 9 0 2380296 0
[pid=31718/tid=31719] ppid=31716 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/31718/task/31719/stat : 31719 (java) R 31716 31718 30092 0 -1 4202560 1984 0 1 0 3 0 0 0 20 0 18 0 290720228 9787842560 4401 33554432000 1073741824 1073778376 140734311296928 139783184906912 240430146829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 9558440

[startup+0.100235 s]
/proc/loadavg: 2.02 2.01 1.97 3/193 31718
/proc/meminfo: memFree=26267672/32873844 swapFree=6088/6088
[pid=31718] ppid=31716 vsize=9558440 CPUtime=0.1 cores=0,2,4,6
/proc/31718/stat : 31718 (java) S 31716 31718 30092 0 -1 4202496 4380 0 1 0 9 1 0 0 20 0 18 0 290720228 9787842560 6098 33554432000 1073741824 1073778376 140734311296928 140734311288064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31718/statm: 2389610 6098 2131 9 0 2380296 0
[pid=31718/tid=31719] ppid=31716 vsize=9558440 CPUtime=0.07 cores=0,2,4,6
/proc/31718/task/31719/stat : 31719 (java) R 31716 31718 30092 0 -1 4202560 2482 0 1 0 6 1 0 0 20 0 18 0 290720228 9787842560 6098 33554432000 1073741824 1073778376 140734311296928 139783184903400 139783015872367 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558440

[startup+0.300249 s]
/proc/loadavg: 2.02 2.01 1.97 3/193 31718
/proc/meminfo: memFree=26267672/32873844 swapFree=6088/6088
[pid=31718] ppid=31716 vsize=9558440 CPUtime=0.46 cores=0,2,4,6
/proc/31718/stat : 31718 (java) S 31716 31718 30092 0 -1 4202496 5268 0 1 0 43 3 0 0 20 0 18 0 290720228 9787842560 23097 33554432000 1073741824 1073778376 140734311296928 140734311288064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31718/statm: 2389610 23097 2223 9 0 2380296 0
[pid=31718/tid=31719] ppid=31716 vsize=9558440 CPUtime=0.27 cores=0,2,4,6
/proc/31718/task/31719/stat : 31719 (java) R 31716 31718 30092 0 -1 4202560 2524 0 1 0 25 2 0 0 20 0 18 0 290720228 9787842560 23097 33554432000 1073741824 1073778376 140734311296928 139783184903400 240430146829 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558440

[startup+0.7003 s]
/proc/loadavg: 2.02 2.01 1.97 3/193 31718
/proc/meminfo: memFree=26267672/32873844 swapFree=6088/6088
[pid=31718] ppid=31716 vsize=9558440 CPUtime=0.99 cores=0,2,4,6
/proc/31718/stat : 31718 (java) S 31716 31718 30092 0 -1 4202496 5432 0 1 0 92 7 0 0 20 0 18 0 290720228 9787842560 52886 33554432000 1073741824 1073778376 140734311296928 140734311288064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31718/statm: 2389610 52886 2239 9 0 2380296 0
[pid=31718/tid=31719] ppid=31716 vsize=9558440 CPUtime=0.64 cores=0,2,4,6
/proc/31718/task/31719/stat : 31719 (java) R 31716 31718 30092 0 -1 4202560 2558 0 1 0 60 4 0 0 20 0 18 0 290720228 9787842560 52886 33554432000 1073741824 1073778376 140734311296928 139783184903304 139783016170137 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 9558440

[startup+1.5007 s]
/proc/loadavg: 2.02 2.01 1.97 3/211 31736
/proc/meminfo: memFree=25796052/32873844 swapFree=6088/6088
[pid=31718] ppid=31716 vsize=9558440 CPUtime=1.96 cores=0,2,4,6
/proc/31718/stat : 31718 (java) S 31716 31718 30092 0 -1 4202496 5865 0 1 0 184 12 0 0 20 0 18 0 290720228 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 140734311288064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31718/statm: 2389610 66065 2239 9 0 2380296 0
[pid=31718/tid=31719] ppid=31716 vsize=9558440 CPUtime=1.37 cores=0,2,4,6
/proc/31718/task/31719/stat : 31719 (java) R 31716 31718 30092 0 -1 4202560 2564 0 1 0 133 4 0 0 20 0 18 0 290720228 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783184895952 139783016170137 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31721] ppid=31716 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/31718/task/31721/stat : 31721 (java) S 31716 31718 30092 0 -1 4202560 95 0 0 0 5 1 0 0 20 0 18 0 290720229 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783146395944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31722] ppid=31716 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/31718/task/31722/stat : 31722 (java) S 31716 31718 30092 0 -1 4202560 233 0 0 0 1 2 0 0 20 0 18 0 290720229 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783145343144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31723] ppid=31716 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/31718/task/31723/stat : 31723 (java) S 31716 31718 30092 0 -1 4202560 15 0 0 0 3 0 0 0 20 0 18 0 290720229 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783144290856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31724] ppid=31716 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/31718/task/31724/stat : 31724 (java) S 31716 31718 30092 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 18 0 290720229 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783143238056 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31725] ppid=31716 vsize=9558440 CPUtime=0.03 cores=0,2,4,6
/proc/31718/task/31725/stat : 31725 (java) S 31716 31718 30092 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 18 0 290720229 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783142185768 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31726] ppid=31716 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/31718/task/31726/stat : 31726 (java) S 31716 31718 30092 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 290720229 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783141132968 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31727] ppid=31716 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/31718/task/31727/stat : 31727 (java) S 31716 31718 30092 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 290720229 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783140080680 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31728] ppid=31716 vsize=9558440 CPUtime=0.02 cores=0,2,4,6
/proc/31718/task/31728/stat : 31728 (java) S 31716 31718 30092 0 -1 4202560 67 0 0 0 2 0 0 0 20 0 18 0 290720229 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783139027880 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31729] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31729/stat : 31729 (java) S 31716 31718 30092 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 290720230 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783008385256 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31730] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31730/stat : 31730 (java) S 31716 31718 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290720231 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783007331320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31731] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31731/stat : 31731 (java) S 31716 31718 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290720231 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783006278920 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31732] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31732/stat : 31732 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720233 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783005227408 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31733] ppid=31716 vsize=9558440 CPUtime=0.06 cores=0,2,4,6
/proc/31718/task/31733/stat : 31733 (java) S 31716 31718 30092 0 -1 4202560 558 0 0 0 6 0 0 0 20 0 18 0 290720233 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783004175032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31734] ppid=31716 vsize=9558440 CPUtime=0.08 cores=0,2,4,6
/proc/31718/task/31734/stat : 31734 (java) S 31716 31718 30092 0 -1 4202560 1002 0 0 0 8 0 0 0 20 0 18 0 290720233 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783003122232 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31735] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31735/stat : 31735 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720233 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783002070136 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31736] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31736/stat : 31736 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720233 9787842560 66065 33554432000 1073741824 1073778376 140734311296928 139783001017544 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.96
Current children cumulated vsize (KiB) 9558440

[startup+3.1007 s]
/proc/loadavg: 2.02 2.01 1.97 4/211 31736
/proc/meminfo: memFree=25303164/32873844 swapFree=6088/6088
[pid=31718] ppid=31716 vsize=9558440 CPUtime=4.45 cores=0,2,4,6
/proc/31718/stat : 31718 (java) S 31716 31718 30092 0 -1 4202496 8025 0 1 0 413 32 0 0 20 0 18 0 290720228 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 140734311288064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31718/statm: 2389610 186464 2244 9 0 2380296 0
[pid=31718/tid=31719] ppid=31716 vsize=9558440 CPUtime=2.69 cores=0,2,4,6
/proc/31718/task/31719/stat : 31719 (java) R 31716 31718 30092 0 -1 4202560 2889 0 1 0 259 10 0 0 20 0 18 0 290720228 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783184903536 139783016222441 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31721] ppid=31716 vsize=9558440 CPUtime=0.2 cores=0,2,4,6
/proc/31718/task/31721/stat : 31721 (java) S 31716 31718 30092 0 -1 4202560 139 0 0 0 16 4 0 0 20 0 18 0 290720229 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783146395944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31722] ppid=31716 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/31718/task/31722/stat : 31722 (java) S 31716 31718 30092 0 -1 4202560 527 0 0 0 14 4 0 0 20 0 18 0 290720229 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783145343144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31723] ppid=31716 vsize=9558440 CPUtime=0.15 cores=0,2,4,6
/proc/31718/task/31723/stat : 31723 (java) S 31716 31718 30092 0 -1 4202560 65 0 0 0 13 2 0 0 20 0 18 0 290720229 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783144290856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31724] ppid=31716 vsize=9558440 CPUtime=0.21 cores=0,2,4,6
/proc/31718/task/31724/stat : 31724 (java) S 31716 31718 30092 0 -1 4202560 95 0 0 0 17 4 0 0 20 0 18 0 290720229 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783143238056 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31725] ppid=31716 vsize=9558440 CPUtime=0.16 cores=0,2,4,6
/proc/31718/task/31725/stat : 31725 (java) S 31716 31718 30092 0 -1 4202560 63 0 0 0 14 2 0 0 20 0 18 0 290720229 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783142185768 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31726] ppid=31716 vsize=9558440 CPUtime=0.18 cores=0,2,4,6
/proc/31718/task/31726/stat : 31726 (java) S 31716 31718 30092 0 -1 4202560 352 0 0 0 15 3 0 0 20 0 18 0 290720229 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783141132968 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31727] ppid=31716 vsize=9558440 CPUtime=0.14 cores=0,2,4,6
/proc/31718/task/31727/stat : 31727 (java) S 31716 31718 30092 0 -1 4202560 343 0 0 0 11 3 0 0 20 0 18 0 290720229 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783140080680 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31728] ppid=31716 vsize=9558440 CPUtime=0.13 cores=0,2,4,6
/proc/31718/task/31728/stat : 31728 (java) S 31716 31718 30092 0 -1 4202560 104 0 0 0 11 2 0 0 20 0 18 0 290720229 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783139027880 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31729] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31729/stat : 31729 (java) S 31716 31718 30092 0 -1 4202560 494 0 0 0 0 0 0 0 20 0 18 0 290720230 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783008385256 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31730] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31730/stat : 31730 (java) S 31716 31718 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290720231 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783007331320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31731] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31731/stat : 31731 (java) S 31716 31718 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290720231 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783006278920 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31732] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31732/stat : 31732 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720233 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783005227408 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31733] ppid=31716 vsize=9558440 CPUtime=0.11 cores=0,2,4,6
/proc/31718/task/31733/stat : 31733 (java) S 31716 31718 30092 0 -1 4202560 725 0 0 0 11 0 0 0 20 0 18 0 290720233 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783004175032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31734] ppid=31716 vsize=9558440 CPUtime=0.15 cores=0,2,4,6
/proc/31718/task/31734/stat : 31734 (java) S 31716 31718 30092 0 -1 4202560 1055 0 0 0 15 0 0 0 20 0 18 0 290720233 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783003122232 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31735] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31735/stat : 31735 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720233 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783002070136 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31736] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31736/stat : 31736 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720233 9787842560 186464 33554432000 1073741824 1073778376 140734311296928 139783001017544 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.45
Current children cumulated vsize (KiB) 9558440

[startup+6.30062 s]
/proc/loadavg: 2.18 2.04 1.98 3/211 31736
/proc/meminfo: memFree=23429848/32873844 swapFree=6088/6088
[pid=31718] ppid=31716 vsize=9558440 CPUtime=10.75 cores=0,2,4,6
/proc/31718/stat : 31718 (java) S 31716 31718 30092 0 -1 4202496 18567 0 1 0 1005 70 0 0 20 0 18 0 290720228 9787842560 402457 33554432000 1073741824 1073778376 140734311296928 140734311288064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31718/statm: 2389610 402457 2272 9 0 2380296 0
[pid=31718/tid=31719] ppid=31716 vsize=9558440 CPUtime=4.99 cores=0,2,4,6
/proc/31718/task/31719/stat : 31719 (java) S 31716 31718 30092 0 -1 4202560 3602 0 1 0 482 17 0 0 20 0 18 0 290720228 9787842560 402457 33554432000 1073741824 1073778376 140734311296928 139783184903336 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31721] ppid=31716 vsize=9558440 CPUtime=0.57 cores=0,2,4,6
/proc/31718/task/31721/stat : 31721 (java) R 31716 31718 30092 0 -1 4202560 947 0 0 0 50 7 0 0 20 0 18 0 290720229 9787842560 402457 33554432000 1073741824 1073778376 140734311296928 139783146395704 139783187375801 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31722] ppid=31716 vsize=9558440 CPUtime=0.52 cores=0,2,4,6
/proc/31718/task/31722/stat : 31722 (java) D 31716 31718 30092 0 -1 4202560 1143 0 0 0 46 6 0 0 20 0 18 0 290720229 9787842560 402457 33554432000 1073741824 1073778376 140734311296928 139783145342904 240426804199 0 4 0 16800975 18446744071581355491 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31723] ppid=31716 vsize=9558440 CPUtime=0.66 cores=0,2,4,6
/proc/31718/task/31723/stat : 31723 (java) R 31716 31718 30092 0 -1 4202560 745 0 0 0 59 7 0 0 20 0 18 0 290720229 9787842560 402457 33554432000 1073741824 1073778376 140734311296928 139783144291032 139783189080239 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31724] ppid=31716 vsize=9558440 CPUtime=0.64 cores=0,2,4,6
/proc/31718/task/31724/stat : 31724 (java) R 31716 31718 30092 0 -1 4202560 812 0 0 0 57 7 0 0 20 0 18 0 290720229 9787842560 402457 33554432000 1073741824 1073778376 140734311296928 139783143238232 139783188661343 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31725] ppid=31716 vsize=9558440 CPUtime=0.67 cores=0,2,4,6
/proc/31718/task/31725/stat : 31725 (java) R 31716 31718 30092 0 -1 4202560 173 0 0 0 62 5 0 0 20 0 18 0 290720229 9787842560 402457 33554432000 1073741824 1073778376 140734311296928 139783142185648 139783191803075 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31726] ppid=31716 vsize=9558440 CPUtime=0.68 cores=0,2,4,6
/proc/31718/task/31726/stat : 31726 (java) R 31716 31718 30092 0 -1 4202560 474 0 0 0 62 6 0 0 20 0 18 0 290720229 9787842560 402457 33554432000 1073741824 1073778376 140734311296928 139783141133144 139783191800748 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31727] ppid=31716 vsize=9558440 CPUtime=0.52 cores=0,2,4,6
/proc/31718/task/31727/stat : 31727 (java) R 31716 31718 30092 0 -1 4202560 994 0 0 0 46 6 0 0 20 0 18 0 290720229 9787842560 402457 33554432000 1073741824 1073778376 140734311296928 139783140080856 139783187375801 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31728] ppid=31716 vsize=9558440 CPUtime=0.63 cores=0,2,4,6
/proc/31718/task/31728/stat : 31728 (java) R 31716 31718 30092 0 -1 4202560 263 0 0 0 56 7 0 0 20 0 18 0 290720229 9787842560 402458 33554432000 1073741824 1073778376 140734311296928 139783139028056 139783187375801 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31729] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31729/stat : 31729 (java) S 31716 31718 30092 0 -1 4202560 1038 0 0 0 0 0 0 0 20 0 18 0 290720230 9787842560 402458 33554432000 1073741824 1073778376 140734311296928 139783008384136 240430134332 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31730] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31730/stat : 31730 (java) S 31716 31718 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 290720231 9787842560 402458 33554432000 1073741824 1073778376 140734311296928 139783007331320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31731] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31731/stat : 31731 (java) S 31716 31718 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 290720231 9787842560 402458 33554432000 1073741824 1073778376 140734311296928 139783006278920 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31732] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31732/stat : 31732 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720233 9787842560 402458 33554432000 1073741824 1073778376 140734311296928 139783005227408 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31733] ppid=31716 vsize=9558440 CPUtime=0.32 cores=0,2,4,6
/proc/31718/task/31733/stat : 31733 (java) S 31716 31718 30092 0 -1 4202560 4014 0 0 0 32 0 0 0 20 0 18 0 290720233 9787842560 402458 33554432000 1073741824 1073778376 140734311296928 139783004175032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31734] ppid=31716 vsize=9558440 CPUtime=0.41 cores=0,2,4,6
/proc/31718/task/31734/stat : 31734 (java) S 31716 31718 30092 0 -1 4202560 3189 0 0 0 41 0 0 0 20 0 18 0 290720233 9787842560 402458 33554432000 1073741824 1073778376 140734311296928 139783003122232 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31735] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31735/stat : 31735 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720233 9787842560 402458 33554432000 1073741824 1073778376 140734311296928 139783002070136 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31736] ppid=31716 vsize=9558440 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31736/stat : 31736 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 290720233 9787842560 402458 33554432000 1073741824 1073778376 140734311296928 139783001017544 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=31718/tid=31726] ppid=31716 vsize=9625004 CPUtime=1.9 cores=0,2,4,6
/proc/31718/task/31726/stat : 31726 (java) S 31716 31718 30092 0 -1 4202560 3929 0 0 0 171 19 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783141132968 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31727] ppid=31716 vsize=9625004 CPUtime=1.91 cores=0,2,4,6
/proc/31718/task/31727/stat : 31727 (java) S 31716 31718 30092 0 -1 4202560 3076 0 0 0 170 21 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783140080680 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31728] ppid=31716 vsize=9625004 CPUtime=2.15 cores=0,2,4,6
/proc/31718/task/31728/stat : 31728 (java) S 31716 31718 30092 0 -1 4202560 3346 0 0 0 191 24 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783139027880 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31729] ppid=31716 vsize=9625004 CPUtime=7.2 cores=0,2,4,6
/proc/31718/task/31729/stat : 31729 (java) S 31716 31718 30092 0 -1 4202560 2209 0 0 0 715 5 0 0 20 0 19 0 290720230 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783008385256 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31730] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31730/stat : 31730 (java) S 31716 31718 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290720231 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783007331320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31731] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31731/stat : 31731 (java) S 31716 31718 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290720231 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783006278920 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31732] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31732/stat : 31732 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783005227408 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31733] ppid=31716 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/31718/task/31733/stat : 31733 (java) S 31716 31718 30092 0 -1 4202560 4073 0 0 0 78 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783004175032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31734] ppid=31716 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/31718/task/31734/stat : 31734 (java) S 31716 31718 30092 0 -1 4202560 3200 0 0 0 80 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783003122232 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31735] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31735/stat : 31735 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783002070136 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31736] ppid=31716 vsize=9625004 CPUtime=0.71 cores=0,2,4,6
/proc/31718/task/31736/stat : 31736 (java) S 31716 31718 30092 0 -1 4202560 95 0 0 0 37 34 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783001017544 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31738] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31738/stat : 31738 (java) S 31716 31718 30092 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290723360 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139781992342440 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1675.96
Current children cumulated vsize (KiB) 9625004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/213 31775
/proc/meminfo: memFree=19039888/32873844 swapFree=6088/6088
[pid=31718] ppid=31716 vsize=9625004 CPUtime=1735.98 cores=0,2,4,6
/proc/31718/stat : 31718 (java) S 31716 31718 30092 0 -1 4202496 37898 0 1 0 173375 223 0 0 20 0 19 0 290720228 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 140734311288064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31718/statm: 2406251 947102 2291 9 0 2396937 0
[pid=31718/tid=31719] ppid=31716 vsize=9625004 CPUtime=1710.92 cores=0,2,4,6
/proc/31718/task/31719/stat : 31719 (java) R 31716 31718 30092 0 -1 4202560 4040 0 1 0 171027 65 0 0 20 0 19 0 290720228 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783184904680 139783016617206 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31721] ppid=31716 vsize=9625004 CPUtime=1.89 cores=0,2,4,6
/proc/31718/task/31721/stat : 31721 (java) S 31716 31718 30092 0 -1 4202560 3990 0 0 0 169 20 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783146395944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31722] ppid=31716 vsize=9625004 CPUtime=2 cores=0,2,4,6
/proc/31718/task/31722/stat : 31722 (java) S 31716 31718 30092 0 -1 4202560 2383 0 0 0 181 19 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783145343144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31723] ppid=31716 vsize=9625004 CPUtime=2.18 cores=0,2,4,6
/proc/31718/task/31723/stat : 31723 (java) S 31716 31718 30092 0 -1 4202560 2760 0 0 0 196 22 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783144290856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31724] ppid=31716 vsize=9625004 CPUtime=2.01 cores=0,2,4,6
/proc/31718/task/31724/stat : 31724 (java) S 31716 31718 30092 0 -1 4202560 1981 0 0 0 181 20 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783143238056 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31725] ppid=31716 vsize=9625004 CPUtime=2 cores=0,2,4,6
/proc/31718/task/31725/stat : 31725 (java) S 31716 31718 30092 0 -1 4202560 1632 0 0 0 182 18 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783142185768 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31726] ppid=31716 vsize=9625004 CPUtime=1.9 cores=0,2,4,6
/proc/31718/task/31726/stat : 31726 (java) S 31716 31718 30092 0 -1 4202560 3929 0 0 0 171 19 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783141132968 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31727] ppid=31716 vsize=9625004 CPUtime=1.91 cores=0,2,4,6
/proc/31718/task/31727/stat : 31727 (java) S 31716 31718 30092 0 -1 4202560 3076 0 0 0 170 21 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783140080680 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31728] ppid=31716 vsize=9625004 CPUtime=2.15 cores=0,2,4,6
/proc/31718/task/31728/stat : 31728 (java) S 31716 31718 30092 0 -1 4202560 3346 0 0 0 191 24 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783139027880 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31729] ppid=31716 vsize=9625004 CPUtime=7.2 cores=0,2,4,6
/proc/31718/task/31729/stat : 31729 (java) S 31716 31718 30092 0 -1 4202560 2209 0 0 0 715 5 0 0 20 0 19 0 290720230 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783008385256 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31730] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31730/stat : 31730 (java) S 31716 31718 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290720231 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783007331320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31731] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31731/stat : 31731 (java) S 31716 31718 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290720231 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783006278920 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31732] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31732/stat : 31732 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783005227408 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31733] ppid=31716 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/31718/task/31733/stat : 31733 (java) S 31716 31718 30092 0 -1 4202560 4073 0 0 0 78 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783004175032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31734] ppid=31716 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/31718/task/31734/stat : 31734 (java) S 31716 31718 30092 0 -1 4202560 3200 0 0 0 80 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783003122232 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31735] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31735/stat : 31735 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783002070136 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31736] ppid=31716 vsize=9625004 CPUtime=0.73 cores=0,2,4,6
/proc/31718/task/31736/stat : 31736 (java) S 31716 31718 30092 0 -1 4202560 99 0 0 0 39 34 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783001017544 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31738] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31738/stat : 31738 (java) S 31716 31718 30092 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290723360 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139781992342440 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1735.98
Current children cumulated vsize (KiB) 9625004

[startup+1782.3 s]
/proc/loadavg: 2.10 2.03 2.01 3/213 31776
/proc/meminfo: memFree=19039764/32873844 swapFree=6088/6088
[pid=31718] ppid=31716 vsize=9625004 CPUtime=1796.01 cores=0,2,4,6
/proc/31718/stat : 31718 (java) S 31716 31718 30092 0 -1 4202496 37903 0 1 0 179376 225 0 0 20 0 19 0 290720228 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 140734311288064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31718/statm: 2406251 947102 2291 9 0 2396937 0
[pid=31718/tid=31719] ppid=31716 vsize=9625004 CPUtime=1770.91 cores=0,2,4,6
/proc/31718/task/31719/stat : 31719 (java) R 31716 31718 30092 0 -1 4202560 4040 0 1 0 177026 65 0 0 20 0 19 0 290720228 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783184904616 139783016616787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31721] ppid=31716 vsize=9625004 CPUtime=1.89 cores=0,2,4,6
/proc/31718/task/31721/stat : 31721 (java) S 31716 31718 30092 0 -1 4202560 3990 0 0 0 169 20 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783146395944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31722] ppid=31716 vsize=9625004 CPUtime=2 cores=0,2,4,6
/proc/31718/task/31722/stat : 31722 (java) S 31716 31718 30092 0 -1 4202560 2383 0 0 0 181 19 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783145343144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31723] ppid=31716 vsize=9625004 CPUtime=2.18 cores=0,2,4,6
/proc/31718/task/31723/stat : 31723 (java) S 31716 31718 30092 0 -1 4202560 2760 0 0 0 196 22 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783144290856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31724] ppid=31716 vsize=9625004 CPUtime=2.01 cores=0,2,4,6
/proc/31718/task/31724/stat : 31724 (java) S 31716 31718 30092 0 -1 4202560 1981 0 0 0 181 20 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783143238056 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31725] ppid=31716 vsize=9625004 CPUtime=2 cores=0,2,4,6
/proc/31718/task/31725/stat : 31725 (java) S 31716 31718 30092 0 -1 4202560 1632 0 0 0 182 18 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783142185768 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31726] ppid=31716 vsize=9625004 CPUtime=1.9 cores=0,2,4,6
/proc/31718/task/31726/stat : 31726 (java) S 31716 31718 30092 0 -1 4202560 3929 0 0 0 171 19 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783141132968 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31727] ppid=31716 vsize=9625004 CPUtime=1.91 cores=0,2,4,6
/proc/31718/task/31727/stat : 31727 (java) S 31716 31718 30092 0 -1 4202560 3076 0 0 0 170 21 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783140080680 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31728] ppid=31716 vsize=9625004 CPUtime=2.15 cores=0,2,4,6
/proc/31718/task/31728/stat : 31728 (java) S 31716 31718 30092 0 -1 4202560 3346 0 0 0 191 24 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783139027880 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31729] ppid=31716 vsize=9625004 CPUtime=7.2 cores=0,2,4,6
/proc/31718/task/31729/stat : 31729 (java) S 31716 31718 30092 0 -1 4202560 2209 0 0 0 715 5 0 0 20 0 19 0 290720230 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783008385256 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31730] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31730/stat : 31730 (java) S 31716 31718 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290720231 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783007331320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31731] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31731/stat : 31731 (java) S 31716 31718 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290720231 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783006278920 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31732] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31732/stat : 31732 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783005227408 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31733] ppid=31716 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/31718/task/31733/stat : 31733 (java) S 31716 31718 30092 0 -1 4202560 4073 0 0 0 78 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783004175032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31734] ppid=31716 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/31718/task/31734/stat : 31734 (java) S 31716 31718 30092 0 -1 4202560 3201 0 0 0 80 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783003122232 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31735] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31735/stat : 31735 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783002070136 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31736] ppid=31716 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/31718/task/31736/stat : 31736 (java) S 31716 31718 30092 0 -1 4202560 103 0 0 0 41 36 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783001017544 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31738] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31738/stat : 31738 (java) S 31716 31718 30092 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290723360 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139781992342440 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1796.01
Current children cumulated vsize (KiB) 9625004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1786.3 s]
/proc/loadavg: 2.09 2.03 2.01 3/193 31779
/proc/meminfo: memFree=22740072/32873844 swapFree=6088/6088
[pid=31718] ppid=31716 vsize=9625004 CPUtime=1800.02 cores=0,2,4,6
/proc/31718/stat : 31718 (java) S 31716 31718 30092 0 -1 4202496 37903 0 1 0 179777 225 0 0 20 0 19 0 290720228 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 140734311288064 240430121021 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31718/statm: 2406251 947102 2291 9 0 2396937 0
[pid=31718/tid=31719] ppid=31716 vsize=9625004 CPUtime=1774.92 cores=0,2,4,6
/proc/31718/task/31719/stat : 31719 (java) R 31716 31718 30092 0 -1 4202560 4040 0 1 0 177427 65 0 0 20 0 19 0 290720228 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783184904616 139783016616787 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31721] ppid=31716 vsize=9625004 CPUtime=1.89 cores=0,2,4,6
/proc/31718/task/31721/stat : 31721 (java) S 31716 31718 30092 0 -1 4202560 3990 0 0 0 169 20 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783146395944 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31722] ppid=31716 vsize=9625004 CPUtime=2 cores=0,2,4,6
/proc/31718/task/31722/stat : 31722 (java) S 31716 31718 30092 0 -1 4202560 2383 0 0 0 181 19 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783145343144 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31723] ppid=31716 vsize=9625004 CPUtime=2.18 cores=0,2,4,6
/proc/31718/task/31723/stat : 31723 (java) S 31716 31718 30092 0 -1 4202560 2760 0 0 0 196 22 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783144290856 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31724] ppid=31716 vsize=9625004 CPUtime=2.01 cores=0,2,4,6
/proc/31718/task/31724/stat : 31724 (java) S 31716 31718 30092 0 -1 4202560 1981 0 0 0 181 20 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783143238056 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31725] ppid=31716 vsize=9625004 CPUtime=2 cores=0,2,4,6
/proc/31718/task/31725/stat : 31725 (java) S 31716 31718 30092 0 -1 4202560 1632 0 0 0 182 18 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783142185768 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31726] ppid=31716 vsize=9625004 CPUtime=1.9 cores=0,2,4,6
/proc/31718/task/31726/stat : 31726 (java) S 31716 31718 30092 0 -1 4202560 3929 0 0 0 171 19 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783141132968 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31718/tid=31727] ppid=31716 vsize=9625004 CPUtime=1.91 cores=0,2,4,6
/proc/31718/task/31727/stat : 31727 (java) S 31716 31718 30092 0 -1 4202560 3076 0 0 0 170 21 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783140080680 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31728] ppid=31716 vsize=9625004 CPUtime=2.15 cores=0,2,4,6
/proc/31718/task/31728/stat : 31728 (java) S 31716 31718 30092 0 -1 4202560 3346 0 0 0 191 24 0 0 20 0 19 0 290720229 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783139027880 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31729] ppid=31716 vsize=9625004 CPUtime=7.2 cores=0,2,4,6
/proc/31718/task/31729/stat : 31729 (java) S 31716 31718 30092 0 -1 4202560 2209 0 0 0 715 5 0 0 20 0 19 0 290720230 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783008385256 240430135209 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31730] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31730/stat : 31730 (java) S 31716 31718 30092 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 290720231 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783007331320 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31731] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31731/stat : 31731 (java) S 31716 31718 30092 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 290720231 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783006278920 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31732] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31732/stat : 31732 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783005227408 240430143264 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31733] ppid=31716 vsize=9625004 CPUtime=0.78 cores=0,2,4,6
/proc/31718/task/31733/stat : 31733 (java) S 31716 31718 30092 0 -1 4202560 4073 0 0 0 78 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783004175032 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31718/tid=31734] ppid=31716 vsize=9625004 CPUtime=0.8 cores=0,2,4,6
/proc/31718/task/31734/stat : 31734 (java) S 31716 31718 30092 0 -1 4202560 3201 0 0 0 80 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783003122232 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31735] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31735/stat : 31735 (java) S 31716 31718 30092 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783002070136 240430134332 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31718/tid=31736] ppid=31716 vsize=9625004 CPUtime=0.77 cores=0,2,4,6
/proc/31718/task/31736/stat : 31736 (java) S 31716 31718 30092 0 -1 4202560 103 0 0 0 41 36 0 0 20 0 19 0 290720233 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139783001017544 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31718/tid=31738] ppid=31716 vsize=9625004 CPUtime=0 cores=0,2,4,6
/proc/31718/task/31738/stat : 31738 (java) S 31716 31718 30092 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 290723360 9856004096 947102 33554432000 1073741824 1073778376 140734311296928 139781992342440 240430135209 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 9625004

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 1786.36
CPU time (s): 1800.81
CPU user time (s): 1797.98
CPU system time (s): 2.83357
CPU usage (%): 100.809
Max. virtual memory (cumulated for all children) (KiB): 9625004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.98
system time used= 2.83357
maximum resident set size= 3788524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37934
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 42242
involuntary context switches= 11052

runsolver used 6.45002 second user time and 13.9829 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-29 00:58:37
IDJOB=3710448
IDBENCH=92647
IDSOLVER=2289
FILE ID=node108/3710448-1338245911
RUNJOBID= node108-1338240509-31237
PBS_JOBID= 14624630
Free space on /tmp= 71292 MiB

SOLVER NAME= SAT4J PB specific settings 2.3.2 snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_9_mh.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-3710448-1338245911/watcher-3710448-1338245911 -o /tmp/evaluation-result-3710448-1338245911/solver-3710448-1338245911 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-sat.jar -opt -s Resolution -S ORDERS=VarOrderHeap -hot -y HOME/instance-3710448-1338245911.opb

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

MD5SUM BENCH= ab50ad160b8df343de4157f6d66d8abc
RANDOM SEED=1398862536

node108.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		: 2666.273
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	: 5332.54
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		: 2666.273
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		: 2666.273
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.91
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		: 2666.273
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		: 2666.273
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		: 2666.273
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	: 5438.55
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		: 2666.273
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	: 5331.90
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		: 2666.273
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:       32873844 kB
MemFree:        26267672 kB
Buffers:          336900 kB
Cached:          5190600 kB
SwapCached:            0 kB
Active:          1367460 kB
Inactive:        4412084 kB
Active(anon):     251992 kB
Inactive(anon):        0 kB
Active(file):    1115468 kB
Inactive(file):  4412084 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            445512 kB
Writeback:             0 kB
AnonPages:        214500 kB
Mapped:            22396 kB
Shmem:               200 kB
Slab:             676636 kB
SReclaimable:     113928 kB
SUnreclaim:       562708 kB
KernelStack:        1576 kB
PageTables:         4728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     823528 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71508 MiB
End job on node108 at 2012-05-29 01:28:25