Trace number 3687936

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.2 903.475

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
MD5SUMcbbc019f11b539634b02edfceafed9db
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1090626176
Best CPU time to get the best result obtained on this benchmark1800.08
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables15501
Total number of constraints763
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)627
Number of constraints which are nor clauses,nor cardinality constraints136
Minimum length of a constraint8
Maximum length of a constraint13581
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 83886080000000
Number of bits of the biggest number in a constraint 47
Biggest sum of numbers in a constraint 783292842349555
Number of bits of the biggest sum of numbers50
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-2012 Artois University and CNRS
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.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4e3eca90
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose learned constraints deletion strategy
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-3687936-1337874857.opb
0.09/0.12	c reading problem ... 
2.31/1.27	c ... done. Wall clock time 1.156s.
2.31/1.27	c declared #vars     15501
2.31/1.27	c #constraints  853
2.31/1.27	c constraints type 
2.31/1.27	c org.sat4j.minisat.constraints.card.MinWatchCard => 627
2.31/1.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 226
2.31/1.27	c 853 constraints processed.
2.31/1.27	c constraints type 
2.31/1.27	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 627
2.31/1.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 226
2.31/1.27	c 853 constraints processed.
2.31/1.27	c objective function length is 31 literals
24.00/11.42	c cleaning 2500 clauses out of 5000 with flag 5001/5001
48.00/23.42	c cleaning 4248 clauses out of 8500 with flag 11001/11001
75.45/37.38	c cleaning 5623 clauses out of 11251 with flag 18000/18000
106.73/53.24	c cleaning 6813 clauses out of 13628 with flag 26000/26000
141.98/71.19	c cleaning 7906 clauses out of 15816 with flag 35001/35001
187.27/94.30	c cleaning 8955 clauses out of 17909 with flag 45000/45000
239.70/120.63	c cleaning 9976 clauses out of 19955 with flag 56001/56001
288.52/145.10	c cleaning 10987 clauses out of 21982 with flag 68004/68004
337.10/169.44	c cleaning 11994 clauses out of 23991 with flag 81000/81000
387.38/194.49	c cleaning 12996 clauses out of 25998 with flag 95001/95001
441.50/221.43	c cleaning 13997 clauses out of 28001 with flag 110000/110000
500.83/250.91	c cleaning 14998 clauses out of 30005 with flag 126001/126001
564.77/282.59	c cleaning 16000 clauses out of 32006 with flag 143000/143000
629.86/315.14	c cleaning 17002 clauses out of 34007 with flag 161001/161001
701.42/351.06	c cleaning 18002 clauses out of 36004 with flag 180000/180000
789.73/395.00	c cleaning 19001 clauses out of 38003 with flag 200001/200001
873.82/437.25	c cleaning 20001 clauses out of 40002 with flag 221001/221001
971.30/487.37	c cleaning 21001 clauses out of 42001 with flag 243001/243001
1074.01/538.85	c cleaning 21997 clauses out of 43999 with flag 266000/266000
1182.10/592.37	c cleaning 23001 clauses out of 46002 with flag 290000/290000
1296.52/649.50	c cleaning 24001 clauses out of 48002 with flag 315001/315001
1432.41/718.03	c cleaning 24996 clauses out of 50000 with flag 341000/341000
1576.31/791.16	c cleaning 25999 clauses out of 52006 with flag 368002/368002
1705.26/855.79	c cleaning 26998 clauses out of 54005 with flag 396000/396000
1800.20/903.41	c starts		: 149
1800.20/903.41	c conflicts		: 417535
1800.20/903.41	c decisions		: 1976800
1800.20/903.41	c propagations		: 3990171
1800.20/903.41	c inspects		: 272743978
1800.20/903.41	c shortcuts		: 0
1800.20/903.41	c learnt literals	: 1
1800.20/903.41	c learnt binary clauses	: 0
1800.20/903.41	c learnt ternary clauses	: 0
1800.20/903.41	c learnt constraints	: 417534
1800.20/903.41	c ignored constraints	: 0
1800.20/903.41	c root simplifications	: 0
1800.20/903.41	c removed literals (reason simplification)	: 2048024
1800.20/903.41	c reason swapping (by a shorter reason)	: 0
1800.20/903.41	c Calls to reduceDB	: 24
1800.20/903.41	c number of reductions to clauses (during analyze)	: 0
1800.20/903.41	c number of learned constraints concerned by reduction	: 0
1800.20/903.41	c number of learning phase by resolution	: 0
1800.20/903.41	c number of learning phase by cutting planes	: 0
1800.20/903.41	c speed (assignments/second)	: 4423.11917412043
1800.20/903.41	c non guided choices	9546
1800.20/903.43	c learnt constraints type 
1800.20/903.43	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 48548
1800.20/903.43	c constraints type 
1800.20/903.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 627
1800.20/903.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 226
1800.20/903.43	c 853 constraints processed.
1800.20/903.43	c constraints type 
1800.20/903.43	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 627
1800.20/903.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 226
1800.20/903.43	c 853 constraints processed.
1800.20/903.43	s UNKNOWN
1800.20/903.43	c Total wall clock time (in seconds): 903.315

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-3687936-1337874857/watcher-3687936-1337874857 -o /tmp/evaluation-result-3687936-1337874857/solver-3687936-1337874857 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687936-1337874857.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.76 3.90 3.61 4/197 22257
/proc/meminfo: memFree=25845136/32873844 swapFree=7104/7104
[pid=22257] ppid=22255 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/22257/stat : 22257 (java) D 22255 22257 21231 0 -1 4202496 249 0 0 0 0 0 0 0 20 0 1 0 253611404 9515008 183 33554432000 1073741824 1073778376 140733265052064 140733265043096 272886480565 0 0 4096 0 18446744072100609316 0 0 17 5 0 0 0 0 0
/proc/22257/statm: 2323 183 140 9 0 71 0

[startup+0.01261 s]
/proc/loadavg: 3.76 3.90 3.61 4/197 22257
/proc/meminfo: memFree=25845136/32873844 swapFree=7104/7104
[pid=22257] ppid=22255 vsize=92900 CPUtime=0 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 21231 0 -1 4202496 1217 0 0 0 0 0 0 0 20 0 2 0 253611404 95129600 927 33554432000 1073741824 1073778376 140733567268944 140733567260080 272889839677 0 0 4096 0 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22257/statm: 23225 927 703 9 0 16769 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 92900

[startup+0.10029 s]
/proc/loadavg: 3.76 3.90 3.61 4/197 22257
/proc/meminfo: memFree=25845136/32873844 swapFree=7104/7104
[pid=22257] ppid=22255 vsize=9558412 CPUtime=0.09 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 21231 0 -1 4202496 4296 0 1 0 8 1 0 0 20 0 18 0 253611404 9787813888 5484 33554432000 1073741824 1073778376 140733567268944 140733567260080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22257/statm: 2389603 5485 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300307 s]
/proc/loadavg: 3.76 3.90 3.61 4/197 22257
/proc/meminfo: memFree=25845136/32873844 swapFree=7104/7104
[pid=22257] ppid=22255 vsize=9558412 CPUtime=0.57 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 21231 0 -1 4202496 12753 0 1 0 54 3 0 0 20 0 18 0 253611404 9787813888 13492 33554432000 1073741824 1073778376 140733567268944 140733567260080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22257/statm: 2389603 13492 2207 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558412

[startup+0.713591 s]
/proc/loadavg: 3.76 3.90 3.61 4/197 22257
/proc/meminfo: memFree=25845136/32873844 swapFree=7104/7104
[pid=22257] ppid=22255 vsize=9558412 CPUtime=1.46 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 21231 0 -1 4202496 13423 0 1 0 137 9 0 0 20 0 18 0 253611404 9787813888 49019 33554432000 1073741824 1073778376 140733567268944 140733567260080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22257/statm: 2389603 49019 2240 9 0 2380296 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 9558412

[startup+1.50068 s]
/proc/loadavg: 3.76 3.90 3.61 3/215 22275
/proc/meminfo: memFree=25643476/32873844 swapFree=7104/7104
[pid=22257] ppid=22255 vsize=9824668 CPUtime=3.09 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 21231 0 -1 4202496 14186 0 1 0 286 23 0 0 20 0 22 0 253611404 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140733567260080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22257/statm: 2456167 90530 2262 9 0 2446860 0
[pid=22257/tid=22259] ppid=22255 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/22257/task/22259/stat : 22259 (java) S 22255 22257 21231 0 -1 4202560 2542 0 1 0 104 4 0 0 20 0 22 0 253611405 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570270811128 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22260] ppid=22255 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/22257/task/22260/stat : 22260 (java) S 22255 22257 21231 0 -1 4202560 99 0 0 0 4 2 0 0 20 0 22 0 253611406 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570259872680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22261] ppid=22255 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/22257/task/22261/stat : 22261 (java) S 22255 22257 21231 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 253611406 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570258820136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22262] ppid=22255 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/22257/task/22262/stat : 22262 (java) S 22255 22257 21231 0 -1 4202560 99 0 0 0 4 2 0 0 20 0 22 0 253611406 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570257767080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22263] ppid=22255 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/22257/task/22263/stat : 22263 (java) S 22255 22257 21231 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 22 0 253611406 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570256714536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22264] ppid=22255 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/22257/task/22264/stat : 22264 (java) S 22255 22257 21231 0 -1 4202560 31 0 0 0 5 2 0 0 20 0 22 0 253611406 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570255661480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22265] ppid=22255 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/22257/task/22265/stat : 22265 (java) S 22255 22257 21231 0 -1 4202560 44 0 0 0 2 2 0 0 20 0 22 0 253611406 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570254608936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22266] ppid=22255 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/22257/task/22266/stat : 22266 (java) S 22255 22257 21231 0 -1 4202560 100 0 0 0 5 2 0 0 20 0 22 0 253611406 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570108049576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22267] ppid=22255 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/22257/task/22267/stat : 22267 (java) S 22255 22257 21231 0 -1 4202560 148 0 0 0 5 3 0 0 20 0 22 0 253611406 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570106997032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22268] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22268/stat : 22268 (java) S 22255 22257 21231 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570094799720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22269] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22269/stat : 22269 (java) S 22255 22257 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570093746040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22270] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22270/stat : 22270 (java) S 22255 22257 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570092692872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22271] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22271/stat : 22271 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570091641616 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22272] ppid=22255 vsize=9824668 CPUtime=0.45 cores=1,3,5,7
/proc/22257/task/22272/stat : 22272 (java) S 22255 22257 21231 0 -1 4202560 5409 0 0 0 44 1 0 0 20 0 22 0 253611410 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570090588472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22273] ppid=22255 vsize=9824668 CPUtime=0.47 cores=1,3,5,7
/proc/22257/task/22273/stat : 22273 (java) R 22255 22257 21231 0 -1 4202560 4276 0 0 0 47 0 0 0 20 0 22 0 253611410 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570089535928 140570274653325 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22274] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22274/stat : 22274 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570088483064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22275] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22275/stat : 22275 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 90530 33554432000 1073741824 1073778376 140733567268944 140570087430728 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9824668

[startup+3.10093 s]
/proc/loadavg: 3.76 3.90 3.61 5/219 22279
/proc/meminfo: memFree=25425056/32873844 swapFree=7104/7104
[pid=22257] ppid=22255 vsize=9824668 CPUtime=7.11 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 21231 0 -1 4202496 14521 0 1 0 681 30 0 0 20 0 22 0 253611404 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140733567260080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22257/statm: 2456167 104604 2263 9 0 2446860 0
[pid=22257/tid=22259] ppid=22255 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/22257/task/22259/stat : 22259 (java) S 22255 22257 21231 0 -1 4202560 2542 0 1 0 104 4 0 0 20 0 22 0 253611405 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570270811128 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22260] ppid=22255 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/22257/task/22260/stat : 22260 (java) S 22255 22257 21231 0 -1 4202560 114 0 0 0 6 2 0 0 20 0 22 0 253611406 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570259872680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22261] ppid=22255 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/22257/task/22261/stat : 22261 (java) S 22255 22257 21231 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 22 0 253611406 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570258820136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22262] ppid=22255 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/22257/task/22262/stat : 22262 (java) S 22255 22257 21231 0 -1 4202560 105 0 0 0 5 3 0 0 20 0 22 0 253611406 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570257767080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22263] ppid=22255 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/22257/task/22263/stat : 22263 (java) S 22255 22257 21231 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 22 0 253611406 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570256714536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22264] ppid=22255 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/22257/task/22264/stat : 22264 (java) S 22255 22257 21231 0 -1 4202560 44 0 0 0 7 3 0 0 20 0 22 0 253611406 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570255661480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22265] ppid=22255 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/22257/task/22265/stat : 22265 (java) S 22255 22257 21231 0 -1 4202560 59 0 0 0 4 2 0 0 20 0 22 0 253611406 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570254608936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22266] ppid=22255 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/22257/task/22266/stat : 22266 (java) S 22255 22257 21231 0 -1 4202560 112 0 0 0 7 3 0 0 20 0 22 0 253611406 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570108049576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22267] ppid=22255 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/22257/task/22267/stat : 22267 (java) S 22255 22257 21231 0 -1 4202560 168 0 0 0 9 4 0 0 20 0 22 0 253611406 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570106997032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22268] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22268/stat : 22268 (java) S 22255 22257 21231 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570094799720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22269] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22269/stat : 22269 (java) S 22255 22257 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570093746040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22270] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22270/stat : 22270 (java) S 22255 22257 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570092692872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22271] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22271/stat : 22271 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570091641616 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22272] ppid=22255 vsize=9824668 CPUtime=0.86 cores=1,3,5,7
/proc/22257/task/22272/stat : 22272 (java) S 22255 22257 21231 0 -1 4202560 5465 0 0 0 84 2 0 0 20 0 22 0 253611410 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570090588472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22273] ppid=22255 vsize=9824668 CPUtime=0.8 cores=1,3,5,7
/proc/22257/task/22273/stat : 22273 (java) S 22255 22257 21231 0 -1 4202560 4309 0 0 0 80 0 0 0 20 0 22 0 253611410 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570089535928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22274] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22274/stat : 22274 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570088483064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22275] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22275/stat : 22275 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570087430728 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22276] ppid=22255 vsize=9824668 CPUtime=1.73 cores=1,3,5,7
/proc/22257/task/22276/stat : 22276 (java) R 22255 22257 21231 0 -1 4202560 45 0 0 0 173 0 0 0 20 0 22 0 253611531 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570086376616 140570136683211 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22277] ppid=22255 vsize=9824668 CPUtime=1.74 cores=1,3,5,7
/proc/22257/task/22277/stat : 22277 (java) R 22255 22257 21231 0 -1 4202560 88 0 0 0 174 0 0 0 20 0 22 0 253611531 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570085321600 140570136786127 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22278] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22278/stat : 22278 (java) S 22255 22257 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253611534 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570084271400 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22279] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22279/stat : 22279 (java) S 22255 22257 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253611534 10060460032 104604 33554432000 1073741824 1073778376 140733567268944 140570083218856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 7.11
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 3.78 3.90 3.61 3/196 22282
/proc/meminfo: memFree=28709376/32873844 swapFree=7104/7104
[pid=22257] ppid=22255 vsize=9824668 CPUtime=13.55 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 21231 0 -1 4202496 14523 0 1 0 1325 30 0 0 20 0 22 0 253611404 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140733567260080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22257/statm: 2456167 104532 2263 9 0 2446860 0
[pid=22257/tid=22259] ppid=22255 vsize=9824668 CPUtime=1.08 cores=1,3,5,7
/proc/22257/task/22259/stat : 22259 (java) S 22255 22257 21231 0 -1 4202560 2542 0 1 0 104 4 0 0 20 0 22 0 253611405 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570270811128 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22260] ppid=22255 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/22257/task/22260/stat : 22260 (java) S 22255 22257 21231 0 -1 4202560 114 0 0 0 6 2 0 0 20 0 22 0 253611406 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570259872680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22261] ppid=22255 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/22257/task/22261/stat : 22261 (java) S 22255 22257 21231 0 -1 4202560 38 0 0 0 6 2 0 0 20 0 22 0 253611406 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570258820136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22262] ppid=22255 vsize=9824668 CPUtime=0.08 cores=1,3,5,7
/proc/22257/task/22262/stat : 22262 (java) S 22255 22257 21231 0 -1 4202560 105 0 0 0 5 3 0 0 20 0 22 0 253611406 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570257767080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22263] ppid=22255 vsize=9824668 CPUtime=0.07 cores=1,3,5,7
/proc/22257/task/22263/stat : 22263 (java) S 22255 22257 21231 0 -1 4202560 46 0 0 0 5 2 0 0 20 0 22 0 253611406 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570256714536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22264] ppid=22255 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/22257/task/22264/stat : 22264 (java) S 22255 22257 21231 0 -1 4202560 44 0 0 0 7 3 0 0 20 0 22 0 253611406 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570255661480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22265] ppid=22255 vsize=9824668 CPUtime=0.06 cores=1,3,5,7
/proc/22257/task/22265/stat : 22265 (java) S 22255 22257 21231 0 -1 4202560 59 0 0 0 4 2 0 0 20 0 22 0 253611406 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570254608936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22266] ppid=22255 vsize=9824668 CPUtime=0.1 cores=1,3,5,7
/proc/22257/task/22266/stat : 22266 (java) S 22255 22257 21231 0 -1 4202560 112 0 0 0 7 3 0 0 20 0 22 0 253611406 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570108049576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22267] ppid=22255 vsize=9824668 CPUtime=0.13 cores=1,3,5,7
/proc/22257/task/22267/stat : 22267 (java) S 22255 22257 21231 0 -1 4202560 168 0 0 0 9 4 0 0 20 0 22 0 253611406 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570106997032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22268] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22268/stat : 22268 (java) S 22255 22257 21231 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570094799720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22269] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22269/stat : 22269 (java) S 22255 22257 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570093746040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22270] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22270/stat : 22270 (java) S 22255 22257 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570092692872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22271] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22271/stat : 22271 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570091641616 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22272] ppid=22255 vsize=9824668 CPUtime=0.88 cores=1,3,5,7
/proc/22257/task/22272/stat : 22272 (java) S 22255 22257 21231 0 -1 4202560 5465 0 0 0 86 2 0 0 20 0 22 0 253611410 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570090588472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22273] ppid=22255 vsize=9824668 CPUtime=0.83 cores=1,3,5,7
/proc/22257/task/22273/stat : 22273 (java) S 22255 22257 21231 0 -1 4202560 4309 0 0 0 83 0 0 0 20 0 22 0 253611410 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570089535928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22274] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22274/stat : 22274 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570088483064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22275] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22275/stat : 22275 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570087430728 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22276] ppid=22255 vsize=9824668 CPUtime=4.91 cores=1,3,5,7
/proc/22257/task/22276/stat : 22276 (java) R 22255 22257 21231 0 -1 4202560 47 0 0 0 491 0 0 0 20 0 22 0 253611531 10060460032 104532 33554432000 1073741824 1073778376 140733567268944 140570086374696 140570136526472 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

/proc/22257/statm: 2456167 1384875 2277 9 0 2446860 0
[pid=22257/tid=22259] ppid=22255 vsize=9824668 CPUtime=1.13 cores=1,3,5,7
/proc/22257/task/22259/stat : 22259 (java) S 22255 22257 21231 0 -1 4202560 2579 0 1 0 106 7 0 0 20 0 22 0 253611405 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570270811128 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22260] ppid=22255 vsize=9824668 CPUtime=4.47 cores=1,3,5,7
/proc/22257/task/22260/stat : 22260 (java) S 22255 22257 21231 0 -1 4202560 10472 0 0 0 379 68 0 0 20 0 22 0 253611406 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570259872680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22261] ppid=22255 vsize=9824668 CPUtime=5.05 cores=1,3,5,7
/proc/22257/task/22261/stat : 22261 (java) S 22255 22257 21231 0 -1 4202560 11069 0 0 0 425 80 0 0 20 0 22 0 253611406 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570258820136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22262] ppid=22255 vsize=9824668 CPUtime=4.58 cores=1,3,5,7
/proc/22257/task/22262/stat : 22262 (java) S 22255 22257 21231 0 -1 4202560 8913 0 0 0 388 70 0 0 20 0 22 0 253611406 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570257767080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22263] ppid=22255 vsize=9824668 CPUtime=4.96 cores=1,3,5,7
/proc/22257/task/22263/stat : 22263 (java) S 22255 22257 21231 0 -1 4202560 8901 0 0 0 415 81 0 0 20 0 22 0 253611406 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570256714536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22264] ppid=22255 vsize=9824668 CPUtime=4.4 cores=1,3,5,7
/proc/22257/task/22264/stat : 22264 (java) S 22255 22257 21231 0 -1 4202560 9982 0 0 0 364 76 0 0 20 0 22 0 253611406 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570255661480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22265] ppid=22255 vsize=9824668 CPUtime=4.25 cores=1,3,5,7
/proc/22257/task/22265/stat : 22265 (java) S 22255 22257 21231 0 -1 4202560 11344 0 0 0 345 80 0 0 20 0 22 0 253611406 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570254608936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22266] ppid=22255 vsize=9824668 CPUtime=4.71 cores=1,3,5,7
/proc/22257/task/22266/stat : 22266 (java) S 22255 22257 21231 0 -1 4202560 11362 0 0 0 403 68 0 0 20 0 22 0 253611406 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570108049576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22267] ppid=22255 vsize=9824668 CPUtime=5.33 cores=1,3,5,7
/proc/22257/task/22267/stat : 22267 (java) S 22255 22257 21231 0 -1 4202560 8367 0 0 0 462 71 0 0 20 0 22 0 253611406 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570106997032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22268] ppid=22255 vsize=9824668 CPUtime=27.8 cores=1,3,5,7
/proc/22257/task/22268/stat : 22268 (java) S 22255 22257 21231 0 -1 4202560 29317 0 0 0 2756 24 0 0 20 0 22 0 253611407 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570094799720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22269] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22269/stat : 22269 (java) S 22255 22257 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570093746040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22270] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22270/stat : 22270 (java) S 22255 22257 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570092692872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22271] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22271/stat : 22271 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570091641616 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22272] ppid=22255 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/22257/task/22272/stat : 22272 (java) S 22255 22257 21231 0 -1 4202560 5481 0 0 0 124 2 0 0 20 0 22 0 253611410 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570090588472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22273] ppid=22255 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/22257/task/22273/stat : 22273 (java) S 22255 22257 21231 0 -1 4202560 4881 0 0 0 153 0 0 0 20 0 22 0 253611410 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570089535928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22274] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22274/stat : 22274 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570088483064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22275] ppid=22255 vsize=9824668 CPUtime=0.41 cores=1,3,5,7
/proc/22257/task/22275/stat : 22275 (java) S 22255 22257 21231 0 -1 4202560 47 0 0 0 18 23 0 0 20 0 22 0 253611410 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570087430728 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22276] ppid=22255 vsize=9824668 CPUtime=781.38 cores=1,3,5,7
/proc/22257/task/22276/stat : 22276 (java) R 22255 22257 21231 0 -1 4202560 352 0 0 0 78123 15 0 0 20 0 22 0 253611531 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570086374496 140570136683083 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22277] ppid=22255 vsize=9824668 CPUtime=781.37 cores=1,3,5,7
/proc/22257/task/22277/stat : 22277 (java) R 22255 22257 21231 0 -1 4202560 118 0 0 0 78124 13 0 0 20 0 22 0 253611531 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570085322384 140570136372464 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22278] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22278/stat : 22278 (java) S 22255 22257 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253611534 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570084271400 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22279] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22279/stat : 22279 (java) S 22255 22257 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253611534 10060460032 1384875 33554432000 1073741824 1073778376 140733567268944 140570083218856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1636.85
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.98 4.02 3.82 5/219 22485
/proc/meminfo: memFree=20520792/32873844 swapFree=7104/7104
[pid=22257] ppid=22255 vsize=9824668 CPUtime=1757.66 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 21231 0 -1 4202496 124502 0 1 0 175102 664 0 0 20 0 22 0 253611404 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140733567260080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22257/statm: 2456167 1384988 2277 9 0 2446860 0
[pid=22257/tid=22259] ppid=22255 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/22257/task/22259/stat : 22259 (java) S 22255 22257 21231 0 -1 4202560 2580 0 1 0 107 7 0 0 20 0 22 0 253611405 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570270811128 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22260] ppid=22255 vsize=9824668 CPUtime=4.97 cores=1,3,5,7
/proc/22257/task/22260/stat : 22260 (java) S 22255 22257 21231 0 -1 4202560 10472 0 0 0 429 68 0 0 20 0 22 0 253611406 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570259872680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22261] ppid=22255 vsize=9824668 CPUtime=5.61 cores=1,3,5,7
/proc/22257/task/22261/stat : 22261 (java) S 22255 22257 21231 0 -1 4202560 11091 0 0 0 481 80 0 0 20 0 22 0 253611406 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570258820136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22262] ppid=22255 vsize=9824668 CPUtime=5.11 cores=1,3,5,7
/proc/22257/task/22262/stat : 22262 (java) S 22255 22257 21231 0 -1 4202560 8943 0 0 0 440 71 0 0 20 0 22 0 253611406 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570257767080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22263] ppid=22255 vsize=9824668 CPUtime=5.56 cores=1,3,5,7
/proc/22257/task/22263/stat : 22263 (java) S 22255 22257 21231 0 -1 4202560 8901 0 0 0 475 81 0 0 20 0 22 0 253611406 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570256714536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22264] ppid=22255 vsize=9824668 CPUtime=4.9 cores=1,3,5,7
/proc/22257/task/22264/stat : 22264 (java) S 22255 22257 21231 0 -1 4202560 9985 0 0 0 414 76 0 0 20 0 22 0 253611406 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570255661480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22265] ppid=22255 vsize=9824668 CPUtime=4.69 cores=1,3,5,7
/proc/22257/task/22265/stat : 22265 (java) S 22255 22257 21231 0 -1 4202560 11356 0 0 0 389 80 0 0 20 0 22 0 253611406 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570254608936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22266] ppid=22255 vsize=9824668 CPUtime=5.28 cores=1,3,5,7
/proc/22257/task/22266/stat : 22266 (java) S 22255 22257 21231 0 -1 4202560 11366 0 0 0 460 68 0 0 20 0 22 0 253611406 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570108049576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22267] ppid=22255 vsize=9824668 CPUtime=5.89 cores=1,3,5,7
/proc/22257/task/22267/stat : 22267 (java) S 22255 22257 21231 0 -1 4202560 8372 0 0 0 518 71 0 0 20 0 22 0 253611406 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570106997032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22268] ppid=22255 vsize=9824668 CPUtime=29.08 cores=1,3,5,7
/proc/22257/task/22268/stat : 22268 (java) S 22255 22257 21231 0 -1 4202560 29358 0 0 0 2883 25 0 0 20 0 22 0 253611407 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570094799720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22269] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22269/stat : 22269 (java) S 22255 22257 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570093746040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22270] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22270/stat : 22270 (java) S 22255 22257 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570092692872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22271] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22271/stat : 22271 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570091641616 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22272] ppid=22255 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/22257/task/22272/stat : 22272 (java) S 22255 22257 21231 0 -1 4202560 5481 0 0 0 124 2 0 0 20 0 22 0 253611410 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570090588472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22273] ppid=22255 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/22257/task/22273/stat : 22273 (java) S 22255 22257 21231 0 -1 4202560 4881 0 0 0 153 0 0 0 20 0 22 0 253611410 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570089535928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22274] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22274/stat : 22274 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570088483064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22275] ppid=22255 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/22257/task/22275/stat : 22275 (java) S 22255 22257 21231 0 -1 4202560 51 0 0 0 20 24 0 0 20 0 22 0 253611410 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570087430728 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22276] ppid=22255 vsize=9824668 CPUtime=838.86 cores=1,3,5,7
/proc/22257/task/22276/stat : 22276 (java) R 22255 22257 21231 0 -1 4202560 356 0 0 0 83870 16 0 0 20 0 22 0 253611531 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570086374448 140570136683083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22277] ppid=22255 vsize=9824668 CPUtime=838.85 cores=1,3,5,7
/proc/22257/task/22277/stat : 22277 (java) R 22255 22257 21231 0 -1 4202560 121 0 0 0 83871 14 0 0 20 0 22 0 253611531 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570085322608 140570136718710 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22278] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22278/stat : 22278 (java) S 22255 22257 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253611534 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570084271400 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22279] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22279/stat : 22279 (java) S 22255 22257 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253611534 10060460032 1384988 33554432000 1073741824 1073778376 140733567268944 140570083218856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1757.66
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.401 s]
/proc/loadavg: 3.99 4.02 3.82 5/219 22485
/proc/meminfo: memFree=20555172/32873844 swapFree=7104/7104
[pid=22257] ppid=22255 vsize=9824668 CPUtime=1800.2 cores=1,3,5,7
/proc/22257/stat : 22257 (java) S 22255 22257 21231 0 -1 4202496 124523 0 1 0 179356 664 0 0 20 0 22 0 253611404 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140733567260080 272889839677 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/22257/statm: 2456167 1376130 2277 9 0 2446860 0
[pid=22257/tid=22259] ppid=22255 vsize=9824668 CPUtime=1.14 cores=1,3,5,7
/proc/22257/task/22259/stat : 22259 (java) S 22255 22257 21231 0 -1 4202560 2580 0 1 0 107 7 0 0 20 0 22 0 253611405 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570270811128 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22260] ppid=22255 vsize=9824668 CPUtime=5.08 cores=1,3,5,7
/proc/22257/task/22260/stat : 22260 (java) S 22255 22257 21231 0 -1 4202560 10477 0 0 0 440 68 0 0 20 0 22 0 253611406 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570259872680 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22261] ppid=22255 vsize=9824668 CPUtime=5.69 cores=1,3,5,7
/proc/22257/task/22261/stat : 22261 (java) S 22255 22257 21231 0 -1 4202560 11091 0 0 0 489 80 0 0 20 0 22 0 253611406 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570258820136 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22262] ppid=22255 vsize=9824668 CPUtime=5.2 cores=1,3,5,7
/proc/22257/task/22262/stat : 22262 (java) S 22255 22257 21231 0 -1 4202560 8943 0 0 0 449 71 0 0 20 0 22 0 253611406 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570257767080 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=22257/tid=22263] ppid=22255 vsize=9824668 CPUtime=5.62 cores=1,3,5,7
/proc/22257/task/22263/stat : 22263 (java) S 22255 22257 21231 0 -1 4202560 8901 0 0 0 481 81 0 0 20 0 22 0 253611406 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570256714536 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22264] ppid=22255 vsize=9824668 CPUtime=4.97 cores=1,3,5,7
/proc/22257/task/22264/stat : 22264 (java) S 22255 22257 21231 0 -1 4202560 9997 0 0 0 421 76 0 0 20 0 22 0 253611406 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570255661480 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22265] ppid=22255 vsize=9824668 CPUtime=4.76 cores=1,3,5,7
/proc/22257/task/22265/stat : 22265 (java) S 22255 22257 21231 0 -1 4202560 11356 0 0 0 396 80 0 0 20 0 22 0 253611406 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570254608936 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22266] ppid=22255 vsize=9824668 CPUtime=5.35 cores=1,3,5,7
/proc/22257/task/22266/stat : 22266 (java) S 22255 22257 21231 0 -1 4202560 11366 0 0 0 467 68 0 0 20 0 22 0 253611406 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570108049576 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22267] ppid=22255 vsize=9824668 CPUtime=6.02 cores=1,3,5,7
/proc/22257/task/22267/stat : 22267 (java) S 22255 22257 21231 0 -1 4202560 8372 0 0 0 531 71 0 0 20 0 22 0 253611406 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570106997032 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22268] ppid=22255 vsize=9824668 CPUtime=29.08 cores=1,3,5,7
/proc/22257/task/22268/stat : 22268 (java) S 22255 22257 21231 0 -1 4202560 29358 0 0 0 2883 25 0 0 20 0 22 0 253611407 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570094799720 272889853865 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22269] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22269/stat : 22269 (java) S 22255 22257 21231 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570093746040 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22270] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22270/stat : 22270 (java) S 22255 22257 21231 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253611407 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570092692872 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22271] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22271/stat : 22271 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570091641616 272889861920 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22272] ppid=22255 vsize=9824668 CPUtime=1.26 cores=1,3,5,7
/proc/22257/task/22272/stat : 22272 (java) S 22255 22257 21231 0 -1 4202560 5481 0 0 0 124 2 0 0 20 0 22 0 253611410 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570090588472 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22273] ppid=22255 vsize=9824668 CPUtime=1.53 cores=1,3,5,7
/proc/22257/task/22273/stat : 22273 (java) S 22255 22257 21231 0 -1 4202560 4881 0 0 0 153 0 0 0 20 0 22 0 253611410 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570089535928 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22274] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22274/stat : 22274 (java) S 22255 22257 21231 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253611410 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570088483064 272889852988 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=22257/tid=22275] ppid=22255 vsize=9824668 CPUtime=0.44 cores=1,3,5,7
/proc/22257/task/22275/stat : 22275 (java) S 22255 22257 21231 0 -1 4202560 53 0 0 0 20 24 0 0 20 0 22 0 253611410 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570087430728 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22276] ppid=22255 vsize=9824668 CPUtime=859.74 cores=1,3,5,7
/proc/22257/task/22276/stat : 22276 (java) R 22255 22257 21231 0 -1 4202560 358 0 0 0 85957 17 0 0 20 0 22 0 253611531 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570086375344 140570136683083 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=22257/tid=22277] ppid=22255 vsize=9824668 CPUtime=859.72 cores=1,3,5,7
/proc/22257/task/22277/stat : 22277 (java) R 22255 22257 21231 0 -1 4202560 121 0 0 0 85957 15 0 0 20 0 22 0 253611531 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570085321712 140570136718635 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22278] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22278/stat : 22278 (java) S 22255 22257 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253611534 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570084271400 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=22257/tid=22279] ppid=22255 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/22257/task/22279/stat : 22279 (java) S 22255 22257 21231 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253611534 10060460032 1376130 33554432000 1073741824 1073778376 140733567268944 140570083218856 272889853865 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.2
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 22257 and gives
#  childrusage.ru_utime.tv_sec=1788
#  childrusage.ru_utime.tv_usec=969035
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=42929
# CPU time returned by wait4() is 1796.01
# while last known CPU time is 1800.2
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 903.475
CPU time (s): 1800.2
CPU user time (s): 1793.56
CPU system time (s): 6.64
CPU usage (%): 199.253
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1788.97
system time used= 7.04293
maximum resident set size= 5539988
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 124564
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27724
involuntary context switches= 24578

runsolver used 3.57046 second user time and 9.05362 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-24 17:54:17
IDJOB=3687936
IDBENCH=2366
IDSOLVER=2268
FILE ID=node119/3687936-1337874857
RUNJOBID= node119-1337871880-21248
PBS_JOBID= 14620085
Free space on /tmp= 71700 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-blp-ic98.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687936-1337874857/watcher-3687936-1337874857 -o /tmp/evaluation-result-3687936-1337874857/solver-3687936-1337874857 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687936-1337874857.opb

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

MD5SUM BENCH= cbbc019f11b539634b02edfceafed9db
RANDOM SEED=1917796239

node119.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.943
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.88
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.943
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.943
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.93
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.943
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.943
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.93
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.943
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.943
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.943
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.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        25845400 kB
Buffers:          202284 kB
Cached:          2773164 kB
SwapCached:            0 kB
Active:          3647488 kB
Inactive:        2612176 kB
Active(anon):    3286556 kB
Inactive(anon):        0 kB
Active(file):     360932 kB
Inactive(file):  2612176 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              2824 kB
Writeback:             0 kB
AnonPages:       3290952 kB
Mapped:            21620 kB
Shmem:               200 kB
Slab:             625108 kB
SReclaimable:      67552 kB
SUnreclaim:       557556 kB
KernelStack:        1624 kB
PageTables:        10648 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    3510644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3186688 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= 71696 MiB
End job on node119 at 2012-05-24 18:09:23