Trace number 3687962

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.13 903.167

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-misc06.opb
MD5SUM0662414c0fee45075e37f5c5e2481506
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables51018
Total number of constraints820
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints820
Minimum length of a constraint30
Maximum length of a constraint13471
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 211324891222433894400
Number of bits of the biggest number in a constraint 68
Biggest sum of numbers in a constraint 23205541583449342163452
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.06/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.06/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.06/0.07	c See www.sat4j.org for details.
0.06/0.08	c version 2.3.2.v20120418
0.06/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.06/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.06/0.08	c java.vm.version	19.1-b02
0.06/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.06/0.08	c sun.arch.data.model	64
0.06/0.08	c java.version		1.6.0_24
0.06/0.08	c os.name		Linux
0.06/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.06/0.08	c os.arch		amd64
0.06/0.08	c Free memory 		501472288
0.06/0.08	c Max memory 		7480803328
0.06/0.08	c Total memory 		504102912
0.06/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3687962-1337874949.opb
0.10/0.11	c reading problem ... 
1.98/1.08	c ... done. Wall clock time 0.968s.
1.98/1.08	c declared #vars     51018
1.98/1.08	c #constraints  1070
1.98/1.08	c constraints type 
1.98/1.08	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1050
1.98/1.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
1.98/1.08	c 1070 constraints processed.
1.98/1.08	c constraints type 
1.98/1.08	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1070
1.98/1.08	c 1070 constraints processed.
1.98/1.08	c objective function length is 31 literals
17.61/8.02	c cleaning 2491 clauses out of 4981 with flag 5000/5000
28.68/13.68	c cleaning 4246 clauses out of 8491 with flag 11001/11001
40.63/19.76	c cleaning 5623 clauses out of 11245 with flag 18001/18001
54.97/27.05	c cleaning 6805 clauses out of 13620 with flag 26000/26000
77.20/38.32	c cleaning 7908 clauses out of 15816 with flag 35001/35001
100.01/49.80	c cleaning 8954 clauses out of 17907 with flag 45000/45000
120.74/60.35	c cleaning 9975 clauses out of 19953 with flag 56000/56000
140.52/70.33	c cleaning 10986 clauses out of 21978 with flag 68000/68000
165.75/83.26	c cleaning 11994 clauses out of 23993 with flag 81001/81001
280.79/141.07	c cleaning 12997 clauses out of 25999 with flag 95001/95001
421.19/211.26	c cleaning 13997 clauses out of 28003 with flag 110002/110002
607.87/304.57	c cleaning 15000 clauses out of 30006 with flag 126002/126002
803.62/402.45	c cleaning 15993 clauses out of 32006 with flag 143002/143002
995.63/498.56	c cleaning 16996 clauses out of 34011 with flag 161000/161000
1237.03/619.94	c cleaning 17997 clauses out of 36015 with flag 180000/180000
1507.86/754.95	c cleaning 19008 clauses out of 38024 with flag 200006/200006
1752.86/877.23	c cleaning 20006 clauses out of 40012 with flag 221002/221002
1800.13/903.13	c starts		: 119
1800.13/903.13	c conflicts		: 224027
1800.13/903.13	c decisions		: 361359
1800.13/903.13	c propagations		: 19027426
1800.13/903.13	c inspects		: 93412067
1800.13/903.13	c shortcuts		: 0
1800.13/903.13	c learnt literals	: 20
1800.13/903.13	c learnt binary clauses	: 27
1800.13/903.13	c learnt ternary clauses	: 19
1800.13/903.13	c learnt constraints	: 224006
1800.13/903.13	c ignored constraints	: 0
1800.13/903.13	c root simplifications	: 0
1800.13/903.13	c removed literals (reason simplification)	: 734247
1800.13/903.13	c reason swapping (by a shorter reason)	: 0
1800.13/903.13	c Calls to reduceDB	: 17
1800.13/903.13	c number of reductions to clauses (during analyze)	: 0
1800.13/903.13	c number of learned constraints concerned by reduction	: 0
1800.13/903.13	c number of learning phase by resolution	: 0
1800.13/903.13	c number of learning phase by cutting planes	: 0
1800.13/903.13	c speed (assignments/second)	: 21097.677832688194
1800.13/903.13	c non guided choices	26091
1800.13/903.15	c learnt constraints type 
1800.13/903.15	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 27
1800.13/903.15	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 23005
1800.13/903.15	c constraints type 
1800.13/903.15	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1050
1800.13/903.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 20
1800.13/903.15	c 1070 constraints processed.
1800.13/903.15	c constraints type 
1800.13/903.15	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1070
1800.13/903.15	c 1070 constraints processed.
1800.13/903.15	s UNKNOWN
1800.13/903.15	c Total wall clock time (in seconds): 903.037

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-3687962-1337874949/watcher-3687962-1337874949 -o /tmp/evaluation-result-3687962-1337874949/solver-3687962-1337874949 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3687962-1337874949.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.27 3.99 3.73 4/197 23220
/proc/meminfo: memFree=27078956/32873648 swapFree=6336/6336
[pid=23220] ppid=23218 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/23220/stat : 23220 (java) S 23218 23220 22409 0 -1 4202496 1205 0 0 0 0 0 0 0 20 0 2 0 253622137 94019584 917 33554432000 1073741824 1073778376 140737208170096 140737208161232 213869690941 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23220/statm: 22954 917 697 9 0 16769 0
[pid=23220/tid=23221] ppid=23218 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23221/stat : 23221 (java) R 23218 23220 22409 0 -1 4202560 65 0 0 0 0 0 0 0 20 0 2 0 253622138 95129600 923 33554432000 1073741824 1073778376 140737208170096 140634293935656 213857122881 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.0714489 s]
/proc/loadavg: 4.27 3.99 3.73 4/197 23220
/proc/meminfo: memFree=27078956/32873648 swapFree=6336/6336
[pid=23220] ppid=23218 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/23220/stat : 23220 (java) S 23218 23220 22409 0 -1 4202496 3353 0 1 0 5 1 0 0 20 0 18 0 253622137 9787813888 4562 33554432000 1073741824 1073778376 140737208170096 140737208161232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23220/statm: 2389603 4562 1772 9 0 2380296 0
[pid=23220/tid=23221] ppid=23218 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/23220/task/23221/stat : 23221 (java) R 23218 23220 22409 0 -1 4202560 2145 0 1 0 5 0 0 0 20 0 18 0 253622138 9787813888 4563 33554432000 1073741824 1073778376 140737208170096 140634293942944 140634301705043 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 9558412

[startup+0.100303 s]
/proc/loadavg: 4.27 3.99 3.73 4/197 23220
/proc/meminfo: memFree=27078956/32873648 swapFree=6336/6336
[pid=23220] ppid=23218 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/23220/stat : 23220 (java) S 23218 23220 22409 0 -1 4202496 4387 0 1 0 9 1 0 0 20 0 18 0 253622137 9787813888 6102 33554432000 1073741824 1073778376 140737208170096 140737208161232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23220/statm: 2389603 6102 2109 9 0 2380296 0
[pid=23220/tid=23221] ppid=23218 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/23220/task/23221/stat : 23221 (java) R 23218 23220 22409 0 -1 4202560 2431 0 1 0 6 1 0 0 20 0 18 0 253622138 9787813888 6102 33554432000 1073741824 1073778376 140737208170096 140634293938160 213869716749 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.300259 s]
/proc/loadavg: 4.27 3.99 3.73 4/197 23220
/proc/meminfo: memFree=27078956/32873648 swapFree=6336/6336
[pid=23220] ppid=23218 vsize=9558412 CPUtime=0.6 cores=0,2,4,6
/proc/23220/stat : 23220 (java) S 23218 23220 22409 0 -1 4202496 13102 0 1 0 57 3 0 0 20 0 18 0 253622137 9787813888 14331 33554432000 1073741824 1073778376 140737208170096 140737208161232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23220/statm: 2389603 14331 2216 9 0 2380296 0
[pid=23220/tid=23221] ppid=23218 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/23220/task/23221/stat : 23221 (java) R 23218 23220 22409 0 -1 4202560 2450 0 1 0 26 1 0 0 20 0 18 0 253622138 9787813888 14331 33554432000 1073741824 1073778376 140737208170096 140634293939128 140634157564672 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9558412

[startup+0.732668 s]
/proc/loadavg: 4.27 3.99 3.73 4/197 23220
/proc/meminfo: memFree=27078956/32873648 swapFree=6336/6336
[pid=23220] ppid=23218 vsize=9558412 CPUtime=1.62 cores=0,2,4,6
/proc/23220/stat : 23220 (java) S 23218 23220 22409 0 -1 4202496 16129 0 1 0 152 10 0 0 20 0 18 0 253622137 9787813888 52943 33554432000 1073741824 1073778376 140737208170096 140737208161232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23220/statm: 2389603 52943 2242 9 0 2380296 0
[pid=23220/tid=23221] ppid=23218 vsize=9558412 CPUtime=0.67 cores=0,2,4,6
/proc/23220/task/23221/stat : 23221 (java) S 23218 23220 22409 0 -1 4202560 2509 0 1 0 63 4 0 0 20 0 18 0 253622138 9787813888 52943 33554432000 1073741824 1073778376 140737208170096 140634293938216 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.62
Current children cumulated vsize (KiB) 9558412

[startup+1.50061 s]
/proc/loadavg: 4.17 3.97 3.73 4/215 23238
/proc/meminfo: memFree=26862488/32873648 swapFree=6336/6336
[pid=23220] ppid=23218 vsize=9824668 CPUtime=3.6 cores=0,2,4,6
/proc/23220/stat : 23220 (java) S 23218 23220 22409 0 -1 4202496 20321 0 1 0 342 18 0 0 20 0 22 0 253622137 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140737208161232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23220/statm: 2456167 70540 2262 9 0 2446860 0
[pid=23220/tid=23221] ppid=23218 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/23220/task/23221/stat : 23221 (java) S 23218 23220 22409 0 -1 4202560 2522 0 1 0 96 4 0 0 20 0 22 0 253622138 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634293941240 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23223] ppid=23218 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/23220/task/23223/stat : 23223 (java) S 23218 23220 22409 0 -1 4202560 139 0 0 0 6 2 0 0 20 0 22 0 253622138 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634283002408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23224] ppid=23218 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/23220/task/23224/stat : 23224 (java) S 23218 23220 22409 0 -1 4202560 46 0 0 0 4 1 0 0 20 0 22 0 253622138 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634281949608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23225] ppid=23218 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23220/task/23225/stat : 23225 (java) S 23218 23220 22409 0 -1 4202560 71 0 0 0 2 0 0 0 20 0 22 0 253622138 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634280896808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23226] ppid=23218 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/23220/task/23226/stat : 23226 (java) S 23218 23220 22409 0 -1 4202560 127 0 0 0 8 3 0 0 20 0 22 0 253622138 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634279844008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23227] ppid=23218 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23220/task/23227/stat : 23227 (java) S 23218 23220 22409 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253622138 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634278792232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23228] ppid=23218 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/23220/task/23228/stat : 23228 (java) S 23218 23220 22409 0 -1 4202560 140 0 0 0 6 2 0 0 20 0 22 0 253622138 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634277739432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23229] ppid=23218 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23220/task/23229/stat : 23229 (java) S 23218 23220 22409 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 253622138 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634276686632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23230] ppid=23218 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23220/task/23230/stat : 23230 (java) S 23218 23220 22409 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 253622138 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634129906344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23231] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23231/stat : 23231 (java) S 23218 23220 22409 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634117708264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23232] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23232/stat : 23232 (java) S 23218 23220 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634116654328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23233] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23233/stat : 23233 (java) S 23218 23220 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634115601416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23234] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23234/stat : 23234 (java) S 23218 23220 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253622142 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634114549904 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23235] ppid=23218 vsize=9824668 CPUtime=0.68 cores=0,2,4,6
/proc/23220/task/23235/stat : 23235 (java) S 23218 23220 22409 0 -1 4202560 7672 0 0 0 68 0 0 0 20 0 22 0 253622142 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634113498040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23236] ppid=23218 vsize=9824668 CPUtime=0.67 cores=0,2,4,6
/proc/23220/task/23236/stat : 23236 (java) S 23218 23220 22409 0 -1 4202560 8190 0 0 0 66 1 0 0 20 0 22 0 253622142 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634112445240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23237] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23237/stat : 23237 (java) S 23218 23220 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253622142 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634111392632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23238] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23238/stat : 23238 (java) S 23218 23220 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253622142 10060460032 70540 33554432000 1073741824 1073778376 140737208170096 140634110340040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.6
Current children cumulated vsize (KiB) 9824668

[startup+3.10066 s]
/proc/loadavg: 4.17 3.97 3.73 5/219 23242
/proc/meminfo: memFree=26790904/32873648 swapFree=6336/6336
[pid=23220] ppid=23218 vsize=9824668 CPUtime=7.4 cores=0,2,4,6
/proc/23220/stat : 23220 (java) S 23218 23220 22409 0 -1 4202496 20859 0 1 0 722 18 0 0 20 0 22 0 253622137 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140737208161232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23220/statm: 2456167 71105 2264 9 0 2446860 0
[pid=23220/tid=23221] ppid=23218 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/23220/task/23221/stat : 23221 (java) S 23218 23220 22409 0 -1 4202560 2522 0 1 0 96 4 0 0 20 0 22 0 253622138 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634293941240 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23223] ppid=23218 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/23220/task/23223/stat : 23223 (java) S 23218 23220 22409 0 -1 4202560 139 0 0 0 6 2 0 0 20 0 22 0 253622138 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634283002408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23224] ppid=23218 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/23220/task/23224/stat : 23224 (java) S 23218 23220 22409 0 -1 4202560 46 0 0 0 4 1 0 0 20 0 22 0 253622138 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634281949608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23225] ppid=23218 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23220/task/23225/stat : 23225 (java) S 23218 23220 22409 0 -1 4202560 71 0 0 0 2 0 0 0 20 0 22 0 253622138 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634280896808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23226] ppid=23218 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/23220/task/23226/stat : 23226 (java) S 23218 23220 22409 0 -1 4202560 127 0 0 0 8 3 0 0 20 0 22 0 253622138 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634279844008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23227] ppid=23218 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23220/task/23227/stat : 23227 (java) S 23218 23220 22409 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 253622138 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634278792232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23228] ppid=23218 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/23220/task/23228/stat : 23228 (java) S 23218 23220 22409 0 -1 4202560 140 0 0 0 6 2 0 0 20 0 22 0 253622138 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634277739432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23229] ppid=23218 vsize=9824668 CPUtime=0.02 cores=0,2,4,6
/proc/23220/task/23229/stat : 23229 (java) S 23218 23220 22409 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 253622138 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634276686632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23230] ppid=23218 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23220/task/23230/stat : 23230 (java) S 23218 23220 22409 0 -1 4202560 23 0 0 0 4 0 0 0 20 0 22 0 253622138 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634129906344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23231] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23231/stat : 23231 (java) S 23218 23220 22409 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634117708264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23232] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23232/stat : 23232 (java) S 23218 23220 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634116654328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23233] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23233/stat : 23233 (java) S 23218 23220 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634115601416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23234] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23234/stat : 23234 (java) S 23218 23220 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253622142 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634114549904 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23235] ppid=23218 vsize=9824668 CPUtime=1.08 cores=0,2,4,6
/proc/23220/task/23235/stat : 23235 (java) S 23218 23220 22409 0 -1 4202560 8181 0 0 0 108 0 0 0 20 0 22 0 253622142 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634113498040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23236] ppid=23218 vsize=9824668 CPUtime=0.88 cores=0,2,4,6
/proc/23220/task/23236/stat : 23236 (java) S 23218 23220 22409 0 -1 4202560 8216 0 0 0 87 1 0 0 20 0 22 0 253622142 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634112445240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23237] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23237/stat : 23237 (java) S 23218 23220 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253622142 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634111392632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23238] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23238/stat : 23238 (java) S 23218 23220 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253622142 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634110340040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23239] ppid=23218 vsize=9824668 CPUtime=1.91 cores=0,2,4,6
/proc/23220/task/23239/stat : 23239 (java) R 23218 23220 22409 0 -1 4202560 35 0 0 0 191 0 0 0 20 0 22 0 253622245 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634109284984 140634158533161 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23240] ppid=23218 vsize=9824668 CPUtime=1.9 cores=0,2,4,6
/proc/23220/task/23240/stat : 23240 (java) R 23218 23220 22409 0 -1 4202560 68 0 0 0 190 0 0 0 20 0 22 0 253622245 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634108232472 140634158516460 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23241] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23241/stat : 23241 (java) S 23218 23220 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253622264 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634107179944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23242] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23242/stat : 23242 (java) S 23218 23220 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253622268 10060460032 71105 33554432000 1073741824 1073778376 140737208170096 140634106127144 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.4
Current children cumulated vsize (KiB) 9824668

[startup+6.30077 s]
/proc/loadavg: 4.17 3.97 3.73 5/219 23242
/proc/meminfo: memFree=26646492/32873648 swapFree=6336/6336
[pid=23220] ppid=23218 vsize=9824668 CPUtime=14.12 cores=0,2,4,6
/proc/23220/stat : 23220 (java) S 23218 23220 22409 0 -1 4202496 21788 0 1 0 1388 24 0 0 20 0 22 0 253622137 10060460032 107075 33554432000 1073741824 1073778376 140737208170096 140737208161232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23220/statm: 2456167 107075 2265 9 0 2446860 0
[pid=23220/tid=23221] ppid=23218 vsize=9824668 CPUtime=1 cores=0,2,4,6
/proc/23220/task/23221/stat : 23221 (java) S 23218 23220 22409 0 -1 4202560 2522 0 1 0 96 4 0 0 20 0 22 0 253622138 10060460032 107075 33554432000 1073741824 1073778376 140737208170096 140634293941240 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23223] ppid=23218 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/23220/task/23223/stat : 23223 (java) S 23218 23220 22409 0 -1 4202560 161 0 0 0 10 3 0 0 20 0 22 0 253622138 10060460032 107075 33554432000 1073741824 1073778376 140737208170096 140634283002408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23224] ppid=23218 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/23220/task/23224/stat : 23224 (java) S 23218 23220 22409 0 -1 4202560 55 0 0 0 6 2 0 0 20 0 22 0 253622138 10060460032 107075 33554432000 1073741824 1073778376 140737208170096 140634281949608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23225] ppid=23218 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23220/task/23225/stat : 23225 (java) S 23218 23220 22409 0 -1 4202560 78 0 0 0 2 2 0 0 20 0 22 0 253622138 10060460032 107075 33554432000 1073741824 1073778376 140737208170096 140634280896808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23226] ppid=23218 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/23220/task/23226/stat : 23226 (java) S 23218 23220 22409 0 -1 4202560 142 0 0 0 10 3 0 0 20 0 22 0 253622138 10060460032 107075 33554432000 1073741824 1073778376 140737208170096 140634279844008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23227] ppid=23218 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23220/task/23227/stat : 23227 (java) S 23218 23220 22409 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 253622138 10060460032 107075 33554432000 1073741824 1073778376 140737208170096 140634278792232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23228] ppid=23218 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/23220/task/23228/stat : 23228 (java) S 23218 23220 22409 0 -1 4202560 152 0 0 0 8 3 0 0 20 0 22 0 253622138 10060460032 107075 33554432000 1073741824 1073778376 140737208170096 140634277739432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23229] ppid=23218 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/23220/task/23229/stat : 23229 (java) S 23218 23220 22409 0 -1 4202560 26 0 0 0 4 0 0 0 20 0 22 0 253622138 10060460032 107075 33554432000 1073741824 1073778376 140737208170096 140634276686632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23230] ppid=23218 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/23220/task/23230/stat : 23230 (java) S 23218 23220 22409 0 -1 4202560 31 0 0 0 4 1 0 0 20 0 22 0 253622138 10060460032 107075 33554432000 1073741824 1073778376 140737208170096 140634129906344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23231] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23231/stat : 23231 (java) S 23218 23220 22409 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 107075 33554432000 1073741824 1073778376 140737208170096 140634117708264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23232] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23232/stat : 23232 (java) S 23218 23220 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 107075 33554432000 1073741824 1073778376 140737208170096 140634116654328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23233] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23233/stat : 23233 (java) S 23218 23220 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 107075 33554432000 1073741824 1073778376 140737208170096 140634115601416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23234] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23234/stat : 23234 (java) S 23218 23220 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253622142 10060460032 107075 33554432000 1073741824 1073778376 140737208170096 140634114549904 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

/proc/23220/statm: 2456167 926238 2277 9 0 2446860 0
[pid=23220/tid=23221] ppid=23218 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/23220/task/23221/stat : 23221 (java) S 23218 23220 22409 0 -1 4202560 2543 0 1 0 98 5 0 0 20 0 22 0 253622138 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634293941240 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23223] ppid=23218 vsize=9824668 CPUtime=2.92 cores=0,2,4,6
/proc/23220/task/23223/stat : 23223 (java) S 23218 23220 22409 0 -1 4202560 404 0 0 0 282 10 0 0 20 0 22 0 253622138 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634283002408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23224] ppid=23218 vsize=9824668 CPUtime=3 cores=0,2,4,6
/proc/23220/task/23224/stat : 23224 (java) S 23218 23220 22409 0 -1 4202560 662 0 0 0 294 6 0 0 20 0 22 0 253622138 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634281949608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23225] ppid=23218 vsize=9824668 CPUtime=2.88 cores=0,2,4,6
/proc/23220/task/23225/stat : 23225 (java) S 23218 23220 22409 0 -1 4202560 503 0 0 0 281 7 0 0 20 0 22 0 253622138 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634280896808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23226] ppid=23218 vsize=9824668 CPUtime=2.82 cores=0,2,4,6
/proc/23220/task/23226/stat : 23226 (java) S 23218 23220 22409 0 -1 4202560 478 0 0 0 273 9 0 0 20 0 22 0 253622138 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634279844008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23227] ppid=23218 vsize=9824668 CPUtime=2.5 cores=0,2,4,6
/proc/23220/task/23227/stat : 23227 (java) S 23218 23220 22409 0 -1 4202560 455 0 0 0 240 10 0 0 20 0 22 0 253622138 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634278792232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23228] ppid=23218 vsize=9824668 CPUtime=2.74 cores=0,2,4,6
/proc/23220/task/23228/stat : 23228 (java) S 23218 23220 22409 0 -1 4202560 473 0 0 0 267 7 0 0 20 0 22 0 253622138 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634277739432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23229] ppid=23218 vsize=9824668 CPUtime=2.83 cores=0,2,4,6
/proc/23220/task/23229/stat : 23229 (java) S 23218 23220 22409 0 -1 4202560 514 0 0 0 276 7 0 0 20 0 22 0 253622138 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634276686632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23230] ppid=23218 vsize=9824668 CPUtime=2.94 cores=0,2,4,6
/proc/23220/task/23230/stat : 23230 (java) S 23218 23220 22409 0 -1 4202560 815 0 0 0 286 8 0 0 20 0 22 0 253622138 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634129906344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23231] ppid=23218 vsize=9824668 CPUtime=15.19 cores=0,2,4,6
/proc/23220/task/23231/stat : 23231 (java) S 23218 23220 22409 0 -1 4202560 10708 0 0 0 1497 22 0 0 20 0 22 0 253622140 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634117708264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23232] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23232/stat : 23232 (java) S 23218 23220 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634116654328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23233] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23233/stat : 23233 (java) S 23218 23220 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634115601416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23234] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23234/stat : 23234 (java) S 23218 23220 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253622142 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634114549904 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23235] ppid=23218 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/23220/task/23235/stat : 23235 (java) S 23218 23220 22409 0 -1 4202560 8206 0 0 0 135 0 0 0 20 0 22 0 253622142 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634113498040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23236] ppid=23218 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/23220/task/23236/stat : 23236 (java) S 23218 23220 22409 0 -1 4202560 8880 0 0 0 111 2 0 0 20 0 22 0 253622142 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634112445240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23237] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23237/stat : 23237 (java) S 23218 23220 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253622142 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634111392632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23238] ppid=23218 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/23220/task/23238/stat : 23238 (java) S 23218 23220 22409 0 -1 4202560 51 0 0 0 11 19 0 0 20 0 22 0 253622142 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634110340040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23239] ppid=23218 vsize=9824668 CPUtime=857.79 cores=0,2,4,6
/proc/23220/task/23239/stat : 23239 (java) R 23218 23220 22409 0 -1 4202560 1626 0 0 0 85747 32 0 0 20 0 22 0 253622245 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634109284832 140634158533034 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23240] ppid=23218 vsize=9824668 CPUtime=857.71 cores=0,2,4,6
/proc/23220/task/23240/stat : 23240 (java) R 23218 23220 22409 0 -1 4202560 827 0 0 0 85741 30 0 0 20 0 22 0 253622245 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634108230160 140634158533062 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23241] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23241/stat : 23241 (java) S 23218 23220 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253622264 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634107179944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23242] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23242/stat : 23242 (java) S 23218 23220 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253622268 10060460032 926238 33554432000 1073741824 1073778376 140737208170096 140634106127144 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1761.55
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+903.107 s]
/proc/loadavg: 4.21 4.08 3.90 5/220 23349
/proc/meminfo: memFree=23703248/32873648 swapFree=6336/6336
[pid=23220] ppid=23218 vsize=9824668 CPUtime=1800.13 cores=0,2,4,6
/proc/23220/stat : 23220 (java) S 23218 23220 22409 0 -1 4202496 38945 0 1 0 179868 145 0 0 20 0 22 0 253622137 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140737208161232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23220/statm: 2456167 926845 2277 9 0 2446860 0
[pid=23220/tid=23221] ppid=23218 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/23220/task/23221/stat : 23221 (java) S 23218 23220 22409 0 -1 4202560 2543 0 1 0 98 5 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634293941240 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23223] ppid=23218 vsize=9824668 CPUtime=2.93 cores=0,2,4,6
/proc/23220/task/23223/stat : 23223 (java) S 23218 23220 22409 0 -1 4202560 404 0 0 0 283 10 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634283002408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23224] ppid=23218 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/23220/task/23224/stat : 23224 (java) S 23218 23220 22409 0 -1 4202560 662 0 0 0 295 6 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634281949608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23225] ppid=23218 vsize=9824668 CPUtime=2.88 cores=0,2,4,6
/proc/23220/task/23225/stat : 23225 (java) S 23218 23220 22409 0 -1 4202560 503 0 0 0 281 7 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634280896808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23226] ppid=23218 vsize=9824668 CPUtime=2.82 cores=0,2,4,6
/proc/23220/task/23226/stat : 23226 (java) S 23218 23220 22409 0 -1 4202560 478 0 0 0 273 9 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634279844008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23227] ppid=23218 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/23220/task/23227/stat : 23227 (java) S 23218 23220 22409 0 -1 4202560 455 0 0 0 241 10 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634278792232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23228] ppid=23218 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/23220/task/23228/stat : 23228 (java) S 23218 23220 22409 0 -1 4202560 473 0 0 0 268 7 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634277739432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23229] ppid=23218 vsize=9824668 CPUtime=2.83 cores=0,2,4,6
/proc/23220/task/23229/stat : 23229 (java) S 23218 23220 22409 0 -1 4202560 514 0 0 0 276 7 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634276686632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23230] ppid=23218 vsize=9824668 CPUtime=2.94 cores=0,2,4,6
/proc/23220/task/23230/stat : 23230 (java) S 23218 23220 22409 0 -1 4202560 815 0 0 0 286 8 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634129906344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23231] ppid=23218 vsize=9824668 CPUtime=18.25 cores=0,2,4,6
/proc/23220/task/23231/stat : 23231 (java) S 23218 23220 22409 0 -1 4202560 11317 0 0 0 1803 22 0 0 20 0 22 0 253622140 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634117708264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23232] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23232/stat : 23232 (java) S 23218 23220 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634116654328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23233] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23233/stat : 23233 (java) S 23218 23220 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634115601416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23234] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23234/stat : 23234 (java) S 23218 23220 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253622142 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634114549904 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23235] ppid=23218 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/23220/task/23235/stat : 23235 (java) S 23218 23220 22409 0 -1 4202560 8206 0 0 0 135 0 0 0 20 0 22 0 253622142 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634113498040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23236] ppid=23218 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/23220/task/23236/stat : 23236 (java) S 23218 23220 22409 0 -1 4202560 8880 0 0 0 111 2 0 0 20 0 22 0 253622142 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634112445240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23237] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23237/stat : 23237 (java) S 23218 23220 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253622142 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634111392632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23238] ppid=23218 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/23220/task/23238/stat : 23238 (java) S 23218 23220 22409 0 -1 4202560 53 0 0 0 12 19 0 0 20 0 22 0 253622142 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634110340040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23239] ppid=23218 vsize=9824668 CPUtime=875.48 cores=0,2,4,6
/proc/23220/task/23239/stat : 23239 (java) R 23218 23220 22409 0 -1 4202560 1628 0 0 0 87516 32 0 0 20 0 22 0 253622245 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634109283776 140634158533140 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23240] ppid=23218 vsize=9824668 CPUtime=875.4 cores=0,2,4,6
/proc/23220/task/23240/stat : 23240 (java) R 23218 23220 22409 0 -1 4202560 827 0 0 0 87510 30 0 0 20 0 22 0 253622245 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634108230160 140634158533131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23241] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23241/stat : 23241 (java) S 23218 23220 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253622264 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634107179944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23242] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23242/stat : 23242 (java) S 23218 23220 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253622268 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634106127144 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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

[startup+903.107 s]
/proc/loadavg: 4.21 4.08 3.90 5/220 23349
/proc/meminfo: memFree=23703248/32873648 swapFree=6336/6336
[pid=23220] ppid=23218 vsize=9824668 CPUtime=1800.13 cores=0,2,4,6
/proc/23220/stat : 23220 (java) S 23218 23220 22409 0 -1 4202496 38945 0 1 0 179868 145 0 0 20 0 22 0 253622137 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140737208161232 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/23220/statm: 2456167 926845 2277 9 0 2446860 0
[pid=23220/tid=23221] ppid=23218 vsize=9824668 CPUtime=1.03 cores=0,2,4,6
/proc/23220/task/23221/stat : 23221 (java) S 23218 23220 22409 0 -1 4202560 2543 0 1 0 98 5 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634293941240 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23223] ppid=23218 vsize=9824668 CPUtime=2.93 cores=0,2,4,6
/proc/23220/task/23223/stat : 23223 (java) S 23218 23220 22409 0 -1 4202560 404 0 0 0 283 10 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634283002408 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23224] ppid=23218 vsize=9824668 CPUtime=3.01 cores=0,2,4,6
/proc/23220/task/23224/stat : 23224 (java) S 23218 23220 22409 0 -1 4202560 662 0 0 0 295 6 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634281949608 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23225] ppid=23218 vsize=9824668 CPUtime=2.88 cores=0,2,4,6
/proc/23220/task/23225/stat : 23225 (java) S 23218 23220 22409 0 -1 4202560 503 0 0 0 281 7 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634280896808 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23226] ppid=23218 vsize=9824668 CPUtime=2.82 cores=0,2,4,6
/proc/23220/task/23226/stat : 23226 (java) S 23218 23220 22409 0 -1 4202560 478 0 0 0 273 9 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634279844008 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23227] ppid=23218 vsize=9824668 CPUtime=2.51 cores=0,2,4,6
/proc/23220/task/23227/stat : 23227 (java) S 23218 23220 22409 0 -1 4202560 455 0 0 0 241 10 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634278792232 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23228] ppid=23218 vsize=9824668 CPUtime=2.75 cores=0,2,4,6
/proc/23220/task/23228/stat : 23228 (java) S 23218 23220 22409 0 -1 4202560 473 0 0 0 268 7 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634277739432 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23229] ppid=23218 vsize=9824668 CPUtime=2.83 cores=0,2,4,6
/proc/23220/task/23229/stat : 23229 (java) S 23218 23220 22409 0 -1 4202560 514 0 0 0 276 7 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634276686632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23230] ppid=23218 vsize=9824668 CPUtime=2.94 cores=0,2,4,6
/proc/23220/task/23230/stat : 23230 (java) S 23218 23220 22409 0 -1 4202560 815 0 0 0 286 8 0 0 20 0 22 0 253622138 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634129906344 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23231] ppid=23218 vsize=9824668 CPUtime=18.25 cores=0,2,4,6
/proc/23220/task/23231/stat : 23231 (java) S 23218 23220 22409 0 -1 4202560 11317 0 0 0 1803 22 0 0 20 0 22 0 253622140 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634117708264 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23232] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23232/stat : 23232 (java) S 23218 23220 22409 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634116654328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23233] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23233/stat : 23233 (java) S 23218 23220 22409 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253622140 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634115601416 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23220/tid=23234] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23234/stat : 23234 (java) S 23218 23220 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253622142 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634114549904 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23235] ppid=23218 vsize=9824668 CPUtime=1.35 cores=0,2,4,6
/proc/23220/task/23235/stat : 23235 (java) S 23218 23220 22409 0 -1 4202560 8206 0 0 0 135 0 0 0 20 0 22 0 253622142 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634113498040 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23236] ppid=23218 vsize=9824668 CPUtime=1.13 cores=0,2,4,6
/proc/23220/task/23236/stat : 23236 (java) S 23218 23220 22409 0 -1 4202560 8880 0 0 0 111 2 0 0 20 0 22 0 253622142 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634112445240 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23237] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23237/stat : 23237 (java) S 23218 23220 22409 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253622142 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634111392632 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23220/tid=23238] ppid=23218 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/23220/task/23238/stat : 23238 (java) S 23218 23220 22409 0 -1 4202560 53 0 0 0 12 19 0 0 20 0 22 0 253622142 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634110340040 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23239] ppid=23218 vsize=9824668 CPUtime=875.48 cores=0,2,4,6
/proc/23220/task/23239/stat : 23239 (java) R 23218 23220 22409 0 -1 4202560 1628 0 0 0 87516 32 0 0 20 0 22 0 253622245 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634109283776 140634158533140 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23240] ppid=23218 vsize=9824668 CPUtime=875.4 cores=0,2,4,6
/proc/23220/task/23240/stat : 23240 (java) R 23218 23220 22409 0 -1 4202560 827 0 0 0 87510 30 0 0 20 0 22 0 253622245 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634108230160 140634158533131 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23220/tid=23241] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23241/stat : 23241 (java) S 23218 23220 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253622264 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634107179944 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23220/tid=23242] ppid=23218 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/23220/task/23242/stat : 23242 (java) S 23218 23220 22409 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253622268 10060460032 926845 33554432000 1073741824 1073778376 140737208170096 140634106127144 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 9824668

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23220 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=159246
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=932706
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 903.167
CPU time (s): 1800.13
CPU user time (s): 1798.68
CPU system time (s): 1.45
CPU usage (%): 199.313
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.16
system time used= 1.93271
maximum resident set size= 3707516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38982
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24828
involuntary context switches= 27116

runsolver used 3.39248 second user time and 7.84181 second system time

The end

Launcher Data

Begin job on node112 at 2012-05-24 17:55:49
IDJOB=3687962
IDBENCH=2466
IDSOLVER=2268
FILE ID=node112/3687962-1337874949
RUNJOBID= node112-1337871881-22425
PBS_JOBID= 14620092
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/MIPLIB/miplib/normalized-mps-v2-20-10-misc06.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3687962-1337874949/watcher-3687962-1337874949 -o /tmp/evaluation-result-3687962-1337874949/solver-3687962-1337874949 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3687962-1337874949.opb

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

MD5SUM BENCH= 0662414c0fee45075e37f5c5e2481506
RANDOM SEED=124125119

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.763
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:       32873648 kB
MemFree:        27079228 kB
Buffers:          191180 kB
Cached:          3549504 kB
SwapCached:            0 kB
Active:          1769028 kB
Inactive:        3262864 kB
Active(anon):    1293524 kB
Inactive(anon):        0 kB
Active(file):     475504 kB
Inactive(file):  3262864 kB
Unevictable:        6336 kB
Mlocked:            6336 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              3216 kB
Writeback:             0 kB
AnonPages:       1297064 kB
Mapped:            22520 kB
Shmem:               200 kB
Slab:             625724 kB
SReclaimable:      69796 kB
SUnreclaim:       555928 kB
KernelStack:        1632 kB
PageTables:         6876 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2629772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1230848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71700 MiB
End job on node112 at 2012-05-24 18:10:54