Trace number 3741186

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.12 915.846

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-112.opb
MD5SUM7a0b627cea8cce891554469525360150
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 variables33692
Total number of constraints740354
Number of constraints which are clauses662955
Number of constraints which are cardinality constraints (but not clauses)2653
Number of constraints which are nor clauses,nor cardinality constraints74746
Minimum length of a constraint1
Maximum length of a constraint567
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 568
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version 2.2.0.v20100531
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		1349517296
0.00/0.08	c Max memory 		1356595200
0.00/0.08	c Total memory 		1356595200
0.00/0.08	c Number of processors 	8
0.11/0.11	c Pseudo Boolean Optimization
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c Stops conflict analysis at the first Unique Implication Point
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c Stops conflict analysis at the first Unique Implication Point
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose learned constraints deletion strategy
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	
0.11/0.11	c solving HOME/instance-3741186-1338762283.opb
0.11/0.11	c reading problem ... 
8.48/5.65	c ... done. Wall clock time 5.537s.
8.48/5.65	c #vars     33692
8.48/5.65	c #constraints  737581
8.48/5.65	c constraints type 
8.48/5.65	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 511946
8.48/5.65	c org.sat4j.minisat.constraints.card.MinWatchCard => 2643
8.48/5.65	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147983
8.48/5.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 74746
8.48/5.65	c constraints type 
8.48/5.65	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147983
8.48/5.65	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 511946
8.48/5.65	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2643
8.48/5.65	c org.sat4j.pb.constraints.pb.MaxWatchPb => 74746
16.57/9.13	c cleaning 0 clauses out of 5004 with flag 0/5004
26.50/14.26	c cleaning 0 clauses out of 11000 with flag 0/11000
34.85/18.65	c cleaning 2469 clauses out of 4987 with flag 5001/5001
38.58/20.63	c cleaning 0 clauses out of 18003 with flag 0/18003
54.39/28.72	c cleaning 0 clauses out of 26001 with flag 0/26001
58.66/31.18	c cleaning 4235 clauses out of 8513 with flag 11000/11000
73.85/38.97	c cleaning 0 clauses out of 35001 with flag 0/35001
84.40/44.41	c cleaning 5620 clauses out of 11276 with flag 18002/18002
97.29/51.25	c cleaning 0 clauses out of 45001 with flag 0/45001
107.24/56.48	c cleaning 6812 clauses out of 13652 with flag 26001/26001
130.51/68.23	c cleaning 0 clauses out of 56001 with flag 0/56001
136.60/71.53	c cleaning 7883 clauses out of 15835 with flag 35000/35000
160.07/83.53	c cleaning 8943 clauses out of 17952 with flag 45000/45000
164.09/85.81	c cleaning 0 clauses out of 68000 with flag 0/68000
187.43/97.78	c cleaning 9993 clauses out of 20008 with flag 56002/56002
208.79/108.67	c cleaning 0 clauses out of 81000 with flag 0/81000
218.63/113.93	c cleaning 10958 clauses out of 22010 with flag 68000/68000
247.74/128.67	c cleaning 11998 clauses out of 24048 with flag 81000/81000
256.20/133.12	c cleaning 0 clauses out of 95001 with flag 0/95001
269.04/139.88	c cleaning 13013 clauses out of 26049 with flag 95000/95000
302.64/156.94	c cleaning 14005 clauses out of 28033 with flag 110002/110002
312.11/161.92	c cleaning 0 clauses out of 110002 with flag 0/110002
331.40/171.88	c cleaning 14988 clauses out of 30020 with flag 126000/126000
358.71/185.80	c cleaning 16003 clauses out of 32038 with flag 143008/143008
386.48/200.08	c cleaning 0 clauses out of 126001 with flag 0/126001
407.44/210.75	c cleaning 16976 clauses out of 34022 with flag 161000/161000
450.42/232.38	c cleaning 17999 clauses out of 36045 with flag 180001/180001
458.40/236.69	c cleaning 0 clauses out of 143000 with flag 0/143000
495.66/255.68	c cleaning 18983 clauses out of 38044 with flag 200000/200000
537.69/276.89	c cleaning 19998 clauses out of 40057 with flag 221002/221002
560.57/288.59	c cleaning 0 clauses out of 161000 with flag 0/161000
580.95/299.09	c cleaning 21009 clauses out of 42058 with flag 243002/243002
624.63/321.23	c cleaning 22014 clauses out of 44048 with flag 266002/266002
666.10/342.13	c cleaning 0 clauses out of 180001 with flag 0/180001
673.05/345.92	c cleaning 22991 clauses out of 46031 with flag 290001/290001
735.63/377.40	c cleaning 24016 clauses out of 48042 with flag 315003/315003
775.08/397.47	c cleaning 24997 clauses out of 50020 with flag 341000/341000
786.32/403.35	c cleaning 0 clauses out of 200004 with flag 0/200004
818.49/419.66	c cleaning 25969 clauses out of 52024 with flag 368002/368002
865.21/443.27	c cleaning 27022 clauses out of 54054 with flag 396002/396002
912.76/467.39	c cleaning 0 clauses out of 221000 with flag 0/221000
919.92/471.26	c cleaning 27976 clauses out of 56028 with flag 425000/425000
975.59/499.33	c cleaning 28988 clauses out of 58052 with flag 455000/455000
1029.55/526.41	c cleaning 30005 clauses out of 60051 with flag 486001/486001
1058.88/541.50	c cleaning 0 clauses out of 243001 with flag 0/243001
1085.88/555.37	c cleaning 30961 clauses out of 62037 with flag 518000/518000
1150.15/587.64	c cleaning 32013 clauses out of 64071 with flag 551000/551000
1199.21/612.31	c cleaning 32998 clauses out of 66058 with flag 585000/585000
1240.53/633.45	c cleaning 0 clauses out of 266001 with flag 0/266001
1270.18/648.54	c cleaning 33984 clauses out of 68060 with flag 620000/620000
1340.45/683.83	c cleaning 35024 clauses out of 70075 with flag 656000/656000
1433.80/730.71	c cleaning 36018 clauses out of 72051 with flag 693000/693000
1450.90/739.78	c cleaning 0 clauses out of 290003 with flag 0/290003
1516.01/772.36	c cleaning 36998 clauses out of 74029 with flag 731000/731000
1568.33/798.76	c cleaning 37981 clauses out of 76029 with flag 770001/770001
1627.86/828.79	c cleaning 39014 clauses out of 78048 with flag 810003/810003
1689.27/859.87	c cleaning 0 clauses out of 315001 with flag 0/315001
1722.80/876.93	c cleaning 40002 clauses out of 80033 with flag 851002/851002
1800.12/915.81	c starts		: 170
1800.12/915.81	c conflicts		: 886226
1800.12/915.81	c decisions		: 11225248
1800.12/915.81	c propagations		: 1021163091
1800.12/915.81	c inspects		: 5399699055
1800.12/915.81	c learnt literals	: 115
1800.12/915.81	c learnt binary clauses	: 651
1800.12/915.81	c learnt ternary clauses	: 1106
1800.12/915.81	c learnt clauses	: 886111
1800.12/915.81	c ignored clauses	: 0
1800.12/915.81	c root simplifications	: 0
1800.12/915.81	c removed literals (reason simplification)	: 9511592
1800.12/915.81	c reason swapping (by a shorter reason)	: 0
1800.12/915.81	c Calls to reduceDB	: 37
1800.12/915.81	c number of reductions to clauses (during analyze)	: 0
1800.12/915.81	c number of learned constraints concerned by reduction	: 0
1800.12/915.81	c number of learning phase by resolution	: 0
1800.12/915.81	c number of learning phase by cutting planes	: 0
1800.12/915.81	c speed (assignments/second)	: 1121959.9795640328
1800.12/915.81	c non guided choices	2850868
1800.12/915.84	c learnt constraints type 
1800.12/915.84	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 74615
1800.12/915.84	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 651
1800.12/915.84	c constraints type 
1800.12/915.84	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 511946
1800.12/915.84	c org.sat4j.minisat.constraints.card.MinWatchCard => 2643
1800.12/915.84	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 147983
1800.12/915.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 74746
1800.12/915.84	c constraints type 
1800.12/915.84	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 147983
1800.12/915.84	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 511946
1800.12/915.84	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 2643
1800.12/915.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 74746
1800.12/915.84	s UNKNOWN
1800.12/915.84	c Total wall clock time (in seconds): 915.724

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-3741186-1338762283/watcher-3741186-1338762283 -o /tmp/evaluation-result-3741186-1338762283/solver-3741186-1338762283 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741186-1338762283.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.00 3.94 3.68 4/199 25996
/proc/meminfo: memFree=28130664/32873844 swapFree=7620/7620
[pid=25996] ppid=25994 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/25996/stat : 25996 (java) S 25994 25996 19811 0 -1 4202496 1163 0 0 0 0 0 0 0 20 0 2 0 342353180 91889664 884 33554432000 1073741824 1073778376 140736234647296 140736234638432 215127982141 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25996/statm: 22435 885 670 9 0 16770 0
[pid=25996/tid=25997] ppid=25994 vsize=89736 CPUtime=0 cores=0,2,4,6
/proc/25996/task/25997/stat : 25997 (java) R 25994 25996 19811 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 2 0 342353181 91889664 893 33554432000 1073741824 1073778376 140736234647296 140736234636360 215115459879 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0245181 s]
/proc/loadavg: 4.00 3.94 3.68 4/199 25996
/proc/meminfo: memFree=28130664/32873844 swapFree=7620/7620
[pid=25996] ppid=25994 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/25996/stat : 25996 (java) S 25994 25996 19811 0 -1 4202496 3481 0 1 0 0 0 0 0 20 0 10 0 342353180 2209931264 4181 33554432000 1073741824 1073778376 140736234647296 140736234638432 215127982141 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25996/statm: 539534 4182 1539 9 0 530235 0
[pid=25996/tid=25997] ppid=25994 vsize=2158136 CPUtime=0 cores=0,2,4,6
/proc/25996/task/25997/stat : 25997 (java) R 25994 25996 19811 0 -1 4202560 2327 0 1 0 0 0 0 0 20 0 10 0 342353181 2209931264 4182 33554432000 1073741824 1073778376 140736234647296 139803438977728 215128007949 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2158136

[startup+0.100274 s]
/proc/loadavg: 4.00 3.94 3.68 4/199 25996
/proc/meminfo: memFree=28130664/32873844 swapFree=7620/7620
[pid=25996] ppid=25994 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/25996/stat : 25996 (java) S 25994 25996 19811 0 -1 4202496 4686 0 1 0 9 2 0 0 20 0 18 0 342353180 2764726272 6397 33554432000 1073741824 1073778376 140736234647296 140736234638432 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25996/statm: 674982 6397 2109 9 0 665676 0
[pid=25996/tid=25997] ppid=25994 vsize=2699928 CPUtime=0.07 cores=0,2,4,6
/proc/25996/task/25997/stat : 25997 (java) R 25994 25996 19811 0 -1 4202560 2723 0 1 0 6 1 0 0 20 0 18 0 342353181 2764726272 6397 33554432000 1073741824 1073778376 140736234647296 139803438968952 215128007949 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.30026 s]
/proc/loadavg: 4.00 3.94 3.68 4/199 25996
/proc/meminfo: memFree=28130664/32873844 swapFree=7620/7620
[pid=25996] ppid=25994 vsize=2699928 CPUtime=0.48 cores=0,2,4,6
/proc/25996/stat : 25996 (java) S 25994 25996 19811 0 -1 4202496 5844 0 1 0 46 2 0 0 20 0 18 0 342353180 2764726272 9611 33554432000 1073741824 1073778376 140736234647296 140736234638432 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25996/statm: 674982 9611 2216 9 0 665676 0
[pid=25996/tid=25997] ppid=25994 vsize=2699928 CPUtime=0.27 cores=0,2,4,6
/proc/25996/task/25997/stat : 25997 (java) R 25994 25996 19811 0 -1 4202560 2782 0 1 0 26 1 0 0 20 0 18 0 342353181 2764726272 9611 33554432000 1073741824 1073778376 140736234647296 139803438968952 139803282752769 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 2699928

[startup+0.700275 s]
/proc/loadavg: 4.00 3.94 3.68 4/199 25996
/proc/meminfo: memFree=28130664/32873844 swapFree=7620/7620
[pid=25996] ppid=25994 vsize=2699928 CPUtime=1.26 cores=0,2,4,6
/proc/25996/stat : 25996 (java) S 25994 25996 19811 0 -1 4202496 11712 0 1 0 120 6 0 0 20 0 18 0 342353180 2764726272 55213 33554432000 1073741824 1073778376 140736234647296 140736234638432 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25996/statm: 674982 55213 2232 9 0 665676 0
[pid=25996/tid=25997] ppid=25994 vsize=2699928 CPUtime=0.67 cores=0,2,4,6
/proc/25996/task/25997/stat : 25997 (java) R 25994 25996 19811 0 -1 4202560 2865 0 1 0 63 4 0 0 20 0 18 0 342353181 2764726272 55213 33554432000 1073741824 1073778376 140736234647296 139803438972880 139803283108321 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.26
Current children cumulated vsize (KiB) 2699928

[startup+1.51798 s]
/proc/loadavg: 4.00 3.94 3.68 4/217 26014
/proc/meminfo: memFree=27729060/32873844 swapFree=7620/7620
[pid=25996] ppid=25994 vsize=2699928 CPUtime=2.27 cores=0,2,4,6
/proc/25996/stat : 25996 (java) S 25994 25996 19811 0 -1 4202496 12067 0 1 0 212 15 0 0 20 0 18 0 342353180 2764726272 105950 33554432000 1073741824 1073778376 140736234647296 140736234638432 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25996/statm: 674982 105950 2248 9 0 665676 0
[pid=25996/tid=25997] ppid=25994 vsize=2699928 CPUtime=1.44 cores=0,2,4,6
/proc/25996/task/25997/stat : 25997 (java) S 25994 25996 19811 0 -1 4202560 2949 0 1 0 136 8 0 0 20 0 18 0 342353181 2764726272 105950 33554432000 1073741824 1073778376 140736234647296 139803438980600 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=25999] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/25999/stat : 25999 (java) R 25994 25996 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342353182 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803423263272 139803441452787 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26000] ppid=25994 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/25996/task/26000/stat : 26000 (java) R 25994 25996 19811 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 342353182 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803422210648 139803445877676 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26001] ppid=25994 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/25996/task/26001/stat : 26001 (java) R 25994 25996 19811 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 342353182 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803421157848 139803445879942 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26002] ppid=25994 vsize=2699928 CPUtime=0.04 cores=0,2,4,6
/proc/25996/task/26002/stat : 26002 (java) R 25994 25996 19811 0 -1 4202560 23 0 0 0 2 2 0 0 20 0 18 0 342353182 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803420104872 139803441452745 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=26003] ppid=25994 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/25996/task/26003/stat : 26003 (java) R 25994 25996 19811 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 342353182 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803419053272 139803441452729 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26004] ppid=25994 vsize=2699928 CPUtime=0.01 cores=0,2,4,6
/proc/25996/task/26004/stat : 26004 (java) R 25994 25996 19811 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 18 0 342353182 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803418000472 139803441452729 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26005] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26005/stat : 26005 (java) R 25994 25996 19811 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 342353182 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803416947672 139803441452729 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26006] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26006/stat : 26006 (java) R 25994 25996 19811 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 18 0 342353182 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803415894872 139803441452729 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26007] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26007/stat : 26007 (java) S 25994 25996 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342353183 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803403482504 215127995452 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26008] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26008/stat : 26008 (java) S 25994 25996 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342353184 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803402429688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26009] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26009/stat : 26009 (java) S 25994 25996 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342353184 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803401376776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26010] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26010/stat : 26010 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342353186 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803282630800 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26011] ppid=25994 vsize=2699928 CPUtime=0.28 cores=0,2,4,6
/proc/25996/task/26011/stat : 26011 (java) S 25994 25996 19811 0 -1 4202560 4000 0 0 0 28 0 0 0 20 0 18 0 342353186 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803281578936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26012] ppid=25994 vsize=2699928 CPUtime=0.31 cores=0,2,4,6
/proc/25996/task/26012/stat : 26012 (java) S 25994 25996 19811 0 -1 4202560 3840 0 0 0 31 0 0 0 20 0 18 0 342353186 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803280526136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26013] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26013/stat : 26013 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342353186 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803279473528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26014] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26014/stat : 26014 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342353186 2764726272 106462 33554432000 1073741824 1073778376 140736234647296 139803278420936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.27
Current children cumulated vsize (KiB) 2699928

[startup+3.10074 s]
/proc/loadavg: 4.00 3.94 3.68 15/217 26014
/proc/meminfo: memFree=27670908/32873844 swapFree=7620/7620
[pid=25996] ppid=25994 vsize=2699928 CPUtime=4.49 cores=0,2,4,6
/proc/25996/stat : 25996 (java) S 25994 25996 19811 0 -1 4202496 12379 0 1 0 421 28 0 0 20 0 18 0 342353180 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 140736234638432 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25996/statm: 674982 131058 2248 9 0 665676 0
[pid=25996/tid=25997] ppid=25994 vsize=2699928 CPUtime=2.81 cores=0,2,4,6
/proc/25996/task/25997/stat : 25997 (java) R 25994 25996 19811 0 -1 4202560 2952 0 1 0 273 8 0 0 20 0 18 0 342353181 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803438972880 215128007949 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=25999] ppid=25994 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/25996/task/25999/stat : 25999 (java) S 25994 25996 19811 0 -1 4202560 42 0 0 0 10 2 0 0 20 0 18 0 342353182 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803423263272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26000] ppid=25994 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/25996/task/26000/stat : 26000 (java) S 25994 25996 19811 0 -1 4202560 33 0 0 0 8 2 0 0 20 0 18 0 342353182 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803422210472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26001] ppid=25994 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/25996/task/26001/stat : 26001 (java) S 25994 25996 19811 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 18 0 342353182 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803421157672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26002] ppid=25994 vsize=2699928 CPUtime=0.19 cores=0,2,4,6
/proc/25996/task/26002/stat : 26002 (java) S 25994 25996 19811 0 -1 4202560 62 0 0 0 16 3 0 0 20 0 18 0 342353182 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803420104872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=26003] ppid=25994 vsize=2699928 CPUtime=0.12 cores=0,2,4,6
/proc/25996/task/26003/stat : 26003 (java) S 25994 25996 19811 0 -1 4202560 42 0 0 0 9 3 0 0 20 0 18 0 342353182 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803419053096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26004] ppid=25994 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/25996/task/26004/stat : 26004 (java) S 25994 25996 19811 0 -1 4202560 31 0 0 0 6 2 0 0 20 0 18 0 342353182 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803418000296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26005] ppid=25994 vsize=2699928 CPUtime=0.1 cores=0,2,4,6
/proc/25996/task/26005/stat : 26005 (java) S 25994 25996 19811 0 -1 4202560 35 0 0 0 8 2 0 0 20 0 18 0 342353182 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803416947496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26006] ppid=25994 vsize=2699928 CPUtime=0.08 cores=0,2,4,6
/proc/25996/task/26006/stat : 26006 (java) S 25994 25996 19811 0 -1 4202560 33 0 0 0 6 2 0 0 20 0 18 0 342353182 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803415894696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26007] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26007/stat : 26007 (java) S 25994 25996 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 342353183 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803403483624 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26008] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26008/stat : 26008 (java) S 25994 25996 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 342353184 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803402429688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26009] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26009/stat : 26009 (java) S 25994 25996 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 342353184 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803401376776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26010] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26010/stat : 26010 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342353186 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803282630800 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26011] ppid=25994 vsize=2699928 CPUtime=0.29 cores=0,2,4,6
/proc/25996/task/26011/stat : 26011 (java) S 25994 25996 19811 0 -1 4202560 4004 0 0 0 29 0 0 0 20 0 18 0 342353186 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803281578936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26012] ppid=25994 vsize=2699928 CPUtime=0.34 cores=0,2,4,6
/proc/25996/task/26012/stat : 26012 (java) S 25994 25996 19811 0 -1 4202560 3932 0 0 0 34 0 0 0 20 0 18 0 342353186 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803280526136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26013] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26013/stat : 26013 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342353186 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803279473528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26014] ppid=25994 vsize=2699928 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26014/stat : 26014 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 342353186 2764726272 131058 33554432000 1073741824 1073778376 140736234647296 139803278420936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.49
Current children cumulated vsize (KiB) 2699928

[startup+6.3007 s]
/proc/loadavg: 3.92 3.92 3.68 4/217 26014
/proc/meminfo: memFree=27516932/32873844 swapFree=7620/7620
[pid=25996] ppid=25994 vsize=2966184 CPUtime=10.66 cores=0,2,4,6
/proc/25996/stat : 25996 (java) S 25994 25996 19811 0 -1 4202496 14926 0 1 0 1023 43 0 0 20 0 22 0 342353180 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 140736234638432 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25996/statm: 741546 169571 2270 9 0 732240 0
[pid=25996/tid=25997] ppid=25994 vsize=2966184 CPUtime=4.83 cores=0,2,4,6
/proc/25996/task/25997/stat : 25997 (java) S 25994 25996 19811 0 -1 4202560 2971 0 1 0 475 8 0 0 20 0 22 0 342353181 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803438982296 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=25999] ppid=25994 vsize=2966184 CPUtime=0.4 cores=0,2,4,6
/proc/25996/task/25999/stat : 25999 (java) S 25994 25996 19811 0 -1 4202560 399 0 0 0 36 4 0 0 20 0 22 0 342353182 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803423263272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26000] ppid=25994 vsize=2966184 CPUtime=0.44 cores=0,2,4,6
/proc/25996/task/26000/stat : 26000 (java) S 25994 25996 19811 0 -1 4202560 160 0 0 0 39 5 0 0 20 0 22 0 342353182 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803422210472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=26001] ppid=25994 vsize=2966184 CPUtime=0.36 cores=0,2,4,6
/proc/25996/task/26001/stat : 26001 (java) S 25994 25996 19811 0 -1 4202560 349 0 0 0 32 4 0 0 20 0 22 0 342353182 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803421157672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26002] ppid=25994 vsize=2966184 CPUtime=0.43 cores=0,2,4,6
/proc/25996/task/26002/stat : 26002 (java) S 25994 25996 19811 0 -1 4202560 183 0 0 0 37 6 0 0 20 0 22 0 342353182 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803420104872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=26003] ppid=25994 vsize=2966184 CPUtime=0.47 cores=0,2,4,6
/proc/25996/task/26003/stat : 26003 (java) S 25994 25996 19811 0 -1 4202560 136 0 0 0 43 4 0 0 20 0 22 0 342353182 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803419053096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26004] ppid=25994 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/25996/task/26004/stat : 26004 (java) S 25994 25996 19811 0 -1 4202560 153 0 0 0 29 4 0 0 20 0 22 0 342353182 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803418000296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26005] ppid=25994 vsize=2966184 CPUtime=0.39 cores=0,2,4,6
/proc/25996/task/26005/stat : 26005 (java) S 25994 25996 19811 0 -1 4202560 341 0 0 0 35 4 0 0 20 0 22 0 342353182 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803416947496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26006] ppid=25994 vsize=2966184 CPUtime=0.36 cores=0,2,4,6
/proc/25996/task/26006/stat : 26006 (java) S 25994 25996 19811 0 -1 4202560 330 0 0 0 33 3 0 0 20 0 22 0 342353182 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803415894696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26007] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26007/stat : 26007 (java) S 25994 25996 19811 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 342353183 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803403483624 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26008] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26008/stat : 26008 (java) S 25994 25996 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342353184 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803402429688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26009] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26009/stat : 26009 (java) S 25994 25996 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342353184 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803401376776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26010] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26010/stat : 26010 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342353186 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803282630800 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26011] ppid=25994 vsize=2966184 CPUtime=0.62 cores=0,2,4,6
/proc/25996/task/26011/stat : 26011 (java) S 25994 25996 19811 0 -1 4202560 4212 0 0 0 62 0 0 0 20 0 22 0 342353186 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803281578936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26012] ppid=25994 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/25996/task/26012/stat : 26012 (java) S 25994 25996 19811 0 -1 4202560 4394 0 0 0 74 0 0 0 20 0 22 0 342353186 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803280526136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26013] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26013/stat : 26013 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342353186 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803279473528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26014] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26014/stat : 26014 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342353186 3037372416 169571 33554432000 1073741824 1073778376 140736234647296 139803278420936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0

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

/proc/25996/statm: 741546 245008 2283 9 0 732240 0
[pid=25996/tid=25997] ppid=25994 vsize=2966184 CPUtime=4.85 cores=0,2,4,6
/proc/25996/task/25997/stat : 25997 (java) S 25994 25996 19811 0 -1 4202560 2992 0 1 0 476 9 0 0 20 0 22 0 342353181 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803438982296 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=25999] ppid=25994 vsize=2966184 CPUtime=3.69 cores=0,2,4,6
/proc/25996/task/25999/stat : 25999 (java) S 25994 25996 19811 0 -1 4202560 459 0 0 0 360 9 0 0 20 0 22 0 342353182 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803423263272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26000] ppid=25994 vsize=2966184 CPUtime=3.55 cores=0,2,4,6
/proc/25996/task/26000/stat : 26000 (java) S 25994 25996 19811 0 -1 4202560 392 0 0 0 344 11 0 0 20 0 22 0 342353182 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803422210472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26001] ppid=25994 vsize=2966184 CPUtime=3.68 cores=0,2,4,6
/proc/25996/task/26001/stat : 26001 (java) S 25994 25996 19811 0 -1 4202560 396 0 0 0 359 9 0 0 20 0 22 0 342353182 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803421157672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=26002] ppid=25994 vsize=2966184 CPUtime=3.9 cores=0,2,4,6
/proc/25996/task/26002/stat : 26002 (java) S 25994 25996 19811 0 -1 4202560 412 0 0 0 378 12 0 0 20 0 22 0 342353182 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803420104872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=26003] ppid=25994 vsize=2966184 CPUtime=3.84 cores=0,2,4,6
/proc/25996/task/26003/stat : 26003 (java) S 25994 25996 19811 0 -1 4202560 380 0 0 0 375 9 0 0 20 0 22 0 342353182 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803419053096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26004] ppid=25994 vsize=2966184 CPUtime=3.63 cores=0,2,4,6
/proc/25996/task/26004/stat : 26004 (java) S 25994 25996 19811 0 -1 4202560 363 0 0 0 353 10 0 0 20 0 22 0 342353182 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803418000296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26005] ppid=25994 vsize=2966184 CPUtime=3.5 cores=0,2,4,6
/proc/25996/task/26005/stat : 26005 (java) S 25994 25996 19811 0 -1 4202560 395 0 0 0 341 9 0 0 20 0 22 0 342353182 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803416947496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26006] ppid=25994 vsize=2966184 CPUtime=3.75 cores=0,2,4,6
/proc/25996/task/26006/stat : 26006 (java) S 25994 25996 19811 0 -1 4202560 376 0 0 0 367 8 0 0 20 0 22 0 342353182 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803415894696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=26007] ppid=25994 vsize=2966184 CPUtime=39.36 cores=0,2,4,6
/proc/25996/task/26007/stat : 26007 (java) S 25994 25996 19811 0 -1 4202560 267126 0 0 0 3865 71 0 0 20 0 22 0 342353183 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803403483624 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26008] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26008/stat : 26008 (java) S 25994 25996 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342353184 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803402429688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26009] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26009/stat : 26009 (java) S 25994 25996 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342353184 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803401376776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26010] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26010/stat : 26010 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342353186 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803282630800 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26011] ppid=25994 vsize=2966184 CPUtime=1.25 cores=0,2,4,6
/proc/25996/task/26011/stat : 26011 (java) S 25994 25996 19811 0 -1 4202560 10330 0 0 0 123 2 0 0 20 0 22 0 342353186 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803281578936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26012] ppid=25994 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/25996/task/26012/stat : 26012 (java) S 25994 25996 19811 0 -1 4202560 5260 0 0 0 93 0 0 0 20 0 22 0 342353186 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803280526136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26013] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26013/stat : 26013 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342353186 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803279473528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26014] ppid=25994 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/25996/task/26014/stat : 26014 (java) S 25994 25996 19811 0 -1 4202560 47 0 0 0 13 20 0 0 20 0 22 0 342353186 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803278420936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=26015] ppid=25994 vsize=2966184 CPUtime=767.41 cores=0,2,4,6
/proc/25996/task/26015/stat : 26015 (java) R 25994 25996 19811 0 -1 4202560 210 0 0 0 76728 13 0 0 20 0 22 0 342353746 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803277363904 139803283426798 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26016] ppid=25994 vsize=2966184 CPUtime=767.49 cores=0,2,4,6
/proc/25996/task/26016/stat : 26016 (java) R 25994 25996 19811 0 -1 4202560 282 0 0 0 76737 12 0 0 20 0 22 0 342353746 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803276311872 139803283393849 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=26017] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26017/stat : 26017 (java) S 25994 25996 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342353748 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803275260840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26018] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26018/stat : 26018 (java) S 25994 25996 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342353748 3037372416 245008 33554432000 1073741824 1073778376 140736234647296 139803274208040 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1615
Current children cumulated vsize (KiB) 2966184

[startup+882.301 s]
/proc/loadavg: 3.92 4.01 3.87 5/221 26090
/proc/meminfo: memFree=27748064/32873844 swapFree=7620/7620
[pid=25996] ppid=25994 vsize=2966184 CPUtime=1732.92 cores=0,2,4,6
/proc/25996/stat : 25996 (java) S 25994 25996 19811 0 -1 4202496 305945 0 1 0 173107 185 0 0 20 0 22 0 342353180 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 140736234638432 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25996/statm: 741546 247568 2283 9 0 732240 0
[pid=25996/tid=25997] ppid=25994 vsize=2966184 CPUtime=4.85 cores=0,2,4,6
/proc/25996/task/25997/stat : 25997 (java) S 25994 25996 19811 0 -1 4202560 2994 0 1 0 476 9 0 0 20 0 22 0 342353181 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803438982296 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=25999] ppid=25994 vsize=2966184 CPUtime=3.83 cores=0,2,4,6
/proc/25996/task/25999/stat : 25999 (java) S 25994 25996 19811 0 -1 4202560 460 0 0 0 374 9 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803423263272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26000] ppid=25994 vsize=2966184 CPUtime=3.68 cores=0,2,4,6
/proc/25996/task/26000/stat : 26000 (java) S 25994 25996 19811 0 -1 4202560 395 0 0 0 357 11 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803422210472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26001] ppid=25994 vsize=2966184 CPUtime=3.8 cores=0,2,4,6
/proc/25996/task/26001/stat : 26001 (java) S 25994 25996 19811 0 -1 4202560 396 0 0 0 371 9 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803421157672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26002] ppid=25994 vsize=2966184 CPUtime=4.05 cores=0,2,4,6
/proc/25996/task/26002/stat : 26002 (java) S 25994 25996 19811 0 -1 4202560 415 0 0 0 392 13 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803420104872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=26003] ppid=25994 vsize=2966184 CPUtime=4 cores=0,2,4,6
/proc/25996/task/26003/stat : 26003 (java) S 25994 25996 19811 0 -1 4202560 382 0 0 0 391 9 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803419053096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26004] ppid=25994 vsize=2966184 CPUtime=3.76 cores=0,2,4,6
/proc/25996/task/26004/stat : 26004 (java) S 25994 25996 19811 0 -1 4202560 366 0 0 0 366 10 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803418000296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26005] ppid=25994 vsize=2966184 CPUtime=3.61 cores=0,2,4,6
/proc/25996/task/26005/stat : 26005 (java) S 25994 25996 19811 0 -1 4202560 396 0 0 0 352 9 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803416947496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26006] ppid=25994 vsize=2966184 CPUtime=3.89 cores=0,2,4,6
/proc/25996/task/26006/stat : 26006 (java) S 25994 25996 19811 0 -1 4202560 377 0 0 0 380 9 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803415894696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26007] ppid=25994 vsize=2966184 CPUtime=41.87 cores=0,2,4,6
/proc/25996/task/26007/stat : 26007 (java) S 25994 25996 19811 0 -1 4202560 282429 0 0 0 4113 74 0 0 20 0 22 0 342353183 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803403483624 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26008] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26008/stat : 26008 (java) S 25994 25996 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342353184 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803402429688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26009] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26009/stat : 26009 (java) S 25994 25996 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342353184 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803401376776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26010] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26010/stat : 26010 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342353186 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803282630800 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26011] ppid=25994 vsize=2966184 CPUtime=1.25 cores=0,2,4,6
/proc/25996/task/26011/stat : 26011 (java) S 25994 25996 19811 0 -1 4202560 10330 0 0 0 123 2 0 0 20 0 22 0 342353186 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803281578936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26012] ppid=25994 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/25996/task/26012/stat : 26012 (java) S 25994 25996 19811 0 -1 4202560 5260 0 0 0 93 0 0 0 20 0 22 0 342353186 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803280526136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26013] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26013/stat : 26013 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342353186 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803279473528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26014] ppid=25994 vsize=2966184 CPUtime=0.35 cores=0,2,4,6
/proc/25996/task/26014/stat : 26014 (java) S 25994 25996 19811 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 342353186 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803278420936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26015] ppid=25994 vsize=2966184 CPUtime=824.44 cores=0,2,4,6
/proc/25996/task/26015/stat : 26015 (java) R 25994 25996 19811 0 -1 4202560 217 0 0 0 82430 14 0 0 20 0 22 0 342353746 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803277364720 139803283470991 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=26016] ppid=25994 vsize=2966184 CPUtime=824.49 cores=0,2,4,6
/proc/25996/task/26016/stat : 26016 (java) R 25994 25996 19811 0 -1 4202560 291 0 0 0 82435 14 0 0 20 0 22 0 342353746 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803276311216 139803283393849 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26017] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26017/stat : 26017 (java) S 25994 25996 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342353748 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803275260840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26018] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26018/stat : 26018 (java) S 25994 25996 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342353748 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803274208040 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1732.92
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+915.801 s]
/proc/loadavg: 4.39 4.11 3.90 5/221 26092
/proc/meminfo: memFree=27491236/32873844 swapFree=7620/7620
[pid=25996] ppid=25994 vsize=2966184 CPUtime=1800.12 cores=0,2,4,6
/proc/25996/stat : 25996 (java) S 25994 25996 19811 0 -1 4202496 305959 0 1 0 179825 187 0 0 20 0 22 0 342353180 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 140736234638432 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/25996/statm: 741546 247568 2283 9 0 732240 0
[pid=25996/tid=25997] ppid=25994 vsize=2966184 CPUtime=4.85 cores=0,2,4,6
/proc/25996/task/25997/stat : 25997 (java) S 25994 25996 19811 0 -1 4202560 2994 0 1 0 476 9 0 0 20 0 22 0 342353181 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803438982296 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=25999] ppid=25994 vsize=2966184 CPUtime=3.88 cores=0,2,4,6
/proc/25996/task/25999/stat : 25999 (java) S 25994 25996 19811 0 -1 4202560 460 0 0 0 379 9 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803423263272 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26000] ppid=25994 vsize=2966184 CPUtime=3.75 cores=0,2,4,6
/proc/25996/task/26000/stat : 26000 (java) S 25994 25996 19811 0 -1 4202560 395 0 0 0 364 11 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803422210472 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26001] ppid=25994 vsize=2966184 CPUtime=3.86 cores=0,2,4,6
/proc/25996/task/26001/stat : 26001 (java) S 25994 25996 19811 0 -1 4202560 396 0 0 0 377 9 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803421157672 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26002] ppid=25994 vsize=2966184 CPUtime=4.11 cores=0,2,4,6
/proc/25996/task/26002/stat : 26002 (java) S 25994 25996 19811 0 -1 4202560 415 0 0 0 398 13 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803420104872 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26003] ppid=25994 vsize=2966184 CPUtime=4.1 cores=0,2,4,6
/proc/25996/task/26003/stat : 26003 (java) S 25994 25996 19811 0 -1 4202560 382 0 0 0 401 9 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803419053096 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26004] ppid=25994 vsize=2966184 CPUtime=3.81 cores=0,2,4,6
/proc/25996/task/26004/stat : 26004 (java) S 25994 25996 19811 0 -1 4202560 366 0 0 0 371 10 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803418000296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26005] ppid=25994 vsize=2966184 CPUtime=3.67 cores=0,2,4,6
/proc/25996/task/26005/stat : 26005 (java) S 25994 25996 19811 0 -1 4202560 396 0 0 0 358 9 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803416947496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26006] ppid=25994 vsize=2966184 CPUtime=3.94 cores=0,2,4,6
/proc/25996/task/26006/stat : 26006 (java) S 25994 25996 19811 0 -1 4202560 377 0 0 0 385 9 0 0 20 0 22 0 342353182 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803415894696 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26007] ppid=25994 vsize=2966184 CPUtime=41.87 cores=0,2,4,6
/proc/25996/task/26007/stat : 26007 (java) S 25994 25996 19811 0 -1 4202560 282431 0 0 0 4113 74 0 0 20 0 22 0 342353183 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803403483624 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26008] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26008/stat : 26008 (java) S 25994 25996 19811 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 342353184 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803402429688 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26009] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26009/stat : 26009 (java) S 25994 25996 19811 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 342353184 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803401376776 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26010] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26010/stat : 26010 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342353186 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803282630800 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26011] ppid=25994 vsize=2966184 CPUtime=1.25 cores=0,2,4,6
/proc/25996/task/26011/stat : 26011 (java) S 25994 25996 19811 0 -1 4202560 10330 0 0 0 123 2 0 0 20 0 22 0 342353186 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803281578936 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26012] ppid=25994 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/25996/task/26012/stat : 26012 (java) S 25994 25996 19811 0 -1 4202560 5260 0 0 0 93 0 0 0 20 0 22 0 342353186 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803280526136 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26013] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26013/stat : 26013 (java) S 25994 25996 19811 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 342353186 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803279473528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26014] ppid=25994 vsize=2966184 CPUtime=0.37 cores=0,2,4,6
/proc/25996/task/26014/stat : 26014 (java) S 25994 25996 19811 0 -1 4202560 53 0 0 0 15 22 0 0 20 0 22 0 342353186 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803278420936 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=25996/tid=26015] ppid=25994 vsize=2966184 CPUtime=857.7 cores=0,2,4,6
/proc/25996/task/26015/stat : 26015 (java) R 25994 25996 19811 0 -1 4202560 219 0 0 0 85755 15 0 0 20 0 22 0 342353746 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803277363920 139803283393849 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=25996/tid=26016] ppid=25994 vsize=2966184 CPUtime=857.75 cores=0,2,4,6
/proc/25996/task/26016/stat : 26016 (java) R 25994 25996 19811 0 -1 4202560 299 0 0 0 85760 15 0 0 20 0 22 0 342353746 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803276311968 139803283393849 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=25996/tid=26017] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26017/stat : 26017 (java) S 25994 25996 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342353748 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803275260840 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=25996/tid=26018] ppid=25994 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/25996/task/26018/stat : 26018 (java) S 25994 25996 19811 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 342353748 3037372416 247568 33554432000 1073741824 1073778376 140736234647296 139803274208040 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 2966184

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 25996 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=929281
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=319647
# CPU time returned by wait4() is 1796.25
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 915.846
CPU time (s): 1800.12
CPU user time (s): 1798.25
CPU system time (s): 1.87
CPU usage (%): 196.553
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.93
system time used= 2.31965
maximum resident set size= 1011396
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 305992
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 34644
involuntary context switches= 62104

runsolver used 3.24251 second user time and 8.75267 second system time

The end

Launcher Data

Begin job on node135 at 2012-06-04 00:24:44
IDJOB=3741186
IDBENCH=89805
IDSOLVER=2324
FILE ID=node135/3741186-1338762283
RUNJOBID= node135-1338747255-19827
PBS_JOBID= 14636778
Free space on /tmp= 70900 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-112.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3741186-1338762283/watcher-3741186-1338762283 -o /tmp/evaluation-result-3741186-1338762283/solver-3741186-1338762283 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3741186-1338762283.opb

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

MD5SUM BENCH= 7a0b627cea8cce891554469525360150
RANDOM SEED=204157114

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28131044 kB
Buffers:          384096 kB
Cached:          2646424 kB
SwapCached:         1672 kB
Active:          2128944 kB
Inactive:        1759608 kB
Active(anon):     848340 kB
Inactive(anon):    12036 kB
Active(file):    1280604 kB
Inactive(file):  1747572 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108856 kB
SwapFree:       67105800 kB
Dirty:             33252 kB
Writeback:             0 kB
AnonPages:        868260 kB
Mapped:            18716 kB
Shmem:               132 kB
Slab:             710716 kB
SReclaimable:     152164 kB
SUnreclaim:       558552 kB
KernelStack:        1632 kB
PageTables:         5928 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1575564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    798720 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= 70948 MiB
End job on node135 at 2012-06-04 00:40:02