Trace number 3687812

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.17 898.259

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-par32-1.opb
MD5SUM5a9e4c8983ff8fc3ce01109a5c224dd2
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables6352
Total number of constraints13453
Number of constraints which are clauses13453
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint3
Number of terms in the objective function 6352
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 6352
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 6352
Number of bits of the biggest sum of numbers13
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.01/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.07	c See www.sat4j.org for details.
0.01/0.08	c version 2.3.2.v20120418
0.01/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.01/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.01/0.08	c java.vm.version	19.1-b02
0.01/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.01/0.08	c sun.arch.data.model	64
0.01/0.08	c java.version		1.6.0_24
0.01/0.08	c os.name		Linux
0.01/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.01/0.08	c os.arch		amd64
0.01/0.08	c Free memory 		501472288
0.01/0.08	c Max memory 		7480803328
0.01/0.08	c Total memory 		504102912
0.01/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687812-1337873881.opb
0.10/0.11	c reading problem ... 
0.75/0.47	c ... done. Wall clock time 0.359s.
0.75/0.47	c declared #vars     6352
0.75/0.47	c #constraints  13321
0.75/0.47	c constraints type 
0.75/0.47	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
0.75/0.47	c ignored satisfied constraints => 132
0.75/0.47	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
0.75/0.47	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
0.75/0.47	c 13453 constraints processed.
0.75/0.47	c constraints type 
0.75/0.47	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6057
0.75/0.47	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6982
0.75/0.47	c ignored satisfied constraints => 132
0.75/0.47	c org.sat4j.pb.constraints.pb.UnitClausePB => 282
0.75/0.47	c 13453 constraints processed.
0.75/0.47	c objective function length is 6352 literals
9.90/4.15	c cleaning 2499 clauses out of 5000 with flag 5000/5000
18.19/8.29	c cleaning 4249 clauses out of 8501 with flag 11000/11000
21.58/9.98	c cleaning 0 clauses out of 5001 with flag 0/5001
29.55/13.82	c cleaning 5625 clauses out of 11252 with flag 18000/18000
43.84/20.85	c cleaning 6806 clauses out of 13628 with flag 26001/26001
45.25/21.51	c cleaning 0 clauses out of 11000 with flag 0/11000
60.44/29.17	c cleaning 7904 clauses out of 15821 with flag 35000/35000
73.61/35.74	c cleaning 0 clauses out of 18000 with flag 0/18000
78.37/38.20	c cleaning 8954 clauses out of 17917 with flag 45000/45000
98.97/48.48	c cleaning 9974 clauses out of 19963 with flag 56000/56000
107.12/52.55	c cleaning 0 clauses out of 26000 with flag 0/26000
123.88/60.99	c cleaning 10987 clauses out of 21989 with flag 68000/68000
147.64/72.86	c cleaning 0 clauses out of 35000 with flag 0/35000
153.81/75.93	c cleaning 11996 clauses out of 24003 with flag 81001/81001
188.79/93.43	c cleaning 12998 clauses out of 26007 with flag 95001/95001
197.74/97.95	c cleaning 0 clauses out of 45001 with flag 0/45001
228.07/113.15	c cleaning 14001 clauses out of 28008 with flag 110001/110001
253.06/125.67	c cleaning 0 clauses out of 56002 with flag 0/56002
273.22/135.71	c cleaning 14997 clauses out of 30006 with flag 126000/126000
317.64/157.95	c cleaning 0 clauses out of 68001 with flag 0/68001
326.78/162.54	c cleaning 15999 clauses out of 32010 with flag 143001/143001
387.91/193.01	c cleaning 17000 clauses out of 34010 with flag 161000/161000
400.27/199.29	c cleaning 0 clauses out of 81001 with flag 0/81001
457.97/228.09	c cleaning 17996 clauses out of 36010 with flag 180000/180000
507.44/252.72	c cleaning 0 clauses out of 95000 with flag 0/95000
535.20/266.62	c cleaning 18998 clauses out of 38015 with flag 200001/200001
618.03/307.93	c cleaning 20002 clauses out of 40017 with flag 221001/221001
638.36/318.16	c cleaning 0 clauses out of 110000 with flag 0/110000
705.83/351.88	c cleaning 21001 clauses out of 42014 with flag 243000/243000
800.86/399.29	c cleaning 21999 clauses out of 44013 with flag 266000/266000
805.99/401.87	c cleaning 0 clauses out of 126001 with flag 0/126001
870.14/433.84	c cleaning 23001 clauses out of 46015 with flag 290001/290001
918.79/458.19	c cleaning 24002 clauses out of 48014 with flag 315001/315001
929.72/463.60	c cleaning 0 clauses out of 143000 with flag 0/143000
972.18/484.80	c cleaning 24998 clauses out of 50012 with flag 341001/341001
1030.43/514.00	c cleaning 25998 clauses out of 52013 with flag 368000/368000
1049.16/523.36	c cleaning 0 clauses out of 161001 with flag 0/161001
1094.22/545.83	c cleaning 27001 clauses out of 54016 with flag 396001/396001
1153.12/575.28	c cleaning 28000 clauses out of 56014 with flag 425000/425000
1193.58/595.43	c cleaning 0 clauses out of 180001 with flag 0/180001
1224.13/610.75	c cleaning 28998 clauses out of 58014 with flag 455000/455000
1300.07/648.61	c cleaning 30002 clauses out of 60016 with flag 486000/486000
1345.37/671.20	c cleaning 0 clauses out of 200001 with flag 0/200001
1382.83/689.96	c cleaning 31000 clauses out of 62016 with flag 518002/518002
1476.25/736.56	c cleaning 31997 clauses out of 64014 with flag 551000/551000
1508.69/752.72	c cleaning 0 clauses out of 221001 with flag 0/221001
1581.68/789.14	c cleaning 33003 clauses out of 66018 with flag 585001/585001
1670.30/833.31	c cleaning 0 clauses out of 243001 with flag 0/243001
1685.74/841.19	c cleaning 34000 clauses out of 68015 with flag 620001/620001
1769.73/883.00	c cleaning 34996 clauses out of 70014 with flag 656000/656000
1800.17/898.21	c starts		: 168
1800.17/898.21	c conflicts		: 676973
1800.17/898.21	c decisions		: 686097
1800.17/898.21	c propagations		: 1451914794
1800.17/898.21	c inspects		: 9597317111
1800.17/898.21	c shortcuts		: 0
1800.17/898.21	c learnt literals	: 1
1800.17/898.21	c learnt binary clauses	: 81
1800.17/898.21	c learnt ternary clauses	: 47
1800.17/898.21	c learnt constraints	: 676972
1800.17/898.22	c ignored constraints	: 0
1800.17/898.22	c root simplifications	: 0
1800.17/898.22	c removed literals (reason simplification)	: 6261940
1800.17/898.22	c reason swapping (by a shorter reason)	: 0
1800.17/898.22	c Calls to reduceDB	: 32
1800.17/898.22	c number of reductions to clauses (during analyze)	: 0
1800.17/898.22	c number of learned constraints concerned by reduction	: 0
1800.17/898.22	c number of learning phase by resolution	: 0
1800.17/898.22	c number of learning phase by cutting planes	: 0
1800.17/898.22	c speed (assignments/second)	: 1617488.5505197523
1800.17/898.22	c non guided choices	0
1800.17/898.24	c learnt constraints type 
1800.17/898.24	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 81
1800.17/898.24	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 55935
1800.17/898.24	c constraints type 
1800.17/898.24	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 6982
1800.17/898.24	c ignored satisfied constraints => 132
1800.17/898.24	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 6057
1800.17/898.24	c org.sat4j.minisat.constraints.cnf.UnitClause => 282
1800.17/898.24	c 13453 constraints processed.
1800.17/898.24	c constraints type 
1800.17/898.24	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 6057
1800.17/898.24	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 6982
1800.17/898.24	c ignored satisfied constraints => 132
1800.17/898.24	c org.sat4j.pb.constraints.pb.UnitClausePB => 282
1800.17/898.24	c 13453 constraints processed.
1800.17/898.24	s UNKNOWN
1800.17/898.24	c Total wall clock time (in seconds): 898.137

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-3687812-1337873881/watcher-3687812-1337873881 -o /tmp/evaluation-result-3687812-1337873881/solver-3687812-1337873881 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687812-1337873881.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: 3.46 3.62 3.28 4/197 18970
/proc/meminfo: memFree=28552492/32873844 swapFree=7384/7384
[pid=18970] ppid=18968 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/18970/stat : 18970 (java) R 18968 18970 18255 0 -1 4202496 862 0 0 0 0 0 0 0 20 0 1 0 253513519 23793664 590 33554432000 1073741824 1073778376 140734681809616 140734681798680 239863904833 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/18970/statm: 5809 602 448 9 0 128 0

[startup+0.027115 s]
/proc/loadavg: 3.46 3.62 3.28 4/197 18970
/proc/meminfo: memFree=28552492/32873844 swapFree=7384/7384
[pid=18970] ppid=18968 vsize=9092432 CPUtime=0.01 cores=1,3,5,7
/proc/18970/stat : 18970 (java) S 18968 18970 18255 0 -1 4202496 2893 0 1 0 1 0 0 0 20 0 11 0 253513519 9310650368 3592 33554432000 1073741824 1073778376 140734681809616 140734681800752 239876472893 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18970/statm: 2273108 3593 1623 9 0 2263809 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9092432

[startup+0.10028 s]
/proc/loadavg: 3.46 3.62 3.28 4/197 18970
/proc/meminfo: memFree=28552492/32873844 swapFree=7384/7384
[pid=18970] ppid=18968 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/18970/stat : 18970 (java) S 18968 18970 18255 0 -1 4202496 4383 0 1 0 9 1 0 0 20 0 18 0 253513519 9787813888 6091 33554432000 1073741824 1073778376 140734681809616 140734681800752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18970/statm: 2389603 6094 2115 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300174 s]
/proc/loadavg: 3.46 3.62 3.28 4/197 18970
/proc/meminfo: memFree=28552492/32873844 swapFree=7384/7384
[pid=18970] ppid=18968 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/18970/stat : 18970 (java) S 18968 18970 18255 0 -1 4202496 5585 0 1 0 47 2 0 0 20 0 18 0 253513519 9787813888 8867 33554432000 1073741824 1073778376 140734681809616 140734681800752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18970/statm: 2389603 8867 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558412

[startup+0.700187 s]
/proc/loadavg: 3.46 3.62 3.28 4/197 18970
/proc/meminfo: memFree=28552492/32873844 swapFree=7384/7384
[pid=18970] ppid=18968 vsize=9824668 CPUtime=1.87 cores=1,3,5,7
/proc/18970/stat : 18970 (java) S 18968 18970 18255 0 -1 4202496 17166 0 1 0 182 5 0 0 20 0 22 0 253513519 10060460032 24360 33554432000 1073741824 1073778376 140734681809616 140734681800752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18970/statm: 2456167 24360 2245 9 0 2446860 0
Current children cumulated CPU time (s) 1.87
Current children cumulated vsize (KiB) 9824668

[startup+1.50085 s]
/proc/loadavg: 3.46 3.62 3.28 7/219 18992
/proc/meminfo: memFree=28446468/32873844 swapFree=7384/7384
[pid=18970] ppid=18968 vsize=9824668 CPUtime=4.58 cores=1,3,5,7
/proc/18970/stat : 18970 (java) S 18968 18970 18255 0 -1 4202496 23843 0 1 0 451 7 0 0 20 0 22 0 253513519 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140734681800752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18970/statm: 2456167 47517 2258 9 0 2446860 0
[pid=18970/tid=18972] ppid=18968 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/18970/task/18972/stat : 18972 (java) S 18968 18970 18255 0 -1 4202560 2481 0 1 0 43 1 0 0 20 0 22 0 253513519 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390326035448 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18973] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390287526696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390286473896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18975/stat : 18975 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390285421608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18976] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390284368808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18977] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390283315496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390282262696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390281210408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18980/stat : 18980 (java) S 18968 18970 18255 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390280157608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253513521 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390149647080 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 18255 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 253513522 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390148593144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18983] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18983/stat : 18983 (java) S 18968 18970 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513522 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390147540744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18984] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18984/stat : 18984 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513524 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390146489232 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18985] ppid=18968 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/18970/task/18985/stat : 18985 (java) S 18968 18970 18255 0 -1 4202560 8341 0 0 0 101 2 0 0 20 0 22 0 253513524 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390145435832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18986] ppid=18968 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/18970/task/18986/stat : 18986 (java) S 18968 18970 18255 0 -1 4202560 11676 0 0 0 100 3 0 0 20 0 22 0 253513524 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390144383032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18987] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18987/stat : 18987 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513524 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390143330936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18988] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18988/stat : 18988 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513524 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390142278344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18989] ppid=18968 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/18970/task/18989/stat : 18989 (java) R 18968 18970 18255 0 -1 4202560 34 0 0 0 101 0 0 0 20 0 22 0 253513566 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390141223592 140390150698468 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18990] ppid=18968 vsize=9824668 CPUtime=1.01 cores=1,3,5,7
/proc/18970/task/18990/stat : 18990 (java) R 18968 18970 18255 0 -1 4202560 110 0 0 0 99 2 0 0 20 0 22 0 253513566 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390140170792 140390150722923 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18991] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18991/stat : 18991 (java) S 18968 18970 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513577 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390139119272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18992] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18992/stat : 18992 (java) S 18968 18970 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513577 10060460032 47517 33554432000 1073741824 1073778376 140734681809616 140390138066472 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.58
Current children cumulated vsize (KiB) 9824668

[startup+3.10078 s]
/proc/loadavg: 3.50 3.63 3.29 5/219 18992
/proc/meminfo: memFree=28360444/32873844 swapFree=7384/7384
[pid=18970] ppid=18968 vsize=9824668 CPUtime=7.88 cores=1,3,5,7
/proc/18970/stat : 18970 (java) S 18968 18970 18255 0 -1 4202496 23995 0 1 0 777 11 0 0 20 0 22 0 253513519 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140734681800752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18970/statm: 2456167 73716 2270 9 0 2446860 0
[pid=18970/tid=18972] ppid=18968 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/18970/task/18972/stat : 18972 (java) S 18968 18970 18255 0 -1 4202560 2481 0 1 0 43 1 0 0 20 0 22 0 253513519 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390326035448 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18973] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 18255 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390287526696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 18255 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390286473896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18975/stat : 18975 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390285421608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18976] ppid=18968 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 18255 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253513520 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390284368808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18977] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 18255 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390283315496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 18255 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390282262696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390281210408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18980/stat : 18980 (java) S 18968 18970 18255 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390280157608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 18255 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 253513521 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390149647080 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253513522 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390148593144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18983] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18983/stat : 18983 (java) S 18968 18970 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253513522 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390147540744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18984] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18984/stat : 18984 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513524 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390146489232 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18985] ppid=18968 vsize=9824668 CPUtime=1.05 cores=1,3,5,7
/proc/18970/task/18985/stat : 18985 (java) S 18968 18970 18255 0 -1 4202560 8341 0 0 0 103 2 0 0 20 0 22 0 253513524 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390145435832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18986] ppid=18968 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/18970/task/18986/stat : 18986 (java) R 18968 18970 18255 0 -1 4202560 11676 0 0 0 105 3 0 0 20 0 22 0 253513524 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390144382912 140390332842832 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18987] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18987/stat : 18987 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513524 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390143330936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18988] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18988/stat : 18988 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513524 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390142278344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18989] ppid=18968 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/18970/task/18989/stat : 18989 (java) R 18968 18970 18255 0 -1 4202560 35 0 0 0 258 0 0 0 20 0 22 0 253513566 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390141223992 140390150484271 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18990] ppid=18968 vsize=9824668 CPUtime=2.58 cores=1,3,5,7
/proc/18970/task/18990/stat : 18990 (java) R 18968 18970 18255 0 -1 4202560 157 0 0 0 255 3 0 0 20 0 22 0 253513566 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390140171384 140390150723192 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18991] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18991/stat : 18991 (java) S 18968 18970 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513577 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390139119272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18992] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18992/stat : 18992 (java) S 18968 18970 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513577 10060460032 73716 33554432000 1073741824 1073778376 140734681809616 140390138066472 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.88
Current children cumulated vsize (KiB) 9824668

[startup+6.30087 s]
/proc/loadavg: 3.50 3.63 3.29 5/219 18992
/proc/meminfo: memFree=28176248/32873844 swapFree=7384/7384
[pid=18970] ppid=18968 vsize=9824668 CPUtime=14.38 cores=1,3,5,7
/proc/18970/stat : 18970 (java) S 18968 18970 18255 0 -1 4202496 24288 0 1 0 1421 17 0 0 20 0 22 0 253513519 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140734681800752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18970/statm: 2456167 134270 2284 9 0 2446860 0
[pid=18970/tid=18972] ppid=18968 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/18970/task/18972/stat : 18972 (java) S 18968 18970 18255 0 -1 4202560 2481 0 1 0 43 1 0 0 20 0 22 0 253513519 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140390326035448 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18973] ppid=18968 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 18255 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 22 0 253513520 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140390287526696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 18255 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 253513520 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140390286473896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18975/stat : 18975 (java) S 18968 18970 18255 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140390285421608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18976] ppid=18968 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 18255 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 253513520 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140390284368808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18977] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 18255 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140390283315496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 18255 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 253513520 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140390282262696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 18255 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140390281210408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18980/stat : 18980 (java) S 18968 18970 18255 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 253513520 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140390280157608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 18255 0 -1 4202560 223 0 0 0 2 0 0 0 20 0 22 0 253513521 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140390149647080 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253513522 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140390148593144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18983] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18983/stat : 18983 (java) S 18968 18970 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253513522 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140390147540744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18984] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18984/stat : 18984 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513524 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140390146489232 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18985] ppid=18968 vsize=9824668 CPUtime=1.1 cores=1,3,5,7
/proc/18970/task/18985/stat : 18985 (java) S 18968 18970 18255 0 -1 4202560 8345 0 0 0 108 2 0 0 20 0 22 0 253513524 10060460032 134270 33554432000 1073741824 1073778376 140734681809616 140390145435832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0

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

/proc/18970/statm: 2456167 243796 2284 9 0 2446860 0
[pid=18970/tid=18972] ppid=18968 vsize=9824668 CPUtime=0.49 cores=1,3,5,7
/proc/18970/task/18972/stat : 18972 (java) S 18968 18970 18255 0 -1 4202560 2496 0 1 0 45 4 0 0 20 0 22 0 253513519 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390326035448 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18973] ppid=18968 vsize=9824668 CPUtime=2 cores=1,3,5,7
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 18255 0 -1 4202560 70 0 0 0 196 4 0 0 20 0 22 0 253513520 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390287526696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=9824668 CPUtime=1.91 cores=1,3,5,7
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 18255 0 -1 4202560 58 0 0 0 187 4 0 0 20 0 22 0 253513520 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390286473896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=9824668 CPUtime=2.05 cores=1,3,5,7
/proc/18970/task/18975/stat : 18975 (java) S 18968 18970 18255 0 -1 4202560 70 0 0 0 201 4 0 0 20 0 22 0 253513520 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390285421608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18976] ppid=18968 vsize=9824668 CPUtime=2.07 cores=1,3,5,7
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 18255 0 -1 4202560 58 0 0 0 203 4 0 0 20 0 22 0 253513520 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390284368808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18977] ppid=18968 vsize=9824668 CPUtime=2 cores=1,3,5,7
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 18255 0 -1 4202560 54 0 0 0 196 4 0 0 20 0 22 0 253513520 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390283315496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=9824668 CPUtime=1.97 cores=1,3,5,7
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 18255 0 -1 4202560 49 0 0 0 193 4 0 0 20 0 22 0 253513520 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390282262696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=9824668 CPUtime=2.11 cores=1,3,5,7
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 18255 0 -1 4202560 69 0 0 0 205 6 0 0 20 0 22 0 253513520 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390281210408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=9824668 CPUtime=1.99 cores=1,3,5,7
/proc/18970/task/18980/stat : 18980 (java) S 18968 18970 18255 0 -1 4202560 56 0 0 0 195 4 0 0 20 0 22 0 253513520 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390280157608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=9824668 CPUtime=4.43 cores=1,3,5,7
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 18255 0 -1 4202560 3668 0 0 0 397 46 0 0 20 0 22 0 253513521 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390149647080 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253513522 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390148593144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18983] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18983/stat : 18983 (java) S 18968 18970 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253513522 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390147540744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18984] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18984/stat : 18984 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513524 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390146489232 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18985] ppid=18968 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/18970/task/18985/stat : 18985 (java) S 18968 18970 18255 0 -1 4202560 8349 0 0 0 127 2 0 0 20 0 22 0 253513524 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390145435832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18986] ppid=18968 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/18970/task/18986/stat : 18986 (java) S 18968 18970 18255 0 -1 4202560 11734 0 0 0 157 3 0 0 20 0 22 0 253513524 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390144383032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18987] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18987/stat : 18987 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513524 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390143330936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18988] ppid=18968 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/18970/task/18988/stat : 18988 (java) S 18968 18970 18255 0 -1 4202560 47 0 0 0 15 22 0 0 20 0 22 0 253513524 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390142278344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18989] ppid=18968 vsize=9824668 CPUtime=809.78 cores=1,3,5,7
/proc/18970/task/18989/stat : 18989 (java) R 18968 18970 18255 0 -1 4202560 503 0 0 0 80963 15 0 0 20 0 22 0 253513566 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390141223936 140390150483843 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18990] ppid=18968 vsize=9824668 CPUtime=809.92 cores=1,3,5,7
/proc/18970/task/18990/stat : 18990 (java) R 18968 18970 18255 0 -1 4202560 852 0 0 0 80960 32 0 0 20 0 22 0 253513566 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390140169808 140390150650282 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18991] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18991/stat : 18991 (java) S 18968 18970 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513577 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390139119272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18992] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18992/stat : 18992 (java) S 18968 18970 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513577 10060460032 243796 33554432000 1073741824 1073778376 140734681809616 140390138066472 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1648.19
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.98 3.94 3.67 5/219 19214
/proc/meminfo: memFree=26045692/32873844 swapFree=7384/7384
[pid=18970] ppid=18968 vsize=9824668 CPUtime=1768.32 cores=1,3,5,7
/proc/18970/stat : 18970 (java) S 18968 18970 18255 0 -1 4202496 29638 0 1 0 176693 139 0 0 20 0 22 0 253513519 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140734681800752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18970/statm: 2456167 241202 2284 9 0 2446860 0
[pid=18970/tid=18972] ppid=18968 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/18970/task/18972/stat : 18972 (java) S 18968 18970 18255 0 -1 4202560 2497 0 1 0 45 5 0 0 20 0 22 0 253513519 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390326035448 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18973] ppid=18968 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 18255 0 -1 4202560 72 0 0 0 214 4 0 0 20 0 22 0 253513520 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390287526696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 18255 0 -1 4202560 63 0 0 0 208 5 0 0 20 0 22 0 253513520 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390286473896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/18970/task/18975/stat : 18975 (java) S 18968 18970 18255 0 -1 4202560 72 0 0 0 221 5 0 0 20 0 22 0 253513520 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390285421608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18976] ppid=18968 vsize=9824668 CPUtime=2.26 cores=1,3,5,7
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 18255 0 -1 4202560 61 0 0 0 221 5 0 0 20 0 22 0 253513520 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390284368808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18977] ppid=18968 vsize=9824668 CPUtime=2.21 cores=1,3,5,7
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 18255 0 -1 4202560 56 0 0 0 217 4 0 0 20 0 22 0 253513520 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390283315496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=9824668 CPUtime=2.13 cores=1,3,5,7
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 18255 0 -1 4202560 53 0 0 0 208 5 0 0 20 0 22 0 253513520 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390282262696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=9824668 CPUtime=2.31 cores=1,3,5,7
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 18255 0 -1 4202560 72 0 0 0 225 6 0 0 20 0 22 0 253513520 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390281210408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/18970/task/18980/stat : 18980 (java) S 18968 18970 18255 0 -1 4202560 59 0 0 0 214 4 0 0 20 0 22 0 253513520 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390280157608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=9824668 CPUtime=4.84 cores=1,3,5,7
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 18255 0 -1 4202560 3904 0 0 0 435 49 0 0 20 0 22 0 253513521 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390149647080 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253513522 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390148593144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18983] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18983/stat : 18983 (java) S 18968 18970 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253513522 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390147540744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18984] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18984/stat : 18984 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513524 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390146489232 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18985] ppid=18968 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/18970/task/18985/stat : 18985 (java) S 18968 18970 18255 0 -1 4202560 8349 0 0 0 127 2 0 0 20 0 22 0 253513524 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390145435832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18986] ppid=18968 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/18970/task/18986/stat : 18986 (java) S 18968 18970 18255 0 -1 4202560 11734 0 0 0 157 3 0 0 20 0 22 0 253513524 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390144383032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18987] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18987/stat : 18987 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513524 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390143330936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18988] ppid=18968 vsize=9824668 CPUtime=0.39 cores=1,3,5,7
/proc/18970/task/18988/stat : 18988 (java) S 18968 18970 18255 0 -1 4202560 51 0 0 0 16 23 0 0 20 0 22 0 253513524 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390142278344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18989] ppid=18968 vsize=9824668 CPUtime=868.72 cores=1,3,5,7
/proc/18970/task/18989/stat : 18989 (java) R 18968 18970 18255 0 -1 4202560 548 0 0 0 86856 16 0 0 20 0 22 0 253513566 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390141222688 140390150698435 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18990] ppid=18968 vsize=9824668 CPUtime=868.85 cores=1,3,5,7
/proc/18970/task/18990/stat : 18990 (java) R 18968 18970 18255 0 -1 4202560 859 0 0 0 86851 34 0 0 20 0 22 0 253513566 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390140169072 140390150651151 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18991] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18991/stat : 18991 (java) S 18968 18970 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513577 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390139119272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18992] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18992/stat : 18992 (java) S 18968 18970 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513577 10060460032 241202 33554432000 1073741824 1073778376 140734681809616 140390138066472 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1768.32
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.201 s]
/proc/loadavg: 3.98 3.94 3.67 5/219 19214
/proc/meminfo: memFree=26040288/32873844 swapFree=7384/7384
[pid=18970] ppid=18968 vsize=9824668 CPUtime=1800.17 cores=1,3,5,7
/proc/18970/stat : 18970 (java) S 18968 18970 18255 0 -1 4202496 29762 0 1 0 179874 143 0 0 20 0 22 0 253513519 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140734681800752 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18970/statm: 2456167 242459 2284 9 0 2446860 0
[pid=18970/tid=18972] ppid=18968 vsize=9824668 CPUtime=0.5 cores=1,3,5,7
/proc/18970/task/18972/stat : 18972 (java) S 18968 18970 18255 0 -1 4202560 2498 0 1 0 45 5 0 0 20 0 22 0 253513519 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390326035448 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18973] ppid=18968 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/18970/task/18973/stat : 18973 (java) S 18968 18970 18255 0 -1 4202560 76 0 0 0 221 4 0 0 20 0 22 0 253513520 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390287526696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18974] ppid=18968 vsize=9824668 CPUtime=2.18 cores=1,3,5,7
/proc/18970/task/18974/stat : 18974 (java) S 18968 18970 18255 0 -1 4202560 65 0 0 0 213 5 0 0 20 0 22 0 253513520 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390286473896 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18975] ppid=18968 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/18970/task/18975/stat : 18975 (java) S 18968 18970 18255 0 -1 4202560 75 0 0 0 228 5 0 0 20 0 22 0 253513520 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390285421608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18976] ppid=18968 vsize=9824668 CPUtime=2.33 cores=1,3,5,7
/proc/18970/task/18976/stat : 18976 (java) S 18968 18970 18255 0 -1 4202560 64 0 0 0 228 5 0 0 20 0 22 0 253513520 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390284368808 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18977] ppid=18968 vsize=9824668 CPUtime=2.27 cores=1,3,5,7
/proc/18970/task/18977/stat : 18977 (java) S 18968 18970 18255 0 -1 4202560 60 0 0 0 223 4 0 0 20 0 22 0 253513520 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390283315496 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18978] ppid=18968 vsize=9824668 CPUtime=2.2 cores=1,3,5,7
/proc/18970/task/18978/stat : 18978 (java) S 18968 18970 18255 0 -1 4202560 55 0 0 0 215 5 0 0 20 0 22 0 253513520 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390282262696 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18979] ppid=18968 vsize=9824668 CPUtime=2.38 cores=1,3,5,7
/proc/18970/task/18979/stat : 18979 (java) S 18968 18970 18255 0 -1 4202560 76 0 0 0 232 6 0 0 20 0 22 0 253513520 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390281210408 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18980] ppid=18968 vsize=9824668 CPUtime=2.25 cores=1,3,5,7
/proc/18970/task/18980/stat : 18980 (java) S 18968 18970 18255 0 -1 4202560 63 0 0 0 221 4 0 0 20 0 22 0 253513520 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390280157608 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18981] ppid=18968 vsize=9824668 CPUtime=5.01 cores=1,3,5,7
/proc/18970/task/18981/stat : 18981 (java) S 18968 18970 18255 0 -1 4202560 3987 0 0 0 450 51 0 0 20 0 22 0 253513521 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390149647080 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18982] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18982/stat : 18982 (java) S 18968 18970 18255 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253513522 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390148593144 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18983] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18983/stat : 18983 (java) S 18968 18970 18255 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253513522 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390147540744 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18984] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18984/stat : 18984 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513524 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390146489232 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18985] ppid=18968 vsize=9824668 CPUtime=1.29 cores=1,3,5,7
/proc/18970/task/18985/stat : 18985 (java) S 18968 18970 18255 0 -1 4202560 8349 0 0 0 127 2 0 0 20 0 22 0 253513524 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390145435832 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18970/tid=18986] ppid=18968 vsize=9824668 CPUtime=1.6 cores=1,3,5,7
/proc/18970/task/18986/stat : 18986 (java) S 18968 18970 18255 0 -1 4202560 11734 0 0 0 157 3 0 0 20 0 22 0 253513524 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390144383032 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18987] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18987/stat : 18987 (java) S 18968 18970 18255 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253513524 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390143330936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18970/tid=18988] ppid=18968 vsize=9824668 CPUtime=0.4 cores=1,3,5,7
/proc/18970/task/18988/stat : 18988 (java) S 18968 18970 18255 0 -1 4202560 51 0 0 0 17 23 0 0 20 0 22 0 253513524 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390142278344 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18989] ppid=18968 vsize=9824668 CPUtime=884.25 cores=1,3,5,7
/proc/18970/task/18989/stat : 18989 (java) R 18968 18970 18255 0 -1 4202560 560 0 0 0 88409 16 0 0 20 0 22 0 253513566 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390141222688 140390150438454 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18990] ppid=18968 vsize=9824668 CPUtime=884.39 cores=1,3,5,7
/proc/18970/task/18990/stat : 18990 (java) R 18968 18970 18255 0 -1 4202560 861 0 0 0 88405 34 0 0 20 0 22 0 253513566 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390140169136 140390150698435 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18970/tid=18991] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18991/stat : 18991 (java) S 18968 18970 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513577 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390139119272 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18970/tid=18992] ppid=18968 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/18970/task/18992/stat : 18992 (java) S 18968 18970 18255 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253513577 10060460032 242459 33554432000 1073741824 1073778376 140734681809616 140390138066472 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 18970 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=188241
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=890712
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 898.259
CPU time (s): 1800.17
CPU user time (s): 1798.74
CPU system time (s): 1.43
CPU usage (%): 200.407
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.19
system time used= 1.89071
maximum resident set size= 1116476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29803
page faults= 1
swaps= 0
block input operations= 0
block output operations= 888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 46360
involuntary context switches= 69057

runsolver used 4.32034 second user time and 7.94379 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-24 17:38:01
IDJOB=3687812
IDBENCH=2208
IDSOLVER=2268
FILE ID=node136/3687812-1337873881
RUNJOBID= node136-1337871880-18272
PBS_JOBID= 14620068
Free space on /tmp= 71716 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-par32-1.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687812-1337873881/watcher-3687812-1337873881 -o /tmp/evaluation-result-3687812-1337873881/solver-3687812-1337873881 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687812-1337873881.opb

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

MD5SUM BENCH= 5a9e4c8983ff8fc3ce01109a5c224dd2
RANDOM SEED=647637232

node136.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.247
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.49
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.247
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.247
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.94
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.247
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.90
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.247
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.90
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.247
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.90
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.247
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.91
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.247
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:        28552756 kB
Buffers:          275588 kB
Cached:          1900412 kB
SwapCached:        24460 kB
Active:          1942836 kB
Inactive:        1605448 kB
Active(anon):    1346468 kB
Inactive(anon):    25096 kB
Active(file):     596368 kB
Inactive(file):  1580352 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:               596 kB
Writeback:             0 kB
AnonPages:       1395736 kB
Mapped:            17904 kB
Shmem:                 0 kB
Slab:             626716 kB
SReclaimable:      68168 kB
SUnreclaim:       558548 kB
KernelStack:        1784 kB
PageTables:         6852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1602244 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1347584 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= 71716 MiB
End job on node136 at 2012-05-24 17:53:01