Trace number 3688054

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.46 897.353

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_19.opb
MD5SUM5a1b3155d98b6c4d8f9ab1b869fece67
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark355
Best CPU time to get the best result obtained on this benchmark1783.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 355
Optimality of the best value was proved NO
Number of variables11001
Total number of constraints21678
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 constraints21678
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2765
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.07/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.07/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.07/0.08	c See www.sat4j.org for details.
0.07/0.09	c version 2.3.2.v20120418
0.07/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.07/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.07/0.09	c java.vm.version	19.1-b02
0.07/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.07/0.09	c sun.arch.data.model	64
0.07/0.09	c java.version		1.6.0_24
0.07/0.09	c os.name		Linux
0.07/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.07/0.09	c os.arch		amd64
0.07/0.09	c Free memory 		501472288
0.07/0.09	c Max memory 		7480803328
0.07/0.09	c Total memory 		504102912
0.07/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@63415de6
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@23174b07
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-3688054-1337875731.opb
0.09/0.12	c reading problem ... 
2.98/1.82	c ... done. Wall clock time 1.7s.
2.98/1.82	c declared #vars     11001
2.98/1.82	c #constraints  21678
2.98/1.82	c constraints type 
2.98/1.82	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
2.98/1.82	c 21678 constraints processed.
2.98/1.82	c constraints type 
2.98/1.82	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
2.98/1.82	c 21678 constraints processed.
2.98/1.82	c objective function length is 9 literals
40.34/19.78	c cleaning 2491 clauses out of 5002 with flag 5002/5002
76.71/37.92	c cleaning 4248 clauses out of 8510 with flag 11001/11001
122.99/61.11	c cleaning 5624 clauses out of 11262 with flag 18001/18001
162.22/80.88	c cleaning 0 clauses out of 5002 with flag 0/5002
167.47/83.50	c cleaning 6804 clauses out of 13637 with flag 26000/26000
223.95/111.67	c cleaning 7911 clauses out of 15834 with flag 35001/35001
289.31/144.37	c cleaning 8955 clauses out of 17924 with flag 45002/45002
371.24/185.33	c cleaning 9972 clauses out of 19968 with flag 56001/56001
371.91/185.90	c cleaning 0 clauses out of 11002 with flag 0/11002
451.48/225.62	c cleaning 10986 clauses out of 21995 with flag 68000/68000
546.41/273.09	c cleaning 11990 clauses out of 24009 with flag 81000/81000
647.49/323.34	c cleaning 13002 clauses out of 26019 with flag 95000/95000
716.50/357.86	c cleaning 0 clauses out of 18000 with flag 0/18000
759.36/379.21	c cleaning 13981 clauses out of 28017 with flag 110000/110000
880.22/439.31	c cleaning 15012 clauses out of 30036 with flag 126000/126000
1006.17/502.08	c cleaning 16002 clauses out of 32024 with flag 143000/143000
1143.16/570.24	c cleaning 16997 clauses out of 34022 with flag 161000/161000
1223.44/610.26	c cleaning 0 clauses out of 26001 with flag 0/26001
1285.19/641.08	c cleaning 18010 clauses out of 36025 with flag 180000/180000
1400.74/698.57	c cleaning 18989 clauses out of 38015 with flag 200000/200000
1546.70/771.21	c cleaning 20000 clauses out of 40027 with flag 221001/221001
1705.71/850.38	c cleaning 21005 clauses out of 42027 with flag 243001/243001
1800.04/897.31	c starts		: 120
1800.04/897.31	c conflicts		: 256243
1800.04/897.31	c decisions		: 336458
1800.04/897.31	c propagations		: 81857725
1800.04/897.31	c inspects		: 3231202851
1800.04/897.31	c shortcuts		: 0
1800.04/897.31	c learnt literals	: 0
1800.04/897.31	c learnt binary clauses	: 0
1800.04/897.31	c learnt ternary clauses	: 1
1800.04/897.31	c learnt constraints	: 256243
1800.04/897.31	c ignored constraints	: 0
1800.04/897.31	c root simplifications	: 0
1800.04/897.31	c removed literals (reason simplification)	: 231767
1800.04/897.31	c reason swapping (by a shorter reason)	: 0
1800.04/897.31	c Calls to reduceDB	: 18
1800.04/897.31	c number of reductions to clauses (during analyze)	: 0
1800.04/897.31	c number of learned constraints concerned by reduction	: 0
1800.04/897.31	c number of learning phase by resolution	: 0
1800.04/897.31	c number of learning phase by cutting planes	: 0
1800.04/897.31	c speed (assignments/second)	: 91412.74184092242
1800.04/897.31	c non guided choices	104
1800.04/897.33	c learnt constraints type 
1800.04/897.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 34267
1800.04/897.33	c constraints type 
1800.04/897.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
1800.04/897.33	c 21678 constraints processed.
1800.04/897.33	c constraints type 
1800.04/897.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
1800.04/897.33	c 21678 constraints processed.
1800.04/897.33	s UNKNOWN
1800.04/897.33	c Total wall clock time (in seconds): 897.213

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

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

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


[startup+0 s]
/proc/loadavg: 3.99 3.94 3.79 4/197 31682
/proc/meminfo: memFree=26060432/32873648 swapFree=7104/7104
[pid=31682] ppid=31680 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/31682/stat : 31682 (java) D 31680 31682 30487 0 -1 4202496 248 0 0 0 0 0 0 0 20 0 1 0 253698618 9515008 182 33554432000 1073741824 1073778376 140735613699952 140735613690984 214537420469 0 0 4096 0 18446744072100609316 0 0 17 0 0 0 0 0 0
/proc/31682/statm: 2323 182 140 9 0 71 0

[startup+0.0866351 s]
/proc/loadavg: 3.99 3.94 3.79 4/197 31682
/proc/meminfo: memFree=26060432/32873648 swapFree=7104/7104
[pid=31682] ppid=31680 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/31682/stat : 31682 (java) S 31680 31682 30487 0 -1 4202496 3670 0 1 0 6 1 0 0 20 0 18 0 253698618 9787813888 4879 33554432000 1073741824 1073778376 140735991788192 140735991779328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31682/statm: 2389603 4879 1933 9 0 2380296 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 9558412

[startup+0.100253 s]
/proc/loadavg: 3.99 3.94 3.79 4/197 31682
/proc/meminfo: memFree=26060432/32873648 swapFree=7104/7104
[pid=31682] ppid=31680 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/31682/stat : 31682 (java) S 31680 31682 30487 0 -1 4202496 4288 0 1 0 8 1 0 0 20 0 18 0 253698618 9787813888 5478 33554432000 1073741824 1073778376 140735991788192 140735991779328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31682/statm: 2389603 5479 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558412

[startup+0.300236 s]
/proc/loadavg: 3.99 3.94 3.79 4/197 31682
/proc/meminfo: memFree=26060432/32873648 swapFree=7104/7104
[pid=31682] ppid=31680 vsize=9558412 CPUtime=0.55 cores=0,2,4,6
/proc/31682/stat : 31682 (java) S 31680 31682 30487 0 -1 4202496 13001 0 1 0 52 3 0 0 20 0 18 0 253698618 9787813888 13170 33554432000 1073741824 1073778376 140735991788192 140735991779328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31682/statm: 2389603 13172 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558412

[startup+0.700238 s]
/proc/loadavg: 3.99 3.94 3.79 4/197 31682
/proc/meminfo: memFree=26060432/32873648 swapFree=7104/7104
[pid=31682] ppid=31680 vsize=9558412 CPUtime=1.38 cores=0,2,4,6
/proc/31682/stat : 31682 (java) S 31680 31682 30487 0 -1 4202496 14837 0 1 0 133 5 0 0 20 0 18 0 253698618 9787813888 39819 33554432000 1073741824 1073778376 140735991788192 140735991779328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31682/statm: 2389603 39819 2229 9 0 2380296 0
Current children cumulated CPU time (s) 1.38
Current children cumulated vsize (KiB) 9558412

[startup+1.50062 s]
/proc/loadavg: 3.99 3.94 3.79 4/215 31700
/proc/meminfo: memFree=25877564/32873648 swapFree=7104/7104
[pid=31682] ppid=31680 vsize=9558412 CPUtime=2.48 cores=0,2,4,6
/proc/31682/stat : 31682 (java) S 31680 31682 30487 0 -1 4202496 16467 0 1 0 238 10 0 0 20 0 18 0 253698618 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140735991779328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31682/statm: 2389603 80208 2246 9 0 2380296 0
[pid=31682/tid=31684] ppid=31680 vsize=9558412 CPUtime=1.37 cores=0,2,4,6
/proc/31682/task/31684/stat : 31684 (java) R 31680 31682 30487 0 -1 4202560 2550 0 1 0 132 5 0 0 20 0 18 0 253698619 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041960247216 140041787951188 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31685] ppid=31680 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/31682/task/31685/stat : 31685 (java) S 31680 31682 30487 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 253698620 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041921747752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31686] ppid=31680 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/31682/task/31686/stat : 31686 (java) S 31680 31682 30487 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 253698620 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041920694952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31687] ppid=31680 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/31682/task/31687/stat : 31687 (java) S 31680 31682 30487 0 -1 4202560 218 0 0 0 3 0 0 0 20 0 18 0 253698620 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041919642664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31688] ppid=31680 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/31682/task/31688/stat : 31688 (java) S 31680 31682 30487 0 -1 4202560 55 0 0 0 1 0 0 0 20 0 18 0 253698620 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041918589864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31689] ppid=31680 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/31682/task/31689/stat : 31689 (java) S 31680 31682 30487 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 18 0 253698620 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041917536552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31690] ppid=31680 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/31682/task/31690/stat : 31690 (java) S 31680 31682 30487 0 -1 4202560 96 0 0 0 1 0 0 0 20 0 18 0 253698620 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041916483752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31691] ppid=31680 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/31682/task/31691/stat : 31691 (java) S 31680 31682 30487 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 253698620 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041915431464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31692] ppid=31680 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/31682/task/31692/stat : 31692 (java) S 31680 31682 30487 0 -1 4202560 7 0 0 0 1 0 0 0 20 0 18 0 253698620 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041914378664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31693] ppid=31680 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31693/stat : 31693 (java) S 31680 31682 30487 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 253698621 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041784376040 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31694] ppid=31680 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31694/stat : 31694 (java) S 31680 31682 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253698622 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041783322104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31695] ppid=31680 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31695/stat : 31695 (java) S 31680 31682 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253698622 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041782269704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31696] ppid=31680 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31696/stat : 31696 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253698624 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041781218192 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31697] ppid=31680 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/31682/task/31697/stat : 31697 (java) S 31680 31682 30487 0 -1 4202560 6406 0 0 0 34 2 0 0 20 0 18 0 253698624 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041780164792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31698] ppid=31680 vsize=9558412 CPUtime=0.5 cores=0,2,4,6
/proc/31682/task/31698/stat : 31698 (java) S 31680 31682 30487 0 -1 4202560 5851 0 0 0 48 2 0 0 20 0 18 0 253698624 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041779111992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31699] ppid=31680 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31699/stat : 31699 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253698624 9787813888 80208 33554432000 1073741824 1073778376 140735991788192 140041778059896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31700] ppid=31680 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31700/stat : 31700 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253698624 9787813888 80720 33554432000 1073741824 1073778376 140735991788192 140041777007304 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.48
Current children cumulated vsize (KiB) 9558412

[startup+3.10081 s]
/proc/loadavg: 3.91 3.93 3.79 6/219 31704
/proc/meminfo: memFree=25674256/32873648 swapFree=7104/7104
[pid=31682] ppid=31680 vsize=9824668 CPUtime=6.19 cores=0,2,4,6
/proc/31682/stat : 31682 (java) S 31680 31682 30487 0 -1 4202496 17163 0 1 0 596 23 0 0 20 0 22 0 253698618 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140735991779328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31682/statm: 2456167 109802 2262 9 0 2446860 0
[pid=31682/tid=31684] ppid=31680 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/31682/task/31684/stat : 31684 (java) S 31680 31682 30487 0 -1 4202560 2570 0 1 0 157 5 0 0 20 0 22 0 253698619 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041960256504 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31685] ppid=31680 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/31682/task/31685/stat : 31685 (java) S 31680 31682 30487 0 -1 4202560 51 0 0 0 3 2 0 0 20 0 22 0 253698620 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041921747752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31686] ppid=31680 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/31682/task/31686/stat : 31686 (java) S 31680 31682 30487 0 -1 4202560 38 0 0 0 4 0 0 0 20 0 22 0 253698620 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041920694952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31687] ppid=31680 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/31682/task/31687/stat : 31687 (java) S 31680 31682 30487 0 -1 4202560 262 0 0 0 6 2 0 0 20 0 22 0 253698620 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041919642664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31688] ppid=31680 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/31682/task/31688/stat : 31688 (java) S 31680 31682 30487 0 -1 4202560 77 0 0 0 4 1 0 0 20 0 22 0 253698620 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041918589864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31689] ppid=31680 vsize=9824668 CPUtime=0.11 cores=0,2,4,6
/proc/31682/task/31689/stat : 31689 (java) S 31680 31682 30487 0 -1 4202560 70 0 0 0 9 2 0 0 20 0 22 0 253698620 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041917536552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31690] ppid=31680 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/31682/task/31690/stat : 31690 (java) S 31680 31682 30487 0 -1 4202560 176 0 0 0 8 4 0 0 20 0 22 0 253698620 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041916483752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31691] ppid=31680 vsize=9824668 CPUtime=0.04 cores=0,2,4,6
/proc/31682/task/31691/stat : 31691 (java) S 31680 31682 30487 0 -1 4202560 39 0 0 0 4 0 0 0 20 0 22 0 253698620 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041915431464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31692] ppid=31680 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/31682/task/31692/stat : 31692 (java) S 31680 31682 30487 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 22 0 253698620 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041914378664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31693] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31693/stat : 31693 (java) S 31680 31682 30487 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 253698621 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041784376040 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31694] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31694/stat : 31694 (java) S 31680 31682 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253698622 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041783322104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31695] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31695/stat : 31695 (java) S 31680 31682 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253698622 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041782269704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31696] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31696/stat : 31696 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698624 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041781218192 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31697] ppid=31680 vsize=9824668 CPUtime=0.5 cores=0,2,4,6
/proc/31682/task/31697/stat : 31697 (java) S 31680 31682 30487 0 -1 4202560 6409 0 0 0 48 2 0 0 20 0 22 0 253698624 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041780164792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31698] ppid=31680 vsize=9824668 CPUtime=0.9 cores=0,2,4,6
/proc/31682/task/31698/stat : 31698 (java) S 31680 31682 30487 0 -1 4202560 5924 0 0 0 88 2 0 0 20 0 22 0 253698624 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041779111992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31699] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31699/stat : 31699 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698624 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041778059896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31700] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31700/stat : 31700 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698624 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041777007304 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31701] ppid=31680 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/31682/task/31701/stat : 31701 (java) R 31680 31682 30487 0 -1 4202560 28 0 0 0 120 0 0 0 20 0 22 0 253698800 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041775952536 140041788347091 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31702] ppid=31680 vsize=9824668 CPUtime=1.2 cores=0,2,4,6
/proc/31682/task/31702/stat : 31702 (java) R 31680 31682 30487 0 -1 4202560 73 0 0 0 120 0 0 0 20 0 22 0 253698800 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041774899624 140041788452575 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31703] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31703/stat : 31703 (java) S 31680 31682 30487 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253698802 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041773848232 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31704] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31704/stat : 31704 (java) S 31680 31682 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253698802 10060460032 109802 33554432000 1073741824 1073778376 140735991788192 140041772795432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 9824668

[startup+6.3008 s]
/proc/loadavg: 3.91 3.93 3.79 5/219 31704
/proc/meminfo: memFree=25393280/32873648 swapFree=7104/7104
[pid=31682] ppid=31680 vsize=9824668 CPUtime=12.95 cores=0,2,4,6
/proc/31682/stat : 31682 (java) S 31680 31682 30487 0 -1 4202496 17810 0 1 0 1266 29 0 0 20 0 22 0 253698618 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140735991779328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31682/statm: 2456167 168303 2268 9 0 2446860 0
[pid=31682/tid=31684] ppid=31680 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/31682/task/31684/stat : 31684 (java) S 31680 31682 30487 0 -1 4202560 2570 0 1 0 157 5 0 0 20 0 22 0 253698619 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041960256504 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31685] ppid=31680 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/31682/task/31685/stat : 31685 (java) S 31680 31682 30487 0 -1 4202560 53 0 0 0 4 2 0 0 20 0 22 0 253698620 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041921747752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31686] ppid=31680 vsize=9824668 CPUtime=0.05 cores=0,2,4,6
/proc/31682/task/31686/stat : 31686 (java) S 31680 31682 30487 0 -1 4202560 39 0 0 0 5 0 0 0 20 0 22 0 253698620 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041920694952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31687] ppid=31680 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/31682/task/31687/stat : 31687 (java) S 31680 31682 30487 0 -1 4202560 269 0 0 0 7 3 0 0 20 0 22 0 253698620 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041919642664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31688] ppid=31680 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/31682/task/31688/stat : 31688 (java) S 31680 31682 30487 0 -1 4202560 102 0 0 0 6 3 0 0 20 0 22 0 253698620 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041918589864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31689] ppid=31680 vsize=9824668 CPUtime=0.12 cores=0,2,4,6
/proc/31682/task/31689/stat : 31689 (java) S 31680 31682 30487 0 -1 4202560 71 0 0 0 10 2 0 0 20 0 22 0 253698620 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041917536552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31690] ppid=31680 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/31682/task/31690/stat : 31690 (java) S 31680 31682 30487 0 -1 4202560 176 0 0 0 9 4 0 0 20 0 22 0 253698620 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041916483752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31691] ppid=31680 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/31682/task/31691/stat : 31691 (java) S 31680 31682 30487 0 -1 4202560 49 0 0 0 6 1 0 0 20 0 22 0 253698620 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041915431464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31692] ppid=31680 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/31682/task/31692/stat : 31692 (java) S 31680 31682 30487 0 -1 4202560 62 0 0 0 8 2 0 0 20 0 22 0 253698620 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041914378664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31693] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31693/stat : 31693 (java) S 31680 31682 30487 0 -1 4202560 487 0 0 0 0 0 0 0 20 0 22 0 253698621 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041784376040 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31694] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31694/stat : 31694 (java) S 31680 31682 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253698622 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041783322104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31695] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31695/stat : 31695 (java) S 31680 31682 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253698622 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041782269704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31696] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31696/stat : 31696 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698624 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041781218192 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31697] ppid=31680 vsize=9824668 CPUtime=0.6 cores=0,2,4,6
/proc/31682/task/31697/stat : 31697 (java) S 31680 31682 30487 0 -1 4202560 6418 0 0 0 58 2 0 0 20 0 22 0 253698624 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041780164792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31698] ppid=31680 vsize=9824668 CPUtime=1.09 cores=0,2,4,6
/proc/31682/task/31698/stat : 31698 (java) S 31680 31682 30487 0 -1 4202560 5933 0 0 0 107 2 0 0 20 0 22 0 253698624 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041779111992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31699] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31699/stat : 31699 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698624 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041778059896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31700] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31700/stat : 31700 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698624 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041777007304 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31701] ppid=31680 vsize=9824668 CPUtime=4.35 cores=0,2,4,6
/proc/31682/task/31701/stat : 31701 (java) R 31680 31682 30487 0 -1 4202560 29 0 0 0 435 0 0 0 20 0 22 0 253698800 10060460032 168303 33554432000 1073741824 1073778376 140735991788192 140041775950920 140041788414828 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0

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

[pid=31682/tid=31702] ppid=31680 vsize=9824668 CPUtime=807.42 cores=0,2,4,6
/proc/31682/task/31702/stat : 31702 (java) R 31680 31682 30487 0 -1 4202560 1903 0 0 0 80695 47 0 0 20 0 22 0 253698800 10060460032 578190 33554432000 1073741824 1073778376 140735991788192 140041774898016 140041788323438 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31703] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31703/stat : 31703 (java) S 31680 31682 30487 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253698802 10060460032 578190 33554432000 1073741824 1073778376 140735991788192 140041773848232 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31704] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31704/stat : 31704 (java) S 31680 31682 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253698802 10060460032 578190 33554432000 1073741824 1073778376 140735991788192 140041772795432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1649.23
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 4.12 4.00 3.88 5/219 31775
/proc/meminfo: memFree=26626680/32873648 swapFree=7104/7104
[pid=31682] ppid=31680 vsize=9824668 CPUtime=1769.79 cores=0,2,4,6
/proc/31682/stat : 31682 (java) S 31680 31682 30487 0 -1 4202496 55257 0 1 0 176854 125 0 0 20 0 22 0 253698618 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140735991779328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31682/statm: 2456167 573152 2285 9 0 2446860 0
[pid=31682/tid=31684] ppid=31680 vsize=9824668 CPUtime=1.66 cores=0,2,4,6
/proc/31682/task/31684/stat : 31684 (java) S 31680 31682 30487 0 -1 4202560 2586 0 1 0 160 6 0 0 20 0 22 0 253698619 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041960256504 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31685] ppid=31680 vsize=9824668 CPUtime=3.06 cores=0,2,4,6
/proc/31682/task/31685/stat : 31685 (java) S 31680 31682 30487 0 -1 4202560 325 0 0 0 301 5 0 0 20 0 22 0 253698620 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041921747752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31686] ppid=31680 vsize=9824668 CPUtime=2.94 cores=0,2,4,6
/proc/31682/task/31686/stat : 31686 (java) S 31680 31682 30487 0 -1 4202560 327 0 0 0 290 4 0 0 20 0 22 0 253698620 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041920694952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31687] ppid=31680 vsize=9824668 CPUtime=3.19 cores=0,2,4,6
/proc/31682/task/31687/stat : 31687 (java) S 31680 31682 30487 0 -1 4202560 544 0 0 0 312 7 0 0 20 0 22 0 253698620 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041919642664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31688] ppid=31680 vsize=9824668 CPUtime=3.05 cores=0,2,4,6
/proc/31682/task/31688/stat : 31688 (java) S 31680 31682 30487 0 -1 4202560 372 0 0 0 300 5 0 0 20 0 22 0 253698620 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041918589864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31689] ppid=31680 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/31682/task/31689/stat : 31689 (java) S 31680 31682 30487 0 -1 4202560 356 0 0 0 308 6 0 0 20 0 22 0 253698620 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041917536552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31690] ppid=31680 vsize=9824668 CPUtime=3.18 cores=0,2,4,6
/proc/31682/task/31690/stat : 31690 (java) S 31680 31682 30487 0 -1 4202560 473 0 0 0 310 8 0 0 20 0 22 0 253698620 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041916483752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31691] ppid=31680 vsize=9824668 CPUtime=3.18 cores=0,2,4,6
/proc/31682/task/31691/stat : 31691 (java) S 31680 31682 30487 0 -1 4202560 319 0 0 0 314 4 0 0 20 0 22 0 253698620 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041915431464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31692] ppid=31680 vsize=9824668 CPUtime=3.19 cores=0,2,4,6
/proc/31682/task/31692/stat : 31692 (java) S 31680 31682 30487 0 -1 4202560 321 0 0 0 313 6 0 0 20 0 22 0 253698620 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041914378664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31693] ppid=31680 vsize=9824668 CPUtime=7.34 cores=0,2,4,6
/proc/31682/task/31693/stat : 31693 (java) S 31680 31682 30487 0 -1 4202560 29197 0 0 0 713 21 0 0 20 0 22 0 253698621 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041784376040 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31694] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31694/stat : 31694 (java) S 31680 31682 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253698622 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041783322104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31695] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31695/stat : 31695 (java) S 31680 31682 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253698622 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041782269704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31696] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31696/stat : 31696 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698624 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041781218192 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31697] ppid=31680 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/31682/task/31697/stat : 31697 (java) S 31680 31682 30487 0 -1 4202560 11163 0 0 0 141 3 0 0 20 0 22 0 253698624 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041780164792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31698] ppid=31680 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/31682/task/31698/stat : 31698 (java) S 31680 31682 30487 0 -1 4202560 5949 0 0 0 140 2 0 0 20 0 22 0 253698624 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041779111992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31699] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31699/stat : 31699 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698624 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041778059896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31700] ppid=31680 vsize=9824668 CPUtime=0.3 cores=0,2,4,6
/proc/31682/task/31700/stat : 31700 (java) S 31680 31682 30487 0 -1 4202560 50 0 0 0 13 17 0 0 20 0 22 0 253698624 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041777007304 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31701] ppid=31680 vsize=9824668 CPUtime=866.37 cores=0,2,4,6
/proc/31682/task/31701/stat : 31701 (java) R 31680 31682 30487 0 -1 4202560 171 0 0 0 86621 16 0 0 20 0 22 0 253698800 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041775951664 140041788414908 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31702] ppid=31680 vsize=9824668 CPUtime=866.38 cores=0,2,4,6
/proc/31682/task/31702/stat : 31702 (java) R 31680 31682 30487 0 -1 4202560 1912 0 0 0 86590 48 0 0 20 0 22 0 253698800 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041774898016 140041788690258 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31703] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31703/stat : 31703 (java) S 31680 31682 30487 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253698802 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041773848232 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31704] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31704/stat : 31704 (java) S 31680 31682 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253698802 10060460032 573152 33554432000 1073741824 1073778376 140735991788192 140041772795432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1769.79
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.301 s]
/proc/loadavg: 4.09 4.00 3.88 5/219 31775
/proc/meminfo: memFree=26552944/32873648 swapFree=7104/7104
[pid=31682] ppid=31680 vsize=9824668 CPUtime=1800.04 cores=0,2,4,6
/proc/31682/stat : 31682 (java) S 31680 31682 30487 0 -1 4202496 55265 0 1 0 179878 126 0 0 20 0 22 0 253698618 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140735991779328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31682/statm: 2456167 571709 2285 9 0 2446860 0
[pid=31682/tid=31684] ppid=31680 vsize=9824668 CPUtime=1.66 cores=0,2,4,6
/proc/31682/task/31684/stat : 31684 (java) S 31680 31682 30487 0 -1 4202560 2586 0 1 0 160 6 0 0 20 0 22 0 253698619 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041960256504 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31685] ppid=31680 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/31682/task/31685/stat : 31685 (java) S 31680 31682 30487 0 -1 4202560 325 0 0 0 306 5 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041921747752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31686] ppid=31680 vsize=9824668 CPUtime=3 cores=0,2,4,6
/proc/31682/task/31686/stat : 31686 (java) S 31680 31682 30487 0 -1 4202560 327 0 0 0 296 4 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041920694952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31687] ppid=31680 vsize=9824668 CPUtime=3.27 cores=0,2,4,6
/proc/31682/task/31687/stat : 31687 (java) S 31680 31682 30487 0 -1 4202560 544 0 0 0 320 7 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041919642664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31688] ppid=31680 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/31682/task/31688/stat : 31688 (java) S 31680 31682 30487 0 -1 4202560 372 0 0 0 309 5 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041918589864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31689] ppid=31680 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/31682/task/31689/stat : 31689 (java) S 31680 31682 30487 0 -1 4202560 356 0 0 0 314 6 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041917536552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31690] ppid=31680 vsize=9824668 CPUtime=3.23 cores=0,2,4,6
/proc/31682/task/31690/stat : 31690 (java) S 31680 31682 30487 0 -1 4202560 473 0 0 0 315 8 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041916483752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31691] ppid=31680 vsize=9824668 CPUtime=3.24 cores=0,2,4,6
/proc/31682/task/31691/stat : 31691 (java) S 31680 31682 30487 0 -1 4202560 319 0 0 0 320 4 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041915431464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31692] ppid=31680 vsize=9824668 CPUtime=3.24 cores=0,2,4,6
/proc/31682/task/31692/stat : 31692 (java) S 31680 31682 30487 0 -1 4202560 321 0 0 0 318 6 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041914378664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31693] ppid=31680 vsize=9824668 CPUtime=7.35 cores=0,2,4,6
/proc/31682/task/31693/stat : 31693 (java) S 31680 31682 30487 0 -1 4202560 29199 0 0 0 713 22 0 0 20 0 22 0 253698621 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041784376040 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31694] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31694/stat : 31694 (java) S 31680 31682 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253698622 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041783322104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31695] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31695/stat : 31695 (java) S 31680 31682 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253698622 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041782269704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31696] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31696/stat : 31696 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698624 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041781218192 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31697] ppid=31680 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/31682/task/31697/stat : 31697 (java) S 31680 31682 30487 0 -1 4202560 11163 0 0 0 141 3 0 0 20 0 22 0 253698624 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041780164792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31698] ppid=31680 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/31682/task/31698/stat : 31698 (java) S 31680 31682 30487 0 -1 4202560 5949 0 0 0 140 2 0 0 20 0 22 0 253698624 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041779111992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31699] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31699/stat : 31699 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698624 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041778059896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31700] ppid=31680 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/31682/task/31700/stat : 31700 (java) S 31680 31682 30487 0 -1 4202560 52 0 0 0 13 18 0 0 20 0 22 0 253698624 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041777007304 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31701] ppid=31680 vsize=9824668 CPUtime=881.24 cores=0,2,4,6
/proc/31682/task/31701/stat : 31701 (java) R 31680 31682 30487 0 -1 4202560 173 0 0 0 88108 16 0 0 20 0 22 0 253698800 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041775951664 140041788688838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31702] ppid=31680 vsize=9824668 CPUtime=881.25 cores=0,2,4,6
/proc/31682/task/31702/stat : 31702 (java) R 31680 31682 30487 0 -1 4202560 1914 0 0 0 88077 48 0 0 20 0 22 0 253698800 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041774897904 140041788702819 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31703] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31703/stat : 31703 (java) S 31680 31682 30487 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253698802 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041773848232 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31704] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31704/stat : 31704 (java) S 31680 31682 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253698802 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041772795432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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+897.301 s]
/proc/loadavg: 4.09 4.00 3.88 5/219 31775
/proc/meminfo: memFree=26552944/32873648 swapFree=7104/7104
[pid=31682] ppid=31680 vsize=9824668 CPUtime=1800.04 cores=0,2,4,6
/proc/31682/stat : 31682 (java) S 31680 31682 30487 0 -1 4202496 55265 0 1 0 179878 126 0 0 20 0 22 0 253698618 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140735991779328 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/31682/statm: 2456167 571709 2285 9 0 2446860 0
[pid=31682/tid=31684] ppid=31680 vsize=9824668 CPUtime=1.66 cores=0,2,4,6
/proc/31682/task/31684/stat : 31684 (java) S 31680 31682 30487 0 -1 4202560 2586 0 1 0 160 6 0 0 20 0 22 0 253698619 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041960256504 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31685] ppid=31680 vsize=9824668 CPUtime=3.11 cores=0,2,4,6
/proc/31682/task/31685/stat : 31685 (java) S 31680 31682 30487 0 -1 4202560 325 0 0 0 306 5 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041921747752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31686] ppid=31680 vsize=9824668 CPUtime=3 cores=0,2,4,6
/proc/31682/task/31686/stat : 31686 (java) S 31680 31682 30487 0 -1 4202560 327 0 0 0 296 4 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041920694952 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31687] ppid=31680 vsize=9824668 CPUtime=3.27 cores=0,2,4,6
/proc/31682/task/31687/stat : 31687 (java) S 31680 31682 30487 0 -1 4202560 544 0 0 0 320 7 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041919642664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31688] ppid=31680 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/31682/task/31688/stat : 31688 (java) S 31680 31682 30487 0 -1 4202560 372 0 0 0 309 5 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041918589864 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31689] ppid=31680 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/31682/task/31689/stat : 31689 (java) S 31680 31682 30487 0 -1 4202560 356 0 0 0 314 6 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041917536552 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31690] ppid=31680 vsize=9824668 CPUtime=3.23 cores=0,2,4,6
/proc/31682/task/31690/stat : 31690 (java) S 31680 31682 30487 0 -1 4202560 473 0 0 0 315 8 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041916483752 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31691] ppid=31680 vsize=9824668 CPUtime=3.24 cores=0,2,4,6
/proc/31682/task/31691/stat : 31691 (java) S 31680 31682 30487 0 -1 4202560 319 0 0 0 320 4 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041915431464 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31692] ppid=31680 vsize=9824668 CPUtime=3.24 cores=0,2,4,6
/proc/31682/task/31692/stat : 31692 (java) S 31680 31682 30487 0 -1 4202560 321 0 0 0 318 6 0 0 20 0 22 0 253698620 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041914378664 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31693] ppid=31680 vsize=9824668 CPUtime=7.35 cores=0,2,4,6
/proc/31682/task/31693/stat : 31693 (java) S 31680 31682 30487 0 -1 4202560 29199 0 0 0 713 22 0 0 20 0 22 0 253698621 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041784376040 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31694] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31694/stat : 31694 (java) S 31680 31682 30487 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253698622 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041783322104 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31695] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31695/stat : 31695 (java) S 31680 31682 30487 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253698622 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041782269704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31696] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31696/stat : 31696 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698624 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041781218192 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31697] ppid=31680 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/31682/task/31697/stat : 31697 (java) S 31680 31682 30487 0 -1 4202560 11163 0 0 0 141 3 0 0 20 0 22 0 253698624 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041780164792 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=31682/tid=31698] ppid=31680 vsize=9824668 CPUtime=1.42 cores=0,2,4,6
/proc/31682/task/31698/stat : 31698 (java) S 31680 31682 30487 0 -1 4202560 5949 0 0 0 140 2 0 0 20 0 22 0 253698624 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041779111992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=31682/tid=31699] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31699/stat : 31699 (java) S 31680 31682 30487 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253698624 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041778059896 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31700] ppid=31680 vsize=9824668 CPUtime=0.31 cores=0,2,4,6
/proc/31682/task/31700/stat : 31700 (java) S 31680 31682 30487 0 -1 4202560 52 0 0 0 13 18 0 0 20 0 22 0 253698624 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041777007304 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31701] ppid=31680 vsize=9824668 CPUtime=881.24 cores=0,2,4,6
/proc/31682/task/31701/stat : 31701 (java) R 31680 31682 30487 0 -1 4202560 173 0 0 0 88108 16 0 0 20 0 22 0 253698800 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041775951664 140041788688838 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=31682/tid=31702] ppid=31680 vsize=9824668 CPUtime=881.25 cores=0,2,4,6
/proc/31682/task/31702/stat : 31702 (java) R 31680 31682 30487 0 -1 4202560 1914 0 0 0 88077 48 0 0 20 0 22 0 253698800 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041774897904 140041788702819 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31703] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31703/stat : 31703 (java) S 31680 31682 30487 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 253698802 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041773848232 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=31682/tid=31704] ppid=31680 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/31682/task/31704/stat : 31704 (java) S 31680 31682 30487 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253698802 10060460032 571709 33554432000 1073741824 1073778376 140735991788192 140041772795432 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 897.353
CPU time (s): 1800.46
CPU user time (s): 1798.7
CPU system time (s): 1.76273
CPU usage (%): 200.641
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.7
system time used= 1.76273
maximum resident set size= 2858960
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 55298
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 29347
involuntary context switches= 51307

runsolver used 3.24051 second user time and 8.29374 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-24 18:08:52
IDJOB=3688054
IDBENCH=2633
IDSOLVER=2268
FILE ID=node127/3688054-1337875731
RUNJOBID= node127-1337871880-30503
PBS_JOBID= 14620077
Free space on /tmp= 71668 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_19.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688054-1337875731/watcher-3688054-1337875731 -o /tmp/evaluation-result-3688054-1337875731/solver-3688054-1337875731 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3688054-1337875731.opb

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

MD5SUM BENCH= 5a1b3155d98b6c4d8f9ab1b869fece67
RANDOM SEED=769169046

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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:        26060432 kB
Buffers:          233512 kB
Cached:          2369976 kB
SwapCached:            0 kB
Active:          3830396 kB
Inactive:        2199464 kB
Active(anon):    3428924 kB
Inactive(anon):        0 kB
Active(file):     401472 kB
Inactive(file):  2199464 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              6296 kB
Writeback:             0 kB
AnonPages:       3426840 kB
Mapped:            22612 kB
Shmem:               200 kB
Slab:             637908 kB
SReclaimable:      82232 kB
SUnreclaim:       555676 kB
KernelStack:        1784 kB
PageTables:        10692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    3821748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3360768 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= 71668 MiB
End job on node127 at 2012-05-24 18:23:51