Trace number 3689516

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-neos-544324.opb
MD5SUM02fa27f3dafb4f59cf08d669298a5bbe
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark15
Best CPU time to get the best result obtained on this benchmark465.377
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10080
Total number of constraints732
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)732
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint168
Maximum length of a constraint3680
Number of terms in the objective function 10080
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 10080
Number of bits of the sum of numbers in the objective function 14
Biggest number in a constraint 5
Number of bits of the biggest number in a constraint 3
Biggest sum of numbers in a constraint 10080
Number of bits of the biggest sum of numbers14
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version 2.3.2.v20120418
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	c Glucose learned constraints deletion strategy
0.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-3689516-1337882703.opb
0.08/0.13	c reading problem ... 
3.11/2.72	c ... done. Wall clock time 2.588s.
3.11/2.72	c declared #vars     10080
3.11/2.72	c #constraints  732
3.11/2.72	c constraints type 
3.11/2.72	c org.sat4j.minisat.constraints.card.MinWatchCard => 732
3.11/2.72	c 732 constraints processed.
3.11/2.72	c constraints type 
3.11/2.72	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 732
3.11/2.72	c 732 constraints processed.
3.11/2.72	c objective function length is 10080 literals
24.47/12.81	c cleaning 2527 clauses out of 5053 with flag 5053/5053
53.70/27.33	c cleaning 4237 clauses out of 8474 with flag 11001/11001
89.07/45.10	c cleaning 5618 clauses out of 11236 with flag 18000/18000
132.79/66.96	c cleaning 6763 clauses out of 13618 with flag 26000/26000
191.01/96.18	c cleaning 7928 clauses out of 15855 with flag 35000/35000
258.49/129.94	c cleaning 8956 clauses out of 17949 with flag 45022/45022
316.15/158.84	c cleaning 10004 clauses out of 20007 with flag 56036/56036
396.99/199.30	c cleaning 10940 clauses out of 21967 with flag 68000/68000
494.30/248.12	c cleaning 12004 clauses out of 24027 with flag 81000/81000
598.21/300.13	c cleaning 12890 clauses out of 26023 with flag 95000/95000
697.49/349.86	c cleaning 14014 clauses out of 28133 with flag 110000/110000
992.36/497.39	c cleaning 15175 clauses out of 30362 with flag 126243/126243
1480.24/741.32	c cleaning 15974 clauses out of 31948 with flag 143004/143004
1800.17/901.41	c starts		: 105
1800.17/901.41	c conflicts		: 159251
1800.17/901.41	c decisions		: 5170608
1800.17/901.41	c propagations		: 64082601
1800.17/901.41	c inspects		: 353763874
1800.17/901.41	c shortcuts		: 0
1800.17/901.41	c learnt literals	: 0
1800.17/901.41	c learnt binary clauses	: 0
1800.17/901.41	c learnt ternary clauses	: 0
1800.17/901.41	c learnt constraints	: 159251
1800.17/901.41	c ignored constraints	: 0
1800.17/901.41	c root simplifications	: 0
1800.17/901.41	c removed literals (reason simplification)	: 3616870
1800.17/901.41	c reason swapping (by a shorter reason)	: 0
1800.17/901.41	c Calls to reduceDB	: 13
1800.17/901.41	c number of reductions to clauses (during analyze)	: 0
1800.17/901.41	c number of learned constraints concerned by reduction	: 0
1800.17/901.41	c number of learning phase by resolution	: 0
1800.17/901.41	c number of learning phase by cutting planes	: 0
1800.17/901.41	c speed (assignments/second)	: 71309.85478217326
1800.17/901.41	c non guided choices	0
1800.17/901.43	c learnt constraints type 
1800.17/901.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 32222
1800.17/901.43	c constraints type 
1800.17/901.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 732
1800.17/901.43	c 732 constraints processed.
1800.17/901.43	c constraints type 
1800.17/901.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 732
1800.17/901.43	c 732 constraints processed.
1800.17/901.43	s UNKNOWN
1800.17/901.43	c Total wall clock time (in seconds): 901.299

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-3689516-1337882703/watcher-3689516-1337882703 -o /tmp/evaluation-result-3689516-1337882703/solver-3689516-1337882703 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689516-1337882703.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: 3.96 3.92 3.60 4/195 4992
/proc/meminfo: memFree=26529264/32873852 swapFree=6848/6848
[pid=4992] ppid=4990 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/4992/stat : 4992 (java) D 4990 4992 718 0 -1 4202496 247 0 0 0 0 0 0 0 20 0 1 0 254395767 9515008 182 33554432000 1073741824 1073778376 140734205537424 140734205528456 229355896501 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/4992/statm: 2323 182 140 9 0 71 0

[startup+0.0197791 s]
/proc/loadavg: 3.96 3.92 3.60 4/195 4992
/proc/meminfo: memFree=26529264/32873852 swapFree=6848/6848
[pid=4992] ppid=4990 vsize=101560 CPUtime=0 cores=1,3,5,7
/proc/4992/stat : 4992 (java) S 4990 4992 718 0 -1 4202496 1418 0 1 0 0 0 0 0 20 0 2 0 254395767 103997440 1101 33554432000 1073741824 1073778376 140736756506656 140736756497792 229359255613 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4992/statm: 25390 1101 852 9 0 16774 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 101560

[startup+0.100382 s]
/proc/loadavg: 3.96 3.92 3.60 4/195 4992
/proc/meminfo: memFree=26529264/32873852 swapFree=6848/6848
[pid=4992] ppid=4990 vsize=9558412 CPUtime=0.08 cores=1,3,5,7
/proc/4992/stat : 4992 (java) S 4990 4992 718 0 -1 4202496 3911 0 1 0 7 1 0 0 20 0 18 0 254395767 9787813888 4604 33554432000 1073741824 1073778376 140736756506656 140736756497792 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4992/statm: 2389603 4616 2029 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558412

[startup+0.300349 s]
/proc/loadavg: 3.96 3.92 3.60 4/195 4992
/proc/meminfo: memFree=26529264/32873852 swapFree=6848/6848
[pid=4992] ppid=4990 vsize=9558412 CPUtime=0.48 cores=1,3,5,7
/proc/4992/stat : 4992 (java) S 4990 4992 718 0 -1 4202496 5596 0 1 0 46 2 0 0 20 0 18 0 254395767 9787813888 8952 33554432000 1073741824 1073778376 140736756506656 140736756497792 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4992/statm: 2389603 8952 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 9558412

[startup+0.700388 s]
/proc/loadavg: 3.96 3.92 3.60 4/195 4992
/proc/meminfo: memFree=26529264/32873852 swapFree=6848/6848
[pid=4992] ppid=4990 vsize=9558412 CPUtime=0.94 cores=1,3,5,7
/proc/4992/stat : 4992 (java) S 4990 4992 718 0 -1 4202496 5809 0 1 0 89 5 0 0 20 0 18 0 254395767 9787813888 39768 33554432000 1073741824 1073778376 140736756506656 140736756497792 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4992/statm: 2389603 39768 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 9558412

[startup+1.50079 s]
/proc/loadavg: 3.96 3.92 3.60 4/213 5010
/proc/meminfo: memFree=26368564/32873852 swapFree=6848/6848
[pid=4992] ppid=4990 vsize=9558412 CPUtime=1.84 cores=1,3,5,7
/proc/4992/stat : 4992 (java) S 4990 4992 718 0 -1 4202496 6046 0 1 0 173 11 0 0 20 0 18 0 254395767 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140736756497792 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4992/statm: 2389603 76254 2237 9 0 2380296 0
[pid=4992/tid=4994] ppid=4990 vsize=9558412 CPUtime=1.42 cores=1,3,5,7
/proc/4992/task/4994/stat : 4994 (java) R 4990 4992 718 0 -1 4202560 2621 0 1 0 136 6 0 0 20 0 18 0 254395768 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600915192784 229359281421 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=4995] ppid=4990 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 718 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 254395769 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600759237672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=4996] ppid=4990 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4992/task/4996/stat : 4996 (java) S 4990 4992 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254395769 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600758184872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=4997] ppid=4990 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 718 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 18 0 254395769 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600757132072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=4998] ppid=4990 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 718 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 18 0 254395769 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600756079272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=4999] ppid=4990 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 254395769 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600755026472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5000] ppid=4990 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254395769 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600753973672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5001] ppid=4990 vsize=9558412 CPUtime=0.01 cores=1,3,5,7
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 718 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 254395769 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600752920872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5002] ppid=4990 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 254395769 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600751868072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5003] ppid=4990 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 718 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 254395771 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600739458024 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5004] ppid=4990 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254395771 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600738404088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5005] ppid=4990 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5005/stat : 5005 (java) S 4990 4992 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254395771 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600737351176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5006] ppid=4990 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5006/stat : 5006 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254395774 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600736299664 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5007] ppid=4990 vsize=9558412 CPUtime=0.12 cores=1,3,5,7
/proc/4992/task/5007/stat : 5007 (java) S 4990 4992 718 0 -1 4202560 722 0 0 0 12 0 0 0 20 0 18 0 254395774 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600735246776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5008] ppid=4990 vsize=9558412 CPUtime=0.14 cores=1,3,5,7
/proc/4992/task/5008/stat : 5008 (java) S 4990 4992 718 0 -1 4202560 1261 0 0 0 14 0 0 0 20 0 18 0 254395774 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600734193976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=5009] ppid=4990 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5009/stat : 5009 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254395774 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600733141368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=5010] ppid=4990 vsize=9558412 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5010/stat : 5010 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254395774 9787813888 76254 33554432000 1073741824 1073778376 140736756506656 140600732088776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 9558412

[startup+3.10068 s]
/proc/loadavg: 3.89 3.90 3.60 4/213 5010
/proc/meminfo: memFree=26209752/32873852 swapFree=6848/6848
[pid=4992] ppid=4990 vsize=9824668 CPUtime=4.04 cores=1,3,5,7
/proc/4992/stat : 4992 (java) S 4990 4992 718 0 -1 4202496 7925 0 1 0 385 19 0 0 20 0 22 0 254395767 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140736756497792 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4992/statm: 2456167 137217 2250 9 0 2446860 0
[pid=4992/tid=4994] ppid=4990 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/4992/task/4994/stat : 4994 (java) S 4990 4992 718 0 -1 4202560 2734 0 1 0 252 9 0 0 20 0 22 0 254395768 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600915194872 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=4995] ppid=4990 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 718 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 22 0 254395769 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600759237672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=4996] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/4996/stat : 4996 (java) S 4990 4992 718 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 254395769 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600758184872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=4997] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254395769 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600757132072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=4998] ppid=4990 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 718 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 22 0 254395769 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600756079272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=4999] ppid=4990 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 718 0 -1 4202560 19 0 0 0 0 2 0 0 20 0 22 0 254395769 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600755026472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5000] ppid=4990 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 718 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 22 0 254395769 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600753973672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5001] ppid=4990 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 718 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 254395769 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600752920872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5002] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 718 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 254395769 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600751868072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=5003] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 718 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 254395771 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600739458024 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5004] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254395771 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600738404088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5005] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5005/stat : 5005 (java) S 4990 4992 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254395771 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600737351176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5006] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5006/stat : 5006 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254395774 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600736299664 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5007] ppid=4990 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/4992/task/5007/stat : 5007 (java) S 4990 4992 718 0 -1 4202560 2088 0 0 0 22 0 0 0 20 0 22 0 254395774 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600735246776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5008] ppid=4990 vsize=9824668 CPUtime=0.2 cores=1,3,5,7
/proc/4992/task/5008/stat : 5008 (java) S 4990 4992 718 0 -1 4202560 1557 0 0 0 20 0 0 0 20 0 22 0 254395774 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600734193976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=5009] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5009/stat : 5009 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254395774 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600733141368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=5010] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5010/stat : 5010 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254395774 10060460032 137217 33554432000 1073741824 1073778376 140736756506656 140600732088776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.04
Current children cumulated vsize (KiB) 9824668

[startup+6.30093 s]
/proc/loadavg: 3.89 3.90 3.60 5/217 5014
/proc/meminfo: memFree=25933004/32873852 swapFree=6848/6848
[pid=4992] ppid=4990 vsize=9824668 CPUtime=11.35 cores=1,3,5,7
/proc/4992/stat : 4992 (java) S 4990 4992 718 0 -1 4202496 14593 0 1 0 1108 27 0 0 20 0 22 0 254395767 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140736756497792 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4992/statm: 2456167 150662 2263 9 0 2446860 0
[pid=4992/tid=4994] ppid=4990 vsize=9824668 CPUtime=2.61 cores=1,3,5,7
/proc/4992/task/4994/stat : 4994 (java) S 4990 4992 718 0 -1 4202560 2735 0 1 0 252 9 0 0 20 0 22 0 254395768 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600915194872 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=4995] ppid=4990 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 718 0 -1 4202560 45 0 0 0 3 3 0 0 20 0 22 0 254395769 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600759237672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=4996] ppid=4990 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/4992/task/4996/stat : 4996 (java) S 4990 4992 718 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 254395769 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600758184872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=4997] ppid=4990 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 718 0 -1 4202560 18 0 0 0 1 1 0 0 20 0 22 0 254395769 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600757132072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=4998] ppid=4990 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 718 0 -1 4202560 31 0 0 0 1 2 0 0 20 0 22 0 254395769 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600756079272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=4999] ppid=4990 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 718 0 -1 4202560 27 0 0 0 1 2 0 0 20 0 22 0 254395769 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600755026472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5000] ppid=4990 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 718 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 254395769 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600753973672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5001] ppid=4990 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 718 0 -1 4202560 20 0 0 0 1 1 0 0 20 0 22 0 254395769 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600752920872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5002] ppid=4990 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 718 0 -1 4202560 19 0 0 0 1 1 0 0 20 0 22 0 254395769 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600751868072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=5003] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 718 0 -1 4202560 463 0 0 0 0 0 0 0 20 0 22 0 254395771 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600739458024 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=5004] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254395771 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600738404088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5005] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5005/stat : 5005 (java) S 4990 4992 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254395771 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600737351176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5006] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5006/stat : 5006 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254395774 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600736299664 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5007] ppid=4990 vsize=9824668 CPUtime=0.62 cores=1,3,5,7
/proc/4992/task/5007/stat : 5007 (java) S 4990 4992 718 0 -1 4202560 4399 0 0 0 61 1 0 0 20 0 22 0 254395774 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600735246776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5008] ppid=4990 vsize=9824668 CPUtime=0.71 cores=1,3,5,7
/proc/4992/task/5008/stat : 5008 (java) S 4990 4992 718 0 -1 4202560 5494 0 0 0 71 0 0 0 20 0 22 0 254395774 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600734193976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5009] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5009/stat : 5009 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254395774 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600733141368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=5010] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5010/stat : 5010 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254395774 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600732088776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5011] ppid=4990 vsize=9824668 CPUtime=3.46 cores=1,3,5,7
/proc/4992/task/5011/stat : 5011 (java) R 4990 4992 718 0 -1 4202560 37 0 0 0 346 0 0 0 20 0 22 0 254396040 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600731032952 140600855553619 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5012] ppid=4990 vsize=9824668 CPUtime=3.47 cores=1,3,5,7
/proc/4992/task/5012/stat : 5012 (java) R 4990 4992 718 0 -1 4202560 85 0 0 0 347 0 0 0 20 0 22 0 254396040 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600729979760 140600855572368 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5013] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5013/stat : 5013 (java) S 4990 4992 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254396043 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600728929704 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5014] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5014/stat : 5014 (java) S 4990 4992 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254396043 10060460032 150662 33554432000 1073741824 1073778376 140736756506656 140600727876904 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 11.35
Current children cumulated vsize (KiB) 9824668

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

/proc/4992/statm: 2456167 474150 2277 9 0 2446860 0
[pid=4992/tid=4994] ppid=4990 vsize=9824668 CPUtime=2.66 cores=1,3,5,7
/proc/4992/task/4994/stat : 4994 (java) S 4990 4992 718 0 -1 4202560 2742 0 1 0 255 11 0 0 20 0 22 0 254395768 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600915194872 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=4995] ppid=4990 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 718 0 -1 4202560 1295 0 0 0 35 17 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600759237672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=4996] ppid=4990 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/4992/task/4996/stat : 4996 (java) S 4990 4992 718 0 -1 4202560 1525 0 0 0 28 13 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600758184872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=4997] ppid=4990 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 718 0 -1 4202560 2094 0 0 0 30 12 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600757132072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=4998] ppid=4990 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 718 0 -1 4202560 1783 0 0 0 26 12 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600756079272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=4999] ppid=4990 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 718 0 -1 4202560 1454 0 0 0 29 13 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600755026472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5000] ppid=4990 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 718 0 -1 4202560 2213 0 0 0 34 17 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600753973672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5001] ppid=4990 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 718 0 -1 4202560 1520 0 0 0 38 18 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600752920872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5002] ppid=4990 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 718 0 -1 4202560 3212 0 0 0 32 16 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600751868072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5003] ppid=4990 vsize=9824668 CPUtime=3.57 cores=1,3,5,7
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 718 0 -1 4202560 1292 0 0 0 351 6 0 0 20 0 22 0 254395771 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600739458024 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5004] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254395771 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600738404088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5005] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5005/stat : 5005 (java) S 4990 4992 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254395771 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600737351176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5006] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5006/stat : 5006 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600736299664 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5007] ppid=4990 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/4992/task/5007/stat : 5007 (java) S 4990 4992 718 0 -1 4202560 4731 0 0 0 88 2 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600735246776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5008] ppid=4990 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/4992/task/5008/stat : 5008 (java) S 4990 4992 718 0 -1 4202560 5535 0 0 0 102 0 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600734193976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5009] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5009/stat : 5009 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600733141368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=5010] ppid=4990 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/4992/task/5010/stat : 5010 (java) S 4990 4992 718 0 -1 4202560 47 0 0 0 24 23 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600732088776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5011] ppid=4990 vsize=9824668 CPUtime=812.67 cores=1,3,5,7
/proc/4992/task/5011/stat : 5011 (java) R 4990 4992 718 0 -1 4202560 68 0 0 0 81254 13 0 0 20 0 22 0 254396040 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600731034624 140600855577683 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5012] ppid=4990 vsize=9824668 CPUtime=812.83 cores=1,3,5,7
/proc/4992/task/5012/stat : 5012 (java) R 4990 4992 718 0 -1 4202560 281 0 0 0 81261 22 0 0 20 0 22 0 254396040 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600729979584 140600855733100 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=5013] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5013/stat : 5013 (java) S 4990 4992 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254396043 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600728929704 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5014] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5014/stat : 5014 (java) S 4990 4992 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254396043 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600727876904 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1641.95
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.78 3.89 3.77 5/217 5091
/proc/meminfo: memFree=24634940/32873852 swapFree=6848/6848
[pid=4992] ppid=4990 vsize=9824668 CPUtime=1761.96 cores=1,3,5,7
/proc/4992/stat : 4992 (java) S 4990 4992 718 0 -1 4202496 30981 0 1 0 176027 169 0 0 20 0 22 0 254395767 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140736756497792 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4992/statm: 2456167 474150 2277 9 0 2446860 0
[pid=4992/tid=4994] ppid=4990 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/4992/task/4994/stat : 4994 (java) S 4990 4992 718 0 -1 4202560 2742 0 1 0 255 12 0 0 20 0 22 0 254395768 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600915194872 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=4995] ppid=4990 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 718 0 -1 4202560 1295 0 0 0 35 17 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600759237672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=4996] ppid=4990 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/4992/task/4996/stat : 4996 (java) S 4990 4992 718 0 -1 4202560 1525 0 0 0 28 13 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600758184872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=4997] ppid=4990 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 718 0 -1 4202560 2094 0 0 0 30 12 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600757132072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=4998] ppid=4990 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 718 0 -1 4202560 1783 0 0 0 26 12 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600756079272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=4999] ppid=4990 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 718 0 -1 4202560 1454 0 0 0 29 13 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600755026472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5000] ppid=4990 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 718 0 -1 4202560 2213 0 0 0 34 17 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600753973672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5001] ppid=4990 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 718 0 -1 4202560 1520 0 0 0 38 18 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600752920872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5002] ppid=4990 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 718 0 -1 4202560 3212 0 0 0 32 16 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600751868072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5003] ppid=4990 vsize=9824668 CPUtime=3.57 cores=1,3,5,7
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 718 0 -1 4202560 1292 0 0 0 351 6 0 0 20 0 22 0 254395771 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600739458024 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5004] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254395771 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600738404088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5005] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5005/stat : 5005 (java) S 4990 4992 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254395771 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600737351176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5006] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5006/stat : 5006 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600736299664 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5007] ppid=4990 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/4992/task/5007/stat : 5007 (java) S 4990 4992 718 0 -1 4202560 4731 0 0 0 88 2 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600735246776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5008] ppid=4990 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/4992/task/5008/stat : 5008 (java) S 4990 4992 718 0 -1 4202560 5535 0 0 0 102 0 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600734193976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5009] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5009/stat : 5009 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600733141368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=5010] ppid=4990 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/4992/task/5010/stat : 5010 (java) S 4990 4992 718 0 -1 4202560 51 0 0 0 26 25 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600732088776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5011] ppid=4990 vsize=9824668 CPUtime=872.51 cores=1,3,5,7
/proc/4992/task/5011/stat : 5011 (java) R 4990 4992 718 0 -1 4202560 68 0 0 0 87237 14 0 0 20 0 22 0 254396040 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600731034624 140600855577729 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5012] ppid=4990 vsize=9824668 CPUtime=872.68 cores=1,3,5,7
/proc/4992/task/5012/stat : 5012 (java) R 4990 4992 718 0 -1 4202560 281 0 0 0 87245 23 0 0 20 0 22 0 254396040 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600729979584 140600855733804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=5013] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5013/stat : 5013 (java) S 4990 4992 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254396043 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600728929704 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5014] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5014/stat : 5014 (java) S 4990 4992 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254396043 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600727876904 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1761.96
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.401 s]
/proc/loadavg: 3.84 3.89 3.78 5/218 5094
/proc/meminfo: memFree=24634684/32873852 swapFree=6848/6848
[pid=4992] ppid=4990 vsize=9824668 CPUtime=1800.17 cores=1,3,5,7
/proc/4992/stat : 4992 (java) S 4990 4992 718 0 -1 4202496 30983 0 1 0 179848 169 0 0 20 0 22 0 254395767 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140736756497792 229359255613 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/4992/statm: 2456167 474150 2277 9 0 2446860 0
[pid=4992/tid=4994] ppid=4990 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/4992/task/4994/stat : 4994 (java) S 4990 4992 718 0 -1 4202560 2742 0 1 0 255 12 0 0 20 0 22 0 254395768 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600915194872 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=4995] ppid=4990 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/4992/task/4995/stat : 4995 (java) S 4990 4992 718 0 -1 4202560 1295 0 0 0 35 17 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600759237672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=4996] ppid=4990 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/4992/task/4996/stat : 4996 (java) S 4990 4992 718 0 -1 4202560 1525 0 0 0 28 13 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600758184872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=4997] ppid=4990 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/4992/task/4997/stat : 4997 (java) S 4990 4992 718 0 -1 4202560 2094 0 0 0 30 12 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600757132072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=4998] ppid=4990 vsize=9824668 CPUtime=0.38 cores=1,3,5,7
/proc/4992/task/4998/stat : 4998 (java) S 4990 4992 718 0 -1 4202560 1783 0 0 0 26 12 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600756079272 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=4999] ppid=4990 vsize=9824668 CPUtime=0.42 cores=1,3,5,7
/proc/4992/task/4999/stat : 4999 (java) S 4990 4992 718 0 -1 4202560 1454 0 0 0 29 13 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600755026472 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5000] ppid=4990 vsize=9824668 CPUtime=0.51 cores=1,3,5,7
/proc/4992/task/5000/stat : 5000 (java) S 4990 4992 718 0 -1 4202560 2213 0 0 0 34 17 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600753973672 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5001] ppid=4990 vsize=9824668 CPUtime=0.56 cores=1,3,5,7
/proc/4992/task/5001/stat : 5001 (java) S 4990 4992 718 0 -1 4202560 1520 0 0 0 38 18 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600752920872 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5002] ppid=4990 vsize=9824668 CPUtime=0.48 cores=1,3,5,7
/proc/4992/task/5002/stat : 5002 (java) S 4990 4992 718 0 -1 4202560 3212 0 0 0 32 16 0 0 20 0 22 0 254395769 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600751868072 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5003] ppid=4990 vsize=9824668 CPUtime=3.58 cores=1,3,5,7
/proc/4992/task/5003/stat : 5003 (java) S 4990 4992 718 0 -1 4202560 1292 0 0 0 352 6 0 0 20 0 22 0 254395771 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600739458024 229359269801 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5004] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5004/stat : 5004 (java) S 4990 4992 718 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254395771 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600738404088 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5005] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5005/stat : 5005 (java) S 4990 4992 718 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254395771 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600737351176 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5006] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5006/stat : 5006 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600736299664 229359277856 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5007] ppid=4990 vsize=9824668 CPUtime=0.9 cores=1,3,5,7
/proc/4992/task/5007/stat : 5007 (java) S 4990 4992 718 0 -1 4202560 4731 0 0 0 88 2 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600735246776 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5008] ppid=4990 vsize=9824668 CPUtime=1.02 cores=1,3,5,7
/proc/4992/task/5008/stat : 5008 (java) S 4990 4992 718 0 -1 4202560 5535 0 0 0 102 0 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600734193976 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=4992/tid=5009] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5009/stat : 5009 (java) S 4990 4992 718 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600733141368 229359268924 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=5010] ppid=4990 vsize=9824668 CPUtime=0.52 cores=1,3,5,7
/proc/4992/task/5010/stat : 5010 (java) S 4990 4992 718 0 -1 4202560 53 0 0 0 27 25 0 0 20 0 22 0 254395774 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600732088776 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5011] ppid=4990 vsize=9824668 CPUtime=891.57 cores=1,3,5,7
/proc/4992/task/5011/stat : 5011 (java) R 4990 4992 718 0 -1 4202560 68 0 0 0 89143 14 0 0 20 0 22 0 254396040 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600731034624 140600855578203 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=4992/tid=5012] ppid=4990 vsize=9824668 CPUtime=891.73 cores=1,3,5,7
/proc/4992/task/5012/stat : 5012 (java) R 4990 4992 718 0 -1 4202560 281 0 0 0 89150 23 0 0 20 0 22 0 254396040 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600729979584 140600855733149 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=4992/tid=5013] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5013/stat : 5013 (java) S 4990 4992 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254396043 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600728929704 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=4992/tid=5014] ppid=4990 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/4992/task/5014/stat : 5014 (java) S 4990 4992 718 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254396043 10060460032 474150 33554432000 1073741824 1073778376 140736756506656 140600727876904 229359269801 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 4992 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=899285
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=173669
# CPU time returned by wait4() is 1796.07
# while last known CPU time is 1800.17
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 901.458
CPU time (s): 1800.17
CPU user time (s): 1798.48
CPU system time (s): 1.69
CPU usage (%): 199.695
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.9
system time used= 2.17367
maximum resident set size= 1896740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31022
page faults= 1
swaps= 0
block input operations= 0
block output operations= 736
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22308
involuntary context switches= 10872

runsolver used 3.36149 second user time and 9.02363 second system time

The end

Launcher Data

Begin job on node129 at 2012-05-24 20:05:03
IDJOB=3689516
IDBENCH=89877
IDSOLVER=2268
FILE ID=node129/3689516-1337882703
RUNJOBID= node129-1337871881-736
PBS_JOBID= 14620075
Free space on /tmp= 71596 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-neos-544324.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689516-1337882703/watcher-3689516-1337882703 -o /tmp/evaluation-result-3689516-1337882703/solver-3689516-1337882703 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689516-1337882703.opb

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

MD5SUM BENCH= 02fa27f3dafb4f59cf08d669298a5bbe
RANDOM SEED=1655172268

node129.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.957
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.91
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.957
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32873852 kB
MemFree:        26529536 kB
Buffers:          223416 kB
Cached:          2219976 kB
SwapCached:            0 kB
Active:          3716324 kB
Inactive:        1853556 kB
Active(anon):    3129128 kB
Inactive(anon):        0 kB
Active(file):     587196 kB
Inactive(file):  1853556 kB
Unevictable:        6848 kB
Mlocked:            6848 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             15584 kB
Writeback:             0 kB
AnonPages:       3136900 kB
Mapped:            22568 kB
Shmem:               204 kB
Slab:             627680 kB
SReclaimable:      70156 kB
SUnreclaim:       557524 kB
KernelStack:        1616 kB
PageTables:        10408 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545780 kB
Committed_AS:    3467112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346360 kB
VmallocChunk:   34341988004 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3080192 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= 71620 MiB
End job on node129 at 2012-05-24 20:20:07