Trace number 3454325

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
Sat4j Res//CP 2.3.0? (TO) 1800.39 904.986

General information on the benchmark

Namenormalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/
prestwich/robin/normalized-robin16.opb
MD5SUMd761333f7ff9a755d3cd90e52b11f227
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark1773.19
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables14400
Total number of constraints1088
Number of constraints which are clauses480
Number of constraints which are cardinality constraints (but not clauses)608
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint120
Maximum length of a constraint225
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 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 227
Number of bits of the biggest sum of numbers8
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.1.v20110525
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.18-164.el5
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		9996466904
0.00/0.08	c Max memory 		10048897024
0.00/0.08	c Total memory 		10048897024
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 org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@67ee3914
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 org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@1c691f36
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	c solving HOME/instance-3454325-1307186256.opb
0.11/0.11	c reading problem ... 
0.83/0.55	c ... done. Wall clock time 0.444s.
0.83/0.55	c #vars     14400
0.83/0.55	c #constraints  1088
0.83/0.55	c constraints type 
0.83/0.55	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
0.83/0.55	c org.sat4j.minisat.constraints.card.MinWatchCard => 608
0.83/0.55	c constraints type 
0.83/0.55	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
0.83/0.55	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
15.06/7.06	c cleaning 2479 clauses out of 5000 with flag 5000/5000
31.11/15.00	c cleaning 4241 clauses out of 8521 with flag 11000/11000
55.94/27.49	c cleaning 5618 clauses out of 11280 with flag 18000/18000
91.41/45.17	c cleaning 6793 clauses out of 13662 with flag 26000/26000
137.18/68.08	c cleaning 7898 clauses out of 15869 with flag 35000/35000
190.99/94.92	c cleaning 8943 clauses out of 17971 with flag 45000/45000
246.15/122.54	c cleaning 9476 clauses out of 19028 with flag 55000/55000
294.45/146.77	c cleaning 9700 clauses out of 19553 with flag 65001/65001
382.64/190.93	c cleaning 9887 clauses out of 19855 with flag 75003/75003
428.69/214.04	c cleaning 9851 clauses out of 19965 with flag 85000/85000
494.19/246.81	c cleaning 10001 clauses out of 20114 with flag 95000/95000
553.61/276.61	c cleaning 9981 clauses out of 20113 with flag 105000/105000
628.26/314.17	c cleaning 10053 clauses out of 20132 with flag 115000/115000
667.41/333.86	c cleaning 10014 clauses out of 20079 with flag 125000/125000
718.96/359.72	c cleaning 9914 clauses out of 20067 with flag 135002/135002
784.46/392.68	c cleaning 9986 clauses out of 20152 with flag 145001/145001
831.78/416.50	c cleaning 10028 clauses out of 20166 with flag 155001/155001
883.12/442.32	c cleaning 9964 clauses out of 20142 with flag 165005/165005
926.40/464.21	c cleaning 10008 clauses out of 20173 with flag 175000/175000
974.90/488.58	c cleaning 10035 clauses out of 20166 with flag 185001/185001
1022.11/512.44	c cleaning 9941 clauses out of 20131 with flag 195001/195001
1079.62/541.37	c cleaning 9971 clauses out of 20189 with flag 205000/205000
1138.69/571.02	c cleaning 9945 clauses out of 20220 with flag 215002/215002
1199.76/601.74	c cleaning 9992 clauses out of 20273 with flag 225000/225000
1242.91/623.67	c cleaning 10027 clauses out of 20282 with flag 235001/235001
1257.67/631.21	c cleaning 10005 clauses out of 20254 with flag 245000/245000
1278.04/641.68	c cleaning 9975 clauses out of 20249 with flag 255000/255000
1309.42/657.55	c cleaning 10065 clauses out of 20275 with flag 265001/265001
1380.16/693.24	c cleaning 10021 clauses out of 20211 with flag 275002/275002
1424.97/715.90	c cleaning 9981 clauses out of 20188 with flag 285000/285000
1493.62/750.34	c cleaning 10049 clauses out of 20207 with flag 295000/295000
1549.57/778.53	c cleaning 9966 clauses out of 20159 with flag 305001/305001
1631.31/819.76	c cleaning 9986 clauses out of 20192 with flag 315000/315000
1682.88/845.70	c cleaning 9989 clauses out of 20206 with flag 325000/325000
1779.49/894.24	c cleaning 9938 clauses out of 20217 with flag 335000/335000
1800.17/904.82	c starts		: 135
1800.17/904.82	c conflicts		: 337293
1800.17/904.82	c decisions		: 2000114
1800.17/904.82	c propagations		: 46241387
1800.17/904.82	c inspects		: 252708853
1800.17/904.82	c shortcuts		: 0
1800.17/904.82	c learnt literals	: 0
1800.17/904.82	c learnt binary clauses	: 0
1800.17/904.82	c learnt ternary clauses	: 0
1800.17/904.82	c learnt constraints	: 337292
1800.17/904.82	c ignored constraints	: 0
1800.17/904.82	c root simplifications	: 0
1800.17/904.82	c removed literals (reason simplification)	: 25055736
1800.17/904.82	c reason swapping (by a shorter reason)	: 0
1800.17/904.82	c Calls to reduceDB	: 35
1800.17/904.82	c number of reductions to clauses (during analyze)	: 0
1800.17/904.82	c number of learned constraints concerned by reduction	: 0
1800.17/904.82	c number of learning phase by resolution	: 0
1800.17/904.82	c number of learning phase by cutting planes	: 0
1800.17/904.82	c speed (assignments/second)	: 51136.81674016995
1800.17/904.82	c non guided choices	8539
1800.17/904.83	c learnt constraints type 
1800.17/904.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 12573
1800.17/904.83	c constraints type 
1800.17/904.83	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 480
1800.17/904.83	c org.sat4j.minisat.constraints.card.MinWatchCard => 608
1800.17/904.83	c constraints type 
1800.17/904.83	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 480
1800.17/904.83	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 608
1800.17/904.83	s UNKNOWN
1800.17/904.83	c Total wall clock time (in seconds): 904.723

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3454325-1307186256/watcher-3454325-1307186256 -o /tmp/evaluation-result-3454325-1307186256/solver-3454325-1307186256 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454325-1307186256.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.58 1.88 1.95 3/476 27150
/proc/meminfo: memFree=24269680/32951124 swapFree=60476376/67111528
[pid=27150] ppid=27148 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/27150/stat : 27150 (java) S 27148 27150 23562 0 -1 4202496 5560 0 1 0 0 0 0 0 25 0 2 0 811041541 10694979584 5261 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828039141 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0
/proc/27150/statm: 2611079 5275 917 9 0 2602235 0
[pid=27150/tid=27151] ppid=27148 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27151/stat : 27151 (java) R 27148 27150 23562 0 -1 4202560 6108 0 1 0 0 0 0 0 25 0 2 0 811041542 10694979584 6924 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220815930427 0 4 0 16784584 0 0 0 -1 3 0 0 0

[startup+0.110663 s]
/proc/loadavg: 1.58 1.88 1.95 3/476 27150
/proc/meminfo: memFree=24269680/32951124 swapFree=60476376/67111528
[pid=27150] ppid=27148 vsize=10540344 CPUtime=0.11 cores=1,3,5,7
/proc/27150/stat : 27150 (java) S 27148 27150 23562 0 -1 4202496 13290 0 1 0 10 1 0 0 25 0 18 0 811041541 10793312256 12974 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27150/statm: 2635086 12974 2122 9 0 2625820 0
[pid=27150/tid=27151] ppid=27148 vsize=10540344 CPUtime=0.09 cores=1,3,5,7
/proc/27150/task/27151/stat : 27151 (java) R 27148 27150 23562 0 -1 4202560 11261 0 1 0 8 1 0 0 18 0 18 0 811041542 10793312256 12974 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 47673483022243 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10540344

[startup+0.200642 s]
/proc/loadavg: 1.58 1.88 1.95 3/476 27150
/proc/meminfo: memFree=24269680/32951124 swapFree=60476376/67111528
[pid=27150] ppid=27148 vsize=10540856 CPUtime=0.29 cores=1,3,5,7
/proc/27150/stat : 27150 (java) S 27148 27150 23562 0 -1 4202496 14894 0 1 0 27 2 0 0 25 0 18 0 811041541 10793836544 14500 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27150/statm: 2635214 14502 2186 9 0 2625948 0
[pid=27150/tid=27151] ppid=27148 vsize=10540856 CPUtime=0.18 cores=1,3,5,7
/proc/27150/task/27151/stat : 27151 (java) R 27148 27150 23562 0 -1 4202560 12495 0 1 0 17 1 0 0 18 0 18 0 811041542 10793836544 14502 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 47673487489844 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 10540856

[startup+0.300627 s]
/proc/loadavg: 1.58 1.88 1.95 3/476 27150
/proc/meminfo: memFree=24269680/32951124 swapFree=60476376/67111528
[pid=27150] ppid=27148 vsize=10546416 CPUtime=0.58 cores=1,3,5,7
/proc/27150/stat : 27150 (java) S 27148 27150 23562 0 -1 4202496 20242 0 1 0 55 3 0 0 25 0 18 0 811041541 10799529984 19330 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27150/statm: 2636604 19331 2202 9 0 2627338 0
[pid=27150/tid=27151] ppid=27148 vsize=10546416 CPUtime=0.28 cores=1,3,5,7
/proc/27150/task/27151/stat : 27151 (java) R 27148 27150 23562 0 -1 4202560 15769 0 1 0 26 2 0 0 18 0 18 0 811041542 10799529984 19332 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 46912505571934 0 4 0 16800975 0 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 10546416

[startup+0.70052 s]
/proc/loadavg: 1.58 1.88 1.95 3/476 27150
/proc/meminfo: memFree=24269680/32951124 swapFree=60476376/67111528
[pid=27150] ppid=27148 vsize=10550528 CPUtime=1.45 cores=1,3,5,7
/proc/27150/stat : 27150 (java) S 27148 27150 23562 0 -1 4202496 61327 0 1 0 138 7 0 0 25 0 22 0 811041541 10803740672 59232 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27150/statm: 2637632 59233 2227 9 0 2628366 0
[pid=27150/tid=27151] ppid=27148 vsize=10550528 CPUtime=0.54 cores=1,3,5,7
/proc/27150/task/27151/stat : 27151 (java) S 27148 27150 23562 0 -1 4202560 54544 0 1 0 48 6 0 0 19 0 22 0 811041542 10803740672 59234 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 10550528

[startup+1.50138 s]
/proc/loadavg: 1.58 1.88 1.95 8/498 27172
/proc/meminfo: memFree=23601712/32951124 swapFree=60476376/67111528
[pid=27150] ppid=27148 vsize=10565888 CPUtime=4 cores=1,3,5,7
/proc/27150/stat : 27150 (java) S 27148 27150 23562 0 -1 4202496 113983 0 1 0 387 13 0 0 25 0 22 0 811041541 10819469312 109544 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27150/statm: 2641472 109552 2231 9 0 2632206 0
[pid=27150/tid=27151] ppid=27148 vsize=10565888 CPUtime=0.54 cores=1,3,5,7
/proc/27150/task/27151/stat : 27151 (java) S 27148 27150 23562 0 -1 4202560 54544 0 1 0 48 6 0 0 15 0 22 0 811041542 10819469312 109552 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27153] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27153/stat : 27153 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 109552 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27154] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27154/stat : 27154 (java) S 27148 27150 23562 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 109552 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27155] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27155/stat : 27155 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 109552 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27156] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27156/stat : 27156 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 109558 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27157] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27157/stat : 27157 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 109560 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27158] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27158/stat : 27158 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 109560 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27159] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27159/stat : 27159 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 109560 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27160] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27160/stat : 27160 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 109560 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27161] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27161/stat : 27161 (java) S 27148 27150 23562 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 811041545 10819469312 109563 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 0 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27162] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27162/stat : 27162 (java) S 27148 27150 23562 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811041545 10819469312 109567 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27163] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27163/stat : 27163 (java) S 27148 27150 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811041545 10819469312 109567 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27164] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27164/stat : 27164 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041547 10819469312 109567 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828060081 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27165] ppid=27148 vsize=10565888 CPUtime=0.78 cores=1,3,5,7
/proc/27150/task/27165/stat : 27165 (java) S 27148 27150 23562 0 -1 4202560 8255 0 0 0 77 1 0 0 15 0 22 0 811041547 10819469312 109567 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27166] ppid=27148 vsize=10565888 CPUtime=0.79 cores=1,3,5,7
/proc/27150/task/27166/stat : 27166 (java) S 27148 27150 23562 0 -1 4202560 6362 0 0 0 79 0 0 0 25 0 22 0 811041547 10819469312 109568 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27167] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27167/stat : 27167 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041547 10819469312 109574 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27168] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27168/stat : 27168 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811041547 10819469312 109575 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27169] ppid=27148 vsize=10565888 CPUtime=0.92 cores=1,3,5,7
/proc/27150/task/27169/stat : 27169 (java) R 27148 27150 23562 0 -1 4202560 583 0 0 0 92 0 0 0 23 0 22 0 811041597 10819469312 109575 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 46912505748928 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27150/tid=27170] ppid=27148 vsize=10565888 CPUtime=0.93 cores=1,3,5,7
/proc/27150/task/27170/stat : 27170 (java) R 27148 27150 23562 0 -1 4202560 43103 0 0 0 89 4 0 0 25 0 22 0 811041597 10819469312 109575 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 46912506026825 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27150/tid=27171] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27171/stat : 27171 (java) S 27148 27150 23562 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811041599 10819469312 109575 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27172] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27172/stat : 27172 (java) S 27148 27150 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811041599 10819469312 109578 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 4
Current children cumulated vsize (KiB) 10565888

[startup+3.10108 s]
/proc/loadavg: 1.58 1.88 1.95 5/498 27172
/proc/meminfo: memFree=22915640/32951124 swapFree=60476376/67111528
[pid=27150] ppid=27148 vsize=10565888 CPUtime=7.22 cores=1,3,5,7
/proc/27150/stat : 27150 (java) S 27148 27150 23562 0 -1 4202496 277895 0 1 0 692 30 0 0 25 0 22 0 811041541 10819469312 273455 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27150/statm: 2641472 273455 2231 9 0 2632206 0
[pid=27150/tid=27151] ppid=27148 vsize=10565888 CPUtime=0.54 cores=1,3,5,7
/proc/27150/task/27151/stat : 27151 (java) S 27148 27150 23562 0 -1 4202560 54544 0 1 0 48 6 0 0 15 0 22 0 811041542 10819469312 273458 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27153] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27153/stat : 27153 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 273464 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27154] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27154/stat : 27154 (java) S 27148 27150 23562 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 273471 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27155] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27155/stat : 27155 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 273476 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27156] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27156/stat : 27156 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 273479 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27157] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27157/stat : 27157 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 273479 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27158] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27158/stat : 27158 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 273479 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27159] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27159/stat : 27159 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 273479 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27160] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27160/stat : 27160 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 273485 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27161] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27161/stat : 27161 (java) S 27148 27150 23562 0 -1 4202560 5 0 0 0 0 0 0 0 18 0 22 0 811041545 10819469312 273491 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 0 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27162] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27162/stat : 27162 (java) S 27148 27150 23562 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 22 0 811041545 10819469312 273497 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27163] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27163/stat : 27163 (java) S 27148 27150 23562 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 22 0 811041545 10819469312 273503 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27164] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27164/stat : 27164 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041547 10819469312 273503 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828060081 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27165] ppid=27148 vsize=10565888 CPUtime=0.81 cores=1,3,5,7
/proc/27150/task/27165/stat : 27165 (java) S 27148 27150 23562 0 -1 4202560 8259 0 0 0 80 1 0 0 15 0 22 0 811041547 10819469312 273503 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27166] ppid=27148 vsize=10565888 CPUtime=0.79 cores=1,3,5,7
/proc/27150/task/27166/stat : 27166 (java) S 27148 27150 23562 0 -1 4202560 6362 0 0 0 79 0 0 0 25 0 22 0 811041547 10819469312 273503 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27167] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27167/stat : 27167 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041547 10819469312 273505 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27168] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27168/stat : 27168 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 22 0 811041547 10819469312 273511 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27169] ppid=27148 vsize=10565888 CPUtime=2.51 cores=1,3,5,7
/proc/27150/task/27169/stat : 27169 (java) R 27148 27150 23562 0 -1 4202560 1442 0 0 0 251 0 0 0 25 0 22 0 811041597 10819469312 273517 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 46912505782705 0 4 0 16800975 0 0 0 -1 7 0 0 0
[pid=27150/tid=27170] ppid=27148 vsize=10565888 CPUtime=2.53 cores=1,3,5,7
/proc/27150/task/27170/stat : 27170 (java) R 27148 27150 23562 0 -1 4202560 206188 0 0 0 232 21 0 0 25 0 22 0 811041597 10819469312 273523 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 46912506026833 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27150/tid=27171] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27171/stat : 27171 (java) S 27148 27150 23562 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811041599 10819469312 273526 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27172] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27172/stat : 27172 (java) S 27148 27150 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811041599 10819469312 273526 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 7.22
Current children cumulated vsize (KiB) 10565888

[startup+6.30152 s]
/proc/loadavg: 1.77 1.92 1.96 5/498 27172
/proc/meminfo: memFree=21287344/32951124 swapFree=60476376/67111528
[pid=27150] ppid=27148 vsize=10565888 CPUtime=13.64 cores=1,3,5,7
/proc/27150/stat : 27150 (java) S 27148 27150 23562 0 -1 4202496 599565 0 1 0 1300 64 0 0 25 0 22 0 811041541 10819469312 594940 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27150/statm: 2641472 594950 2231 9 0 2632206 0
[pid=27150/tid=27151] ppid=27148 vsize=10565888 CPUtime=0.54 cores=1,3,5,7
/proc/27150/task/27151/stat : 27151 (java) S 27148 27150 23562 0 -1 4202560 54544 0 1 0 48 6 0 0 15 0 22 0 811041542 10819469312 594956 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27153] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27153/stat : 27153 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 594962 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27154] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27154/stat : 27154 (java) S 27148 27150 23562 0 -1 4202560 2 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 594963 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27155] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27155/stat : 27155 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 594963 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27156] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27156/stat : 27156 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 594964 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27157] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27157/stat : 27157 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 594964 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27158] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27158/stat : 27158 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 594970 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27159] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27159/stat : 27159 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 594976 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27160] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27160/stat : 27160 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041544 10819469312 594982 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0

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

/proc/meminfo: memFree=16392444/32951124 swapFree=60476376/67111528
[pid=27150] ppid=27148 vsize=10565888 CPUtime=1636 cores=1,3,5,7
/proc/27150/stat : 27150 (java) S 27148 27150 23562 0 -1 4202496 1013712 0 1 0 163487 113 0 0 25 0 22 0 811041541 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27150/statm: 2641472 1004952 2256 9 0 2632206 0
[pid=27150/tid=27151] ppid=27148 vsize=10565888 CPUtime=0.54 cores=1,3,5,7
/proc/27150/task/27151/stat : 27151 (java) S 27148 27150 23562 0 -1 4202560 54572 0 1 0 48 6 0 0 15 0 22 0 811041542 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27153] ppid=27148 vsize=10565888 CPUtime=0.81 cores=1,3,5,7
/proc/27150/task/27153/stat : 27153 (java) S 27148 27150 23562 0 -1 4202560 18965 0 0 0 79 2 0 0 15 0 22 0 811041544 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27154] ppid=27148 vsize=10565888 CPUtime=0.81 cores=1,3,5,7
/proc/27150/task/27154/stat : 27154 (java) S 27148 27150 23562 0 -1 4202560 15004 0 0 0 80 1 0 0 16 0 22 0 811041544 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27155] ppid=27148 vsize=10565888 CPUtime=0.85 cores=1,3,5,7
/proc/27150/task/27155/stat : 27155 (java) S 27148 27150 23562 0 -1 4202560 22468 0 0 0 83 2 0 0 15 0 22 0 811041544 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27156] ppid=27148 vsize=10565888 CPUtime=0.67 cores=1,3,5,7
/proc/27150/task/27156/stat : 27156 (java) S 27148 27150 23562 0 -1 4202560 13706 0 0 0 66 1 0 0 16 0 22 0 811041544 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27157] ppid=27148 vsize=10565888 CPUtime=0.88 cores=1,3,5,7
/proc/27150/task/27157/stat : 27157 (java) S 27148 27150 23562 0 -1 4202560 30003 0 0 0 85 3 0 0 15 0 22 0 811041544 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27158] ppid=27148 vsize=10565888 CPUtime=0.76 cores=1,3,5,7
/proc/27150/task/27158/stat : 27158 (java) S 27148 27150 23562 0 -1 4202560 23606 0 0 0 74 2 0 0 16 0 22 0 811041544 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27159] ppid=27148 vsize=10565888 CPUtime=0.86 cores=1,3,5,7
/proc/27150/task/27159/stat : 27159 (java) S 27148 27150 23562 0 -1 4202560 17843 0 0 0 84 2 0 0 16 0 22 0 811041544 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27160] ppid=27148 vsize=10565888 CPUtime=0.75 cores=1,3,5,7
/proc/27150/task/27160/stat : 27160 (java) S 27148 27150 23562 0 -1 4202560 18926 0 0 0 72 3 0 0 15 0 22 0 811041544 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27161] ppid=27148 vsize=10565888 CPUtime=12.56 cores=1,3,5,7
/proc/27150/task/27161/stat : 27161 (java) S 27148 27150 23562 0 -1 4202560 15229 0 0 0 1254 2 0 0 15 0 22 0 811041545 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 0 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27162] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27162/stat : 27162 (java) S 27148 27150 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811041545 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27163] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27163/stat : 27163 (java) S 27148 27150 23562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811041545 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27164] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27164/stat : 27164 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041547 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828060081 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27165] ppid=27148 vsize=10565888 CPUtime=1.11 cores=1,3,5,7
/proc/27150/task/27165/stat : 27165 (java) S 27148 27150 23562 0 -1 4202560 8354 0 0 0 110 1 0 0 15 0 22 0 811041547 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27166] ppid=27148 vsize=10565888 CPUtime=0.91 cores=1,3,5,7
/proc/27150/task/27166/stat : 27166 (java) S 27148 27150 23562 0 -1 4202560 6377 0 0 0 91 0 0 0 15 0 22 0 811041547 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27167] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27167/stat : 27167 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041547 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27168] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27168/stat : 27168 (java) S 27148 27150 23562 0 -1 4202560 49 0 0 0 0 0 0 0 15 0 22 0 811041547 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27169] ppid=27148 vsize=10565888 CPUtime=807.1 cores=1,3,5,7
/proc/27150/task/27169/stat : 27169 (java) R 27148 27150 23562 0 -1 4202560 3533 0 0 0 80710 0 0 0 25 0 22 0 811041597 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 46912505764275 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=27150/tid=27170] ppid=27148 vsize=10565888 CPUtime=807.22 cores=1,3,5,7
/proc/27150/task/27170/stat : 27170 (java) R 27148 27150 23562 0 -1 4202560 763921 0 0 0 80643 79 0 0 25 0 22 0 811041597 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 46912506027070 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27150/tid=27171] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27171/stat : 27171 (java) S 27148 27150 23562 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811041599 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27172] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27172/stat : 27172 (java) S 27148 27150 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811041599 10819469312 1004952 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1636
Current children cumulated vsize (KiB) 10565888

[startup+882.318 s]
/proc/loadavg: 3.99 3.87 3.17 5/498 27297
/proc/meminfo: memFree=16392420/32951124 swapFree=60476376/67111528
[pid=27150] ppid=27148 vsize=10565888 CPUtime=1755.69 cores=1,3,5,7
/proc/27150/stat : 27150 (java) S 27148 27150 23562 0 -1 4202496 1013753 0 1 0 175456 113 0 0 25 0 22 0 811041541 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27150/statm: 2641472 1004978 2256 9 0 2632206 0
[pid=27150/tid=27151] ppid=27148 vsize=10565888 CPUtime=0.54 cores=1,3,5,7
/proc/27150/task/27151/stat : 27151 (java) S 27148 27150 23562 0 -1 4202560 54573 0 1 0 48 6 0 0 15 0 22 0 811041542 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27153] ppid=27148 vsize=10565888 CPUtime=0.91 cores=1,3,5,7
/proc/27150/task/27153/stat : 27153 (java) S 27148 27150 23562 0 -1 4202560 18970 0 0 0 89 2 0 0 16 0 22 0 811041544 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27154] ppid=27148 vsize=10565888 CPUtime=0.89 cores=1,3,5,7
/proc/27150/task/27154/stat : 27154 (java) S 27148 27150 23562 0 -1 4202560 15004 0 0 0 88 1 0 0 15 0 22 0 811041544 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27155] ppid=27148 vsize=10565888 CPUtime=0.87 cores=1,3,5,7
/proc/27150/task/27155/stat : 27155 (java) S 27148 27150 23562 0 -1 4202560 22468 0 0 0 85 2 0 0 15 0 22 0 811041544 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27156] ppid=27148 vsize=10565888 CPUtime=0.74 cores=1,3,5,7
/proc/27150/task/27156/stat : 27156 (java) S 27148 27150 23562 0 -1 4202560 13706 0 0 0 73 1 0 0 16 0 22 0 811041544 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27157] ppid=27148 vsize=10565888 CPUtime=0.94 cores=1,3,5,7
/proc/27150/task/27157/stat : 27157 (java) S 27148 27150 23562 0 -1 4202560 30003 0 0 0 90 4 0 0 16 0 22 0 811041544 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27158] ppid=27148 vsize=10565888 CPUtime=0.8 cores=1,3,5,7
/proc/27150/task/27158/stat : 27158 (java) S 27148 27150 23562 0 -1 4202560 23625 0 0 0 78 2 0 0 16 0 22 0 811041544 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27159] ppid=27148 vsize=10565888 CPUtime=0.92 cores=1,3,5,7
/proc/27150/task/27159/stat : 27159 (java) S 27148 27150 23562 0 -1 4202560 17843 0 0 0 90 2 0 0 16 0 22 0 811041544 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27160] ppid=27148 vsize=10565888 CPUtime=0.79 cores=1,3,5,7
/proc/27150/task/27160/stat : 27160 (java) S 27148 27150 23562 0 -1 4202560 18928 0 0 0 76 3 0 0 15 0 22 0 811041544 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27161] ppid=27148 vsize=10565888 CPUtime=13.12 cores=1,3,5,7
/proc/27150/task/27161/stat : 27161 (java) S 27148 27150 23562 0 -1 4202560 15233 0 0 0 1310 2 0 0 15 0 22 0 811041545 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 0 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27162] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27162/stat : 27162 (java) S 27148 27150 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811041545 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27163] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27163/stat : 27163 (java) S 27148 27150 23562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811041545 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27164] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27164/stat : 27164 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041547 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828060081 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27165] ppid=27148 vsize=10565888 CPUtime=1.11 cores=1,3,5,7
/proc/27150/task/27165/stat : 27165 (java) S 27148 27150 23562 0 -1 4202560 8354 0 0 0 110 1 0 0 15 0 22 0 811041547 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27166] ppid=27148 vsize=10565888 CPUtime=0.91 cores=1,3,5,7
/proc/27150/task/27166/stat : 27166 (java) S 27148 27150 23562 0 -1 4202560 6377 0 0 0 91 0 0 0 15 0 22 0 811041547 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27167] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27167/stat : 27167 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041547 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27168] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27168/stat : 27168 (java) S 27148 27150 23562 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 811041547 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27169] ppid=27148 vsize=10565888 CPUtime=866.44 cores=1,3,5,7
/proc/27150/task/27169/stat : 27169 (java) R 27148 27150 23562 0 -1 4202560 3535 0 0 0 86644 0 0 0 25 0 22 0 811041597 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 46912505764180 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27150/tid=27170] ppid=27148 vsize=10565888 CPUtime=866.56 cores=1,3,5,7
/proc/27150/task/27170/stat : 27170 (java) R 27148 27150 23562 0 -1 4202560 763925 0 0 0 86577 79 0 0 25 0 22 0 811041597 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 46912506027122 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27150/tid=27171] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27171/stat : 27171 (java) S 27148 27150 23562 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811041599 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27172] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27172/stat : 27172 (java) S 27148 27150 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811041599 10819469312 1004978 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1755.69
Current children cumulated vsize (KiB) 10565888



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+904.801 s]
/proc/loadavg: 3.92 3.86 3.19 5/498 27297
/proc/meminfo: memFree=16383108/32951124 swapFree=60476376/67111528
[pid=27150] ppid=27148 vsize=10565888 CPUtime=1800.17 cores=1,3,5,7
/proc/27150/stat : 27150 (java) S 27148 27150 23562 0 -1 4202496 1016254 0 1 0 179904 113 0 0 25 0 22 0 811041541 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828039141 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27150/statm: 2641472 1007439 2256 9 0 2632206 0
[pid=27150/tid=27151] ppid=27148 vsize=10565888 CPUtime=0.54 cores=1,3,5,7
/proc/27150/task/27151/stat : 27151 (java) S 27148 27150 23562 0 -1 4202560 54574 0 1 0 48 6 0 0 15 0 22 0 811041542 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27153] ppid=27148 vsize=10565888 CPUtime=0.92 cores=1,3,5,7
/proc/27150/task/27153/stat : 27153 (java) S 27148 27150 23562 0 -1 4202560 19446 0 0 0 90 2 0 0 16 0 22 0 811041544 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27154] ppid=27148 vsize=10565888 CPUtime=0.93 cores=1,3,5,7
/proc/27150/task/27154/stat : 27154 (java) S 27148 27150 23562 0 -1 4202560 15897 0 0 0 91 2 0 0 15 0 22 0 811041544 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27155] ppid=27148 vsize=10565888 CPUtime=0.88 cores=1,3,5,7
/proc/27150/task/27155/stat : 27155 (java) S 27148 27150 23562 0 -1 4202560 22484 0 0 0 86 2 0 0 15 0 22 0 811041544 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27156] ppid=27148 vsize=10565888 CPUtime=0.76 cores=1,3,5,7
/proc/27150/task/27156/stat : 27156 (java) S 27148 27150 23562 0 -1 4202560 14072 0 0 0 75 1 0 0 16 0 22 0 811041544 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 7 0 0 0
[pid=27150/tid=27157] ppid=27148 vsize=10565888 CPUtime=0.96 cores=1,3,5,7
/proc/27150/task/27157/stat : 27157 (java) S 27148 27150 23562 0 -1 4202560 30703 0 0 0 92 4 0 0 16 0 22 0 811041544 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27158] ppid=27148 vsize=10565888 CPUtime=0.81 cores=1,3,5,7
/proc/27150/task/27158/stat : 27158 (java) S 27148 27150 23562 0 -1 4202560 23625 0 0 0 79 2 0 0 15 0 22 0 811041544 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27159] ppid=27148 vsize=10565888 CPUtime=0.94 cores=1,3,5,7
/proc/27150/task/27159/stat : 27159 (java) S 27148 27150 23562 0 -1 4202560 17847 0 0 0 92 2 0 0 16 0 22 0 811041544 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27160] ppid=27148 vsize=10565888 CPUtime=0.8 cores=1,3,5,7
/proc/27150/task/27160/stat : 27160 (java) S 27148 27150 23562 0 -1 4202560 18944 0 0 0 77 3 0 0 16 0 22 0 811041544 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27161] ppid=27148 vsize=10565888 CPUtime=13.68 cores=1,3,5,7
/proc/27150/task/27161/stat : 27161 (java) S 27148 27150 23562 0 -1 4202560 15258 0 0 0 1366 2 0 0 15 0 22 0 811041545 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 0 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27162] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27162/stat : 27162 (java) S 27148 27150 23562 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 22 0 811041545 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27163] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27163/stat : 27163 (java) S 27148 27150 23562 0 -1 4202560 9 0 0 0 0 0 0 0 18 0 22 0 811041545 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27164] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27164/stat : 27164 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041547 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828060081 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27165] ppid=27148 vsize=10565888 CPUtime=1.11 cores=1,3,5,7
/proc/27150/task/27165/stat : 27165 (java) S 27148 27150 23562 0 -1 4202560 8355 0 0 0 110 1 0 0 15 0 22 0 811041547 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27166] ppid=27148 vsize=10565888 CPUtime=0.91 cores=1,3,5,7
/proc/27150/task/27166/stat : 27166 (java) S 27148 27150 23562 0 -1 4202560 6377 0 0 0 91 0 0 0 15 0 22 0 811041547 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27167] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27167/stat : 27167 (java) S 27148 27150 23562 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 22 0 811041547 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052377 0 4 0 16800975 18446604461251811392 0 0 -1 3 0 0 0
[pid=27150/tid=27168] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27168/stat : 27168 (java) S 27148 27150 23562 0 -1 4202560 53 0 0 0 0 0 0 0 15 0 22 0 811041547 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 1 0 0 0
[pid=27150/tid=27169] ppid=27148 vsize=10565888 CPUtime=888.34 cores=1,3,5,7
/proc/27150/task/27169/stat : 27169 (java) R 27148 27150 23562 0 -1 4202560 3536 0 0 0 88834 0 0 0 25 0 22 0 811041597 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 46912505748928 0 4 0 16800975 0 0 0 -1 5 0 0 0
[pid=27150/tid=27170] ppid=27148 vsize=10565888 CPUtime=888.46 cores=1,3,5,7
/proc/27150/task/27170/stat : 27170 (java) R 27148 27150 23562 0 -1 4202560 763927 0 0 0 88767 79 0 0 25 0 22 0 811041597 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 46912506027089 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=27150/tid=27171] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27171/stat : 27171 (java) S 27148 27150 23562 0 -1 4202560 7 0 0 0 0 0 0 0 22 0 22 0 811041599 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
[pid=27150/tid=27172] ppid=27148 vsize=10565888 CPUtime=0 cores=1,3,5,7
/proc/27150/task/27172/stat : 27172 (java) S 27148 27150 23562 0 -1 4202560 7 0 0 0 0 0 0 0 21 0 22 0 811041599 10819469312 1007439 33554432000 1073741824 1073778376 140736053420224 18446744073709551615 220828052992 0 4 0 16800975 18446604461251811392 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 10565888

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

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

[startup+904.924 s]
/proc/loadavg: 3.92 3.86 3.19 5/498 27297
/proc/meminfo: memFree=16383108/32951124 swapFree=60476376/67111528
[pid=27150] ppid=27148 vsize=0 CPUtime=1800.31 cores=1,3,5,7
/proc/27150/stat : 27150 (java) Z 27148 27150 23562 0 -1 4203548 1016286 0 1 0 179909 122 0 0 17 0 2 0 811041541 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0
/proc/27150/statm: 0 0 0 0 0 0 0
[pid=27150/tid=27169] ppid=27148 vsize=0 CPUtime=888.45 cores=1,3,5,7
/proc/27150/task/27169/stat : 27169 (java) R 27148 27150 23562 0 -1 4203588 3536 0 0 0 88836 9 0 0 25 0 2 0 811041597 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 5 0 0 0
Current children cumulated CPU time (s) 1800.31
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 904.986
CPU time (s): 1800.39
CPU user time (s): 1799.1
CPU system time (s): 1.2888
CPU usage (%): 198.941
Max. virtual memory (cumulated for all children) (KiB): 10565888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.1
system time used= 1.2888
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1016286
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24108
involuntary context switches= 17815

runsolver used 4.21136 second user time and 9.69453 second system time

The end

Launcher Data

Begin job on node147 at 2011-06-04 13:17:36
IDJOB=3454325
IDBENCH=1153
IDSOLVER=1950
FILE ID=node147/3454325-1307186256
RUNJOBID= node147-1307186255-27061
PBS_JOBID= 13508849
Free space on /tmp= 73696 MiB

SOLVER NAME= Sat4j Res//CP 2.3.0
BENCH NAME= PB06//final/normalized-PB06/SATUNSAT-SMALLINT/submitted-PB06/prestwich/robin/normalized-robin16.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3454325-1307186256/watcher-3454325-1307186256 -o /tmp/evaluation-result-3454325-1307186256/solver-3454325-1307186256 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3454325-1307186256.opb

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

MD5SUM BENCH= d761333f7ff9a755d3cd90e52b11f227
RANDOM SEED=1868899320

node147.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.67
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.76
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24271076 kB
Buffers:        323984 kB
Cached:        1489360 kB
SwapCached:      11188 kB
Active:        7058808 kB
Inactive:      1361020 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24271076 kB
SwapTotal:    67111528 kB
SwapFree:     60476376 kB
Dirty:            2348 kB
Writeback:           0 kB
AnonPages:     6603608 kB
Mapped:          30744 kB
Slab:           134256 kB
PageTables:      58800 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 131155048 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73692 MiB
End job on node147 at 2011-06-04 13:32:43