Trace number 3733976

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.61 901.451

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
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 FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
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.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.32-71.29.1.el6.x86_64
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.10/0.10	c Pseudo Boolean Optimization
0.10/0.10	c ManyCore solver with 2 solvers running in parallel
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
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 lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c Expensive 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 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@ae94e92
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-3733976-1338691111.opb
0.10/0.10	c reading problem ... 
2.75/1.93	c ... done. Wall clock time 1.823s.
2.75/1.93	c #vars     13480
2.75/1.93	c #constraints  26619
2.75/1.93	c constraints type 
2.75/1.93	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
2.75/1.93	c constraints type 
2.75/1.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
60.60/30.08	c cleaning 2494 clauses out of 5001 with flag 5001/5001
124.92/62.21	c cleaning 4246 clauses out of 8506 with flag 11000/11000
198.58/99.11	c cleaning 5610 clauses out of 11262 with flag 18002/18002
243.60/121.74	c cleaning 0 clauses out of 5000 with flag 0/5000
288.20/144.08	c cleaning 6808 clauses out of 13650 with flag 26000/26000
384.20/192.02	c cleaning 7910 clauses out of 15842 with flag 35000/35000
494.59/247.40	c cleaning 8962 clauses out of 17933 with flag 45001/45001
597.25/298.71	c cleaning 9959 clauses out of 19970 with flag 56000/56000
607.03/303.87	c cleaning 0 clauses out of 11001 with flag 0/11001
730.05/365.43	c cleaning 10989 clauses out of 22012 with flag 68001/68001
875.88/438.42	c cleaning 12000 clauses out of 24022 with flag 81000/81000
1024.55/512.89	c cleaning 12996 clauses out of 26025 with flag 95003/95003
1113.59/557.59	c cleaning 0 clauses out of 18001 with flag 0/18001
1213.93/607.85	c cleaning 13994 clauses out of 28030 with flag 110004/110004
1385.80/693.83	c cleaning 14998 clauses out of 30033 with flag 126001/126001
1593.25/797.68	c cleaning 16015 clauses out of 32035 with flag 143001/143001
1767.47/884.94	c cleaning 16991 clauses out of 34019 with flag 161000/161000
1800.11/901.41	c starts		: 105
1800.11/901.41	c conflicts		: 164242
1800.11/901.41	c decisions		: 206998
1800.11/901.41	c propagations		: 61637957
1800.11/901.41	c inspects		: 2673360006
1800.11/901.41	c shortcuts		: 0
1800.11/901.41	c learnt literals	: 0
1800.11/901.41	c learnt binary clauses	: 0
1800.11/901.41	c learnt ternary clauses	: 8
1800.11/901.41	c learnt constraints	: 164241
1800.11/901.41	c ignored constraints	: 0
1800.11/901.41	c root simplifications	: 0
1800.11/901.41	c removed literals (reason simplification)	: 3403504
1800.11/901.41	c reason swapping (by a shorter reason)	: 0
1800.11/901.41	c Calls to reduceDB	: 14
1800.11/901.41	c number of reductions to clauses (during analyze)	: 0
1800.11/901.41	c number of learned constraints concerned by reduction	: 0
1800.11/901.41	c number of learning phase by resolution	: 0
1800.11/901.41	c number of learning phase by cutting planes	: 0
1800.11/901.41	c speed (assignments/second)	: 68525.98325927228
1800.11/901.41	c non guided choices	109
1800.11/901.43	c learnt constraints type 
1800.11/901.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 20272
1800.11/901.43	c constraints type 
1800.11/901.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
1800.11/901.43	c constraints type 
1800.11/901.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
1800.11/901.43	s UNKNOWN
1800.11/901.43	c Total wall clock time (in seconds): 901.326

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3733976-1338691111/watcher-3733976-1338691111 -o /tmp/evaluation-result-3733976-1338691111/solver-3733976-1338691111 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733976-1338691111.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.82 3.97 3.90 4/197 24264
/proc/meminfo: memFree=23920280/32873844 swapFree=7372/7372
[pid=24264] ppid=24262 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/24264/stat : 24264 (java) S 24262 24264 20030 0 -1 4202496 1186 0 0 0 0 0 0 0 20 0 2 0 335237170 94085120 906 33554432000 1073741824 1073778376 140735435439936 140735435431072 251035418685 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24264/statm: 22954 904 685 9 0 16769 0
[pid=24264/tid=24265] ppid=24262 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24265/stat : 24265 (java) R 24262 24264 20030 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 335237171 94019584 917 33554432000 1073741824 1073778376 140735435439936 140735435429000 251031515040 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.0867119 s]
/proc/loadavg: 3.82 3.97 3.90 4/197 24264
/proc/meminfo: memFree=23920280/32873844 swapFree=7372/7372
[pid=24264] ppid=24262 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/24264/stat : 24264 (java) S 24262 24264 20030 0 -1 4202496 5249 0 1 0 7 1 0 0 20 0 18 0 335237170 11864465408 13596 33554432000 1073741824 1073778376 140735435439936 140735435431072 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24264/statm: 2896598 13596 2106 9 0 2887285 0
[pid=24264/tid=24265] ppid=24262 vsize=11586392 CPUtime=0.06 cores=0,2,4,6
/proc/24264/task/24265/stat : 24265 (java) R 24262 24264 20030 0 -1 4202560 3287 0 1 0 4 2 0 0 20 0 18 0 335237171 11864465408 13596 33554432000 1073741824 1073778376 140735435439936 140242008684376 251035444493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11586392

[startup+0.100318 s]
/proc/loadavg: 3.82 3.97 3.90 4/197 24264
/proc/meminfo: memFree=23920280/32873844 swapFree=7372/7372
[pid=24264] ppid=24262 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/24264/stat : 24264 (java) S 24262 24264 20030 0 -1 4202496 5321 0 1 0 9 1 0 0 20 0 18 0 335237170 11864465408 13668 33554432000 1073741824 1073778376 140735435439936 140735435431072 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24264/statm: 2896598 13668 2116 9 0 2887285 0
[pid=24264/tid=24265] ppid=24262 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/24264/task/24265/stat : 24265 (java) R 24262 24264 20030 0 -1 4202560 3348 0 1 0 6 2 0 0 20 0 18 0 335237171 11864465408 13668 33554432000 1073741824 1073778376 140735435439936 140242008684376 251035444493 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300193 s]
/proc/loadavg: 3.82 3.97 3.90 4/197 24264
/proc/meminfo: memFree=23920280/32873844 swapFree=7372/7372
[pid=24264] ppid=24262 vsize=11586392 CPUtime=0.59 cores=0,2,4,6
/proc/24264/stat : 24264 (java) S 24262 24264 20030 0 -1 4202496 14015 0 1 0 56 3 0 0 20 0 18 0 335237170 11864465408 21033 33554432000 1073741824 1073778376 140735435439936 140735435431072 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24264/statm: 2896598 21033 2225 9 0 2887285 0
[pid=24264/tid=24265] ppid=24262 vsize=11586392 CPUtime=0.28 cores=0,2,4,6
/proc/24264/task/24265/stat : 24265 (java) R 24262 24264 20030 0 -1 4202560 3362 0 1 0 26 2 0 0 20 0 18 0 335237171 11864465408 21033 33554432000 1073741824 1073778376 140735435439936 140242008682368 140241839511392 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 11586392

[startup+0.700202 s]
/proc/loadavg: 3.82 3.97 3.90 4/197 24264
/proc/meminfo: memFree=23920280/32873844 swapFree=7372/7372
[pid=24264] ppid=24262 vsize=11586392 CPUtime=1.44 cores=0,2,4,6
/proc/24264/stat : 24264 (java) S 24262 24264 20030 0 -1 4202496 15239 0 1 0 139 5 0 0 20 0 18 0 335237170 11864465408 47258 33554432000 1073741824 1073778376 140735435439936 140735435431072 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24264/statm: 2896598 47258 2236 9 0 2887285 0
[pid=24264/tid=24265] ppid=24262 vsize=11586392 CPUtime=0.67 cores=0,2,4,6
/proc/24264/task/24265/stat : 24265 (java) R 24262 24264 20030 0 -1 4202560 3412 0 1 0 63 4 0 0 20 0 18 0 335237171 11864465408 47258 33554432000 1073741824 1073778376 140735435439936 140242008682368 140241839506794 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 11586392

[startup+1.50071 s]
/proc/loadavg: 3.82 3.97 3.90 4/215 24282
/proc/meminfo: memFree=23596244/32873844 swapFree=7372/7372
[pid=24264] ppid=24262 vsize=11586392 CPUtime=2.35 cores=0,2,4,6
/proc/24264/stat : 24264 (java) S 24262 24264 20030 0 -1 4202496 15437 0 1 0 222 13 0 0 20 0 18 0 335237170 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140735435431072 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24264/statm: 2896598 147612 2237 9 0 2887285 0
[pid=24264/tid=24265] ppid=24262 vsize=11586392 CPUtime=1.47 cores=0,2,4,6
/proc/24264/task/24265/stat : 24265 (java) R 24262 24264 20030 0 -1 4202560 3608 0 1 0 136 11 0 0 20 0 18 0 335237171 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140242008682400 140241839506636 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24267] ppid=24262 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24267/stat : 24267 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335237172 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241963445288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24268] ppid=24262 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24268/stat : 24268 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335237172 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241962392488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24269] ppid=24262 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24269/stat : 24269 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335237172 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241961339688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24264/tid=24270] ppid=24262 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24270/stat : 24270 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335237172 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241960286888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24271] ppid=24262 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24271/stat : 24271 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335237172 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241959234088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24272] ppid=24262 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24272/stat : 24272 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335237172 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241958181288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24273] ppid=24262 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24273/stat : 24273 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335237172 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241839057192 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24274] ppid=24262 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24274/stat : 24274 (java) S 24262 24264 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 335237172 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241838004392 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24275] ppid=24262 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24275/stat : 24275 (java) S 24262 24264 20030 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 335237173 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241825807336 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24276] ppid=24262 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24276/stat : 24276 (java) S 24262 24264 20030 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 18 0 335237174 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241824753400 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24277] ppid=24262 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24277/stat : 24277 (java) S 24262 24264 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 335237174 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241823700488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24278] ppid=24262 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24278/stat : 24278 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335237176 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241084082832 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24279] ppid=24262 vsize=11586392 CPUtime=0.45 cores=0,2,4,6
/proc/24264/task/24279/stat : 24279 (java) S 24262 24264 20030 0 -1 4202560 5810 0 0 0 45 0 0 0 20 0 18 0 335237176 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241083029944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24280] ppid=24262 vsize=11586392 CPUtime=0.39 cores=0,2,4,6
/proc/24264/task/24280/stat : 24280 (java) S 24262 24264 20030 0 -1 4202560 4835 0 0 0 39 0 0 0 20 0 18 0 335237176 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241081977144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24281] ppid=24262 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24281/stat : 24281 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335237176 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241080924536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24282] ppid=24262 vsize=11586392 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24282/stat : 24282 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 335237176 11864465408 147612 33554432000 1073741824 1073778376 140735435439936 140241079871944 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.35
Current children cumulated vsize (KiB) 11586392

[startup+3.10084 s]
/proc/loadavg: 3.82 3.97 3.90 5/219 24286
/proc/meminfo: memFree=23076448/32873844 swapFree=7372/7372
[pid=24264] ppid=24262 vsize=11852648 CPUtime=5.61 cores=0,2,4,6
/proc/24264/stat : 24264 (java) S 24262 24264 20030 0 -1 4202496 15931 0 1 0 543 18 0 0 20 0 22 0 335237170 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140735435431072 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24264/statm: 2963162 252745 2257 9 0 2953849 0
[pid=24264/tid=24265] ppid=24262 vsize=11852648 CPUtime=1.91 cores=0,2,4,6
/proc/24264/task/24265/stat : 24265 (java) S 24262 24264 20030 0 -1 4202560 3728 0 1 0 177 14 0 0 20 0 22 0 335237171 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140242008691864 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24267] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24267/stat : 24267 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241963445288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24268] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24268/stat : 24268 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241962392488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24269] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24269/stat : 24269 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241961339688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24264/tid=24270] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24270/stat : 24270 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241960286888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24271] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24271/stat : 24271 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241959234088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24272] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24272/stat : 24272 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241958181288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24273] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24273/stat : 24273 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241839057192 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24274] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24274/stat : 24274 (java) S 24262 24264 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241838004392 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24275] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24275/stat : 24275 (java) S 24262 24264 20030 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335237173 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241825807336 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24276] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24276/stat : 24276 (java) S 24262 24264 20030 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335237174 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241824753400 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24277] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24277/stat : 24277 (java) S 24262 24264 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335237174 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241823700488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24278] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24278/stat : 24278 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237176 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241084082832 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24279] ppid=24262 vsize=11852648 CPUtime=0.78 cores=0,2,4,6
/proc/24264/task/24279/stat : 24279 (java) S 24262 24264 20030 0 -1 4202560 5958 0 0 0 77 1 0 0 20 0 22 0 335237176 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241083029944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24280] ppid=24262 vsize=11852648 CPUtime=0.56 cores=0,2,4,6
/proc/24264/task/24280/stat : 24280 (java) S 24262 24264 20030 0 -1 4202560 4850 0 0 0 56 0 0 0 20 0 22 0 335237176 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241081977144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24281] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24281/stat : 24281 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237176 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241080924536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24282] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24282/stat : 24282 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237176 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241079871944 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24283] ppid=24262 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/24264/task/24283/stat : 24283 (java) R 24262 24264 20030 0 -1 4202560 33 0 0 0 115 0 0 0 20 0 22 0 335237363 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241078816040 140241839864905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24264/tid=24284] ppid=24262 vsize=11852648 CPUtime=1.15 cores=0,2,4,6
/proc/24264/task/24284/stat : 24284 (java) R 24262 24264 20030 0 -1 4202560 157 0 0 0 112 3 0 0 20 0 22 0 335237363 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241077763176 140241839506654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24285] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24285/stat : 24285 (java) S 24262 24264 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335237366 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241076712872 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24286] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24286/stat : 24286 (java) S 24262 24264 20030 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335237366 12137111552 252745 33554432000 1073741824 1073778376 140735435439936 140241075660072 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 11852648

[startup+6.30085 s]
/proc/loadavg: 3.68 3.93 3.89 5/219 24348
/proc/meminfo: memFree=26065380/32873844 swapFree=7372/7372
[pid=24264] ppid=24262 vsize=11852648 CPUtime=12.26 cores=0,2,4,6
/proc/24264/stat : 24264 (java) S 24262 24264 20030 0 -1 4202496 16301 0 1 0 1201 25 0 0 20 0 22 0 335237170 12137111552 380688 33554432000 1073741824 1073778376 140735435439936 140735435431072 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24264/statm: 2963162 380688 2260 9 0 2953849 0
[pid=24264/tid=24265] ppid=24262 vsize=11852648 CPUtime=1.91 cores=0,2,4,6
/proc/24264/task/24265/stat : 24265 (java) S 24262 24264 20030 0 -1 4202560 3728 0 1 0 177 14 0 0 20 0 22 0 335237171 12137111552 380688 33554432000 1073741824 1073778376 140735435439936 140242008691864 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24267] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24267/stat : 24267 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 380688 33554432000 1073741824 1073778376 140735435439936 140241963445288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24268] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24268/stat : 24268 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 380688 33554432000 1073741824 1073778376 140735435439936 140241962392488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24269] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24269/stat : 24269 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 380688 33554432000 1073741824 1073778376 140735435439936 140241961339688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24264/tid=24270] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24270/stat : 24270 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 380688 33554432000 1073741824 1073778376 140735435439936 140241960286888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24271] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24271/stat : 24271 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 380688 33554432000 1073741824 1073778376 140735435439936 140241959234088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24272] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24272/stat : 24272 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 380688 33554432000 1073741824 1073778376 140735435439936 140241958181288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24273] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24273/stat : 24273 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 380688 33554432000 1073741824 1073778376 140735435439936 140241839057192 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24274] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24274/stat : 24274 (java) S 24262 24264 20030 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 335237172 12137111552 380688 33554432000 1073741824 1073778376 140735435439936 140241838004392 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24275] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24275/stat : 24275 (java) S 24262 24264 20030 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 335237173 12137111552 380688 33554432000 1073741824 1073778376 140735435439936 140241825807336 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24276] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24276/stat : 24276 (java) S 24262 24264 20030 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 335237174 12137111552 380688 33554432000 1073741824 1073778376 140735435439936 140241824753400 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24277] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24277/stat : 24277 (java) S 24262 24264 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335237174 12137111552 381200 33554432000 1073741824 1073778376 140735435439936 140241823700488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24278] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24278/stat : 24278 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237176 12137111552 381200 33554432000 1073741824 1073778376 140735435439936 140241084082832 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0

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

[pid=24264/tid=24284] ppid=24262 vsize=11852648 CPUtime=752.74 cores=0,2,4,6
/proc/24264/task/24284/stat : 24284 (java) R 24262 24264 20030 0 -1 4202560 1179 0 0 0 75227 47 0 0 20 0 22 0 335237363 12137111552 918774 33554432000 1073741824 1073778376 140735435439936 140241077763192 140241839884309 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24285] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24285/stat : 24285 (java) S 24262 24264 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335237366 12137111552 918774 33554432000 1073741824 1073778376 140735435439936 140241076712872 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24286] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24286/stat : 24286 (java) S 24262 24264 20030 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335237366 12137111552 918774 33554432000 1073741824 1073778376 140735435439936 140241075660072 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1522.6
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 3.99 3.95 3.91 5/219 24392
/proc/meminfo: memFree=21171152/32873844 swapFree=7372/7372
[pid=24264] ppid=24262 vsize=11852648 CPUtime=1642.14 cores=0,2,4,6
/proc/24264/stat : 24264 (java) S 24262 24264 20030 0 -1 4202496 24544 0 1 0 164086 128 0 0 20 0 22 0 335237170 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140735435431072 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24264/statm: 2963162 923459 2288 9 0 2953849 0
[pid=24264/tid=24265] ppid=24262 vsize=11852648 CPUtime=1.94 cores=0,2,4,6
/proc/24264/task/24265/stat : 24265 (java) S 24262 24264 20030 0 -1 4202560 3740 0 1 0 179 15 0 0 20 0 22 0 335237171 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140242008691864 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24267] ppid=24262 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/24264/task/24267/stat : 24267 (java) S 24262 24264 20030 0 -1 4202560 229 0 0 0 85 7 0 0 20 0 22 0 335237172 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241963445288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24268] ppid=24262 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/24264/task/24268/stat : 24268 (java) S 24262 24264 20030 0 -1 4202560 227 0 0 0 84 6 0 0 20 0 22 0 335237172 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241962392488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24269] ppid=24262 vsize=11852648 CPUtime=0.97 cores=0,2,4,6
/proc/24264/task/24269/stat : 24269 (java) S 24262 24264 20030 0 -1 4202560 240 0 0 0 88 9 0 0 20 0 22 0 335237172 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241961339688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24264/tid=24270] ppid=24262 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/24264/task/24270/stat : 24270 (java) S 24262 24264 20030 0 -1 4202560 193 0 0 0 75 6 0 0 20 0 22 0 335237172 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241960286888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24271] ppid=24262 vsize=11852648 CPUtime=0.77 cores=0,2,4,6
/proc/24264/task/24271/stat : 24271 (java) S 24262 24264 20030 0 -1 4202560 175 0 0 0 70 7 0 0 20 0 22 0 335237172 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241959234088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24272] ppid=24262 vsize=11852648 CPUtime=0.86 cores=0,2,4,6
/proc/24264/task/24272/stat : 24272 (java) S 24262 24264 20030 0 -1 4202560 193 0 0 0 80 6 0 0 20 0 22 0 335237172 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241958181288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24264/tid=24273] ppid=24262 vsize=11852648 CPUtime=0.87 cores=0,2,4,6
/proc/24264/task/24273/stat : 24273 (java) S 24262 24264 20030 0 -1 4202560 209 0 0 0 79 8 0 0 20 0 22 0 335237172 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241839057192 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24264/tid=24274] ppid=24262 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/24264/task/24274/stat : 24274 (java) S 24262 24264 20030 0 -1 4202560 222 0 0 0 86 7 0 0 20 0 22 0 335237172 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241838004392 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24275] ppid=24262 vsize=11852648 CPUtime=6.34 cores=0,2,4,6
/proc/24264/task/24275/stat : 24275 (java) S 24262 24264 20030 0 -1 4202560 947 0 0 0 625 9 0 0 20 0 22 0 335237173 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241825807336 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24276] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24276/stat : 24276 (java) S 24262 24264 20030 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335237174 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241824753400 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24277] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24277/stat : 24277 (java) S 24262 24264 20030 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335237174 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241823700488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24278] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24278/stat : 24278 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237176 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241084082832 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24279] ppid=24262 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/24264/task/24279/stat : 24279 (java) S 24262 24264 20030 0 -1 4202560 5986 0 0 0 119 1 0 0 20 0 22 0 335237176 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241083029944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24280] ppid=24262 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/24264/task/24280/stat : 24280 (java) S 24262 24264 20030 0 -1 4202560 9706 0 0 0 150 1 0 0 20 0 22 0 335237176 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241081977144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24281] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24281/stat : 24281 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237176 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241080924536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24282] ppid=24262 vsize=11852648 CPUtime=0.28 cores=0,2,4,6
/proc/24264/task/24282/stat : 24282 (java) S 24262 24264 20030 0 -1 4202560 48 0 0 0 15 13 0 0 20 0 22 0 335237176 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241079871944 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24283] ppid=24262 vsize=11852648 CPUtime=811.95 cores=0,2,4,6
/proc/24264/task/24283/stat : 24283 (java) R 24262 24264 20030 0 -1 4202560 55 0 0 0 81180 15 0 0 20 0 22 0 335237363 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241078816784 140241839982967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24284] ppid=24262 vsize=11852648 CPUtime=811.97 cores=0,2,4,6
/proc/24264/task/24284/stat : 24284 (java) R 24262 24264 20030 0 -1 4202560 1181 0 0 0 81149 48 0 0 20 0 22 0 335237363 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241077763072 140241839959169 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24285] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24285/stat : 24285 (java) S 24262 24264 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335237366 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241076712872 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24286] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24286/stat : 24286 (java) S 24262 24264 20030 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335237366 12137111552 923459 33554432000 1073741824 1073778376 140735435439936 140241075660072 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1642.14
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.99 3.96 3.91 5/219 24392
/proc/meminfo: memFree=21168608/32873844 swapFree=7372/7372
[pid=24264] ppid=24262 vsize=11852648 CPUtime=1762.27 cores=0,2,4,6
/proc/24264/stat : 24264 (java) S 24262 24264 20030 0 -1 4202496 24621 0 1 0 176097 130 0 0 20 0 22 0 335237170 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140735435431072 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24264/statm: 2963162 923526 2288 9 0 2953849 0
[pid=24264/tid=24265] ppid=24262 vsize=11852648 CPUtime=1.94 cores=0,2,4,6
/proc/24264/task/24265/stat : 24265 (java) S 24262 24264 20030 0 -1 4202560 3740 0 1 0 179 15 0 0 20 0 22 0 335237171 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140242008691864 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24267] ppid=24262 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/24264/task/24267/stat : 24267 (java) S 24262 24264 20030 0 -1 4202560 233 0 0 0 88 7 0 0 20 0 22 0 335237172 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241963445288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24268] ppid=24262 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/24264/task/24268/stat : 24268 (java) S 24262 24264 20030 0 -1 4202560 231 0 0 0 86 6 0 0 20 0 22 0 335237172 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241962392488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24269] ppid=24262 vsize=11852648 CPUtime=1 cores=0,2,4,6
/proc/24264/task/24269/stat : 24269 (java) S 24262 24264 20030 0 -1 4202560 249 0 0 0 91 9 0 0 20 0 22 0 335237172 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241961339688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24264/tid=24270] ppid=24262 vsize=11852648 CPUtime=0.88 cores=0,2,4,6
/proc/24264/task/24270/stat : 24270 (java) S 24262 24264 20030 0 -1 4202560 212 0 0 0 82 6 0 0 20 0 22 0 335237172 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241960286888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24271] ppid=24262 vsize=11852648 CPUtime=0.81 cores=0,2,4,6
/proc/24264/task/24271/stat : 24271 (java) S 24262 24264 20030 0 -1 4202560 186 0 0 0 74 7 0 0 20 0 22 0 335237172 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241959234088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24272] ppid=24262 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/24264/task/24272/stat : 24272 (java) S 24262 24264 20030 0 -1 4202560 201 0 0 0 85 6 0 0 20 0 22 0 335237172 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241958181288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24273] ppid=24262 vsize=11852648 CPUtime=0.89 cores=0,2,4,6
/proc/24264/task/24273/stat : 24273 (java) S 24262 24264 20030 0 -1 4202560 214 0 0 0 81 8 0 0 20 0 22 0 335237172 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241839057192 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24274] ppid=24262 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/24264/task/24274/stat : 24274 (java) S 24262 24264 20030 0 -1 4202560 229 0 0 0 88 7 0 0 20 0 22 0 335237172 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241838004392 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24275] ppid=24262 vsize=11852648 CPUtime=6.34 cores=0,2,4,6
/proc/24264/task/24275/stat : 24275 (java) S 24262 24264 20030 0 -1 4202560 949 0 0 0 625 9 0 0 20 0 22 0 335237173 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241825807336 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24276] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24276/stat : 24276 (java) S 24262 24264 20030 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335237174 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241824753400 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24277] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24277/stat : 24277 (java) S 24262 24264 20030 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335237174 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241823700488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24278] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24278/stat : 24278 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237176 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241084082832 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24279] ppid=24262 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/24264/task/24279/stat : 24279 (java) S 24262 24264 20030 0 -1 4202560 5986 0 0 0 119 1 0 0 20 0 22 0 335237176 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241083029944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24280] ppid=24262 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/24264/task/24280/stat : 24280 (java) S 24262 24264 20030 0 -1 4202560 9707 0 0 0 150 1 0 0 20 0 22 0 335237176 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241081977144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24281] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24281/stat : 24281 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237176 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241080924536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24282] ppid=24262 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/24264/task/24282/stat : 24282 (java) S 24262 24264 20030 0 -1 4202560 52 0 0 0 16 15 0 0 20 0 22 0 335237176 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241079871944 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24283] ppid=24262 vsize=11852648 CPUtime=871.86 cores=0,2,4,6
/proc/24264/task/24283/stat : 24283 (java) R 24262 24264 20030 0 -1 4202560 56 0 0 0 87170 16 0 0 20 0 22 0 335237363 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241078816784 140241839864905 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24264/tid=24284] ppid=24262 vsize=11852648 CPUtime=871.9 cores=0,2,4,6
/proc/24264/task/24284/stat : 24284 (java) R 24262 24264 20030 0 -1 4202560 1183 0 0 0 87141 49 0 0 20 0 22 0 335237363 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241077764552 140241839884309 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24285] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24285/stat : 24285 (java) S 24262 24264 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335237366 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241076712872 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24286] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24286/stat : 24286 (java) S 24262 24264 20030 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335237366 12137111552 923526 33554432000 1073741824 1073778376 140735435439936 140241075660072 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1762.27
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.401 s]
/proc/loadavg: 3.99 3.96 3.91 5/219 24392
/proc/meminfo: memFree=21163644/32873844 swapFree=7372/7372
[pid=24264] ppid=24262 vsize=11852648 CPUtime=1800.11 cores=0,2,4,6
/proc/24264/stat : 24264 (java) S 24262 24264 20030 0 -1 4202496 25976 0 1 0 179881 130 0 0 20 0 22 0 335237170 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140735435431072 251035418685 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24264/statm: 2963162 923551 2288 9 0 2953849 0
[pid=24264/tid=24265] ppid=24262 vsize=11852648 CPUtime=1.95 cores=0,2,4,6
/proc/24264/task/24265/stat : 24265 (java) S 24262 24264 20030 0 -1 4202560 3741 0 1 0 180 15 0 0 20 0 22 0 335237171 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140242008691864 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24267] ppid=24262 vsize=11852648 CPUtime=0.96 cores=0,2,4,6
/proc/24264/task/24267/stat : 24267 (java) S 24262 24264 20030 0 -1 4202560 233 0 0 0 89 7 0 0 20 0 22 0 335237172 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241963445288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24268] ppid=24262 vsize=11852648 CPUtime=0.93 cores=0,2,4,6
/proc/24264/task/24268/stat : 24268 (java) S 24262 24264 20030 0 -1 4202560 236 0 0 0 87 6 0 0 20 0 22 0 335237172 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241962392488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24269] ppid=24262 vsize=11852648 CPUtime=1.04 cores=0,2,4,6
/proc/24264/task/24269/stat : 24269 (java) S 24262 24264 20030 0 -1 4202560 253 0 0 0 95 9 0 0 20 0 22 0 335237172 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241961339688 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24264/tid=24270] ppid=24262 vsize=11852648 CPUtime=0.91 cores=0,2,4,6
/proc/24264/task/24270/stat : 24270 (java) S 24262 24264 20030 0 -1 4202560 222 0 0 0 85 6 0 0 20 0 22 0 335237172 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241960286888 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24271] ppid=24262 vsize=11852648 CPUtime=0.85 cores=0,2,4,6
/proc/24264/task/24271/stat : 24271 (java) S 24262 24264 20030 0 -1 4202560 192 0 0 0 78 7 0 0 20 0 22 0 335237172 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241959234088 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24272] ppid=24262 vsize=11852648 CPUtime=0.92 cores=0,2,4,6
/proc/24264/task/24272/stat : 24272 (java) S 24262 24264 20030 0 -1 4202560 201 0 0 0 86 6 0 0 20 0 22 0 335237172 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241958181288 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24273] ppid=24262 vsize=11852648 CPUtime=0.9 cores=0,2,4,6
/proc/24264/task/24273/stat : 24273 (java) S 24262 24264 20030 0 -1 4202560 214 0 0 0 82 8 0 0 20 0 22 0 335237172 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241839057192 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24274] ppid=24262 vsize=11852648 CPUtime=0.95 cores=0,2,4,6
/proc/24264/task/24274/stat : 24274 (java) S 24262 24264 20030 0 -1 4202560 229 0 0 0 88 7 0 0 20 0 22 0 335237172 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241838004392 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24264/tid=24275] ppid=24262 vsize=11852648 CPUtime=6.77 cores=0,2,4,6
/proc/24264/task/24275/stat : 24275 (java) S 24262 24264 20030 0 -1 4202560 2276 0 0 0 667 10 0 0 20 0 22 0 335237173 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241825807336 251035432873 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24276] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24276/stat : 24276 (java) S 24262 24264 20030 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 335237174 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241824753400 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24277] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24277/stat : 24277 (java) S 24262 24264 20030 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 335237174 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241823700488 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24278] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24278/stat : 24278 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237176 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241084082832 251035440928 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24279] ppid=24262 vsize=11852648 CPUtime=1.2 cores=0,2,4,6
/proc/24264/task/24279/stat : 24279 (java) S 24262 24264 20030 0 -1 4202560 5986 0 0 0 119 1 0 0 20 0 22 0 335237176 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241083029944 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24280] ppid=24262 vsize=11852648 CPUtime=1.51 cores=0,2,4,6
/proc/24264/task/24280/stat : 24280 (java) S 24262 24264 20030 0 -1 4202560 9707 0 0 0 150 1 0 0 20 0 22 0 335237176 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241081977144 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24264/tid=24281] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24281/stat : 24281 (java) S 24262 24264 20030 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 335237176 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241080924536 251035431996 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24282] ppid=24262 vsize=11852648 CPUtime=0.31 cores=0,2,4,6
/proc/24264/task/24282/stat : 24282 (java) S 24262 24264 20030 0 -1 4202560 54 0 0 0 16 15 0 0 20 0 22 0 335237176 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241079871944 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24283] ppid=24262 vsize=11852648 CPUtime=890.49 cores=0,2,4,6
/proc/24264/task/24283/stat : 24283 (java) R 24262 24264 20030 0 -1 4202560 56 0 0 0 89033 16 0 0 20 0 22 0 335237363 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241078817744 140241839981374 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24264/tid=24284] ppid=24262 vsize=11852648 CPUtime=890.53 cores=0,2,4,6
/proc/24264/task/24284/stat : 24284 (java) R 24262 24264 20030 0 -1 4202560 1183 0 0 0 89004 49 0 0 20 0 22 0 335237363 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241077763184 140241839884235 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24264/tid=24285] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24285/stat : 24285 (java) S 24262 24264 20030 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 335237366 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241076712872 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24264/tid=24286] ppid=24262 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/24264/task/24286/stat : 24286 (java) S 24262 24264 20030 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 335237366 12137111552 923551 33554432000 1073741824 1073778376 140735435439936 140241075660072 251035432873 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 11852648

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

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

Child status: 143
Real time (s): 901.451
CPU time (s): 1800.61
CPU user time (s): 1798.8
CPU system time (s): 1.81172
CPU usage (%): 199.746
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.8
system time used= 1.81172
maximum resident set size= 3699504
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26014
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22756
involuntary context switches= 22828

runsolver used 3.61945 second user time and 7.53485 second system time

The end

Launcher Data

Begin job on node118 at 2012-06-03 04:38:31
IDJOB=3733976
IDBENCH=2639
IDSOLVER=2328
FILE ID=node118/3733976-1338691111
RUNJOBID= node118-1338678623-20049
PBS_JOBID= 14636695
Free space on /tmp= 70964 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_20.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733976-1338691111/watcher-3733976-1338691111 -o /tmp/evaluation-result-3733976-1338691111/solver-3733976-1338691111 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3733976-1338691111.opb

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=147778306

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        23920288 kB
Buffers:          486412 kB
Cached:          3847648 kB
SwapCached:            0 kB
Active:          5040760 kB
Inactive:        3010464 kB
Active(anon):    3707372 kB
Inactive(anon):    11328 kB
Active(file):    1333388 kB
Inactive(file):  2999136 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8336 kB
Writeback:             0 kB
AnonPages:       3803028 kB
Mapped:            19920 kB
Shmem:               200 kB
Slab:             724160 kB
SReclaimable:     165096 kB
SUnreclaim:       559064 kB
KernelStack:        1752 kB
PageTables:        11604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:   10458364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3764224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70960 MiB
End job on node118 at 2012-06-03 04:53:34