Trace number 3690106

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.66 913.754

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat50_6_9_7_mh.opb
MD5SUMb2573b825edc2398ca6e42407bbf0da4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5332944
Best CPU time to get the best result obtained on this benchmark1800.37
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables250200
Total number of constraints605407
Number of constraints which are clauses477850
Number of constraints which are cardinality constraints (but not clauses)57
Number of constraints which are nor clauses,nor cardinality constraints127500
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 129900
Biggest coefficient in the objective function 109215352
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 74746045062
Number of bits of the sum of numbers in the objective function 37
Biggest number in a constraint 109215352
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 74746045062
Number of bits of the biggest sum of numbers37
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.3.2.v20120418
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3690106-1337887997.opb
0.11/0.10	c reading problem ... 
7.23/4.68	c ... done. Wall clock time 4.584s.
7.23/4.68	c declared #vars     250200
7.23/4.69	c #constraints  610311
7.23/4.69	c constraints type 
7.23/4.69	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121326
7.23/4.69	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
7.23/4.69	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
7.23/4.69	c ignored satisfied constraints => 3
7.23/4.69	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
7.23/4.69	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
7.23/4.69	c 610314 constraints processed.
7.23/4.69	c constraints type 
7.23/4.69	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 367550
7.23/4.69	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121326
7.23/4.69	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
7.23/4.69	c ignored satisfied constraints => 3
7.23/4.69	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
7.23/4.69	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121375
7.23/4.69	c 610314 constraints processed.
7.23/4.69	c objective function length is 129900 literals
203.70/101.98	c cleaning 2498 clauses out of 5000 with flag 5000/5000
269.98/135.35	c cleaning 4246 clauses out of 8502 with flag 11000/11000
349.65/176.06	c cleaning 5607 clauses out of 11258 with flag 18002/18002
428.25/216.23	c cleaning 6823 clauses out of 13649 with flag 26000/26000
523.25/264.73	c cleaning 7889 clauses out of 15826 with flag 35000/35000
598.65/303.19	c cleaning 8971 clauses out of 17942 with flag 45005/45005
723.48/366.20	c cleaning 9983 clauses out of 19967 with flag 56001/56001
917.27/465.08	c cleaning 10967 clauses out of 21983 with flag 68000/68000
997.18/505.47	c cleaning 11984 clauses out of 24016 with flag 81000/81000
1094.15/554.64	c cleaning 12987 clauses out of 26032 with flag 95000/95000
1214.60/615.66	c cleaning 13992 clauses out of 28047 with flag 110002/110002
1348.62/683.80	c cleaning 15000 clauses out of 30053 with flag 126000/126000
1525.32/773.09	c cleaning 16011 clauses out of 32053 with flag 143000/143000
1688.72/856.56	c cleaning 16995 clauses out of 34042 with flag 161000/161000
1800.03/913.71	c starts		: 109
1800.03/913.71	c conflicts		: 172422
1800.03/913.71	c decisions		: 1073113
1800.03/913.71	c propagations		: 198453391
1800.03/913.71	c inspects		: 4261919114
1800.03/913.71	c shortcuts		: 0
1800.03/913.71	c learnt literals	: 0
1800.03/913.71	c learnt binary clauses	: 24
1800.03/913.71	c learnt ternary clauses	: 6
1800.03/913.71	c learnt constraints	: 172422
1800.03/913.71	c ignored constraints	: 0
1800.03/913.71	c root simplifications	: 0
1800.03/913.71	c removed literals (reason simplification)	: 1657436
1800.03/913.71	c reason swapping (by a shorter reason)	: 0
1800.03/913.71	c Calls to reduceDB	: 14
1800.03/913.71	c number of reductions to clauses (during analyze)	: 0
1800.03/913.71	c number of learned constraints concerned by reduction	: 0
1800.03/913.71	c number of learning phase by resolution	: 0
1800.03/913.71	c number of learning phase by cutting planes	: 0
1800.03/913.71	c speed (assignments/second)	: 218341.1132797458
1800.03/913.71	c non guided choices	0
1800.03/913.72	c learnt constraints type 
1800.03/913.72	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 24
1800.03/913.72	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 28445
1800.03/913.72	c constraints type 
1800.03/913.72	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 121326
1800.03/913.72	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
1800.03/913.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
1800.03/913.72	c ignored satisfied constraints => 3
1800.03/913.72	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 367550
1800.03/913.72	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 121375
1800.03/913.72	c 610314 constraints processed.
1800.03/913.72	c constraints type 
1800.03/913.72	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 367550
1800.03/913.72	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 121326
1800.03/913.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 57
1800.03/913.72	c ignored satisfied constraints => 3
1800.03/913.72	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3
1800.03/913.72	c org.sat4j.pb.constraints.pb.MaxWatchPb => 121375
1800.03/913.72	c 610314 constraints processed.
1800.03/913.72	s UNKNOWN
1800.03/913.72	c Total wall clock time (in seconds): 913.624

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-3690106-1337887997/watcher-3690106-1337887997 -o /tmp/evaluation-result-3690106-1337887997/solver-3690106-1337887997 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3690106-1337887997.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.45 3.73 3.84 4/197 26812
/proc/meminfo: memFree=28604664/32873844 swapFree=7100/7100
[pid=26812] ppid=26810 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (java) S 26810 26812 21308 0 -1 4202496 1161 0 0 0 0 0 0 0 20 0 2 0 254928311 91889664 882 33554432000 1073741824 1073778376 140735799420464 140735799411600 247067607101 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26812/statm: 22434 886 670 9 0 16769 0
[pid=26812/tid=26813] ppid=26810 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26813/stat : 26813 (java) R 26810 26812 21308 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 254928312 91889664 894 33554432000 1073741824 1073778376 140735799420464 140735799409528 247055084839 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.0204089 s]
/proc/loadavg: 3.45 3.73 3.84 4/197 26812
/proc/meminfo: memFree=28604664/32873844 swapFree=7100/7100
[pid=26812] ppid=26810 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/26812/stat : 26812 (java) S 26810 26812 21308 0 -1 4202496 2811 0 1 0 0 0 0 0 20 0 10 0 254928311 9233014784 3000 33554432000 1073741824 1073778376 140735799420464 140735799411600 247067607101 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26812/statm: 2254154 3001 1538 9 0 2244855 0
[pid=26812/tid=26813] ppid=26810 vsize=9016616 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26813/stat : 26813 (java) R 26810 26812 21308 0 -1 4202560 1656 0 1 0 0 0 0 0 20 0 10 0 254928312 9233014784 3001 33554432000 1073741824 1073778376 140735799420464 140135586837184 140135593189698 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9016616

[startup+0.100219 s]
/proc/loadavg: 3.45 3.73 3.84 4/197 26812
/proc/meminfo: memFree=28604664/32873844 swapFree=7100/7100
[pid=26812] ppid=26810 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/26812/stat : 26812 (java) S 26810 26812 21308 0 -1 4202496 4533 0 1 0 10 1 0 0 20 0 18 0 254928311 9787813888 5688 33554432000 1073741824 1073778376 140735799420464 140735799411600 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26812/statm: 2389603 5688 2139 9 0 2380296 0
[pid=26812/tid=26813] ppid=26810 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/26812/task/26813/stat : 26813 (java) R 26810 26812 21308 0 -1 4202560 2481 0 1 0 7 0 0 0 20 0 18 0 254928312 9787813888 5688 33554432000 1073741824 1073778376 140735799420464 140135586839768 247067632909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.30029 s]
/proc/loadavg: 3.45 3.73 3.84 4/197 26812
/proc/meminfo: memFree=28604664/32873844 swapFree=7100/7100
[pid=26812] ppid=26810 vsize=9558412 CPUtime=0.47 cores=0,2,4,6
/proc/26812/stat : 26812 (java) S 26810 26812 21308 0 -1 4202496 5530 0 1 0 45 2 0 0 20 0 18 0 254928311 9787813888 15915 33554432000 1073741824 1073778376 140735799420464 140735799411600 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26812/statm: 2389603 15915 2216 9 0 2380296 0
[pid=26812/tid=26813] ppid=26810 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/26812/task/26813/stat : 26813 (java) R 26810 26812 21308 0 -1 4202560 2510 0 1 0 26 1 0 0 20 0 18 0 254928312 9787813888 15915 33554432000 1073741824 1073778376 140735799420464 140135586839768 247067632909 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558412

[startup+0.700304 s]
/proc/loadavg: 3.45 3.73 3.84 4/197 26812
/proc/meminfo: memFree=28604664/32873844 swapFree=7100/7100
[pid=26812] ppid=26810 vsize=9558412 CPUtime=1.19 cores=0,2,4,6
/proc/26812/stat : 26812 (java) S 26810 26812 21308 0 -1 4202496 6400 0 1 0 108 11 0 0 20 0 18 0 254928311 9787813888 55349 33554432000 1073741824 1073778376 140735799420464 140735799411600 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26812/statm: 2389603 55349 2237 9 0 2380296 0
[pid=26812/tid=26813] ppid=26810 vsize=9558412 CPUtime=0.6 cores=0,2,4,6
/proc/26812/task/26813/stat : 26813 (java) R 26810 26812 21308 0 -1 4202560 2558 0 1 0 57 3 0 0 20 0 18 0 254928312 9787813888 55349 33554432000 1073741824 1073778376 140735799420464 140135586838472 140135527060350 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 3.45 3.73 3.84 4/215 26830
/proc/meminfo: memFree=28206488/32873844 swapFree=7100/7100
[pid=26812] ppid=26810 vsize=9558412 CPUtime=2.95 cores=0,2,4,6
/proc/26812/stat : 26812 (java) S 26810 26812 21308 0 -1 4202496 16300 0 1 0 274 21 0 0 20 0 18 0 254928311 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140735799411600 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26812/statm: 2389603 101485 2256 9 0 2380296 0
[pid=26812/tid=26813] ppid=26810 vsize=9558412 CPUtime=1.31 cores=0,2,4,6
/proc/26812/task/26813/stat : 26813 (java) R 26810 26812 21308 0 -1 4202560 2634 0 1 0 127 4 0 0 20 0 18 0 254928312 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135586832400 140135526990763 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 21308 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 18 0 254928312 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135525571112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 21308 0 -1 4202560 95 0 0 0 4 2 0 0 20 0 18 0 254928312 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135524518312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26817] ppid=26810 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 21308 0 -1 4202560 193 0 0 0 4 2 0 0 20 0 18 0 254928312 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135523465512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26818] ppid=26810 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 21308 0 -1 4202560 86 0 0 0 5 2 0 0 20 0 18 0 254928312 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135427160232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26819] ppid=26810 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 21308 0 -1 4202560 35 0 0 0 3 2 0 0 20 0 18 0 254928312 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135426108456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26820] ppid=26810 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 21308 0 -1 4202560 108 0 0 0 5 2 0 0 20 0 18 0 254928312 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135425055656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 21308 0 -1 4202560 39 0 0 0 6 2 0 0 20 0 18 0 254928312 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135424002856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26822] ppid=26810 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 21308 0 -1 4202560 181 0 0 0 3 0 0 0 20 0 18 0 254928312 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135422950056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 21308 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 254928313 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135410751976 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254928314 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135409698040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26825] ppid=26810 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254928314 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135408645128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26826] ppid=26810 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26826/stat : 26826 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254928316 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135407593616 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26827] ppid=26810 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/26812/task/26827/stat : 26827 (java) S 26810 26812 21308 0 -1 4202560 6278 0 0 0 50 0 0 0 20 0 18 0 254928316 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135406541752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26828] ppid=26810 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/26812/task/26828/stat : 26828 (java) S 26810 26812 21308 0 -1 4202560 5252 0 0 0 49 2 0 0 20 0 18 0 254928316 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135405488952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26829] ppid=26810 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26829/stat : 26829 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254928316 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135404436344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26830] ppid=26810 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26830/stat : 26830 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254928316 9787813888 101485 33554432000 1073741824 1073778376 140735799420464 140135403383752 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 9558412

[startup+3.10067 s]
/proc/loadavg: 3.42 3.72 3.84 5/215 26830
/proc/meminfo: memFree=28089320/32873844 swapFree=7100/7100
[pid=26812] ppid=26810 vsize=9558412 CPUtime=5.06 cores=0,2,4,6
/proc/26812/stat : 26812 (java) S 26810 26812 21308 0 -1 4202496 17389 0 1 0 469 37 0 0 20 0 18 0 254928311 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140735799411600 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26812/statm: 2389603 184193 2256 9 0 2380296 0
[pid=26812/tid=26813] ppid=26810 vsize=9558412 CPUtime=2.73 cores=0,2,4,6
/proc/26812/task/26813/stat : 26813 (java) R 26810 26812 21308 0 -1 4202560 2920 0 1 0 265 8 0 0 20 0 18 0 254928312 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135586832304 140135527060159 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=9558412 CPUtime=0.15 cores=0,2,4,6
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 21308 0 -1 4202560 270 0 0 0 11 4 0 0 20 0 18 0 254928312 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135525571112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 21308 0 -1 4202560 185 0 0 0 15 4 0 0 20 0 18 0 254928312 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135524518312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26817] ppid=26810 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 21308 0 -1 4202560 210 0 0 0 8 3 0 0 20 0 18 0 254928312 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135523465512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26818] ppid=26810 vsize=9558412 CPUtime=0.19 cores=0,2,4,6
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 21308 0 -1 4202560 132 0 0 0 14 5 0 0 20 0 18 0 254928312 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135427160232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26819] ppid=26810 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 21308 0 -1 4202560 72 0 0 0 7 3 0 0 20 0 18 0 254928312 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135426108456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26820] ppid=26810 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 21308 0 -1 4202560 123 0 0 0 10 3 0 0 20 0 18 0 254928312 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135425055656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=9558412 CPUtime=0.17 cores=0,2,4,6
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 21308 0 -1 4202560 65 0 0 0 14 3 0 0 20 0 18 0 254928312 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135424002856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26822] ppid=26810 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 21308 0 -1 4202560 206 0 0 0 9 3 0 0 20 0 18 0 254928312 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135422950056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 21308 0 -1 4202560 501 0 0 0 0 0 0 0 20 0 18 0 254928313 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135410751976 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254928314 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135409698040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26825] ppid=26810 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254928314 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135408645128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26826] ppid=26810 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26826/stat : 26826 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254928316 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135407593616 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26827] ppid=26810 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/26812/task/26827/stat : 26827 (java) S 26810 26812 21308 0 -1 4202560 6279 0 0 0 51 0 0 0 20 0 18 0 254928316 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135406541752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26828] ppid=26810 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/26812/task/26828/stat : 26828 (java) S 26810 26812 21308 0 -1 4202560 5252 0 0 0 49 2 0 0 20 0 18 0 254928316 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135405488952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26829] ppid=26810 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26829/stat : 26829 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254928316 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135404436344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26830] ppid=26810 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26830/stat : 26830 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254928316 9787813888 184193 33554432000 1073741824 1073778376 140735799420464 140135403383752 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 9558412

[startup+6.3008 s]
/proc/loadavg: 3.42 3.72 3.84 8/219 26834
/proc/meminfo: memFree=27720032/32873844 swapFree=7100/7100
[pid=26812] ppid=26810 vsize=9824668 CPUtime=11.5 cores=0,2,4,6
/proc/26812/stat : 26812 (java) S 26810 26812 21308 0 -1 4202496 18349 0 1 0 1099 51 0 0 20 0 22 0 254928311 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140735799411600 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26812/statm: 2456167 232968 2273 9 0 2446860 0
[pid=26812/tid=26813] ppid=26810 vsize=9824668 CPUtime=4.14 cores=0,2,4,6
/proc/26812/task/26813/stat : 26813 (java) S 26810 26812 21308 0 -1 4202560 2925 0 1 0 405 9 0 0 20 0 22 0 254928312 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135586841592 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 21308 0 -1 4202560 294 0 0 0 18 5 0 0 20 0 22 0 254928312 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135525571112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=9824668 CPUtime=0.23 cores=0,2,4,6
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 21308 0 -1 4202560 198 0 0 0 18 5 0 0 20 0 22 0 254928312 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135524518312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26817] ppid=26810 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 21308 0 -1 4202560 320 0 0 0 17 5 0 0 20 0 22 0 254928312 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135523465512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26818] ppid=26810 vsize=9824668 CPUtime=0.24 cores=0,2,4,6
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 21308 0 -1 4202560 145 0 0 0 18 6 0 0 20 0 22 0 254928312 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135427160232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26819] ppid=26810 vsize=9824668 CPUtime=0.14 cores=0,2,4,6
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 21308 0 -1 4202560 92 0 0 0 11 3 0 0 20 0 22 0 254928312 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135426108456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26820] ppid=26810 vsize=9824668 CPUtime=0.22 cores=0,2,4,6
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 21308 0 -1 4202560 218 0 0 0 17 5 0 0 20 0 22 0 254928312 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135425055656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=9824668 CPUtime=0.27 cores=0,2,4,6
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 21308 0 -1 4202560 275 0 0 0 22 5 0 0 20 0 22 0 254928312 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135424002856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26822] ppid=26810 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 21308 0 -1 4202560 312 0 0 0 24 5 0 0 20 0 22 0 254928312 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135422950056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 21308 0 -1 4202560 530 0 0 0 0 0 0 0 20 0 22 0 254928313 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135410751976 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254928314 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135409698040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26825] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254928314 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135408645128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26826] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26826/stat : 26826 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254928316 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135407593616 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26827] ppid=26810 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/26812/task/26827/stat : 26827 (java) S 26810 26812 21308 0 -1 4202560 6365 0 0 0 108 0 0 0 20 0 22 0 254928316 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135406541752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26828] ppid=26810 vsize=9824668 CPUtime=1.12 cores=0,2,4,6
/proc/26812/task/26828/stat : 26828 (java) S 26810 26812 21308 0 -1 4202560 5338 0 0 0 110 2 0 0 20 0 22 0 254928316 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135405488952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26829] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26829/stat : 26829 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254928316 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135404436344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26830] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26830/stat : 26830 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254928316 10060460032 232968 33554432000 1073741824 1073778376 140735799420464 140135403383752 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

[pid=26812/tid=26832] ppid=26810 vsize=9824668 CPUtime=734.71 cores=0,2,4,6
/proc/26812/task/26832/stat : 26832 (java) R 26810 26812 21308 0 -1 4202560 1259 0 0 0 73437 34 0 0 20 0 22 0 254928780 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135401273552 140135527696431 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26833] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26833/stat : 26833 (java) S 26810 26812 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254928791 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135400223656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26834] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26834/stat : 26834 (java) S 26810 26812 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254928792 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135399170856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1503.92
Current children cumulated vsize (KiB) 9824668

[startup+822.301 s]
/proc/loadavg: 4.03 3.95 3.88 6/219 26846
/proc/meminfo: memFree=25370104/32873844 swapFree=7100/7100
[pid=26812] ppid=26810 vsize=9824668 CPUtime=1622.34 cores=0,2,4,6
/proc/26812/stat : 26812 (java) S 26810 26812 21308 0 -1 4202496 24191 0 1 0 162078 156 0 0 20 0 22 0 254928311 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140735799411600 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26812/statm: 2456167 761905 2285 9 0 2446860 0
[pid=26812/tid=26813] ppid=26810 vsize=9824668 CPUtime=4.17 cores=0,2,4,6
/proc/26812/task/26813/stat : 26813 (java) S 26810 26812 21308 0 -1 4202560 2945 0 1 0 407 10 0 0 20 0 22 0 254928312 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135586841592 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 21308 0 -1 4202560 458 0 0 0 50 12 0 0 20 0 22 0 254928312 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135525571112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=9824668 CPUtime=0.55 cores=0,2,4,6
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 21308 0 -1 4202560 452 0 0 0 44 11 0 0 20 0 22 0 254928312 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135524518312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26817] ppid=26810 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 21308 0 -1 4202560 1099 0 0 0 69 16 0 0 20 0 22 0 254928312 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135523465512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26818] ppid=26810 vsize=9824668 CPUtime=0.62 cores=0,2,4,6
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 21308 0 -1 4202560 679 0 0 0 48 14 0 0 20 0 22 0 254928312 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135427160232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26819] ppid=26810 vsize=9824668 CPUtime=0.56 cores=0,2,4,6
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 21308 0 -1 4202560 324 0 0 0 45 11 0 0 20 0 22 0 254928312 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135426108456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26820] ppid=26810 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 21308 0 -1 4202560 748 0 0 0 60 16 0 0 20 0 22 0 254928312 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135425055656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 21308 0 -1 4202560 930 0 0 0 70 15 0 0 20 0 22 0 254928312 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135424002856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26822] ppid=26810 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 21308 0 -1 4202560 437 0 0 0 56 11 0 0 20 0 22 0 254928312 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135422950056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=9824668 CPUtime=23.3 cores=0,2,4,6
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 21308 0 -1 4202560 1819 0 0 0 2323 7 0 0 20 0 22 0 254928313 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135410751976 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254928314 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135409698040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26825] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254928314 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135408645128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26826] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26826/stat : 26826 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254928316 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135407593616 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26827] ppid=26810 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/26812/task/26827/stat : 26827 (java) S 26810 26812 21308 0 -1 4202560 6386 0 0 0 139 0 0 0 20 0 22 0 254928316 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135406541752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26828] ppid=26810 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/26812/task/26828/stat : 26828 (java) S 26810 26812 21308 0 -1 4202560 5385 0 0 0 142 2 0 0 20 0 22 0 254928316 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135405488952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26829] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26829/stat : 26829 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254928316 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135404436344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26830] ppid=26810 vsize=9824668 CPUtime=0.29 cores=0,2,4,6
/proc/26812/task/26830/stat : 26830 (java) S 26810 26812 21308 0 -1 4202560 47 0 0 0 14 15 0 0 20 0 22 0 254928316 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135403383752 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26831] ppid=26810 vsize=9824668 CPUtime=793.36 cores=0,2,4,6
/proc/26812/task/26831/stat : 26831 (java) R 26810 26812 21308 0 -1 4202560 36 0 0 0 79324 12 0 0 20 0 22 0 254928780 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135402328760 140135527580827 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26832] ppid=26810 vsize=9824668 CPUtime=793.13 cores=0,2,4,6
/proc/26812/task/26832/stat : 26832 (java) R 26810 26812 21308 0 -1 4202560 1259 0 0 0 79278 35 0 0 20 0 22 0 254928780 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135401273552 140135527963810 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26833] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26833/stat : 26833 (java) S 26810 26812 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254928791 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135400223656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26834] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26834/stat : 26834 (java) S 26810 26812 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254928792 10060460032 761905 33554432000 1073741824 1073778376 140735799420464 140135399170856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1622.34
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.01 3.96 3.88 6/219 26846
/proc/meminfo: memFree=25155688/32873844 swapFree=7100/7100
[pid=26812] ppid=26810 vsize=9824668 CPUtime=1738.44 cores=0,2,4,6
/proc/26812/stat : 26812 (java) S 26810 26812 21308 0 -1 4202496 25059 0 1 0 173683 161 0 0 20 0 22 0 254928311 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140735799411600 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26812/statm: 2456167 814887 2285 9 0 2446860 0
[pid=26812/tid=26813] ppid=26810 vsize=9824668 CPUtime=4.17 cores=0,2,4,6
/proc/26812/task/26813/stat : 26813 (java) S 26810 26812 21308 0 -1 4202560 2947 0 1 0 407 10 0 0 20 0 22 0 254928312 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135586841592 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=9824668 CPUtime=0.75 cores=0,2,4,6
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 21308 0 -1 4202560 458 0 0 0 62 13 0 0 20 0 22 0 254928312 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135525571112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 21308 0 -1 4202560 453 0 0 0 56 12 0 0 20 0 22 0 254928312 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135524518312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26817] ppid=26810 vsize=9824668 CPUtime=0.97 cores=0,2,4,6
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 21308 0 -1 4202560 1099 0 0 0 81 16 0 0 20 0 22 0 254928312 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135523465512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26818] ppid=26810 vsize=9824668 CPUtime=0.82 cores=0,2,4,6
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 21308 0 -1 4202560 679 0 0 0 68 14 0 0 20 0 22 0 254928312 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135427160232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26819] ppid=26810 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 21308 0 -1 4202560 341 0 0 0 57 11 0 0 20 0 22 0 254928312 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135426108456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26820] ppid=26810 vsize=9824668 CPUtime=0.84 cores=0,2,4,6
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 21308 0 -1 4202560 748 0 0 0 68 16 0 0 20 0 22 0 254928312 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135425055656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=9824668 CPUtime=0.93 cores=0,2,4,6
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 21308 0 -1 4202560 930 0 0 0 77 16 0 0 20 0 22 0 254928312 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135424002856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26822] ppid=26810 vsize=9824668 CPUtime=0.79 cores=0,2,4,6
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 21308 0 -1 4202560 437 0 0 0 67 12 0 0 20 0 22 0 254928312 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135422950056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=9824668 CPUtime=27.66 cores=0,2,4,6
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 21308 0 -1 4202560 2663 0 0 0 2756 10 0 0 20 0 22 0 254928313 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135410751976 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254928314 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135409698040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26825] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254928314 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135408645128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26826] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26826/stat : 26826 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254928316 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135407593616 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26827] ppid=26810 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/26812/task/26827/stat : 26827 (java) S 26810 26812 21308 0 -1 4202560 6386 0 0 0 139 0 0 0 20 0 22 0 254928316 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135406541752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26828] ppid=26810 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/26812/task/26828/stat : 26828 (java) S 26810 26812 21308 0 -1 4202560 5385 0 0 0 142 2 0 0 20 0 22 0 254928316 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135405488952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26829] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26829/stat : 26829 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254928316 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135404436344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26830] ppid=26810 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/26812/task/26830/stat : 26830 (java) S 26810 26812 21308 0 -1 4202560 51 0 0 0 15 16 0 0 20 0 22 0 254928316 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135403383752 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26831] ppid=26810 vsize=9824668 CPUtime=848.76 cores=0,2,4,6
/proc/26812/task/26831/stat : 26831 (java) R 26810 26812 21308 0 -1 4202560 36 0 0 0 84864 12 0 0 20 0 22 0 254928780 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135402328544 140135527585747 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26832] ppid=26810 vsize=9824668 CPUtime=848.51 cores=0,2,4,6
/proc/26812/task/26832/stat : 26832 (java) R 26810 26812 21308 0 -1 4202560 1259 0 0 0 84816 35 0 0 20 0 22 0 254928780 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135401273808 140135527972157 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26833] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26833/stat : 26833 (java) S 26810 26812 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254928791 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135400223656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26834] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26834/stat : 26834 (java) S 26810 26812 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254928792 10060460032 814887 33554432000 1073741824 1073778376 140735799420464 140135399170856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1738.44
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+913.701 s]
/proc/loadavg: 4.39 4.04 3.91 5/219 26915
/proc/meminfo: memFree=24507056/32873844 swapFree=7100/7100
[pid=26812] ppid=26810 vsize=9824668 CPUtime=1800.03 cores=0,2,4,6
/proc/26812/stat : 26812 (java) S 26810 26812 21308 0 -1 4202496 30053 0 1 0 179820 183 0 0 20 0 22 0 254928311 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140735799411600 247067607101 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26812/statm: 2456167 858875 2285 9 0 2446860 0
[pid=26812/tid=26813] ppid=26810 vsize=9824668 CPUtime=4.17 cores=0,2,4,6
/proc/26812/task/26813/stat : 26813 (java) S 26810 26812 21308 0 -1 4202560 2947 0 1 0 407 10 0 0 20 0 22 0 254928312 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135586841592 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26815] ppid=26810 vsize=9824668 CPUtime=0.86 cores=0,2,4,6
/proc/26812/task/26815/stat : 26815 (java) S 26810 26812 21308 0 -1 4202560 793 0 0 0 72 14 0 0 20 0 22 0 254928312 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135525571112 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26816] ppid=26810 vsize=9824668 CPUtime=0.85 cores=0,2,4,6
/proc/26812/task/26816/stat : 26816 (java) S 26810 26812 21308 0 -1 4202560 1059 0 0 0 70 15 0 0 20 0 22 0 254928312 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135524518312 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26817] ppid=26810 vsize=9824668 CPUtime=1.05 cores=0,2,4,6
/proc/26812/task/26817/stat : 26817 (java) S 26810 26812 21308 0 -1 4202560 2465 0 0 0 88 17 0 0 20 0 22 0 254928312 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135523465512 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26818] ppid=26810 vsize=9824668 CPUtime=0.96 cores=0,2,4,6
/proc/26812/task/26818/stat : 26818 (java) S 26810 26812 21308 0 -1 4202560 1182 0 0 0 80 16 0 0 20 0 22 0 254928312 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135427160232 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26819] ppid=26810 vsize=9824668 CPUtime=0.87 cores=0,2,4,6
/proc/26812/task/26819/stat : 26819 (java) S 26810 26812 21308 0 -1 4202560 823 0 0 0 73 14 0 0 20 0 22 0 254928312 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135426108456 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26820] ppid=26810 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/26812/task/26820/stat : 26820 (java) S 26810 26812 21308 0 -1 4202560 1079 0 0 0 84 18 0 0 20 0 22 0 254928312 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135425055656 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26821] ppid=26810 vsize=9824668 CPUtime=1.14 cores=0,2,4,6
/proc/26812/task/26821/stat : 26821 (java) S 26810 26812 21308 0 -1 4202560 1247 0 0 0 95 19 0 0 20 0 22 0 254928312 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135424002856 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26822] ppid=26810 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/26812/task/26822/stat : 26822 (java) S 26810 26812 21308 0 -1 4202560 926 0 0 0 75 13 0 0 20 0 22 0 254928312 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135422950056 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26823] ppid=26810 vsize=9824668 CPUtime=29.46 cores=0,2,4,6
/proc/26812/task/26823/stat : 26823 (java) S 26810 26812 21308 0 -1 4202560 3223 0 0 0 2936 10 0 0 20 0 22 0 254928313 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135410751976 247067621289 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26824] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26824/stat : 26824 (java) S 26810 26812 21308 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254928314 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135409698040 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26825] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26825/stat : 26825 (java) S 26810 26812 21308 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254928314 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135408645128 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26826] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26826/stat : 26826 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254928316 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135407593616 247067629344 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26827] ppid=26810 vsize=9824668 CPUtime=1.4 cores=0,2,4,6
/proc/26812/task/26827/stat : 26827 (java) S 26810 26812 21308 0 -1 4202560 6387 0 0 0 140 0 0 0 20 0 22 0 254928316 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135406541752 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26828] ppid=26810 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/26812/task/26828/stat : 26828 (java) S 26810 26812 21308 0 -1 4202560 5385 0 0 0 142 2 0 0 20 0 22 0 254928316 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135405488952 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26829] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26829/stat : 26829 (java) S 26810 26812 21308 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254928316 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135404436344 247067620412 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26812/tid=26830] ppid=26810 vsize=9824668 CPUtime=0.32 cores=0,2,4,6
/proc/26812/task/26830/stat : 26830 (java) S 26810 26812 21308 0 -1 4202560 53 0 0 0 15 17 0 0 20 0 22 0 254928316 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135403383752 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26812/tid=26831] ppid=26810 vsize=9824668 CPUtime=878.06 cores=0,2,4,6
/proc/26812/task/26831/stat : 26831 (java) R 26810 26812 21308 0 -1 4202560 36 0 0 0 87793 13 0 0 20 0 22 0 254928780 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135402326656 140135527651120 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26832] ppid=26810 vsize=9824668 CPUtime=877.8 cores=0,2,4,6
/proc/26812/task/26832/stat : 26832 (java) R 26810 26812 21308 0 -1 4202560 1261 0 0 0 87743 37 0 0 20 0 22 0 254928780 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135401274560 140135527805560 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=26812/tid=26833] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26833/stat : 26833 (java) S 26810 26812 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254928791 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135400223656 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26812/tid=26834] ppid=26810 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/26812/task/26834/stat : 26834 (java) S 26810 26812 21308 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254928792 10060460032 858875 33554432000 1073741824 1073778376 140735799420464 140135399170856 247067621289 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
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
Real time (s): 913.754
CPU time (s): 1800.66
CPU user time (s): 1798.32
CPU system time (s): 2.34164
CPU usage (%): 197.062
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.32
system time used= 2.34164
maximum resident set size= 3435616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30084
page faults= 1
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22003
involuntary context switches= 16589

runsolver used 3.2615 second user time and 7.94279 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-24 21:33:17
IDJOB=3690106
IDBENCH=92705
IDSOLVER=2268
FILE ID=node103/3690106-1337887997
RUNJOBID= node103-1337871881-21324
PBS_JOBID= 14620101
Free space on /tmp= 71688 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat50_6_9_7_mh.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3690106-1337887997/watcher-3690106-1337887997 -o /tmp/evaluation-result-3690106-1337887997/solver-3690106-1337887997 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3690106-1337887997.opb

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

MD5SUM BENCH= b2573b825edc2398ca6e42407bbf0da4
RANDOM SEED=906101911

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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.189
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.189
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	: 5411.36
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.189
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		: 2666.189
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:        28604664 kB
Buffers:          216220 kB
Cached:          2757380 kB
SwapCached:            0 kB
Active:          1231060 kB
Inactive:        2269748 kB
Active(anon):     530024 kB
Inactive(anon):        0 kB
Active(file):     701036 kB
Inactive(file):  2269748 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             29316 kB
Writeback:             0 kB
AnonPages:        534440 kB
Mapped:            22600 kB
Shmem:               200 kB
Slab:             628960 kB
SReclaimable:      71344 kB
SUnreclaim:       557616 kB
KernelStack:        1616 kB
PageTables:         5316 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1088700 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 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= 71688 MiB
End job on node103 at 2012-05-24 21:48:33