Trace number 3478936

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 CuttingPlanes 2.3.0? (TO) 1800.33 1781.15

General information on the benchmark

Name/DEC-SMALLINT-LIN/lopes/
normalized-178.opb
MD5SUMc8d6406d9171f43a410d04b94af97b71
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 variables334369
Total number of constraints7853489
Number of constraints which are clauses7054921
Number of constraints which are cardinality constraints (but not clauses)24655
Number of constraints which are nor clauses,nor cardinality constraints773913
Minimum length of a constraint1
Maximum length of a constraint2580
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 2581
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.05/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.05/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.05/0.08	c See www.sat4j.org for details.
0.05/0.08	c version 2.3.1.v20110525
0.05/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.05/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.05/0.08	c java.vm.version	19.1-b02
0.05/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.05/0.08	c sun.arch.data.model	64
0.05/0.08	c java.version		1.6.0_24
0.05/0.08	c os.name		Linux
0.05/0.08	c os.version		2.6.18-164.el5
0.05/0.08	c os.arch		amd64
0.05/0.08	c Free memory 		9996466904
0.05/0.08	c Max memory 		10048897024
0.05/0.08	c Total memory 		10048897024
0.05/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@38540408
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3478936-1307443979.opb
0.10/0.10	c reading problem ... 
52.42/40.93	c ... done. Wall clock time 40.829s.
52.42/40.93	c #vars     334369
52.42/40.93	c #constraints  7795808
52.42/40.93	c constraints type 
52.42/40.93	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1643700
52.42/40.93	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5348951
52.42/40.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24608
52.42/40.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 773913
67.19/53.51	c cleaning 0 clauses out of 5001 with flag 0/5001
83.13/69.24	c cleaning 0 clauses out of 11001 with flag 0/11001
102.13/88.13	c cleaning 0 clauses out of 18004 with flag 0/18004
126.91/112.76	c cleaning 0 clauses out of 26001 with flag 0/26001
154.75/140.49	c cleaning 0 clauses out of 35000 with flag 0/35000
185.56/171.14	c cleaning 0 clauses out of 45001 with flag 0/45001
225.52/210.97	c cleaning 0 clauses out of 56002 with flag 0/56002
268.90/254.12	c cleaning 0 clauses out of 68001 with flag 0/68001
326.76/311.84	c cleaning 0 clauses out of 81000 with flag 0/81000
382.04/366.99	c cleaning 0 clauses out of 95000 with flag 0/95000
436.54/421.28	c cleaning 0 clauses out of 110002 with flag 0/110002
507.95/492.48	c cleaning 0 clauses out of 126000 with flag 0/126000
596.56/580.89	c cleaning 0 clauses out of 143000 with flag 0/143000
676.69/660.79	c cleaning 0 clauses out of 161001 with flag 0/161001
778.97/762.72	c cleaning 0 clauses out of 180003 with flag 0/180003
896.41/879.80	c cleaning 0 clauses out of 200000 with flag 0/200000
1006.60/989.62	c cleaning 0 clauses out of 221001 with flag 0/221001
1132.72/1115.42	c cleaning 0 clauses out of 243000 with flag 0/243000
1265.20/1247.56	c cleaning 0 clauses out of 266001 with flag 0/266001
1432.70/1414.52	c cleaning 0 clauses out of 290002 with flag 0/290002
1621.80/1603.12	c cleaning 0 clauses out of 315000 with flag 0/315000
1800.02/1780.92	c starts		: 135
1800.02/1780.92	c conflicts		: 337009
1800.02/1780.92	c decisions		: 525093
1800.02/1780.92	c propagations		: 761632365
1800.02/1780.92	c inspects		: 6145703360
1800.02/1780.92	c shortcuts		: 0
1800.02/1780.92	c learnt literals	: 0
1800.02/1780.92	c learnt binary clauses	: 0
1800.02/1780.92	c learnt ternary clauses	: 1
1800.02/1780.92	c learnt constraints	: 337009
1800.02/1780.92	c ignored constraints	: 0
1800.02/1780.92	c root simplifications	: 0
1800.02/1780.92	c removed literals (reason simplification)	: 0
1800.02/1780.92	c reason swapping (by a shorter reason)	: 0
1800.02/1780.92	c Calls to reduceDB	: 21
1800.02/1780.92	c number of reductions to clauses (during analyze)	: 0
1800.02/1780.92	c number of learned constraints concerned by reduction	: 0
1800.02/1780.92	c number of learning phase by resolution	: 0
1800.02/1780.92	c number of learning phase by cutting planes	: 0
1800.02/1780.92	c speed (assignments/second)	: 437723.77562092524
1800.02/1780.92	c non guided choices	55874
1800.02/1780.96	c learnt constraints type 
1800.02/1780.96	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 336992
1800.02/1780.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23
1800.02/1780.96	c constraints type 
1800.02/1780.96	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1643700
1800.02/1780.96	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 5348951
1800.02/1780.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 24608
1800.02/1780.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 773913
1800.02/1780.96	s UNKNOWN
1800.02/1780.96	c Total wall clock time (in seconds): 1780.854

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-3478936-1307443979/watcher-3478936-1307443979 -o /tmp/evaluation-result-3478936-1307443979/solver-3478936-1307443979 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3478936-1307443979.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: 2.24 2.10 2.03 2/442 24980
/proc/meminfo: memFree=22401424/32951124 swapFree=44043516/67111528
[pid=24980] ppid=24978 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24978 24980 24324 0 -1 4202496 3553 0 1 0 0 0 0 0 25 0 2 0 855996925 10694979584 3255 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528636901 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0
/proc/24980/statm: 2611079 3268 917 9 0 2602235 0
[pid=24980/tid=24981] ppid=24978 vsize=10444316 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24981/stat : 24981 (java) R 24978 24980 24324 0 -1 4202560 5158 0 1 0 0 0 0 0 25 0 2 0 855996925 10694979584 5974 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246516528187 0 4 0 16784584 0 0 0 -1 1 0 0 0

[startup+0.0576799 s]
/proc/loadavg: 2.24 2.10 2.03 2/442 24980
/proc/meminfo: memFree=22401424/32951124 swapFree=44043516/67111528
[pid=24980] ppid=24978 vsize=10472756 CPUtime=0.05 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24978 24980 24324 0 -1 4202496 11603 0 1 0 4 1 0 0 25 0 18 0 855996925 10724102144 11300 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24980/statm: 2618189 11302 1721 9 0 2608937 0
[pid=24980/tid=24981] ppid=24978 vsize=10472756 CPUtime=0.04 cores=1,3,5,7
/proc/24980/task/24981/stat : 24981 (java) R 24978 24980 24324 0 -1 4202560 10431 0 1 0 3 1 0 0 25 0 18 0 855996925 10724102144 11302 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 47536245054526 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 10472756

[startup+0.100662 s]
/proc/loadavg: 2.24 2.10 2.03 2/442 24980
/proc/meminfo: memFree=22401424/32951124 swapFree=44043516/67111528
[pid=24980] ppid=24978 vsize=10540236 CPUtime=0.1 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24978 24980 24324 0 -1 4202496 13145 0 1 0 9 1 0 0 25 0 18 0 855996925 10793201664 12800 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24980/statm: 2635059 12801 2092 9 0 2625793 0
[pid=24980/tid=24981] ppid=24978 vsize=10540236 CPUtime=0.09 cores=1,3,5,7
/proc/24980/task/24981/stat : 24981 (java) R 24978 24980 24324 0 -1 4202560 11200 0 1 0 8 1 0 0 18 0 18 0 855996925 10793201664 12801 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 47536245394228 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10540236

[startup+0.327643 s]
/proc/loadavg: 2.24 2.10 2.03 2/442 24980
/proc/meminfo: memFree=22401424/32951124 swapFree=44043516/67111528
[pid=24980] ppid=24978 vsize=10542684 CPUtime=0.57 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24978 24980 24324 0 -1 4202496 19348 0 1 0 54 3 0 0 25 0 18 0 855996925 10795708416 18443 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24980/statm: 2635671 18445 2204 9 0 2626405 0
[pid=24980/tid=24981] ppid=24978 vsize=10542684 CPUtime=0.31 cores=1,3,5,7
/proc/24980/task/24981/stat : 24981 (java) R 24978 24980 24324 0 -1 4202560 15957 0 1 0 29 2 0 0 18 0 18 0 855996925 10795708416 18446 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 46912505547062 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 10542684

[startup+0.700552 s]
/proc/loadavg: 2.24 2.10 2.03 2/442 24980
/proc/meminfo: memFree=22401424/32951124 swapFree=44043516/67111528
[pid=24980] ppid=24978 vsize=10544468 CPUtime=1.13 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24978 24980 24324 0 -1 4202496 54228 0 1 0 106 7 0 0 25 0 18 0 855996925 10797535232 52863 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24980/statm: 2636117 52865 2212 9 0 2626851 0
[pid=24980/tid=24981] ppid=24978 vsize=10544468 CPUtime=0.68 cores=1,3,5,7
/proc/24980/task/24981/stat : 24981 (java) R 24978 24980 24324 0 -1 4202560 49289 0 1 0 62 6 0 0 18 0 18 0 855996925 10797535232 52867 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 46912505589562 0 4 0 16800975 0 0 0 -1 1 0 0 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 10544468

[startup+1.50142 s]
/proc/loadavg: 2.24 2.10 2.03 5/460 24998
/proc/meminfo: memFree=22062520/32951124 swapFree=44043516/67111528
[pid=24980] ppid=24978 vsize=10544468 CPUtime=1.97 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24978 24980 24324 0 -1 4202496 141501 0 1 0 181 16 0 0 25 0 18 0 855996925 10797535232 140134 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24980/statm: 2636117 140138 2213 9 0 2626851 0
[pid=24980/tid=24981] ppid=24978 vsize=10544468 CPUtime=1.48 cores=1,3,5,7
/proc/24980/task/24981/stat : 24981 (java) R 24978 24980 24324 0 -1 4202560 136547 0 1 0 133 15 0 0 19 0 18 0 855996925 10797535232 140140 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 46912505547062 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24980/tid=24983] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24983/stat : 24983 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 140143 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24984] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24984/stat : 24984 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 140146 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24985] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24985/stat : 24985 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 140149 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24986] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24986/stat : 24986 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 140151 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24987] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24987/stat : 24987 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 140154 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24988] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24988/stat : 24988 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 140157 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24989] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24989/stat : 24989 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 140159 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24990] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24990/stat : 24990 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 140162 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24991] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24991/stat : 24991 (java) S 24978 24980 24324 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 855996928 10797535232 140165 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 0 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24992] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24992/stat : 24992 (java) S 24978 24980 24324 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855996929 10797535232 140165 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24993] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24993/stat : 24993 (java) S 24978 24980 24324 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855996929 10797535232 140167 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24994] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24994/stat : 24994 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996931 10797535232 140170 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528657841 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24995] ppid=24978 vsize=10544468 CPUtime=0.21 cores=1,3,5,7
/proc/24980/task/24995/stat : 24995 (java) S 24978 24980 24324 0 -1 4202560 1731 0 0 0 21 0 0 0 15 0 18 0 855996931 10797535232 140173 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24996] ppid=24978 vsize=10544468 CPUtime=0.26 cores=1,3,5,7
/proc/24980/task/24996/stat : 24996 (java) S 24978 24980 24324 0 -1 4202560 2079 0 0 0 26 0 0 0 15 0 18 0 855996931 10797535232 140175 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24997] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24997/stat : 24997 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996931 10797535232 140178 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24998] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24998/stat : 24998 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855996931 10797535232 140181 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1.97
Current children cumulated vsize (KiB) 10544468

[startup+3.10113 s]
/proc/loadavg: 2.24 2.10 2.03 3/460 24998
/proc/meminfo: memFree=21586856/32951124 swapFree=44043516/67111528
[pid=24980] ppid=24978 vsize=10544468 CPUtime=3.6 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24978 24980 24324 0 -1 4202496 312785 0 1 0 323 37 0 0 25 0 18 0 855996925 10797535232 311417 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24980/statm: 2636117 311422 2213 9 0 2626851 0
[pid=24980/tid=24981] ppid=24978 vsize=10544468 CPUtime=3.08 cores=1,3,5,7
/proc/24980/task/24981/stat : 24981 (java) R 24978 24980 24324 0 -1 4202560 307828 0 1 0 273 35 0 0 25 0 18 0 855996925 10797535232 311424 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 46912505546921 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24980/tid=24983] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24983/stat : 24983 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 311427 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24984] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24984/stat : 24984 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 311429 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24985] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24985/stat : 24985 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 311432 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24986] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24986/stat : 24986 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 311435 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24987] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24987/stat : 24987 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 311438 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24988] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24988/stat : 24988 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 311440 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24989] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24989/stat : 24989 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 311443 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24990] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24990/stat : 24990 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996927 10797535232 311445 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24991] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24991/stat : 24991 (java) S 24978 24980 24324 0 -1 4202560 3 0 0 0 0 0 0 0 18 0 18 0 855996928 10797535232 311448 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 0 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24992] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24992/stat : 24992 (java) S 24978 24980 24324 0 -1 4202560 16 0 0 0 0 0 0 0 25 0 18 0 855996929 10797535232 311450 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24993] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24993/stat : 24993 (java) S 24978 24980 24324 0 -1 4202560 7 0 0 0 0 0 0 0 25 0 18 0 855996929 10797535232 311453 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24994] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24994/stat : 24994 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996931 10797535232 311455 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528657841 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24995] ppid=24978 vsize=10544468 CPUtime=0.21 cores=1,3,5,7
/proc/24980/task/24995/stat : 24995 (java) S 24978 24980 24324 0 -1 4202560 1731 0 0 0 21 0 0 0 15 0 18 0 855996931 10797535232 311458 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24996] ppid=24978 vsize=10544468 CPUtime=0.28 cores=1,3,5,7
/proc/24980/task/24996/stat : 24996 (java) S 24978 24980 24324 0 -1 4202560 2082 0 0 0 28 0 0 0 15 0 18 0 855996931 10797535232 311461 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24997] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24997/stat : 24997 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996931 10797535232 311463 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24998] ppid=24978 vsize=10544468 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24998/stat : 24998 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 15 0 18 0 855996931 10797535232 311466 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 10544468

[startup+6.30154 s]
/proc/loadavg: 2.30 2.11 2.03 3/460 24998
/proc/meminfo: memFree=20097076/32951124 swapFree=44043516/67111528
[pid=24980] ppid=24978 vsize=10542576 CPUtime=7.23 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24978 24980 24324 0 -1 4202496 688733 0 1 0 646 77 0 0 25 0 18 0 855996925 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24980/statm: 2635644 686760 2228 9 0 2626378 0
[pid=24980/tid=24981] ppid=24978 vsize=10542576 CPUtime=6.13 cores=1,3,5,7
/proc/24980/task/24981/stat : 24981 (java) R 24978 24980 24324 0 -1 4202560 651005 0 1 0 540 73 0 0 17 0 18 0 855996925 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 46912505512359 0 4 0 16800975 0 0 0 -1 1 0 0 0
[pid=24980/tid=24983] ppid=24978 vsize=10542576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24983/stat : 24983 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 855996927 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24984] ppid=24978 vsize=10542576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24984/stat : 24984 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 855996927 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24985] ppid=24978 vsize=10542576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24985/stat : 24985 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 17 0 18 0 855996927 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24986] ppid=24978 vsize=10542576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24986/stat : 24986 (java) S 24978 24980 24324 0 -1 4202560 124 0 0 0 0 0 0 0 18 0 18 0 855996927 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 5 0 0 0
[pid=24980/tid=24987] ppid=24978 vsize=10542576 CPUtime=0.1 cores=1,3,5,7
/proc/24980/task/24987/stat : 24987 (java) S 24978 24980 24324 0 -1 4202560 6374 0 0 0 10 0 0 0 18 0 18 0 855996927 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 5 0 0 0
[pid=24980/tid=24988] ppid=24978 vsize=10542576 CPUtime=0.14 cores=1,3,5,7
/proc/24980/task/24988/stat : 24988 (java) S 24978 24980 24324 0 -1 4202560 8416 0 0 0 14 0 0 0 18 0 18 0 855996927 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24989] ppid=24978 vsize=10542576 CPUtime=0.14 cores=1,3,5,7
/proc/24980/task/24989/stat : 24989 (java) S 24978 24980 24324 0 -1 4202560 9010 0 0 0 14 0 0 0 18 0 18 0 855996927 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24990] ppid=24978 vsize=10542576 CPUtime=0.14 cores=1,3,5,7
/proc/24980/task/24990/stat : 24990 (java) S 24978 24980 24324 0 -1 4202560 8831 0 0 0 13 1 0 0 18 0 18 0 855996927 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24991] ppid=24978 vsize=10542576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24991/stat : 24991 (java) S 24978 24980 24324 0 -1 4202560 8 0 0 0 0 0 0 0 16 0 18 0 855996928 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 0 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24992] ppid=24978 vsize=10542576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24992/stat : 24992 (java) S 24978 24980 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 18 0 855996929 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24993] ppid=24978 vsize=10542576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24993/stat : 24993 (java) S 24978 24980 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 18 0 855996929 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24994] ppid=24978 vsize=10542576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24994/stat : 24994 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996931 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528657841 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24995] ppid=24978 vsize=10542576 CPUtime=0.21 cores=1,3,5,7
/proc/24980/task/24995/stat : 24995 (java) S 24978 24980 24324 0 -1 4202560 1731 0 0 0 21 0 0 0 16 0 18 0 855996931 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24996] ppid=24978 vsize=10542576 CPUtime=0.3 cores=1,3,5,7
/proc/24980/task/24996/stat : 24996 (java) S 24978 24980 24324 0 -1 4202560 2086 0 0 0 30 0 0 0 15 0 18 0 855996931 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24997] ppid=24978 vsize=10542576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24997/stat : 24997 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 18 0 855996931 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24998] ppid=24978 vsize=10542576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24998/stat : 24998 (java) S 24978 24980 24324 0 -1 4202560 2 0 0 0 0 0 0 0 15 0 18 0 855996931 10795597824 686760 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0

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

/proc/24980/task/24993/stat : 24993 (java) S 24978 24980 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855996929 10797645824 1274405 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24994] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24994/stat : 24994 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855996931 10797645824 1274405 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528657841 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24995] ppid=24978 vsize=10544576 CPUtime=0.64 cores=1,3,5,7
/proc/24980/task/24995/stat : 24995 (java) S 24978 24980 24324 0 -1 4202560 3536 0 0 0 64 0 0 0 16 0 19 0 855996931 10797645824 1274405 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24996] ppid=24978 vsize=10544576 CPUtime=0.79 cores=1,3,5,7
/proc/24980/task/24996/stat : 24996 (java) S 24978 24980 24324 0 -1 4202560 2845 0 0 0 79 0 0 0 15 0 19 0 855996931 10797645824 1274405 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24997] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24997/stat : 24997 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855996931 10797645824 1274405 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24998] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24998/stat : 24998 (java) S 24978 24980 24324 0 -1 4202560 94 0 0 0 0 0 0 0 15 0 19 0 855996931 10797645824 1274405 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=25000] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/25000/stat : 25000 (java) S 24978 24980 24324 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 856001025 10797645824 1274405 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1620.99
Current children cumulated vsize (KiB) 10544576

[startup+1662.3 s]
/proc/loadavg: 2.02 2.07 2.04 3/461 25056
/proc/meminfo: memFree=16386624/32951124 swapFree=44043516/67111528
[pid=24980] ppid=24978 vsize=10544576 CPUtime=1681.11 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24978 24980 24324 0 -1 4202496 1318770 0 1 0 167931 180 0 0 25 0 19 0 855996925 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24980/statm: 2636144 1276317 2265 9 0 2626878 0
[pid=24980/tid=24981] ppid=24978 vsize=10544576 CPUtime=1599.41 cores=1,3,5,7
/proc/24980/task/24981/stat : 24981 (java) R 24978 24980 24324 0 -1 4202560 651381 0 1 0 159852 89 0 0 25 0 19 0 855996925 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 46912505761090 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24980/tid=24983] ppid=24978 vsize=10544576 CPUtime=3.51 cores=1,3,5,7
/proc/24980/task/24983/stat : 24983 (java) S 24978 24980 24324 0 -1 4202560 87863 0 0 0 340 11 0 0 16 0 19 0 855996927 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24984] ppid=24978 vsize=10544576 CPUtime=2.61 cores=1,3,5,7
/proc/24980/task/24984/stat : 24984 (java) S 24978 24980 24324 0 -1 4202560 69246 0 0 0 253 8 0 0 15 0 19 0 855996927 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24985] ppid=24978 vsize=10544576 CPUtime=2.84 cores=1,3,5,7
/proc/24980/task/24985/stat : 24985 (java) S 24978 24980 24324 0 -1 4202560 70477 0 0 0 275 9 0 0 15 0 19 0 855996927 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24986] ppid=24978 vsize=10544576 CPUtime=3.7 cores=1,3,5,7
/proc/24980/task/24986/stat : 24986 (java) S 24978 24980 24324 0 -1 4202560 109976 0 0 0 357 13 0 0 15 0 19 0 855996927 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24987] ppid=24978 vsize=10544576 CPUtime=2.99 cores=1,3,5,7
/proc/24980/task/24987/stat : 24987 (java) S 24978 24980 24324 0 -1 4202560 80280 0 0 0 287 12 0 0 16 0 19 0 855996927 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24988] ppid=24978 vsize=10544576 CPUtime=2.7 cores=1,3,5,7
/proc/24980/task/24988/stat : 24988 (java) S 24978 24980 24324 0 -1 4202560 65980 0 0 0 262 8 0 0 16 0 19 0 855996927 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24989] ppid=24978 vsize=10544576 CPUtime=2.79 cores=1,3,5,7
/proc/24980/task/24989/stat : 24989 (java) S 24978 24980 24324 0 -1 4202560 81407 0 0 0 269 10 0 0 16 0 19 0 855996927 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24990] ppid=24978 vsize=10544576 CPUtime=2.96 cores=1,3,5,7
/proc/24980/task/24990/stat : 24990 (java) S 24978 24980 24324 0 -1 4202560 60963 0 0 0 289 7 0 0 15 0 19 0 855996927 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24991] ppid=24978 vsize=10544576 CPUtime=56.05 cores=1,3,5,7
/proc/24980/task/24991/stat : 24991 (java) S 24978 24980 24324 0 -1 4202560 33568 0 0 0 5598 7 0 0 15 0 19 0 855996928 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 0 0 16800975 18446604459186651584 0 0 -1 5 0 0 0
[pid=24980/tid=24992] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24992/stat : 24992 (java) S 24978 24980 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855996929 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24993] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24993/stat : 24993 (java) S 24978 24980 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855996929 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24994] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24994/stat : 24994 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855996931 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528657841 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24995] ppid=24978 vsize=10544576 CPUtime=0.64 cores=1,3,5,7
/proc/24980/task/24995/stat : 24995 (java) S 24978 24980 24324 0 -1 4202560 3536 0 0 0 64 0 0 0 16 0 19 0 855996931 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24996] ppid=24978 vsize=10544576 CPUtime=0.79 cores=1,3,5,7
/proc/24980/task/24996/stat : 24996 (java) S 24978 24980 24324 0 -1 4202560 2845 0 0 0 79 0 0 0 15 0 19 0 855996931 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24997] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24997/stat : 24997 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855996931 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24998] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24998/stat : 24998 (java) S 24978 24980 24324 0 -1 4202560 98 0 0 0 0 0 0 0 15 0 19 0 855996931 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=25000] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/25000/stat : 25000 (java) S 24978 24980 24324 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 856001025 10797645824 1276317 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1681.11
Current children cumulated vsize (KiB) 10544576

[startup+1722.3 s]
/proc/loadavg: 2.00 2.06 2.03 3/461 25057
/proc/meminfo: memFree=16366920/32951124 swapFree=44043516/67111528
[pid=24980] ppid=24978 vsize=10544576 CPUtime=1741.27 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24978 24980 24324 0 -1 4202496 1322885 0 1 0 173945 182 0 0 25 0 19 0 855996925 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24980/statm: 2636144 1280357 2265 9 0 2626878 0
[pid=24980/tid=24981] ppid=24978 vsize=10544576 CPUtime=1659.3 cores=1,3,5,7
/proc/24980/task/24981/stat : 24981 (java) R 24978 24980 24324 0 -1 4202560 651388 0 1 0 165841 89 0 0 25 0 19 0 855996925 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 46912505974787 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24980/tid=24983] ppid=24978 vsize=10544576 CPUtime=3.54 cores=1,3,5,7
/proc/24980/task/24983/stat : 24983 (java) S 24978 24980 24324 0 -1 4202560 88376 0 0 0 343 11 0 0 16 0 19 0 855996927 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24984] ppid=24978 vsize=10544576 CPUtime=2.65 cores=1,3,5,7
/proc/24980/task/24984/stat : 24984 (java) S 24978 24980 24324 0 -1 4202560 69996 0 0 0 257 8 0 0 16 0 19 0 855996927 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24985] ppid=24978 vsize=10544576 CPUtime=2.84 cores=1,3,5,7
/proc/24980/task/24985/stat : 24985 (java) S 24978 24980 24324 0 -1 4202560 70477 0 0 0 275 9 0 0 15 0 19 0 855996927 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24986] ppid=24978 vsize=10544576 CPUtime=3.74 cores=1,3,5,7
/proc/24980/task/24986/stat : 24986 (java) S 24978 24980 24324 0 -1 4202560 110562 0 0 0 361 13 0 0 16 0 19 0 855996927 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24987] ppid=24978 vsize=10544576 CPUtime=3.01 cores=1,3,5,7
/proc/24980/task/24987/stat : 24987 (java) S 24978 24980 24324 0 -1 4202560 80432 0 0 0 289 12 0 0 15 0 19 0 855996927 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24988] ppid=24978 vsize=10544576 CPUtime=2.74 cores=1,3,5,7
/proc/24980/task/24988/stat : 24988 (java) S 24978 24980 24324 0 -1 4202560 66424 0 0 0 266 8 0 0 15 0 19 0 855996927 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24989] ppid=24978 vsize=10544576 CPUtime=2.82 cores=1,3,5,7
/proc/24980/task/24989/stat : 24989 (java) S 24978 24980 24324 0 -1 4202560 81962 0 0 0 272 10 0 0 16 0 19 0 855996927 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24990] ppid=24978 vsize=10544576 CPUtime=3.03 cores=1,3,5,7
/proc/24980/task/24990/stat : 24990 (java) S 24978 24980 24324 0 -1 4202560 62063 0 0 0 295 8 0 0 16 0 19 0 855996927 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24991] ppid=24978 vsize=10544576 CPUtime=56.06 cores=1,3,5,7
/proc/24980/task/24991/stat : 24991 (java) S 24978 24980 24324 0 -1 4202560 33572 0 0 0 5599 7 0 0 15 0 19 0 855996928 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 0 0 16800975 18446604459186651584 0 0 -1 5 0 0 0
[pid=24980/tid=24992] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24992/stat : 24992 (java) S 24978 24980 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855996929 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24993] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24993/stat : 24993 (java) S 24978 24980 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855996929 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24994] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24994/stat : 24994 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855996931 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528657841 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24995] ppid=24978 vsize=10544576 CPUtime=0.64 cores=1,3,5,7
/proc/24980/task/24995/stat : 24995 (java) S 24978 24980 24324 0 -1 4202560 3536 0 0 0 64 0 0 0 16 0 19 0 855996931 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24996] ppid=24978 vsize=10544576 CPUtime=0.79 cores=1,3,5,7
/proc/24980/task/24996/stat : 24996 (java) S 24978 24980 24324 0 -1 4202560 2845 0 0 0 79 0 0 0 15 0 19 0 855996931 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24997] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24997/stat : 24997 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855996931 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24998] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24998/stat : 24998 (java) S 24978 24980 24324 0 -1 4202560 102 0 0 0 0 0 0 0 15 0 19 0 855996931 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=25000] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/25000/stat : 25000 (java) S 24978 24980 24324 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 856001025 10797645824 1280357 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1741.27
Current children cumulated vsize (KiB) 10544576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1780.9 s]
/proc/loadavg: 2.16 2.08 2.04 3/461 25107
/proc/meminfo: memFree=18907120/32951124 swapFree=44043516/67111528
[pid=24980] ppid=24978 vsize=10544576 CPUtime=1800.02 cores=1,3,5,7
/proc/24980/stat : 24980 (java) S 24978 24980 24324 0 -1 4202496 1326655 0 1 0 179820 182 0 0 25 0 19 0 855996925 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528636901 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24980/statm: 2636144 1284020 2265 9 0 2626878 0
[pid=24980/tid=24981] ppid=24978 vsize=10544576 CPUtime=1717.85 cores=1,3,5,7
/proc/24980/task/24981/stat : 24981 (java) R 24978 24980 24324 0 -1 4202560 651394 0 1 0 171696 89 0 0 25 0 19 0 855996925 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 46912506123676 0 4 0 16800975 0 0 0 -1 3 0 0 0
[pid=24980/tid=24983] ppid=24978 vsize=10544576 CPUtime=3.58 cores=1,3,5,7
/proc/24980/task/24983/stat : 24983 (java) S 24978 24980 24324 0 -1 4202560 89260 0 0 0 347 11 0 0 15 0 19 0 855996927 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24984] ppid=24978 vsize=10544576 CPUtime=2.67 cores=1,3,5,7
/proc/24980/task/24984/stat : 24984 (java) S 24978 24980 24324 0 -1 4202560 70322 0 0 0 259 8 0 0 16 0 19 0 855996927 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24985] ppid=24978 vsize=10544576 CPUtime=2.87 cores=1,3,5,7
/proc/24980/task/24985/stat : 24985 (java) S 24978 24980 24324 0 -1 4202560 71074 0 0 0 278 9 0 0 16 0 19 0 855996927 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24986] ppid=24978 vsize=10544576 CPUtime=3.75 cores=1,3,5,7
/proc/24980/task/24986/stat : 24986 (java) S 24978 24980 24324 0 -1 4202560 110847 0 0 0 362 13 0 0 15 0 19 0 855996927 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24987] ppid=24978 vsize=10544576 CPUtime=3.05 cores=1,3,5,7
/proc/24980/task/24987/stat : 24987 (java) S 24978 24980 24324 0 -1 4202560 81241 0 0 0 293 12 0 0 16 0 19 0 855996927 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24988] ppid=24978 vsize=10544576 CPUtime=2.77 cores=1,3,5,7
/proc/24980/task/24988/stat : 24988 (java) S 24978 24980 24324 0 -1 4202560 66779 0 0 0 268 9 0 0 15 0 19 0 855996927 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24989] ppid=24978 vsize=10544576 CPUtime=2.84 cores=1,3,5,7
/proc/24980/task/24989/stat : 24989 (java) S 24978 24980 24324 0 -1 4202560 82296 0 0 0 274 10 0 0 15 0 19 0 855996927 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24990] ppid=24978 vsize=10544576 CPUtime=3.04 cores=1,3,5,7
/proc/24980/task/24990/stat : 24990 (java) S 24978 24980 24324 0 -1 4202560 62233 0 0 0 296 8 0 0 16 0 19 0 855996927 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24991] ppid=24978 vsize=10544576 CPUtime=56.06 cores=1,3,5,7
/proc/24980/task/24991/stat : 24991 (java) S 24978 24980 24324 0 -1 4202560 33574 0 0 0 5599 7 0 0 15 0 19 0 855996928 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 0 0 16800975 18446604459186651584 0 0 -1 5 0 0 0
[pid=24980/tid=24992] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24992/stat : 24992 (java) S 24978 24980 24324 0 -1 4202560 17 0 0 0 0 0 0 0 18 0 19 0 855996929 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24993] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24993/stat : 24993 (java) S 24978 24980 24324 0 -1 4202560 10 0 0 0 0 0 0 0 18 0 19 0 855996929 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24994] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24994/stat : 24994 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855996931 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528657841 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24995] ppid=24978 vsize=10544576 CPUtime=0.64 cores=1,3,5,7
/proc/24980/task/24995/stat : 24995 (java) S 24978 24980 24324 0 -1 4202560 3536 0 0 0 64 0 0 0 16 0 19 0 855996931 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 3 0 0 0
[pid=24980/tid=24996] ppid=24978 vsize=10544576 CPUtime=0.79 cores=1,3,5,7
/proc/24980/task/24996/stat : 24996 (java) S 24978 24980 24324 0 -1 4202560 2845 0 0 0 79 0 0 0 15 0 19 0 855996931 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
[pid=24980/tid=24997] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24997/stat : 24997 (java) S 24978 24980 24324 0 -1 4202560 1 0 0 0 0 0 0 0 25 0 19 0 855996931 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650137 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=24998] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/24998/stat : 24998 (java) S 24978 24980 24324 0 -1 4202560 104 0 0 0 0 0 0 0 15 0 19 0 855996931 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 4 0 16800975 18446604459186651584 0 0 -1 1 0 0 0
[pid=24980/tid=25000] ppid=24978 vsize=10544576 CPUtime=0 cores=1,3,5,7
/proc/24980/task/25000/stat : 25000 (java) S 24978 24980 24324 0 -1 4202560 7 0 0 0 0 0 0 0 23 0 19 0 856001025 10797645824 1284020 33554432000 1073741824 1073778376 140737384610496 18446744073709551615 246528650752 0 4 0 16800975 18446604459186651584 0 0 -1 7 0 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 10544576

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

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

[startup+1781.1 s]
/proc/loadavg: 2.16 2.08 2.04 3/461 25107
/proc/meminfo: memFree=18907120/32951124 swapFree=44043516/67111528
[pid=24980] ppid=24978 vsize=0 CPUtime=1800.26 cores=1,3,5,7
/proc/24980/stat : 24980 (java) Z 24978 24980 24324 0 -1 4203548 1326686 0 1 0 179830 196 0 0 17 0 2 0 855996925 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0
/proc/24980/statm: 0 0 0 0 0 0 0
[pid=24980/tid=24990] ppid=24978 vsize=0 CPUtime=3.18 cores=1,3,5,7
/proc/24980/task/24990/stat : 24990 (java) R 24978 24980 24324 0 -1 4203588 62233 0 0 0 296 22 0 0 15 0 2 0 855996927 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 3 0 0 0
Current children cumulated CPU time (s) 1800.26
Current children cumulated vsize (KiB) 0

Child status: 143
Real time (s): 1781.15
CPU time (s): 1800.33
CPU user time (s): 1798.31
CPU system time (s): 2.01869
CPU usage (%): 101.076
Max. virtual memory (cumulated for all children) (KiB): 10554476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.31
system time used= 2.01869
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1326686
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= 45110
involuntary context switches= 17170

runsolver used 7.38588 second user time and 17.2954 second system time

The end

Launcher Data

Begin job on node134 at 2011-06-07 12:53:07
IDJOB=3478936
IDBENCH=89771
IDSOLVER=1951
FILE ID=node134/3478936-1307443979
RUNJOBID= node134-1307436784-24343
PBS_JOBID= 13519954
Free space on /tmp= 73684 MiB

SOLVER NAME= Sat4j CuttingPlanes 2.3.0
BENCH NAME= PB11/normalized-PB11/DEC-SMALLINT-LIN/lopes/normalized-178.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3478936-1307443979/watcher-3478936-1307443979 -o /tmp/evaluation-result-3478936-1307443979/solver-3478936-1307443979 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar CuttingPlanes HOME/instance-3478936-1307443979.opb

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

MD5SUM BENCH= c8d6406d9171f43a410d04b94af97b71
RANDOM SEED=1635315894

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.83
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.831
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.75
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22401456 kB
Buffers:        335940 kB
Cached:        1382288 kB
SwapCached:       9536 kB
Active:        9336612 kB
Inactive:       903300 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22401456 kB
SwapTotal:    67111528 kB
SwapFree:     44043516 kB
Dirty:          384484 kB
Writeback:           0 kB
AnonPages:     8520120 kB
Mapped:          29356 kB
Slab:           149288 kB
PageTables:      94536 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 121133792 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 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 node134 at 2011-06-07 13:22:50