Trace number 3689426

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.09 928.062

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-120.opb
MD5SUM7b80ddfff13fd2a12f867bbe09bf6414
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48411
Total number of constraints1121517
Number of constraints which are clauses1007723
Number of constraints which are cardinality constraints (but not clauses)3523
Number of constraints which are nor clauses,nor cardinality constraints110271
Minimum length of a constraint2
Maximum length of a constraint690
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 3
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 691
Number of bits of the biggest sum of numbers10
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.01/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.01/0.09	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689426-1337882137.opb
0.08/0.13	c reading problem ... 
11.40/8.30	c ... done. Wall clock time 8.175s.
11.40/8.30	c declared #vars     48411
11.40/8.30	c #constraints  1123290
11.40/8.30	c constraints type 
11.40/8.30	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
11.40/8.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
11.40/8.30	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
11.40/8.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
11.40/8.30	c 1123290 constraints processed.
11.40/8.30	c constraints type 
11.40/8.30	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
11.40/8.30	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
11.40/8.30	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
11.40/8.30	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
11.40/8.30	c 1123290 constraints processed.
21.92/12.83	c cleaning 0 clauses out of 5000 with flag 0/5000
33.46/19.25	c cleaning 0 clauses out of 11001 with flag 0/11001
37.14/21.44	c cleaning 2496 clauses out of 5002 with flag 5002/5002
48.08/27.49	c cleaning 0 clauses out of 18000 with flag 0/18000
50.58/29.03	c cleaning 4229 clauses out of 8504 with flag 11000/11000
61.63/34.95	c cleaning 5631 clauses out of 11275 with flag 18000/18000
67.35/38.15	c cleaning 0 clauses out of 26002 with flag 0/26002
79.04/44.59	c cleaning 6765 clauses out of 13644 with flag 26000/26000
92.12/51.50	c cleaning 0 clauses out of 35003 with flag 0/35003
95.40/53.41	c cleaning 7865 clauses out of 15879 with flag 35000/35000
118.31/65.29	c cleaning 8942 clauses out of 18015 with flag 45001/45001
122.59/67.91	c cleaning 0 clauses out of 45000 with flag 0/45000
142.07/78.10	c cleaning 9984 clauses out of 20072 with flag 56000/56000
157.13/85.94	c cleaning 0 clauses out of 56001 with flag 0/56001
159.79/87.67	c cleaning 11025 clauses out of 22089 with flag 68001/68001
179.32/97.98	c cleaning 11956 clauses out of 24063 with flag 81000/81000
198.79/108.09	c cleaning 0 clauses out of 68003 with flag 0/68003
203.45/110.77	c cleaning 13009 clauses out of 26108 with flag 95001/95001
230.33/124.52	c cleaning 13629 clauses out of 28099 with flag 110001/110001
246.02/132.94	c cleaning 0 clauses out of 81000 with flag 0/81000
254.48/137.57	c cleaning 15227 clauses out of 30469 with flag 126000/126000
284.95/153.12	c cleaning 16049 clauses out of 32246 with flag 143004/143004
311.81/166.98	c cleaning 17070 clauses out of 34193 with flag 161000/161000
314.26/168.71	c cleaning 0 clauses out of 95000 with flag 0/95000
347.10/185.60	c cleaning 18029 clauses out of 36124 with flag 180001/180001
366.37/195.53	c cleaning 0 clauses out of 110000 with flag 0/110000
370.20/197.88	c cleaning 19026 clauses out of 38094 with flag 200000/200000
408.65/217.65	c cleaning 19988 clauses out of 40068 with flag 221000/221000
437.70/232.52	c cleaning 20999 clauses out of 42080 with flag 243000/243000
455.16/241.63	c cleaning 0 clauses out of 126002 with flag 0/126002
472.16/250.51	c cleaning 21928 clauses out of 44083 with flag 266002/266002
505.43/267.77	c cleaning 23018 clauses out of 46156 with flag 290004/290004
545.28/288.09	c cleaning 24056 clauses out of 48132 with flag 315000/315000
550.68/291.14	c cleaning 0 clauses out of 143000 with flag 0/143000
599.93/316.16	c cleaning 24984 clauses out of 50076 with flag 341000/341000
644.96/339.26	c cleaning 0 clauses out of 161004 with flag 0/161004
647.97/341.10	c cleaning 25980 clauses out of 52095 with flag 368003/368003
696.40/365.77	c cleaning 26906 clauses out of 54112 with flag 396000/396000
742.66/389.26	c cleaning 28034 clauses out of 56207 with flag 425001/425001
773.85/405.43	c cleaning 0 clauses out of 180000 with flag 0/180000
800.85/419.37	c cleaning 29059 clauses out of 58175 with flag 455003/455003
876.04/457.38	c cleaning 30018 clauses out of 60117 with flag 486004/486004
921.71/480.51	c cleaning 0 clauses out of 200000 with flag 0/200000
944.57/492.51	c cleaning 31029 clauses out of 62096 with flag 518001/518001
1019.60/530.48	c cleaning 31990 clauses out of 64065 with flag 551000/551000
1099.62/570.90	c cleaning 33032 clauses out of 66075 with flag 585000/585000
1108.61/575.74	c cleaning 0 clauses out of 221000 with flag 0/221000
1145.18/594.69	c cleaning 33968 clauses out of 68042 with flag 620001/620001
1204.83/624.82	c cleaning 34953 clauses out of 70073 with flag 656000/656000
1255.63/650.69	c cleaning 36023 clauses out of 72120 with flag 693000/693000
1286.02/666.27	c cleaning 0 clauses out of 243000 with flag 0/243000
1342.36/695.04	c cleaning 37041 clauses out of 74099 with flag 731002/731002
1433.42/740.97	c cleaning 38018 clauses out of 76056 with flag 770000/770000
1482.99/766.19	c cleaning 0 clauses out of 266000 with flag 0/266000
1508.52/779.39	c cleaning 39012 clauses out of 78038 with flag 810001/810001
1580.89/816.13	c cleaning 40009 clauses out of 80030 with flag 851005/851005
1656.88/854.60	c cleaning 41004 clauses out of 82016 with flag 893000/893000
1705.84/879.44	c cleaning 0 clauses out of 290000 with flag 0/290000
1719.76/886.82	c cleaning 41840 clauses out of 84012 with flag 936000/936000
1785.10/920.12	c cleaning 42827 clauses out of 86171 with flag 980000/980000
1800.09/928.01	c starts		: 187
1800.09/928.01	c conflicts		: 989741
1800.09/928.01	c decisions		: 17027356
1800.09/928.01	c propagations		: 1476324800
1800.09/928.01	c inspects		: 7086446557
1800.09/928.01	c shortcuts		: 0
1800.09/928.01	c learnt literals	: 8
1800.09/928.01	c learnt binary clauses	: 762
1800.09/928.01	c learnt ternary clauses	: 3108
1800.09/928.01	c learnt constraints	: 989733
1800.09/928.01	c ignored constraints	: 0
1800.09/928.01	c root simplifications	: 0
1800.09/928.01	c removed literals (reason simplification)	: 11812010
1800.09/928.01	c reason swapping (by a shorter reason)	: 0
1800.09/928.01	c Calls to reduceDB	: 40
1800.09/928.01	c number of reductions to clauses (during analyze)	: 0
1800.09/928.01	c number of learned constraints concerned by reduction	: 0
1800.09/928.01	c number of learning phase by resolution	: 0
1800.09/928.01	c number of learning phase by cutting planes	: 0
1800.09/928.01	c speed (assignments/second)	: 1605261.7619843446
1800.09/928.01	c non guided choices	2962388
1800.09/928.03	c learnt constraints type 
1800.09/928.03	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 762
1800.09/928.03	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52340
1800.09/928.03	c constraints type 
1800.09/928.03	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 773682
1800.09/928.03	c org.sat4j.minisat.constraints.card.MinWatchCard => 3524
1800.09/928.03	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 235813
1800.09/928.03	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 110271
1800.09/928.03	c 1123290 constraints processed.
1800.09/928.03	c constraints type 
1800.09/928.03	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 235813
1800.09/928.03	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 773682
1800.09/928.03	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 3524
1800.09/928.03	c org.sat4j.pb.constraints.pb.MaxWatchPb => 110271
1800.09/928.03	c 1123290 constraints processed.
1800.09/928.03	s UNKNOWN
1800.09/928.03	c Total wall clock time (in seconds): 927.906

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-3689426-1337882137/watcher-3689426-1337882137 -o /tmp/evaluation-result-3689426-1337882137/solver-3689426-1337882137 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689426-1337882137.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.66 3.77 3.82 4/197 26033
/proc/meminfo: memFree=26339172/32873844 swapFree=7356/7356
[pid=26033] ppid=26031 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/26033/stat : 26033 (java) D 26031 26033 23457 0 -1 4202496 240 0 0 0 0 0 0 0 20 0 1 0 254342448 9515008 175 33554432000 1073741824 1073778376 140733797140624 140733797123352 245294252944 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/26033/statm: 2323 175 133 9 0 71 0

[startup+0.0453641 s]
/proc/loadavg: 3.66 3.77 3.82 4/197 26033
/proc/meminfo: memFree=26339172/32873844 swapFree=7356/7356
[pid=26033] ppid=26031 vsize=9225560 CPUtime=0.01 cores=1,3,5,7
/proc/26033/stat : 26033 (java) S 26031 26033 23457 0 -1 4202496 2991 0 1 0 1 0 0 0 20 0 13 0 254342448 9446973440 3689 33554432000 1073741824 1073778376 140735267313184 140735267304320 245297610813 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26033/statm: 2306390 3689 1676 9 0 2297091 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9225560

[startup+0.100283 s]
/proc/loadavg: 3.66 3.77 3.82 4/197 26033
/proc/meminfo: memFree=26339172/32873844 swapFree=7356/7356
[pid=26033] ppid=26031 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26033/stat : 26033 (java) S 26031 26033 23457 0 -1 4202496 4151 0 1 0 7 1 0 0 20 0 18 0 254342448 9787813888 5348 33554432000 1073741824 1073778376 140735267313184 140735267304320 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26033/statm: 2389603 5351 2079 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300258 s]
/proc/loadavg: 3.66 3.77 3.82 4/197 26033
/proc/meminfo: memFree=26339172/32873844 swapFree=7356/7356
[pid=26033] ppid=26031 vsize=9558412 CPUtime=0.45 cores=1,3,5,7
/proc/26033/stat : 26033 (java) S 26031 26033 23457 0 -1 4202496 5303 0 1 0 43 2 0 0 20 0 18 0 254342448 9787813888 10306 33554432000 1073741824 1073778376 140735267313184 140735267304320 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26033/statm: 2389603 10306 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558412

[startup+0.700278 s]
/proc/loadavg: 3.66 3.77 3.82 4/197 26033
/proc/meminfo: memFree=26339172/32873844 swapFree=7356/7356
[pid=26033] ppid=26031 vsize=9558412 CPUtime=1.35 cores=1,3,5,7
/proc/26033/stat : 26033 (java) S 26031 26033 23457 0 -1 4202496 11873 0 1 0 128 7 0 0 20 0 18 0 254342448 9787813888 44110 33554432000 1073741824 1073778376 140735267313184 140735267304320 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26033/statm: 2389603 44110 2250 9 0 2380296 0
Current children cumulated CPU time (s) 1.35
Current children cumulated vsize (KiB) 9558412

[startup+1.50076 s]
/proc/loadavg: 3.66 3.77 3.82 4/215 26051
/proc/meminfo: memFree=26113300/32873844 swapFree=7356/7356
[pid=26033] ppid=26031 vsize=9558412 CPUtime=2.59 cores=1,3,5,7
/proc/26033/stat : 26033 (java) S 26031 26033 23457 0 -1 4202496 12513 0 1 0 237 22 0 0 20 0 18 0 254342448 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140735267304320 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26033/statm: 2389603 92475 2250 9 0 2380296 0
[pid=26033/tid=26035] ppid=26031 vsize=9558412 CPUtime=1.34 cores=1,3,5,7
/proc/26033/task/26035/stat : 26035 (java) R 26031 26033 23457 0 -1 4202560 2570 0 1 0 127 7 0 0 20 0 18 0 254342449 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529732676584 245297636621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26036] ppid=26031 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/26033/task/26036/stat : 26036 (java) S 26031 26033 23457 0 -1 4202560 28 0 0 0 3 2 0 0 20 0 18 0 254342450 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529721740200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26037] ppid=26031 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26033/task/26037/stat : 26037 (java) S 26031 26033 23457 0 -1 4202560 32 0 0 0 2 1 0 0 20 0 18 0 254342450 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529720687656 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26038] ppid=26031 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26033/task/26038/stat : 26038 (java) S 26031 26033 23457 0 -1 4202560 39 0 0 0 2 1 0 0 20 0 18 0 254342450 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529574296232 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26039] ppid=26031 vsize=9558412 CPUtime=0.05 cores=1,3,5,7
/proc/26033/task/26039/stat : 26039 (java) S 26031 26033 23457 0 -1 4202560 33 0 0 0 3 2 0 0 20 0 18 0 254342450 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529573243688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26040] ppid=26031 vsize=9558412 CPUtime=0.02 cores=1,3,5,7
/proc/26033/task/26040/stat : 26040 (java) S 26031 26033 23457 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 18 0 254342450 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529572190632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26041] ppid=26031 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26033/task/26041/stat : 26041 (java) S 26031 26033 23457 0 -1 4202560 15 0 0 0 1 2 0 0 20 0 18 0 254342450 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529571138088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26042] ppid=26031 vsize=9558412 CPUtime=0.06 cores=1,3,5,7
/proc/26033/task/26042/stat : 26042 (java) S 26031 26033 23457 0 -1 4202560 40 0 0 0 3 3 0 0 20 0 18 0 254342450 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529570085032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26043] ppid=26031 vsize=9558412 CPUtime=0.03 cores=1,3,5,7
/proc/26033/task/26043/stat : 26043 (java) S 26031 26033 23457 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 18 0 254342450 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529569032488 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26044] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26044/stat : 26044 (java) S 26031 26033 23457 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254342451 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529556835176 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26045] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26045/stat : 26045 (java) S 26031 26033 23457 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254342452 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529555781496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26046] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26046/stat : 26046 (java) S 26031 26033 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254342452 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529554728328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26047] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26047/stat : 26047 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254342454 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529553677072 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26048] ppid=26031 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/26033/task/26048/stat : 26048 (java) S 26031 26033 23457 0 -1 4202560 4827 0 0 0 36 2 0 0 20 0 18 0 254342454 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529552623928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26049] ppid=26031 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/26033/task/26049/stat : 26049 (java) S 26031 26033 23457 0 -1 4202560 3513 0 0 0 39 0 0 0 20 0 18 0 254342455 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529551571384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26050] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26050/stat : 26050 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254342455 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529550518520 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26051] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26051/stat : 26051 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254342455 9787813888 92475 33554432000 1073741824 1073778376 140735267313184 140529549466184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.59
Current children cumulated vsize (KiB) 9558412

[startup+3.10077 s]
/proc/loadavg: 3.66 3.77 3.82 11/215 26051
/proc/meminfo: memFree=25734360/32873844 swapFree=7356/7356
[pid=26033] ppid=26031 vsize=9558412 CPUtime=4.61 cores=1,3,5,7
/proc/26033/stat : 26033 (java) S 26031 26033 23457 0 -1 4202496 13106 0 1 0 423 38 0 0 20 0 18 0 254342448 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140735267304320 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26033/statm: 2389603 169090 2250 9 0 2380296 0
[pid=26033/tid=26035] ppid=26031 vsize=9558412 CPUtime=2.8 cores=1,3,5,7
/proc/26033/task/26035/stat : 26035 (java) R 26031 26033 23457 0 -1 4202560 2681 0 1 0 268 12 0 0 20 0 18 0 254342449 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529732669392 245297636621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26036] ppid=26031 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26033/task/26036/stat : 26036 (java) S 26031 26033 23457 0 -1 4202560 48 0 0 0 6 3 0 0 20 0 18 0 254342450 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529721740200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26037] ppid=26031 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26033/task/26037/stat : 26037 (java) S 26031 26033 23457 0 -1 4202560 53 0 0 0 6 3 0 0 20 0 18 0 254342450 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529720687656 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26038] ppid=26031 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/26033/task/26038/stat : 26038 (java) S 26031 26033 23457 0 -1 4202560 53 0 0 0 6 2 0 0 20 0 18 0 254342450 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529574296232 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26039] ppid=26031 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/26033/task/26039/stat : 26039 (java) S 26031 26033 23457 0 -1 4202560 52 0 0 0 6 3 0 0 20 0 18 0 254342450 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529573243688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26040] ppid=26031 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/26033/task/26040/stat : 26040 (java) S 26031 26033 23457 0 -1 4202560 53 0 0 0 9 3 0 0 20 0 18 0 254342450 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529572190632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26041] ppid=26031 vsize=9558412 CPUtime=0.07 cores=1,3,5,7
/proc/26033/task/26041/stat : 26041 (java) S 26031 26033 23457 0 -1 4202560 45 0 0 0 5 2 0 0 20 0 18 0 254342450 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529571138088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26042] ppid=26031 vsize=9558412 CPUtime=0.16 cores=1,3,5,7
/proc/26033/task/26042/stat : 26042 (java) S 26031 26033 23457 0 -1 4202560 72 0 0 0 12 4 0 0 20 0 18 0 254342450 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529570085032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26043] ppid=26031 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/26033/task/26043/stat : 26043 (java) S 26031 26033 23457 0 -1 4202560 54 0 0 0 10 4 0 0 20 0 18 0 254342450 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529569032488 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26044] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26044/stat : 26044 (java) S 26031 26033 23457 0 -1 4202560 480 0 0 0 0 0 0 0 20 0 18 0 254342451 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529556835176 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26045] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26045/stat : 26045 (java) S 26031 26033 23457 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254342452 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529555781496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26046] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26046/stat : 26046 (java) S 26031 26033 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254342452 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529554728328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26047] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26047/stat : 26047 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254342454 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529553677072 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26048] ppid=26031 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/26033/task/26048/stat : 26048 (java) S 26031 26033 23457 0 -1 4202560 4827 0 0 0 38 2 0 0 20 0 18 0 254342454 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529552623928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26049] ppid=26031 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/26033/task/26049/stat : 26049 (java) S 26031 26033 23457 0 -1 4202560 3513 0 0 0 39 0 0 0 20 0 18 0 254342455 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529551571384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26050] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26050/stat : 26050 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254342455 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529550518520 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26051] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26051/stat : 26051 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254342455 9787813888 169090 33554432000 1073741824 1073778376 140735267313184 140529549466184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.61
Current children cumulated vsize (KiB) 9558412

[startup+6.30078 s]
/proc/loadavg: 4.17 3.87 3.85 3/215 26051
/proc/meminfo: memFree=25022236/32873844 swapFree=7356/7356
[pid=26033] ppid=26031 vsize=9558412 CPUtime=8.64 cores=1,3,5,7
/proc/26033/stat : 26033 (java) S 26031 26033 23457 0 -1 4202496 14927 0 1 0 789 75 0 0 20 0 18 0 254342448 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140735267304320 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26033/statm: 2389603 330944 2250 9 0 2380296 0
[pid=26033/tid=26035] ppid=26031 vsize=9558412 CPUtime=5.7 cores=1,3,5,7
/proc/26033/task/26035/stat : 26035 (java) R 26031 26033 23457 0 -1 4202560 3379 0 1 0 547 23 0 0 20 0 18 0 254342449 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529732669296 245297636621 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26036] ppid=26031 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/26033/task/26036/stat : 26036 (java) S 26031 26033 23457 0 -1 4202560 99 0 0 0 14 5 0 0 20 0 18 0 254342450 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529721740200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26037] ppid=26031 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/26033/task/26037/stat : 26037 (java) S 26031 26033 23457 0 -1 4202560 143 0 0 0 16 6 0 0 20 0 18 0 254342450 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529720687656 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26038] ppid=26031 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/26033/task/26038/stat : 26038 (java) S 26031 26033 23457 0 -1 4202560 139 0 0 0 16 5 0 0 20 0 18 0 254342450 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529574296232 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26039] ppid=26031 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/26033/task/26039/stat : 26039 (java) S 26031 26033 23457 0 -1 4202560 108 0 0 0 20 6 0 0 20 0 18 0 254342450 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529573243688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26040] ppid=26031 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/26033/task/26040/stat : 26040 (java) S 26031 26033 23457 0 -1 4202560 182 0 0 0 20 6 0 0 20 0 18 0 254342450 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529572190632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26041] ppid=26031 vsize=9558412 CPUtime=0.21 cores=1,3,5,7
/proc/26033/task/26041/stat : 26041 (java) S 26031 26033 23457 0 -1 4202560 101 0 0 0 15 6 0 0 20 0 18 0 254342450 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529571138088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26042] ppid=26031 vsize=9558412 CPUtime=0.38 cores=1,3,5,7
/proc/26033/task/26042/stat : 26042 (java) S 26031 26033 23457 0 -1 4202560 154 0 0 0 29 9 0 0 20 0 18 0 254342450 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529570085032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26043] ppid=26031 vsize=9558412 CPUtime=0.22 cores=1,3,5,7
/proc/26033/task/26043/stat : 26043 (java) S 26031 26033 23457 0 -1 4202560 86 0 0 0 17 5 0 0 20 0 18 0 254342450 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529569032488 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26044] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26044/stat : 26044 (java) S 26031 26033 23457 0 -1 4202560 1021 0 0 0 0 0 0 0 20 0 18 0 254342451 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529556835176 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26045] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26045/stat : 26045 (java) S 26031 26033 23457 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 18 0 254342452 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529555781496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26046] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26046/stat : 26046 (java) S 26031 26033 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254342452 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529554728328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26047] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26047/stat : 26047 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254342454 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529553677072 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26048] ppid=26031 vsize=9558412 CPUtime=0.4 cores=1,3,5,7
/proc/26033/task/26048/stat : 26048 (java) S 26031 26033 23457 0 -1 4202560 4827 0 0 0 38 2 0 0 20 0 18 0 254342454 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529552623928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26049] ppid=26031 vsize=9558412 CPUtime=0.39 cores=1,3,5,7
/proc/26033/task/26049/stat : 26049 (java) S 26031 26033 23457 0 -1 4202560 3513 0 0 0 39 0 0 0 20 0 18 0 254342455 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529551571384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26050] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26050/stat : 26050 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254342455 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529550518520 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26051] ppid=26031 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26051/stat : 26051 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254342455 9787813888 330944 33554432000 1073741824 1073778376 140735267313184 140529549466184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.64
Current children cumulated vsize (KiB) 9558412

[startup+12.7009 s]
/proc/loadavg: 4.24 3.89 3.85 5/219 26055
/proc/meminfo: memFree=23791692/32873844 swapFree=7356/7356
[pid=26033] ppid=26031 vsize=9824668 CPUtime=21.72 cores=1,3,5,7
/proc/26033/stat : 26033 (java) S 26031 26033 23457 0 -1 4202496 24326 0 1 0 2058 114 0 0 20 0 22 0 254342448 10060460032 638102 33554432000 1073741824 1073778376 140735267313184 140735267304320 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26033/statm: 2456167 638102 2269 9 0 2446860 0
[pid=26033/tid=26035] ppid=26031 vsize=9824668 CPUtime=7.44 cores=1,3,5,7

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

/proc/26033/statm: 2456167 830484 2283 9 0 2446860 0
[pid=26033/tid=26035] ppid=26031 vsize=9824668 CPUtime=7.49 cores=1,3,5,7
/proc/26033/task/26035/stat : 26035 (java) S 26031 26033 23457 0 -1 4202560 3882 0 1 0 708 41 0 0 20 0 22 0 254342449 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529732678648 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26036] ppid=26031 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/26033/task/26036/stat : 26036 (java) S 26031 26033 23457 0 -1 4202560 456 0 0 0 102 9 0 0 20 0 22 0 254342450 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529721740200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26037] ppid=26031 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/26033/task/26037/stat : 26037 (java) S 26031 26033 23457 0 -1 4202560 723 0 0 0 110 10 0 0 20 0 22 0 254342450 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529720687656 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26038] ppid=26031 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/26033/task/26038/stat : 26038 (java) S 26031 26033 23457 0 -1 4202560 458 0 0 0 105 10 0 0 20 0 22 0 254342450 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529574296232 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26039] ppid=26031 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/26033/task/26039/stat : 26039 (java) S 26031 26033 23457 0 -1 4202560 371 0 0 0 109 11 0 0 20 0 22 0 254342450 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529573243688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26040] ppid=26031 vsize=9824668 CPUtime=1.11 cores=1,3,5,7
/proc/26033/task/26040/stat : 26040 (java) S 26031 26033 23457 0 -1 4202560 291 0 0 0 100 11 0 0 20 0 22 0 254342450 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529572190632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26041] ppid=26031 vsize=9824668 CPUtime=1.18 cores=1,3,5,7
/proc/26033/task/26041/stat : 26041 (java) S 26031 26033 23457 0 -1 4202560 355 0 0 0 107 11 0 0 20 0 22 0 254342450 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529571138088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26042] ppid=26031 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/26033/task/26042/stat : 26042 (java) S 26031 26033 23457 0 -1 4202560 367 0 0 0 114 14 0 0 20 0 22 0 254342450 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529570085032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26043] ppid=26031 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/26033/task/26043/stat : 26043 (java) S 26031 26033 23457 0 -1 4202560 668 0 0 0 114 9 0 0 20 0 22 0 254342450 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529569032488 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26044] ppid=26031 vsize=9824668 CPUtime=51.01 cores=1,3,5,7
/proc/26033/task/26044/stat : 26044 (java) S 26031 26033 23457 0 -1 4202560 2008 0 0 0 5091 10 0 0 20 0 22 0 254342451 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529556835176 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26045] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26045/stat : 26045 (java) S 26031 26033 23457 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254342452 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529555781496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26046] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26046/stat : 26046 (java) S 26031 26033 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254342452 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529554728328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26047] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26047/stat : 26047 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254342454 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529553677072 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26048] ppid=26031 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/26033/task/26048/stat : 26048 (java) S 26031 26033 23457 0 -1 4202560 7313 0 0 0 104 2 0 0 20 0 22 0 254342454 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529552623928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26049] ppid=26031 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/26033/task/26049/stat : 26049 (java) S 26031 26033 23457 0 -1 4202560 7378 0 0 0 122 1 0 0 20 0 22 0 254342455 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529551571384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26050] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26050/stat : 26050 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254342455 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529550518520 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26051] ppid=26031 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/26033/task/26051/stat : 26051 (java) S 26031 26033 23457 0 -1 4202560 47 0 0 0 18 24 0 0 20 0 22 0 254342455 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529549466184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26052] ppid=26031 vsize=9824668 CPUtime=758.89 cores=1,3,5,7
/proc/26033/task/26052/stat : 26052 (java) R 26031 26033 23457 0 -1 4202560 50 0 0 0 75877 12 0 0 20 0 22 0 254343278 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529548411760 140529602724307 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26053] ppid=26031 vsize=9824668 CPUtime=758.95 cores=1,3,5,7
/proc/26033/task/26053/stat : 26053 (java) R 26031 26033 23457 0 -1 4202560 704 0 0 0 75878 17 0 0 20 0 22 0 254343278 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529547357456 140529602724348 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26054] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26054/stat : 26054 (java) S 26031 26033 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254343281 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529546306856 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26055] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26055/stat : 26055 (java) S 26031 26033 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254343281 10060460032 830484 33554432000 1073741824 1073778376 140735267313184 140529545254312 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1592.44
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.91 4/220 26209
/proc/meminfo: memFree=23411504/32873844 swapFree=7356/7356
[pid=26033] ppid=26031 vsize=9824668 CPUtime=1710.76 cores=1,3,5,7
/proc/26033/stat : 26033 (java) S 26031 26033 23457 0 -1 4202496 26305 0 1 0 170901 175 0 0 20 0 22 0 254342448 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140735267304320 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26033/statm: 2456167 834606 2283 9 0 2446860 0
[pid=26033/tid=26035] ppid=26031 vsize=9824668 CPUtime=7.49 cores=1,3,5,7
/proc/26033/task/26035/stat : 26035 (java) S 26031 26033 23457 0 -1 4202560 3884 0 1 0 708 41 0 0 20 0 22 0 254342449 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529732678648 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26036] ppid=26031 vsize=9824668 CPUtime=1.15 cores=1,3,5,7
/proc/26033/task/26036/stat : 26036 (java) S 26031 26033 23457 0 -1 4202560 456 0 0 0 106 9 0 0 20 0 22 0 254342450 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529721740200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26037] ppid=26031 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/26033/task/26037/stat : 26037 (java) S 26031 26033 23457 0 -1 4202560 723 0 0 0 115 10 0 0 20 0 22 0 254342450 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529720687656 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26038] ppid=26031 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/26033/task/26038/stat : 26038 (java) S 26031 26033 23457 0 -1 4202560 458 0 0 0 107 10 0 0 20 0 22 0 254342450 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529574296232 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26039] ppid=26031 vsize=9824668 CPUtime=1.25 cores=1,3,5,7
/proc/26033/task/26039/stat : 26039 (java) S 26031 26033 23457 0 -1 4202560 390 0 0 0 114 11 0 0 20 0 22 0 254342450 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529573243688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26040] ppid=26031 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/26033/task/26040/stat : 26040 (java) S 26031 26033 23457 0 -1 4202560 291 0 0 0 106 11 0 0 20 0 22 0 254342450 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529572190632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26041] ppid=26031 vsize=9824668 CPUtime=1.21 cores=1,3,5,7
/proc/26033/task/26041/stat : 26041 (java) S 26031 26033 23457 0 -1 4202560 363 0 0 0 110 11 0 0 20 0 22 0 254342450 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529571138088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26042] ppid=26031 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/26033/task/26042/stat : 26042 (java) S 26031 26033 23457 0 -1 4202560 367 0 0 0 118 14 0 0 20 0 22 0 254342450 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529570085032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26043] ppid=26031 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/26033/task/26043/stat : 26043 (java) S 26031 26033 23457 0 -1 4202560 668 0 0 0 117 9 0 0 20 0 22 0 254342450 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529569032488 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26044] ppid=26031 vsize=9824668 CPUtime=52.8 cores=1,3,5,7
/proc/26033/task/26044/stat : 26044 (java) S 26031 26033 23457 0 -1 4202560 2020 0 0 0 5270 10 0 0 20 0 22 0 254342451 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529556835176 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26045] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26045/stat : 26045 (java) S 26031 26033 23457 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254342452 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529555781496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26046] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26046/stat : 26046 (java) S 26031 26033 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254342452 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529554728328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26047] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26047/stat : 26047 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254342454 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529553677072 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26048] ppid=26031 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/26033/task/26048/stat : 26048 (java) S 26031 26033 23457 0 -1 4202560 7313 0 0 0 104 2 0 0 20 0 22 0 254342454 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529552623928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26049] ppid=26031 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/26033/task/26049/stat : 26049 (java) S 26031 26033 23457 0 -1 4202560 7378 0 0 0 122 1 0 0 20 0 22 0 254342455 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529551571384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26050] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26050/stat : 26050 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254342455 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529550518520 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26051] ppid=26031 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/26033/task/26051/stat : 26051 (java) S 26031 26033 23457 0 -1 4202560 51 0 0 0 20 25 0 0 20 0 22 0 254342455 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529549466184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26052] ppid=26031 vsize=9824668 CPUtime=816.84 cores=1,3,5,7
/proc/26033/task/26052/stat : 26052 (java) R 26031 26033 23457 0 -1 4202560 50 0 0 0 81671 13 0 0 20 0 22 0 254343278 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529548409904 140529602724418 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26053] ppid=26031 vsize=9824668 CPUtime=816.9 cores=1,3,5,7
/proc/26033/task/26053/stat : 26053 (java) R 26031 26033 23457 0 -1 4202560 705 0 0 0 81672 18 0 0 20 0 22 0 254343278 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529547359216 140529602828498 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26054] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26054/stat : 26054 (java) S 26031 26033 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254343281 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529546306856 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26055] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26055/stat : 26055 (java) S 26031 26033 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254343281 10060460032 834606 33554432000 1073741824 1073778376 140735267313184 140529545254312 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1710.76
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+928.001 s]
/proc/loadavg: 4.00 4.00 3.91 5/219 26209
/proc/meminfo: memFree=23462580/32873844 swapFree=7356/7356
[pid=26033] ppid=26031 vsize=9824668 CPUtime=1800.09 cores=1,3,5,7
/proc/26033/stat : 26033 (java) S 26031 26033 23457 0 -1 4202496 26322 0 1 0 179833 176 0 0 20 0 22 0 254342448 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140735267304320 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/26033/statm: 2456167 834614 2283 9 0 2446860 0
[pid=26033/tid=26035] ppid=26031 vsize=9824668 CPUtime=7.5 cores=1,3,5,7
/proc/26033/task/26035/stat : 26035 (java) S 26031 26033 23457 0 -1 4202560 3886 0 1 0 709 41 0 0 20 0 22 0 254342449 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529732678648 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26036] ppid=26031 vsize=9824668 CPUtime=1.17 cores=1,3,5,7
/proc/26033/task/26036/stat : 26036 (java) S 26031 26033 23457 0 -1 4202560 456 0 0 0 108 9 0 0 20 0 22 0 254342450 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529721740200 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26037] ppid=26031 vsize=9824668 CPUtime=1.28 cores=1,3,5,7
/proc/26033/task/26037/stat : 26037 (java) S 26031 26033 23457 0 -1 4202560 723 0 0 0 118 10 0 0 20 0 22 0 254342450 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529720687656 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26038] ppid=26031 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/26033/task/26038/stat : 26038 (java) S 26031 26033 23457 0 -1 4202560 458 0 0 0 110 10 0 0 20 0 22 0 254342450 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529574296232 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26039] ppid=26031 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/26033/task/26039/stat : 26039 (java) S 26031 26033 23457 0 -1 4202560 390 0 0 0 119 11 0 0 20 0 22 0 254342450 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529573243688 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26040] ppid=26031 vsize=9824668 CPUtime=1.2 cores=1,3,5,7
/proc/26033/task/26040/stat : 26040 (java) S 26031 26033 23457 0 -1 4202560 298 0 0 0 109 11 0 0 20 0 22 0 254342450 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529572190632 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26041] ppid=26031 vsize=9824668 CPUtime=1.24 cores=1,3,5,7
/proc/26033/task/26041/stat : 26041 (java) S 26031 26033 23457 0 -1 4202560 363 0 0 0 113 11 0 0 20 0 22 0 254342450 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529571138088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26042] ppid=26031 vsize=9824668 CPUtime=1.37 cores=1,3,5,7
/proc/26033/task/26042/stat : 26042 (java) S 26031 26033 23457 0 -1 4202560 367 0 0 0 123 14 0 0 20 0 22 0 254342450 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529570085032 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26043] ppid=26031 vsize=9824668 CPUtime=1.32 cores=1,3,5,7
/proc/26033/task/26043/stat : 26043 (java) S 26031 26033 23457 0 -1 4202560 668 0 0 0 123 9 0 0 20 0 22 0 254342450 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529569032488 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26044] ppid=26031 vsize=9824668 CPUtime=55.01 cores=1,3,5,7
/proc/26033/task/26044/stat : 26044 (java) S 26031 26033 23457 0 -1 4202560 2023 0 0 0 5491 10 0 0 20 0 22 0 254342451 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529556835176 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26045] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26045/stat : 26045 (java) S 26031 26033 23457 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 22 0 254342452 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529555781496 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26046] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26046/stat : 26046 (java) S 26031 26033 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254342452 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529554728328 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26047] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26047/stat : 26047 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254342454 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529553677072 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26048] ppid=26031 vsize=9824668 CPUtime=1.06 cores=1,3,5,7
/proc/26033/task/26048/stat : 26048 (java) S 26031 26033 23457 0 -1 4202560 7313 0 0 0 104 2 0 0 20 0 22 0 254342454 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529552623928 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26049] ppid=26031 vsize=9824668 CPUtime=1.23 cores=1,3,5,7
/proc/26033/task/26049/stat : 26049 (java) S 26031 26033 23457 0 -1 4202560 7378 0 0 0 122 1 0 0 20 0 22 0 254342455 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529551571384 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=26033/tid=26050] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26050/stat : 26050 (java) S 26031 26033 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254342455 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529550518520 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=26033/tid=26051] ppid=26031 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/26033/task/26051/stat : 26051 (java) S 26031 26033 23457 0 -1 4202560 55 0 0 0 21 26 0 0 20 0 22 0 254342455 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529549466184 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26052] ppid=26031 vsize=9824668 CPUtime=860.13 cores=1,3,5,7
/proc/26033/task/26052/stat : 26052 (java) R 26031 26033 23457 0 -1 4202560 51 0 0 0 85999 14 0 0 20 0 22 0 254343278 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529548411760 140529602724307 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26053] ppid=26031 vsize=9824668 CPUtime=860.17 cores=1,3,5,7
/proc/26033/task/26053/stat : 26053 (java) R 26031 26033 23457 0 -1 4202560 705 0 0 0 85998 19 0 0 20 0 22 0 254343278 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529547357456 140529603182455 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=26033/tid=26054] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26054/stat : 26054 (java) S 26031 26033 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254343281 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529546306856 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=26033/tid=26055] ppid=26031 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/26033/task/26055/stat : 26055 (java) S 26031 26033 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254343281 10060460032 834614 33554432000 1073741824 1073778376 140735267313184 140529545254312 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.09
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 26033 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=920282
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=151672
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 928.062
CPU time (s): 1800.09
CPU user time (s): 1798.33
CPU system time (s): 1.76
CPU usage (%): 193.962
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.92
system time used= 2.15167
maximum resident set size= 3338580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26356
page faults= 1
swaps= 0
block input operations= 0
block output operations= 984
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25249
involuntary context switches= 26231

runsolver used 3.3105 second user time and 9.60554 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-24 19:55:39
IDJOB=3689426
IDBENCH=89735
IDSOLVER=2268
FILE ID=node109/3689426-1337882137
RUNJOBID= node109-1337871881-23474
PBS_JOBID= 14620095
Free space on /tmp= 71628 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-120.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689426-1337882137/watcher-3689426-1337882137 -o /tmp/evaluation-result-3689426-1337882137/solver-3689426-1337882137 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689426-1337882137.opb

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

MD5SUM BENCH= 7b80ddfff13fd2a12f867bbe09bf6414
RANDOM SEED=774408885

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.264
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.264
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        26339304 kB
Buffers:          206712 kB
Cached:          2843344 kB
SwapCached:            0 kB
Active:          3138628 kB
Inactive:        2623312 kB
Active(anon):    2714588 kB
Inactive(anon):        0 kB
Active(file):     424040 kB
Inactive(file):  2623312 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             50004 kB
Writeback:             0 kB
AnonPages:       2721148 kB
Mapped:            22584 kB
Shmem:               200 kB
Slab:             628116 kB
SReclaimable:      70244 kB
SUnreclaim:       557872 kB
KernelStack:        1616 kB
PageTables:         9508 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3204928 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2652160 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= 71620 MiB
End job on node109 at 2012-05-24 20:11:09