Trace number 3687506

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.08 1025.67

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos19.opb
MD5SUM1ef5c8e94b66b7ed63dffc6923ecd901
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3
Best CPU time to get the best result obtained on this benchmark1783.2
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function -3
Optimality of the best value was proved NO
Number of variables1041679
Total number of constraints127860
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints127780
Minimum length of a constraint2
Maximum length of a constraint275
Number of terms in the objective function 1611
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 1611
Number of bits of the sum of numbers in the objective function 11
Biggest number in a constraint 24576
Number of bits of the biggest number in a constraint 15
Biggest sum of numbers in a constraint 98256
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.03/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.08	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687506-1337871926.opb
0.10/0.11	c reading problem ... 
30.24/18.12	c ... done. Wall clock time 18.009s.
30.24/18.12	c declared #vars     1041679
30.24/18.12	c #constraints  160196
30.24/18.12	c constraints type 
30.24/18.12	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1563
30.24/18.12	c org.sat4j.minisat.constraints.card.MinWatchCard => 1643
30.24/18.12	c ignored satisfied constraints => 1655
30.24/18.12	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
30.24/18.12	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 155612
30.24/18.12	c 161851 constraints processed.
30.24/18.12	c constraints type 
30.24/18.12	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1378
30.24/18.12	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1563
30.24/18.12	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1643
30.24/18.12	c ignored satisfied constraints => 1655
30.24/18.12	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
30.24/18.12	c 161851 constraints processed.
30.24/18.12	c objective function length is 1611 literals
39.16/22.88	c cleaning 2500 clauses out of 5000 with flag 5000/5000
46.38/27.83	c cleaning 4249 clauses out of 8500 with flag 11000/11000
51.26/31.57	c cleaning 5624 clauses out of 11251 with flag 18000/18000
56.88/35.57	c cleaning 6809 clauses out of 13628 with flag 26001/26001
62.60/39.65	c cleaning 7904 clauses out of 15818 with flag 35000/35000
69.69/44.93	c cleaning 8954 clauses out of 17915 with flag 45001/45001
76.55/49.59	c cleaning 9978 clauses out of 19961 with flag 56001/56001
83.48/54.24	c cleaning 10989 clauses out of 21982 with flag 68000/68000
90.75/59.10	c cleaning 11995 clauses out of 23994 with flag 81001/81001
99.17/65.12	c cleaning 12997 clauses out of 25999 with flag 95001/95001
106.80/70.28	c cleaning 13998 clauses out of 28002 with flag 110001/110001
115.26/75.77	c cleaning 15000 clauses out of 30004 with flag 126001/126001
124.11/81.40	c cleaning 15998 clauses out of 32004 with flag 143001/143001
132.00/87.14	c cleaning 0 clauses out of 5013 with flag 0/5013
137.60/91.06	c cleaning 17000 clauses out of 34005 with flag 161000/161000
147.19/97.08	c cleaning 18002 clauses out of 36005 with flag 180000/180000
157.45/103.47	c cleaning 19000 clauses out of 38004 with flag 200001/200001
169.39/111.21	c cleaning 20000 clauses out of 40003 with flag 221000/221000
180.55/118.10	c cleaning 21001 clauses out of 42004 with flag 243001/243001
192.08/125.20	c cleaning 22000 clauses out of 44003 with flag 266001/266001
205.06/133.08	c cleaning 22995 clauses out of 46002 with flag 290000/290000
220.58/142.63	c cleaning 24001 clauses out of 48008 with flag 315001/315001
234.37/150.81	c cleaning 25001 clauses out of 50006 with flag 341000/341000
247.67/158.80	c cleaning 25996 clauses out of 52006 with flag 368001/368001
253.22/162.93	c cleaning 0 clauses out of 11001 with flag 0/11001
266.53/171.46	c cleaning 27005 clauses out of 54010 with flag 396001/396001
282.15/180.58	c cleaning 27998 clauses out of 56005 with flag 425001/425001
297.48/189.58	c cleaning 29002 clauses out of 58007 with flag 455001/455001
312.81/198.58	c cleaning 30000 clauses out of 60005 with flag 486001/486001
329.66/208.89	c cleaning 31001 clauses out of 62005 with flag 518001/518001
345.13/218.00	c cleaning 32001 clauses out of 64004 with flag 551001/551001
362.48/227.94	c cleaning 32999 clauses out of 66005 with flag 585003/585003
384.66/240.20	c cleaning 34000 clauses out of 68004 with flag 620001/620001
388.80/244.29	c cleaning 0 clauses out of 18000 with flag 0/18000
408.37/255.35	c cleaning 34998 clauses out of 70003 with flag 656000/656000
427.27/266.12	c cleaning 36001 clauses out of 72005 with flag 693000/693000
444.99/276.39	c cleaning 37001 clauses out of 74005 with flag 731001/731001
466.75/289.11	c cleaning 37998 clauses out of 76003 with flag 770000/770000
487.42/300.78	c cleaning 39001 clauses out of 78005 with flag 810000/810000
511.22/313.91	c cleaning 39999 clauses out of 80005 with flag 851001/851001
532.36/325.84	c cleaning 41003 clauses out of 82005 with flag 893000/893000
556.08/339.60	c cleaning 41998 clauses out of 84003 with flag 936001/936001
570.25/348.15	c cleaning 0 clauses out of 26000 with flag 0/26000
579.85/354.37	c cleaning 43000 clauses out of 86004 with flag 980000/980000
600.88/366.29	c cleaning 43995 clauses out of 88004 with flag 1025000/1025000
623.36/379.43	c cleaning 45004 clauses out of 90009 with flag 1071000/1071000
644.38/391.30	c cleaning 46003 clauses out of 92006 with flag 1118001/1118001
668.81/405.00	c cleaning 46998 clauses out of 94002 with flag 1166000/1166000
692.43/418.11	c cleaning 47999 clauses out of 96004 with flag 1215000/1215000
716.30/431.84	c cleaning 48999 clauses out of 98005 with flag 1265000/1265000
742.15/446.10	c cleaning 50000 clauses out of 100007 with flag 1316001/1316001
765.97/459.41	c cleaning 51001 clauses out of 102008 with flag 1368002/1368002
792.35/474.08	c cleaning 51998 clauses out of 104006 with flag 1421001/1421001
819.26/489.03	c cleaning 53002 clauses out of 106007 with flag 1475000/1475000
849.85/505.71	c cleaning 53995 clauses out of 108006 with flag 1530001/1530001
887.71/526.00	c cleaning 55002 clauses out of 110011 with flag 1586001/1586001
917.69/542.46	c cleaning 56003 clauses out of 112010 with flag 1643002/1643002
938.28/554.78	c cleaning 0 clauses out of 35000 with flag 0/35000
951.36/562.77	c cleaning 57001 clauses out of 114005 with flag 1701000/1701000
983.84/580.34	c cleaning 57997 clauses out of 116004 with flag 1760000/1760000
1013.74/596.64	c cleaning 58978 clauses out of 118008 with flag 1820001/1820001
1051.06/617.21	c cleaning 60008 clauses out of 120029 with flag 1881000/1881000
1084.87/635.31	c cleaning 60999 clauses out of 122022 with flag 1943001/1943001
1116.49/652.35	c cleaning 62008 clauses out of 124022 with flag 2006000/2006000
1146.48/668.65	c cleaning 63003 clauses out of 126014 with flag 2070000/2070000
1167.44/681.15	c cleaning 0 clauses out of 45000 with flag 0/45000
1182.30/690.08	c cleaning 64004 clauses out of 128012 with flag 2135001/2135001
1213.69/707.03	c cleaning 64999 clauses out of 130009 with flag 2201002/2201002
1249.17/726.14	c cleaning 65998 clauses out of 132008 with flag 2268000/2268000
1281.33/744.22	c cleaning 67004 clauses out of 134011 with flag 2336001/2336001
1315.20/762.53	c cleaning 67999 clauses out of 136006 with flag 2405000/2405000
1346.80/779.73	c cleaning 68999 clauses out of 138007 with flag 2475000/2475000
1384.33/799.97	c cleaning 70003 clauses out of 140008 with flag 2546000/2546000
1422.10/820.65	c cleaning 70998 clauses out of 142006 with flag 2618001/2618001
1440.95/831.53	c cleaning 0 clauses out of 56000 with flag 0/56000
1458.18/841.69	c cleaning 72000 clauses out of 144008 with flag 2691001/2691001
1494.72/861.37	c cleaning 73000 clauses out of 146007 with flag 2765000/2765000
1531.45/881.59	c cleaning 74001 clauses out of 148007 with flag 2840000/2840000
1570.49/902.47	c cleaning 74999 clauses out of 150007 with flag 2916001/2916001
1607.55/922.36	c cleaning 76000 clauses out of 152007 with flag 2993000/2993000
1642.16/941.07	c cleaning 77000 clauses out of 154007 with flag 3071000/3071000
1686.31/964.56	c cleaning 78000 clauses out of 156008 with flag 3150001/3150001
1722.91/984.28	c cleaning 78999 clauses out of 158008 with flag 3230001/3230001
1762.87/1005.62	c cleaning 79997 clauses out of 160008 with flag 3311000/3311000
1800.08/1025.61	c starts		: 250
1800.08/1025.61	c conflicts		: 3391378
1800.08/1025.61	c decisions		: 4726769
1800.08/1025.61	c propagations		: 149727315
1800.08/1025.61	c inspects		: 2825296913
1800.08/1025.61	c shortcuts		: 0
1800.08/1025.61	c learnt literals	: 0
1800.08/1025.61	c learnt binary clauses	: 49
1800.08/1025.61	c learnt ternary clauses	: 1
1800.08/1025.61	c learnt constraints	: 3391378
1800.08/1025.61	c ignored constraints	: 0
1800.08/1025.61	c root simplifications	: 0
1800.08/1025.61	c removed literals (reason simplification)	: 1723440
1800.08/1025.61	c reason swapping (by a shorter reason)	: 0
1800.08/1025.61	c Calls to reduceDB	: 77
1800.08/1025.61	c number of reductions to clauses (during analyze)	: 0
1800.08/1025.61	c number of learned constraints concerned by reduction	: 0
1800.08/1025.61	c number of learning phase by resolution	: 0
1800.08/1025.61	c number of learning phase by cutting planes	: 0
1800.08/1025.61	c speed (assignments/second)	: 149158.90939629072
1800.08/1025.61	c non guided choices	4595
1800.08/1025.64	c learnt constraints type 
1800.08/1025.64	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 49
1800.08/1025.64	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 160468
1800.08/1025.64	c constraints type 
1800.08/1025.64	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1563
1800.08/1025.64	c org.sat4j.minisat.constraints.card.MinWatchCard => 1643
1800.08/1025.64	c ignored satisfied constraints => 1655
1800.08/1025.64	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1378
1800.08/1025.64	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 155612
1800.08/1025.64	c 161851 constraints processed.
1800.08/1025.64	c constraints type 
1800.08/1025.64	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1378
1800.08/1025.64	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1563
1800.08/1025.64	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1643
1800.08/1025.64	c ignored satisfied constraints => 1655
1800.08/1025.64	c org.sat4j.pb.constraints.pb.MaxWatchPb => 155612
1800.08/1025.64	c 161851 constraints processed.
1800.08/1025.64	s UNKNOWN
1800.08/1025.64	c Total wall clock time (in seconds): 1025.529

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-3687506-1337871926/watcher-3687506-1337871926 -o /tmp/evaluation-result-3687506-1337871926/solver-3687506-1337871926 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687506-1337871926.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: 1.59 0.43 0.14 4/197 23880
/proc/meminfo: memFree=27978596/32873844 swapFree=7356/7356
[pid=23880] ppid=23878 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/23880/stat : 23880 (java) R 23878 23880 23457 0 -1 4202496 991 0 0 0 0 0 0 0 20 0 1 0 253321288 23793664 719 33554432000 1073741824 1073778376 140736260414944 140736260404008 245302050672 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23880/statm: 5809 732 542 9 0 128 0

[startup+0.051362 s]
/proc/loadavg: 1.59 0.43 0.14 4/197 23880
/proc/meminfo: memFree=27978596/32873844 swapFree=7356/7356
[pid=23880] ppid=23878 vsize=9225560 CPUtime=0.03 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23880 23457 0 -1 4202496 3079 0 1 0 3 0 0 0 20 0 13 0 253321288 9446973440 4288 33554432000 1073741824 1073778376 140736260414944 140736260406080 245297610813 0 0 0 16800971 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23880/statm: 2306390 4288 1708 9 0 2297091 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.100291 s]
/proc/loadavg: 1.59 0.43 0.14 4/197 23880
/proc/meminfo: memFree=27978596/32873844 swapFree=7356/7356
[pid=23880] ppid=23878 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23880 23457 0 -1 4202496 4348 0 1 0 9 1 0 0 20 0 18 0 253321288 9787813888 6043 33554432000 1073741824 1073778376 140736260414944 140736260406080 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23880/statm: 2389603 6048 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300202 s]
/proc/loadavg: 1.59 0.43 0.14 4/197 23880
/proc/meminfo: memFree=27978596/32873844 swapFree=7356/7356
[pid=23880] ppid=23878 vsize=9558412 CPUtime=0.53 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23880 23457 0 -1 4202496 6393 0 1 0 51 2 0 0 20 0 18 0 253321288 9787813888 21398 33554432000 1073741824 1073778376 140736260414944 140736260406080 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23880/statm: 2389603 21398 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558412

[startup+0.70029 s]
/proc/loadavg: 1.59 0.43 0.14 4/197 23880
/proc/meminfo: memFree=27978596/32873844 swapFree=7356/7356
[pid=23880] ppid=23878 vsize=9558412 CPUtime=1.61 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23880 23457 0 -1 4202496 17629 0 1 0 149 12 0 0 20 0 18 0 253321288 9787813888 64295 33554432000 1073741824 1073778376 140736260414944 140736260406080 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23880/statm: 2389603 64295 2247 9 0 2380296 0
Current children cumulated CPU time (s) 1.61
Current children cumulated vsize (KiB) 9558412

[startup+1.50078 s]
/proc/loadavg: 1.59 0.43 0.14 4/215 23898
/proc/meminfo: memFree=27675616/32873844 swapFree=7356/7356
[pid=23880] ppid=23878 vsize=9558412 CPUtime=3.64 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23880 23457 0 -1 4202496 20224 0 1 0 328 36 0 0 20 0 18 0 253321288 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 140736260406080 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23880/statm: 2389603 136456 2248 9 0 2380296 0
[pid=23880/tid=23882] ppid=23878 vsize=9558412 CPUtime=1.04 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) R 23878 23880 23457 0 -1 4202560 2562 0 1 0 99 5 0 0 20 0 18 0 253321289 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139718685113448 245297636621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23883] ppid=23878 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23880 23457 0 -1 4202560 478 0 0 0 14 4 0 0 20 0 18 0 253321290 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139718646606888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23884] ppid=23878 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23880 23457 0 -1 4202560 78 0 0 0 14 4 0 0 20 0 18 0 253321290 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139718645554088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23880/tid=23885] ppid=23878 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23880 23457 0 -1 4202560 667 0 0 0 12 3 0 0 20 0 18 0 253321290 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139718644501288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23886] ppid=23878 vsize=9558412 CPUtime=0.25 cores=1,3,5,7
/proc/23880/task/23886/stat : 23886 (java) S 23878 23880 23457 0 -1 4202560 438 0 0 0 20 5 0 0 20 0 18 0 253321290 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139718643448488 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23887] ppid=23878 vsize=9558412 CPUtime=0.19 cores=1,3,5,7
/proc/23880/task/23887/stat : 23887 (java) S 23878 23880 23457 0 -1 4202560 68 0 0 0 15 4 0 0 20 0 18 0 253321290 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139718524135976 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23888] ppid=23878 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/23880/task/23888/stat : 23888 (java) S 23878 23880 23457 0 -1 4202560 213 0 0 0 21 5 0 0 20 0 18 0 253321290 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139718523083176 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23889] ppid=23878 vsize=9558412 CPUtime=0.15 cores=1,3,5,7
/proc/23880/task/23889/stat : 23889 (java) S 23878 23880 23457 0 -1 4202560 384 0 0 0 13 2 0 0 20 0 18 0 253321290 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139718522030376 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23880/tid=23890] ppid=23878 vsize=9558412 CPUtime=0.18 cores=1,3,5,7
/proc/23880/task/23890/stat : 23890 (java) S 23878 23880 23457 0 -1 4202560 127 0 0 0 14 4 0 0 20 0 18 0 253321290 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139718520977576 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23891] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23891/stat : 23891 (java) S 23878 23880 23457 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 253321291 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139718508780520 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23892] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23892/stat : 23892 (java) S 23878 23880 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253321291 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139717903378168 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23893] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23893/stat : 23893 (java) S 23878 23880 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253321291 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139717902325256 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23894] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23894/stat : 23894 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253321294 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139717901273744 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23895] ppid=23878 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/23880/task/23895/stat : 23895 (java) S 23878 23880 23457 0 -1 4202560 9341 0 0 0 48 1 0 0 20 0 18 0 253321294 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139717900220856 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23896] ppid=23878 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/23880/task/23896/stat : 23896 (java) S 23878 23880 23457 0 -1 4202560 4498 0 0 0 41 1 0 0 20 0 18 0 253321294 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139717899168056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23897] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23897/stat : 23897 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253321294 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139717898115448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23898] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23898/stat : 23898 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253321294 9787813888 136456 33554432000 1073741824 1073778376 140736260414944 139717897062856 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.64
Current children cumulated vsize (KiB) 9558412

[startup+3.10081 s]
/proc/loadavg: 1.59 0.43 0.14 4/215 23898
/proc/meminfo: memFree=27334548/32873844 swapFree=7356/7356
[pid=23880] ppid=23878 vsize=9558412 CPUtime=5.91 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23880 23457 0 -1 4202496 21598 0 1 0 539 52 0 0 20 0 18 0 253321288 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 140736260406080 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23880/statm: 2389603 171328 2260 9 0 2380296 0
[pid=23880/tid=23882] ppid=23878 vsize=9558412 CPUtime=1.77 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) R 23878 23880 23457 0 -1 4202560 2563 0 1 0 172 5 0 0 20 0 18 0 253321289 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139718685106160 245297636621 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23883] ppid=23878 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23880 23457 0 -1 4202560 526 0 0 0 23 6 0 0 20 0 18 0 253321290 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139718646606888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23880/tid=23884] ppid=23878 vsize=9558412 CPUtime=0.29 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23880 23457 0 -1 4202560 121 0 0 0 23 6 0 0 20 0 18 0 253321290 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139718645554088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23885] ppid=23878 vsize=9558412 CPUtime=0.27 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23880 23457 0 -1 4202560 719 0 0 0 22 5 0 0 20 0 18 0 253321290 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139718644501288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23880/tid=23886] ppid=23878 vsize=9558412 CPUtime=0.37 cores=1,3,5,7
/proc/23880/task/23886/stat : 23886 (java) S 23878 23880 23457 0 -1 4202560 495 0 0 0 30 7 0 0 20 0 18 0 253321290 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139718643448488 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23880/tid=23887] ppid=23878 vsize=9558412 CPUtime=0.34 cores=1,3,5,7
/proc/23880/task/23887/stat : 23887 (java) S 23878 23880 23457 0 -1 4202560 459 0 0 0 28 6 0 0 20 0 18 0 253321290 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139718524135976 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23888] ppid=23878 vsize=9558412 CPUtime=0.36 cores=1,3,5,7
/proc/23880/task/23888/stat : 23888 (java) S 23878 23880 23457 0 -1 4202560 270 0 0 0 29 7 0 0 20 0 18 0 253321290 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139718523083176 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23889] ppid=23878 vsize=9558412 CPUtime=0.26 cores=1,3,5,7
/proc/23880/task/23889/stat : 23889 (java) S 23878 23880 23457 0 -1 4202560 428 0 0 0 22 4 0 0 20 0 18 0 253321290 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139718522030376 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23890] ppid=23878 vsize=9558412 CPUtime=0.23 cores=1,3,5,7
/proc/23880/task/23890/stat : 23890 (java) S 23878 23880 23457 0 -1 4202560 532 0 0 0 19 4 0 0 20 0 18 0 253321290 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139718520977576 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23891] ppid=23878 vsize=9558412 CPUtime=0.63 cores=1,3,5,7
/proc/23880/task/23891/stat : 23891 (java) S 23878 23880 23457 0 -1 4202560 472 0 0 0 63 0 0 0 20 0 18 0 253321291 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139718508780520 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23892] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23892/stat : 23892 (java) S 23878 23880 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253321291 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139717903378168 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23893] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23893/stat : 23893 (java) S 23878 23880 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253321291 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139717902325256 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23894] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23894/stat : 23894 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253321294 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139717901273744 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23895] ppid=23878 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/23880/task/23895/stat : 23895 (java) S 23878 23880 23457 0 -1 4202560 9341 0 0 0 48 1 0 0 20 0 18 0 253321294 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139717900220856 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23896] ppid=23878 vsize=9558412 CPUtime=0.42 cores=1,3,5,7
/proc/23880/task/23896/stat : 23896 (java) S 23878 23880 23457 0 -1 4202560 4498 0 0 0 41 1 0 0 20 0 18 0 253321294 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139717899168056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23897] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23897/stat : 23897 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253321294 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139717898115448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23898] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23898/stat : 23898 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253321294 9787813888 171328 33554432000 1073741824 1073778376 140736260414944 139717897062856 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 9558412

[startup+6.30071 s]
/proc/loadavg: 2.26 0.59 0.20 4/215 23898
/proc/meminfo: memFree=26823364/32873844 swapFree=7356/7356
[pid=23880] ppid=23878 vsize=9558412 CPUtime=11.75 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23880 23457 0 -1 4202496 27350 0 1 0 1054 121 0 0 20 0 18 0 253321288 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 140736260406080 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23880/statm: 2389603 375222 2264 9 0 2380296 0
[pid=23880/tid=23882] ppid=23878 vsize=9558412 CPUtime=2.95 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) R 23878 23880 23457 0 -1 4202560 3404 0 1 0 282 13 0 0 20 0 18 0 253321289 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139718685113040 139718692879457 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23883] ppid=23878 vsize=9558412 CPUtime=0.67 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23880 23457 0 -1 4202560 1250 0 0 0 55 12 0 0 20 0 18 0 253321290 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139718646606888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23884] ppid=23878 vsize=9558412 CPUtime=0.72 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23880 23457 0 -1 4202560 900 0 0 0 59 13 0 0 20 0 18 0 253321290 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139718645554088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23885] ppid=23878 vsize=9558412 CPUtime=0.77 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23880 23457 0 -1 4202560 1097 0 0 0 63 14 0 0 20 0 18 0 253321290 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139718644501288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23886] ppid=23878 vsize=9558412 CPUtime=0.72 cores=1,3,5,7
/proc/23880/task/23886/stat : 23886 (java) S 23878 23880 23457 0 -1 4202560 1159 0 0 0 59 13 0 0 20 0 18 0 253321290 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139718643448488 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23887] ppid=23878 vsize=9558412 CPUtime=0.81 cores=1,3,5,7
/proc/23880/task/23887/stat : 23887 (java) S 23878 23880 23457 0 -1 4202560 908 0 0 0 68 13 0 0 20 0 18 0 253321290 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139718524135976 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23888] ppid=23878 vsize=9558412 CPUtime=0.92 cores=1,3,5,7
/proc/23880/task/23888/stat : 23888 (java) S 23878 23880 23457 0 -1 4202560 797 0 0 0 77 15 0 0 20 0 18 0 253321290 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139718523083176 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23880/tid=23889] ppid=23878 vsize=9558412 CPUtime=0.71 cores=1,3,5,7
/proc/23880/task/23889/stat : 23889 (java) S 23878 23880 23457 0 -1 4202560 905 0 0 0 58 13 0 0 20 0 18 0 253321290 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139718522030376 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23890] ppid=23878 vsize=9558412 CPUtime=0.65 cores=1,3,5,7
/proc/23880/task/23890/stat : 23890 (java) S 23878 23880 23457 0 -1 4202560 651 0 0 0 53 12 0 0 20 0 18 0 253321290 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139718520977576 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23891] ppid=23878 vsize=9558412 CPUtime=1.74 cores=1,3,5,7
/proc/23880/task/23891/stat : 23891 (java) S 23878 23880 23457 0 -1 4202560 1266 0 0 0 174 0 0 0 20 0 18 0 253321291 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139718508780520 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23892] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23892/stat : 23892 (java) S 23878 23880 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253321291 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139717903378168 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23893] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23893/stat : 23893 (java) S 23878 23880 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253321291 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139717902325256 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23894] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23894/stat : 23894 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253321294 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139717901273744 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23895] ppid=23878 vsize=9558412 CPUtime=0.49 cores=1,3,5,7
/proc/23880/task/23895/stat : 23895 (java) S 23878 23880 23457 0 -1 4202560 9341 0 0 0 48 1 0 0 20 0 18 0 253321294 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139717900220856 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23896] ppid=23878 vsize=9558412 CPUtime=0.43 cores=1,3,5,7
/proc/23880/task/23896/stat : 23896 (java) S 23878 23880 23457 0 -1 4202560 4498 0 0 0 41 2 0 0 20 0 18 0 253321294 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139717899168056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23897] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23897/stat : 23897 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253321294 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139717898115448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23898] ppid=23878 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23898/stat : 23898 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253321294 9787813888 375222 33554432000 1073741824 1073778376 140736260414944 139717897062856 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.75
Current children cumulated vsize (KiB) 9558412

[startup+12.7009 s]
/proc/loadavg: 2.32 0.63 0.21 11/215 23898
/proc/meminfo: memFree=24864220/32873844 swapFree=7356/7356
[pid=23880] ppid=23878 vsize=9558412 CPUtime=22.75 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23880 23457 0 -1 4202496 32884 0 1 0 2025 250 0 0 20 0 18 0 253321288 9787813888 794413 33554432000 1073741824 1073778376 140736260414944 140736260406080 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23880/statm: 2389603 794413 2264 9 0 2380296 0
[pid=23880/tid=23882] ppid=23878 vsize=9558412 CPUtime=7.75 cores=1,3,5,7

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

/proc/23880/statm: 2456167 1054113 2286 9 0 2446860 0
[pid=23880/tid=23882] ppid=23878 vsize=9824668 CPUtime=12.91 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) S 23878 23880 23457 0 -1 4202560 3959 0 1 0 1256 35 0 0 20 0 22 0 253321289 10060460032 1054113 33554432000 1073741824 1073778376 140736260414944 139718685115096 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23883] ppid=23878 vsize=9824668 CPUtime=5.13 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23880 23457 0 -1 4202560 1907 0 0 0 480 33 0 0 20 0 22 0 253321290 10060460032 1054115 33554432000 1073741824 1073778376 140736260414944 139718646606888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23884] ppid=23878 vsize=9824668 CPUtime=5.95 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23880 23457 0 -1 4202560 1589 0 0 0 556 39 0 0 20 0 22 0 253321290 10060460032 1054115 33554432000 1073741824 1073778376 140736260414944 139718645554088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23885] ppid=23878 vsize=9824668 CPUtime=5.65 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23880 23457 0 -1 4202560 1468 0 0 0 530 35 0 0 20 0 22 0 253321290 10060460032 1054117 33554432000 1073741824 1073778376 140736260414944 139718644501288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23886] ppid=23878 vsize=9824668 CPUtime=5.33 cores=1,3,5,7
/proc/23880/task/23886/stat : 23886 (java) S 23878 23880 23457 0 -1 4202560 2066 0 0 0 497 36 0 0 20 0 22 0 253321290 10060460032 1054117 33554432000 1073741824 1073778376 140736260414944 139718643448488 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23880/tid=23887] ppid=23878 vsize=9824668 CPUtime=5.75 cores=1,3,5,7
/proc/23880/task/23887/stat : 23887 (java) S 23878 23880 23457 0 -1 4202560 2297 0 0 0 534 41 0 0 20 0 22 0 253321290 10060460032 1054119 33554432000 1073741824 1073778376 140736260414944 139718524135976 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23888] ppid=23878 vsize=9824668 CPUtime=6 cores=1,3,5,7
/proc/23880/task/23888/stat : 23888 (java) S 23878 23880 23457 0 -1 4202560 1602 0 0 0 558 42 0 0 20 0 22 0 253321290 10060460032 1054119 33554432000 1073741824 1073778376 140736260414944 139718523083176 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23889] ppid=23878 vsize=9824668 CPUtime=5.85 cores=1,3,5,7
/proc/23880/task/23889/stat : 23889 (java) S 23878 23880 23457 0 -1 4202560 2141 0 0 0 540 45 0 0 20 0 22 0 253321290 10060460032 1054120 33554432000 1073741824 1073778376 140736260414944 139718522030376 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23880/tid=23890] ppid=23878 vsize=9824668 CPUtime=5.22 cores=1,3,5,7
/proc/23880/task/23890/stat : 23890 (java) S 23878 23880 23457 0 -1 4202560 1982 0 0 0 490 32 0 0 20 0 22 0 253321290 10060460032 1054121 33554432000 1073741824 1073778376 140736260414944 139718520977576 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23880/tid=23891] ppid=23878 vsize=9824668 CPUtime=252.98 cores=1,3,5,7
/proc/23880/task/23891/stat : 23891 (java) R 23878 23880 23457 0 -1 4202560 1181470 0 0 0 25041 257 0 0 20 0 22 0 253321291 10060460032 1054121 33554432000 1073741824 1073778376 140736260414944 139718508779368 245293879115 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23892] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23892/stat : 23892 (java) S 23878 23880 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253321291 10060460032 1054123 33554432000 1073741824 1073778376 140736260414944 139717903378168 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23893] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23893/stat : 23893 (java) S 23878 23880 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253321291 10060460032 1054123 33554432000 1073741824 1073778376 140736260414944 139717902325256 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23894] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23894/stat : 23894 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321294 10060460032 1054125 33554432000 1073741824 1073778376 140736260414944 139717901273744 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23895] ppid=23878 vsize=9824668 CPUtime=3.27 cores=1,3,5,7
/proc/23880/task/23895/stat : 23895 (java) S 23878 23880 23457 0 -1 4202560 22976 0 0 0 323 4 0 0 20 0 22 0 253321294 10060460032 1054125 33554432000 1073741824 1073778376 140736260414944 139717900220856 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23896] ppid=23878 vsize=9824668 CPUtime=1.64 cores=1,3,5,7
/proc/23880/task/23896/stat : 23896 (java) S 23878 23880 23457 0 -1 4202560 5432 0 0 0 162 2 0 0 20 0 22 0 253321294 10060460032 1054127 33554432000 1073741824 1073778376 140736260414944 139717899168056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23880/tid=23897] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23897/stat : 23897 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321294 10060460032 1054127 33554432000 1073741824 1073778376 140736260414944 139717898115448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23898] ppid=23878 vsize=9824668 CPUtime=0.55 cores=1,3,5,7
/proc/23880/task/23898/stat : 23898 (java) S 23878 23880 23457 0 -1 4202560 55 0 0 0 27 28 0 0 20 0 22 0 253321294 10060460032 1054129 33554432000 1073741824 1073778376 140736260414944 139717897062856 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23899] ppid=23878 vsize=9824668 CPUtime=661.78 cores=1,3,5,7
/proc/23880/task/23899/stat : 23899 (java) S 23878 23880 23457 0 -1 4202560 150 0 0 0 66167 11 0 0 20 0 22 0 253323101 10060460032 1054129 33554432000 1073741824 1073778376 140736260414944 139717896008472 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23900] ppid=23878 vsize=9824668 CPUtime=661.77 cores=1,3,5,7
/proc/23880/task/23900/stat : 23900 (java) S 23878 23880 23457 0 -1 4202560 194 0 0 0 66166 11 0 0 20 0 22 0 253323101 10060460032 1054131 33554432000 1073741824 1073778376 140736260414944 139717894953992 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23901] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23901/stat : 23901 (java) S 23878 23880 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253323469 10060460032 1054131 33554432000 1073741824 1073778376 140736260414944 139717893903784 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23902] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23902/stat : 23902 (java) S 23878 23880 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253323469 10060460032 1054132 33554432000 1073741824 1073778376 140736260414944 139717892850984 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1643.61
Current children cumulated vsize (KiB) 9824668

[startup+1002.31 s]
/proc/loadavg: 4.06 3.78 2.56 5/219 23993
/proc/meminfo: memFree=23324840/32873844 swapFree=7356/7356
[pid=23880] ppid=23878 vsize=9824668 CPUtime=1756.2 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23880 23457 0 -1 4202496 1268213 0 1 0 174984 636 0 0 20 0 22 0 253321288 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 140736260406080 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23880/statm: 2456167 1048399 2286 9 0 2446860 0
[pid=23880/tid=23882] ppid=23878 vsize=9824668 CPUtime=12.91 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) S 23878 23880 23457 0 -1 4202560 3961 0 1 0 1256 35 0 0 20 0 22 0 253321289 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139718685115384 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23883] ppid=23878 vsize=9824668 CPUtime=5.28 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23880 23457 0 -1 4202560 1907 0 0 0 495 33 0 0 20 0 22 0 253321290 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139718646606888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23884] ppid=23878 vsize=9824668 CPUtime=6.14 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23880 23457 0 -1 4202560 1589 0 0 0 575 39 0 0 20 0 22 0 253321290 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139718645554088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23885] ppid=23878 vsize=9824668 CPUtime=5.84 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23880 23457 0 -1 4202560 1468 0 0 0 549 35 0 0 20 0 22 0 253321290 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139718644501288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23886] ppid=23878 vsize=9824668 CPUtime=5.5 cores=1,3,5,7
/proc/23880/task/23886/stat : 23886 (java) S 23878 23880 23457 0 -1 4202560 2066 0 0 0 513 37 0 0 20 0 22 0 253321290 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139718643448488 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23887] ppid=23878 vsize=9824668 CPUtime=5.9 cores=1,3,5,7
/proc/23880/task/23887/stat : 23887 (java) S 23878 23880 23457 0 -1 4202560 2297 0 0 0 549 41 0 0 20 0 22 0 253321290 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139718524135976 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23888] ppid=23878 vsize=9824668 CPUtime=6.17 cores=1,3,5,7
/proc/23880/task/23888/stat : 23888 (java) S 23878 23880 23457 0 -1 4202560 1602 0 0 0 575 42 0 0 20 0 22 0 253321290 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139718523083176 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23889] ppid=23878 vsize=9824668 CPUtime=6 cores=1,3,5,7
/proc/23880/task/23889/stat : 23889 (java) S 23878 23880 23457 0 -1 4202560 2141 0 0 0 555 45 0 0 20 0 22 0 253321290 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139718522030376 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23890] ppid=23878 vsize=9824668 CPUtime=5.37 cores=1,3,5,7
/proc/23880/task/23890/stat : 23890 (java) S 23878 23880 23457 0 -1 4202560 1982 0 0 0 505 32 0 0 20 0 22 0 253321290 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139718520977576 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23891] ppid=23878 vsize=9824668 CPUtime=261 cores=1,3,5,7
/proc/23880/task/23891/stat : 23891 (java) S 23878 23880 23457 0 -1 4202560 1219194 0 0 0 25835 265 0 0 20 0 22 0 253321291 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139718508780520 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23892] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23892/stat : 23892 (java) S 23878 23880 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253321291 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139717903378168 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23893] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23893/stat : 23893 (java) S 23878 23880 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253321291 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139717902325256 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23894] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23894/stat : 23894 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321294 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139717901273744 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23895] ppid=23878 vsize=9824668 CPUtime=3.27 cores=1,3,5,7
/proc/23880/task/23895/stat : 23895 (java) S 23878 23880 23457 0 -1 4202560 22976 0 0 0 323 4 0 0 20 0 22 0 253321294 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139717900220856 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23896] ppid=23878 vsize=9824668 CPUtime=1.64 cores=1,3,5,7
/proc/23880/task/23896/stat : 23896 (java) S 23878 23880 23457 0 -1 4202560 5432 0 0 0 162 2 0 0 20 0 22 0 253321294 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139717899168056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23880/tid=23897] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23897/stat : 23897 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321294 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139717898115448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23898] ppid=23878 vsize=9824668 CPUtime=0.57 cores=1,3,5,7
/proc/23880/task/23898/stat : 23898 (java) S 23878 23880 23457 0 -1 4202560 57 0 0 0 28 29 0 0 20 0 22 0 253321294 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139717897062856 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23899] ppid=23878 vsize=9824668 CPUtime=713.25 cores=1,3,5,7
/proc/23880/task/23899/stat : 23899 (java) R 23878 23880 23457 0 -1 4202560 155 0 0 0 71314 11 0 0 20 0 22 0 253323101 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139717896006800 139718524945684 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23900] ppid=23878 vsize=9824668 CPUtime=713.23 cores=1,3,5,7
/proc/23880/task/23900/stat : 23900 (java) R 23878 23880 23457 0 -1 4202560 199 0 0 0 71312 11 0 0 20 0 22 0 253323101 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139717894954848 139718524964943 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23880/tid=23901] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23901/stat : 23901 (java) S 23878 23880 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253323469 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139717893903784 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23902] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23902/stat : 23902 (java) S 23878 23880 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253323469 10060460032 1048399 33554432000 1073741824 1073778376 140736260414944 139717892850984 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1756.2
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1025.6 s]
/proc/loadavg: 3.91 3.76 2.58 5/219 23993
/proc/meminfo: memFree=23211704/32873844 swapFree=7356/7356
[pid=23880] ppid=23878 vsize=9824668 CPUtime=1800.08 cores=1,3,5,7
/proc/23880/stat : 23880 (java) S 23878 23880 23457 0 -1 4202496 1283731 0 1 0 179366 642 0 0 20 0 22 0 253321288 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 140736260406080 245297610813 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/23880/statm: 2456167 1051472 2286 9 0 2446860 0
[pid=23880/tid=23882] ppid=23878 vsize=9824668 CPUtime=12.92 cores=1,3,5,7
/proc/23880/task/23882/stat : 23882 (java) S 23878 23880 23457 0 -1 4202560 3961 0 1 0 1256 36 0 0 20 0 22 0 253321289 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139718685115384 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23883] ppid=23878 vsize=9824668 CPUtime=5.36 cores=1,3,5,7
/proc/23880/task/23883/stat : 23883 (java) S 23878 23880 23457 0 -1 4202560 1907 0 0 0 503 33 0 0 20 0 22 0 253321290 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139718646606888 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23884] ppid=23878 vsize=9824668 CPUtime=6.22 cores=1,3,5,7
/proc/23880/task/23884/stat : 23884 (java) S 23878 23880 23457 0 -1 4202560 1589 0 0 0 583 39 0 0 20 0 22 0 253321290 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139718645554088 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23885] ppid=23878 vsize=9824668 CPUtime=5.94 cores=1,3,5,7
/proc/23880/task/23885/stat : 23885 (java) S 23878 23880 23457 0 -1 4202560 1468 0 0 0 559 35 0 0 20 0 22 0 253321290 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139718644501288 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23886] ppid=23878 vsize=9824668 CPUtime=5.58 cores=1,3,5,7
/proc/23880/task/23886/stat : 23886 (java) S 23878 23880 23457 0 -1 4202560 2066 0 0 0 521 37 0 0 20 0 22 0 253321290 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139718643448488 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23887] ppid=23878 vsize=9824668 CPUtime=6 cores=1,3,5,7
/proc/23880/task/23887/stat : 23887 (java) S 23878 23880 23457 0 -1 4202560 2297 0 0 0 559 41 0 0 20 0 22 0 253321290 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139718524135976 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23888] ppid=23878 vsize=9824668 CPUtime=6.26 cores=1,3,5,7
/proc/23880/task/23888/stat : 23888 (java) S 23878 23880 23457 0 -1 4202560 1602 0 0 0 584 42 0 0 20 0 22 0 253321290 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139718523083176 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23889] ppid=23878 vsize=9824668 CPUtime=6.1 cores=1,3,5,7
/proc/23880/task/23889/stat : 23889 (java) S 23878 23880 23457 0 -1 4202560 2141 0 0 0 565 45 0 0 20 0 22 0 253321290 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139718522030376 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23890] ppid=23878 vsize=9824668 CPUtime=5.42 cores=1,3,5,7
/proc/23880/task/23890/stat : 23890 (java) S 23878 23880 23457 0 -1 4202560 1982 0 0 0 510 32 0 0 20 0 22 0 253321290 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139718520977576 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23891] ppid=23878 vsize=9824668 CPUtime=264.04 cores=1,3,5,7
/proc/23880/task/23891/stat : 23891 (java) S 23878 23880 23457 0 -1 4202560 1234705 0 0 0 26135 269 0 0 20 0 22 0 253321291 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139718508780520 245297625001 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23892] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23892/stat : 23892 (java) S 23878 23880 23457 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253321291 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139717903378168 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23893] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23893/stat : 23893 (java) S 23878 23880 23457 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253321291 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139717902325256 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23894] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23894/stat : 23894 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321294 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139717901273744 245297633056 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23880/tid=23895] ppid=23878 vsize=9824668 CPUtime=3.27 cores=1,3,5,7
/proc/23880/task/23895/stat : 23895 (java) S 23878 23880 23457 0 -1 4202560 22976 0 0 0 323 4 0 0 20 0 22 0 253321294 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139717900220856 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23896] ppid=23878 vsize=9824668 CPUtime=1.64 cores=1,3,5,7
/proc/23880/task/23896/stat : 23896 (java) S 23878 23880 23457 0 -1 4202560 5432 0 0 0 162 2 0 0 20 0 22 0 253321294 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139717899168056 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=23880/tid=23897] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23897/stat : 23897 (java) S 23878 23880 23457 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253321294 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139717898115448 245297624124 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23898] ppid=23878 vsize=9824668 CPUtime=0.59 cores=1,3,5,7
/proc/23880/task/23898/stat : 23898 (java) S 23878 23880 23457 0 -1 4202560 59 0 0 0 29 30 0 0 20 0 22 0 253321294 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139717897062856 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23899] ppid=23878 vsize=9824668 CPUtime=733.28 cores=1,3,5,7
/proc/23880/task/23899/stat : 23899 (java) R 23878 23880 23457 0 -1 4202560 158 0 0 0 73316 12 0 0 20 0 22 0 253323101 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139717896006912 139718524850878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=23880/tid=23900] ppid=23878 vsize=9824668 CPUtime=733.26 cores=1,3,5,7
/proc/23880/task/23900/stat : 23900 (java) R 23878 23880 23457 0 -1 4202560 201 0 0 0 73314 12 0 0 20 0 22 0 253323101 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139717894954896 139718524964943 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23880/tid=23901] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23901/stat : 23901 (java) S 23878 23880 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253323469 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139717893903784 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=23880/tid=23902] ppid=23878 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/23880/task/23902/stat : 23902 (java) S 23878 23880 23457 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253323469 10060460032 1051472 33554432000 1073741824 1073778376 140736260414944 139717892850984 245297625001 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.08
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 23880 and gives
#  childrusage.ru_utime.tv_sec=1789
#  childrusage.ru_utime.tv_usec=439963
#  childrusage.ru_stime.tv_sec=6
#  childrusage.ru_stime.tv_usec=859957
# CPU time returned by wait4() is 1796.3
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1025.67
CPU time (s): 1800.08
CPU user time (s): 1793.66
CPU system time (s): 6.42
CPU usage (%): 175.504
Max. virtual memory (cumulated for all children) (KiB): 9890204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1789.44
system time used= 6.85996
maximum resident set size= 4267892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1283763
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36152
involuntary context switches= 61409

runsolver used 3.98139 second user time and 10.4134 second system time

The end

Launcher Data

Begin job on node109 at 2012-05-24 17:05:27
IDJOB=3687506
IDBENCH=1845
IDSOLVER=2268
FILE ID=node109/3687506-1337871926
RUNJOBID= node109-1337871881-23474
PBS_JOBID= 14620095
Free space on /tmp= 71648 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos19.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687506-1337871926/watcher-3687506-1337871926 -o /tmp/evaluation-result-3687506-1337871926/solver-3687506-1337871926 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687506-1337871926.opb

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

MD5SUM BENCH= 1ef5c8e94b66b7ed63dffc6923ecd901
RANDOM SEED=1543237552

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:        27978976 kB
Buffers:          196024 kB
Cached:          2818428 kB
SwapCached:            0 kB
Active:          1513132 kB
Inactive:        2606672 kB
Active(anon):    1108076 kB
Inactive(anon):        0 kB
Active(file):     405056 kB
Inactive(file):  2606672 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             36108 kB
Writeback:             0 kB
AnonPages:       1129008 kB
Mapped:            22572 kB
Shmem:               200 kB
Slab:             627776 kB
SReclaimable:      69524 kB
SUnreclaim:       558252 kB
KernelStack:        1616 kB
PageTables:         6500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1486520 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1073152 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= 71644 MiB
End job on node109 at 2012-05-24 17:22:35