Trace number 3688284

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.55 897.937

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_20.opb
MD5SUM601a73d2c5752739e04dd0126b5500f0
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark392
Best CPU time to get the best result obtained on this benchmark1783.03
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 398
Optimality of the best value was proved NO
Number of variables13478
Total number of constraints26620
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 190
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 445
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 589
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2977
Number of bits of the biggest sum of numbers12
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.09	c version 2.3.2.v20120418
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose learned constraints deletion strategy
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-3688284-1337876653.opb
0.10/0.12	c reading problem ... 
3.38/2.18	c ... done. Wall clock time 2.068s.
3.38/2.18	c declared #vars     13478
3.38/2.18	c #constraints  26620
3.38/2.18	c constraints type 
3.38/2.19	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
3.38/2.19	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
3.38/2.19	c 26620 constraints processed.
3.38/2.19	c constraints type 
3.38/2.19	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
3.38/2.19	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
3.38/2.19	c 26620 constraints processed.
3.38/2.19	c objective function length is 9 literals
48.49/23.93	c cleaning 2492 clauses out of 5000 with flag 5000/5000
97.24/48.40	c cleaning 4251 clauses out of 8510 with flag 11002/11002
160.15/79.82	c cleaning 5622 clauses out of 11257 with flag 18000/18000
170.33/85.07	c cleaning 0 clauses out of 5001 with flag 0/5001
219.27/109.41	c cleaning 6810 clauses out of 13636 with flag 26001/26001
283.29/141.48	c cleaning 7901 clauses out of 15825 with flag 35000/35000
356.42/178.02	c cleaning 8950 clauses out of 17925 with flag 45001/45001
417.24/208.55	c cleaning 0 clauses out of 11000 with flag 0/11000
435.66/217.95	c cleaning 9965 clauses out of 19974 with flag 56000/56000
524.79/262.59	c cleaning 10996 clauses out of 22009 with flag 68000/68000
621.56/310.83	c cleaning 11996 clauses out of 24013 with flag 81000/81000
735.36/367.42	c cleaning 12990 clauses out of 26017 with flag 95000/95000
836.88/418.02	c cleaning 0 clauses out of 18000 with flag 0/18000
862.32/430.84	c cleaning 13996 clauses out of 28027 with flag 110000/110000
986.98/492.84	c cleaning 15001 clauses out of 30031 with flag 126000/126000
1122.17/560.14	c cleaning 15984 clauses out of 32031 with flag 143001/143001
1281.07/639.21	c cleaning 17003 clauses out of 34046 with flag 161000/161000
1316.53/657.08	c cleaning 0 clauses out of 26000 with flag 0/26000
1426.73/711.90	c cleaning 18018 clauses out of 36043 with flag 180000/180000
1583.67/790.04	c cleaning 18996 clauses out of 38026 with flag 200001/200001
1758.73/877.20	c cleaning 20000 clauses out of 40029 with flag 221000/221000
1800.06/897.91	c starts		: 119
1800.06/897.91	c conflicts		: 226554
1800.06/897.91	c decisions		: 309332
1800.06/897.91	c propagations		: 74007711
1800.06/897.91	c inspects		: 3226845353
1800.06/897.91	c shortcuts		: 0
1800.06/897.91	c learnt literals	: 0
1800.06/897.91	c learnt binary clauses	: 0
1800.06/897.91	c learnt ternary clauses	: 3
1800.06/897.91	c learnt constraints	: 226554
1800.06/897.91	c ignored constraints	: 0
1800.06/897.91	c root simplifications	: 0
1800.06/897.91	c removed literals (reason simplification)	: 568756
1800.06/897.91	c reason swapping (by a shorter reason)	: 0
1800.06/897.91	c Calls to reduceDB	: 17
1800.06/897.91	c number of reductions to clauses (during analyze)	: 0
1800.06/897.91	c number of learned constraints concerned by reduction	: 0
1800.06/897.91	c number of learning phase by resolution	: 0
1800.06/897.91	c number of learning phase by cutting planes	: 0
1800.06/897.91	c speed (assignments/second)	: 82625.18756196243
1800.06/897.91	c non guided choices	13391
1800.06/897.92	c learnt constraints type 
1800.06/897.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25586
1800.06/897.92	c constraints type 
1800.06/897.92	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.06/897.92	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
1800.06/897.92	c 26620 constraints processed.
1800.06/897.92	c constraints type 
1800.06/897.92	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
1800.06/897.92	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26619
1800.06/897.92	c 26620 constraints processed.
1800.06/897.92	s UNKNOWN
1800.06/897.92	c Total wall clock time (in seconds): 897.804

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-3688284-1337876653/watcher-3688284-1337876653 -o /tmp/evaluation-result-3688284-1337876653/solver-3688284-1337876653 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3688284-1337876653.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.38 3.82 3.84 4/199 27904
/proc/meminfo: memFree=28844956/32873844 swapFree=7364/7364
[pid=27904] ppid=27902 vsize=91880 CPUtime=0 cores=0,2,4,6
/proc/27904/stat : 27904 (java) S 27902 27904 26250 0 -1 4202496 1183 0 0 0 0 0 0 0 20 0 2 0 253790100 94085120 902 33554432000 1073741824 1073778376 140734573814512 140734573805648 215146856509 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27904/statm: 22970 906 687 9 0 16769 0
[pid=27904/tid=27905] ppid=27902 vsize=91816 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27905/stat : 27905 (java) R 27902 27904 26250 0 -1 4202560 54 0 0 0 0 0 0 0 20 0 2 0 253790100 94019584 912 33554432000 1073741824 1073778376 140734573814512 140734573803576 215143174762 0 0 4096 0 0 0 0 -1 2 0 0 0 0 0

[startup+0.014921 s]
/proc/loadavg: 3.38 3.82 3.84 4/199 27904
/proc/meminfo: memFree=28844956/32873844 swapFree=7364/7364
[pid=27904] ppid=27902 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/27904/stat : 27904 (java) S 27902 27904 26250 0 -1 4202496 2127 0 1 0 0 0 0 0 20 0 10 0 253790100 9231130624 2318 33554432000 1073741824 1073778376 140734573814512 140734573805648 215146856509 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27904/statm: 2253694 2320 1005 9 0 2244803 0
[pid=27904/tid=27905] ppid=27902 vsize=9014776 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27905/stat : 27905 (java) R 27902 27904 26250 0 -1 4202560 973 0 1 0 0 0 0 0 20 0 10 0 253790100 9231130624 2320 33554432000 1073741824 1073778376 140734573814512 140030544394192 140030551988640 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9014776

[startup+0.100266 s]
/proc/loadavg: 3.38 3.82 3.84 4/199 27904
/proc/meminfo: memFree=28844956/32873844 swapFree=7364/7364
[pid=27904] ppid=27902 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/27904/stat : 27904 (java) S 27902 27904 26250 0 -1 4202496 4319 0 1 0 9 1 0 0 20 0 18 0 253790100 9787813888 5518 33554432000 1073741824 1073778376 140734573814512 140734573805648 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27904/statm: 2389603 5518 2109 9 0 2380296 0
[pid=27904/tid=27905] ppid=27902 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/27904/task/27905/stat : 27905 (java) R 27902 27904 26250 0 -1 4202560 2357 0 1 0 6 1 0 0 20 0 18 0 253790100 9787813888 5518 33554432000 1073741824 1073778376 140734573814512 140030544391088 140030550789862 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.300257 s]
/proc/loadavg: 3.38 3.82 3.84 4/199 27904
/proc/meminfo: memFree=28844956/32873844 swapFree=7364/7364
[pid=27904] ppid=27902 vsize=9558412 CPUtime=0.57 cores=0,2,4,6
/proc/27904/stat : 27904 (java) S 27902 27904 26250 0 -1 4202496 12214 0 1 0 54 3 0 0 20 0 18 0 253790100 9787813888 13146 33554432000 1073741824 1073778376 140734573814512 140734573805648 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27904/statm: 2389603 13146 2218 9 0 2380296 0
[pid=27904/tid=27905] ppid=27902 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/27904/task/27905/stat : 27905 (java) R 27902 27904 26250 0 -1 4202560 2452 0 1 0 26 1 0 0 20 0 18 0 253790100 9787813888 13146 33554432000 1073741824 1073778376 140734573814512 140030544383936 140030379115679 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558412

[startup+0.700264 s]
/proc/loadavg: 3.38 3.82 3.84 4/199 27904
/proc/meminfo: memFree=28844956/32873844 swapFree=7364/7364
[pid=27904] ppid=27902 vsize=9558412 CPUtime=1.41 cores=0,2,4,6
/proc/27904/stat : 27904 (java) S 27902 27904 26250 0 -1 4202496 15797 0 1 0 136 5 0 0 20 0 18 0 253790100 9787813888 38171 33554432000 1073741824 1073778376 140734573814512 140734573805648 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27904/statm: 2389603 38171 2229 9 0 2380296 0
[pid=27904/tid=27905] ppid=27902 vsize=9558412 CPUtime=0.67 cores=0,2,4,6
/proc/27904/task/27905/stat : 27905 (java) R 27902 27904 26250 0 -1 4202560 2500 0 1 0 64 3 0 0 20 0 18 0 253790100 9787813888 38171 33554432000 1073741824 1073778376 140734573814512 140030544383888 140030379501709 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 3.38 3.82 3.84 4/217 27922
/proc/meminfo: memFree=28663112/32873844 swapFree=7364/7364
[pid=27904] ppid=27902 vsize=9558412 CPUtime=2.57 cores=0,2,4,6
/proc/27904/stat : 27904 (java) S 27902 27904 26250 0 -1 4202496 17656 0 1 0 245 12 0 0 20 0 18 0 253790100 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140734573805648 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27904/statm: 2389603 75467 2246 9 0 2380296 0
[pid=27904/tid=27905] ppid=27902 vsize=9558412 CPUtime=1.4 cores=0,2,4,6
/proc/27904/task/27905/stat : 27905 (java) R 27902 27904 26250 0 -1 4202560 2552 0 1 0 134 6 0 0 20 0 18 0 253790100 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140030544383808 215146882317 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27907] ppid=27902 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/27904/task/27907/stat : 27907 (java) S 27902 27904 26250 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 18 0 253790101 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140030505884712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27908] ppid=27902 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/27904/task/27908/stat : 27908 (java) S 27902 27904 26250 0 -1 4202560 82 0 0 0 1 0 0 0 20 0 18 0 253790101 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140030504831912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27909] ppid=27902 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/27904/task/27909/stat : 27909 (java) S 27902 27904 26250 0 -1 4202560 108 0 0 0 1 0 0 0 20 0 18 0 253790101 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140030503779112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27904/tid=27910] ppid=27902 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/27904/task/27910/stat : 27910 (java) S 27902 27904 26250 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 253790101 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140030502726312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27911] ppid=27902 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/27904/task/27911/stat : 27911 (java) S 27902 27904 26250 0 -1 4202560 92 0 0 0 2 2 0 0 20 0 18 0 253790101 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140030501673512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27912] ppid=27902 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/27904/task/27912/stat : 27912 (java) S 27902 27904 26250 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 253790101 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140030500620712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27913] ppid=27902 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/27904/task/27913/stat : 27913 (java) S 27902 27904 26250 0 -1 4202560 104 0 0 0 3 0 0 0 20 0 18 0 253790101 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140030499567912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27914] ppid=27902 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/27904/task/27914/stat : 27914 (java) S 27902 27904 26250 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 253790101 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140030498515112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27904/tid=27915] ppid=27902 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27915/stat : 27915 (java) S 27902 27904 26250 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 253790102 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140030367882216 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27916] ppid=27902 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27916/stat : 27916 (java) S 27902 27904 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 253790103 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140030366828280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27917] ppid=27902 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27917/stat : 27917 (java) S 27902 27904 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 253790103 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140030365775368 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27918] ppid=27902 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27918/stat : 27918 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253790106 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140030364723856 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27919] ppid=27902 vsize=9558412 CPUtime=0.51 cores=0,2,4,6
/proc/27904/task/27919/stat : 27919 (java) S 27902 27904 26250 0 -1 4202560 8141 0 0 0 49 2 0 0 20 0 18 0 253790106 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140030363670968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27904/tid=27920] ppid=27902 vsize=9558412 CPUtime=0.37 cores=0,2,4,6
/proc/27904/task/27920/stat : 27920 (java) S 27902 27904 26250 0 -1 4202560 5283 0 0 0 37 0 0 0 20 0 18 0 253790106 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140029489834296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27921] ppid=27902 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27921/stat : 27921 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253790106 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140029488781688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27922] ppid=27902 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27922/stat : 27922 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 253790106 9787813888 75467 33554432000 1073741824 1073778376 140734573814512 140029487729096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 9558412

[startup+3.10066 s]
/proc/loadavg: 3.35 3.81 3.84 4/217 27922
/proc/meminfo: memFree=28455708/32873844 swapFree=7364/7364
[pid=27904] ppid=27902 vsize=9824668 CPUtime=5.91 cores=0,2,4,6
/proc/27904/stat : 27904 (java) S 27902 27904 26250 0 -1 4202496 19046 0 1 0 566 25 0 0 20 0 22 0 253790100 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140734573805648 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27904/statm: 2456167 112560 2262 9 0 2446860 0
[pid=27904/tid=27905] ppid=27902 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/27904/task/27905/stat : 27905 (java) S 27902 27904 26250 0 -1 4202560 2583 0 1 0 188 7 0 0 20 0 22 0 253790100 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140030544393208 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27907] ppid=27902 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/27904/task/27907/stat : 27907 (java) S 27902 27904 26250 0 -1 4202560 52 0 0 0 5 2 0 0 20 0 22 0 253790101 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140030505884712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27908] ppid=27902 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/27904/task/27908/stat : 27908 (java) S 27902 27904 26250 0 -1 4202560 112 0 0 0 4 2 0 0 20 0 22 0 253790101 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140030504831912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27909] ppid=27902 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/27904/task/27909/stat : 27909 (java) S 27902 27904 26250 0 -1 4202560 154 0 0 0 6 2 0 0 20 0 22 0 253790101 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140030503779112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27910] ppid=27902 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/27904/task/27910/stat : 27910 (java) S 27902 27904 26250 0 -1 4202560 58 0 0 0 6 1 0 0 20 0 22 0 253790101 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140030502726312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27911] ppid=27902 vsize=9824668 CPUtime=0.18 cores=0,2,4,6
/proc/27904/task/27911/stat : 27911 (java) S 27902 27904 26250 0 -1 4202560 179 0 0 0 14 4 0 0 20 0 22 0 253790101 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140030501673512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27912] ppid=27902 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/27904/task/27912/stat : 27912 (java) S 27902 27904 26250 0 -1 4202560 38 0 0 0 5 1 0 0 20 0 22 0 253790101 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140030500620712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27913] ppid=27902 vsize=9824668 CPUtime=0.13 cores=0,2,4,6
/proc/27904/task/27913/stat : 27913 (java) S 27902 27904 26250 0 -1 4202560 168 0 0 0 10 3 0 0 20 0 22 0 253790101 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140030499567912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27914] ppid=27902 vsize=9824668 CPUtime=0.06 cores=0,2,4,6
/proc/27904/task/27914/stat : 27914 (java) S 27902 27904 26250 0 -1 4202560 44 0 0 0 6 0 0 0 20 0 22 0 253790101 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140030498515112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27904/tid=27915] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27915/stat : 27915 (java) S 27902 27904 26250 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 22 0 253790102 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140030367882216 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27916] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27916/stat : 27916 (java) S 27902 27904 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253790103 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140030366828280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27917] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27917/stat : 27917 (java) S 27902 27904 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253790103 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140030365775368 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27918] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27918/stat : 27918 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790106 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140030364723856 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27919] ppid=27902 vsize=9824668 CPUtime=0.76 cores=0,2,4,6
/proc/27904/task/27919/stat : 27919 (java) R 27902 27904 26250 0 -1 4202560 8887 0 0 0 74 2 0 0 20 0 22 0 253790106 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140030363648216 140030547917375 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=27904/tid=27920] ppid=27902 vsize=9824668 CPUtime=0.52 cores=0,2,4,6
/proc/27904/task/27920/stat : 27920 (java) S 27902 27904 26250 0 -1 4202560 5285 0 0 0 52 0 0 0 20 0 22 0 253790106 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140029489834296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27921] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27921/stat : 27921 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790106 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140029488781688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27922] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27922/stat : 27922 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790106 10060460032 112560 33554432000 1073741824 1073778376 140734573814512 140029487729096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 5.91
Current children cumulated vsize (KiB) 9824668

[startup+6.30082 s]
/proc/loadavg: 3.35 3.81 3.84 5/221 27926
/proc/meminfo: memFree=28150528/32873844 swapFree=7364/7364
[pid=27904] ppid=27902 vsize=9824668 CPUtime=12.95 cores=0,2,4,6
/proc/27904/stat : 27904 (java) S 27902 27904 26250 0 -1 4202496 20783 0 1 0 1262 33 0 0 20 0 22 0 253790100 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140734573805648 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27904/statm: 2456167 173468 2268 9 0 2446860 0
[pid=27904/tid=27905] ppid=27902 vsize=9824668 CPUtime=1.95 cores=0,2,4,6
/proc/27904/task/27905/stat : 27905 (java) S 27902 27904 26250 0 -1 4202560 2583 0 1 0 188 7 0 0 20 0 22 0 253790100 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140030544393208 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27907] ppid=27902 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/27904/task/27907/stat : 27907 (java) S 27902 27904 26250 0 -1 4202560 56 0 0 0 6 2 0 0 20 0 22 0 253790101 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140030505884712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27904/tid=27908] ppid=27902 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/27904/task/27908/stat : 27908 (java) S 27902 27904 26250 0 -1 4202560 127 0 0 0 6 3 0 0 20 0 22 0 253790101 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140030504831912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27909] ppid=27902 vsize=9824668 CPUtime=0.09 cores=0,2,4,6
/proc/27904/task/27909/stat : 27909 (java) S 27902 27904 26250 0 -1 4202560 158 0 0 0 6 3 0 0 20 0 22 0 253790101 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140030503779112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27910] ppid=27902 vsize=9824668 CPUtime=0.08 cores=0,2,4,6
/proc/27904/task/27910/stat : 27910 (java) S 27902 27904 26250 0 -1 4202560 59 0 0 0 7 1 0 0 20 0 22 0 253790101 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140030502726312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27911] ppid=27902 vsize=9824668 CPUtime=0.19 cores=0,2,4,6
/proc/27904/task/27911/stat : 27911 (java) S 27902 27904 26250 0 -1 4202560 181 0 0 0 15 4 0 0 20 0 22 0 253790101 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140030501673512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27912] ppid=27902 vsize=9824668 CPUtime=0.07 cores=0,2,4,6
/proc/27904/task/27912/stat : 27912 (java) S 27902 27904 26250 0 -1 4202560 40 0 0 0 6 1 0 0 20 0 22 0 253790101 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140030500620712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27913] ppid=27902 vsize=9824668 CPUtime=0.16 cores=0,2,4,6
/proc/27904/task/27913/stat : 27913 (java) S 27902 27904 26250 0 -1 4202560 178 0 0 0 12 4 0 0 20 0 22 0 253790101 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140030499567912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27914] ppid=27902 vsize=9824668 CPUtime=0.1 cores=0,2,4,6
/proc/27904/task/27914/stat : 27914 (java) S 27902 27904 26250 0 -1 4202560 75 0 0 0 9 1 0 0 20 0 22 0 253790101 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140030498515112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27904/tid=27915] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27915/stat : 27915 (java) S 27902 27904 26250 0 -1 4202560 494 0 0 0 0 0 0 0 20 0 22 0 253790102 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140030367882216 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27916] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27916/stat : 27916 (java) S 27902 27904 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253790103 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140030366828280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27917] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27917/stat : 27917 (java) S 27902 27904 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253790103 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140030365775368 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27918] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27918/stat : 27918 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790106 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140030364723856 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27919] ppid=27902 vsize=9824668 CPUtime=1.07 cores=0,2,4,6
/proc/27904/task/27919/stat : 27919 (java) S 27902 27904 26250 0 -1 4202560 8895 0 0 0 105 2 0 0 20 0 22 0 253790106 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140030363670968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27904/tid=27920] ppid=27902 vsize=9824668 CPUtime=0.79 cores=0,2,4,6
/proc/27904/task/27920/stat : 27920 (java) S 27902 27904 26250 0 -1 4202560 6357 0 0 0 78 1 0 0 20 0 22 0 253790106 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140029489834296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27921] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27921/stat : 27921 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790106 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140029488781688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27922] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27922/stat : 27922 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790106 10060460032 173468 33554432000 1073741824 1073778376 140734573814512 140029487729096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=27904/tid=27924] ppid=27902 vsize=9824668 CPUtime=805.69 cores=0,2,4,6
/proc/27904/task/27924/stat : 27924 (java) R 27902 27904 26250 0 -1 4202560 1897 0 0 0 80522 47 0 0 20 0 22 0 253790319 10060460032 592103 33554432000 1073741824 1073778376 140734573814512 140029485622272 140030380127373 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27925] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27925/stat : 27925 (java) S 27902 27904 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790321 10060460032 592103 33554432000 1073741824 1073778376 140734573814512 140029484570024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27926] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27926/stat : 27926 (java) S 27902 27904 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790321 10060460032 592103 33554432000 1073741824 1073778376 140734573814512 140029483517224 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1648
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.78 3.99 3.93 5/221 28022
/proc/meminfo: memFree=26830480/32873844 swapFree=7364/7364
[pid=27904] ppid=27902 vsize=9824668 CPUtime=1768.56 cores=0,2,4,6
/proc/27904/stat : 27904 (java) S 27902 27904 26250 0 -1 4202496 65014 0 1 0 176725 131 0 0 20 0 22 0 253790100 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140734573805648 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27904/statm: 2456167 584502 2285 9 0 2446860 0
[pid=27904/tid=27905] ppid=27902 vsize=9824668 CPUtime=1.98 cores=0,2,4,6
/proc/27904/task/27905/stat : 27905 (java) S 27902 27904 26250 0 -1 4202560 2596 0 1 0 190 8 0 0 20 0 22 0 253790100 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140030544393208 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27907] ppid=27902 vsize=9824668 CPUtime=3.12 cores=0,2,4,6
/proc/27904/task/27907/stat : 27907 (java) S 27902 27904 26250 0 -1 4202560 325 0 0 0 308 4 0 0 20 0 22 0 253790101 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140030505884712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27904/tid=27908] ppid=27902 vsize=9824668 CPUtime=3.49 cores=0,2,4,6
/proc/27904/task/27908/stat : 27908 (java) S 27902 27904 26250 0 -1 4202560 419 0 0 0 342 7 0 0 20 0 22 0 253790101 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140030504831912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27909] ppid=27902 vsize=9824668 CPUtime=3.26 cores=0,2,4,6
/proc/27904/task/27909/stat : 27909 (java) S 27902 27904 26250 0 -1 4202560 441 0 0 0 320 6 0 0 20 0 22 0 253790101 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140030503779112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27910] ppid=27902 vsize=9824668 CPUtime=3.14 cores=0,2,4,6
/proc/27904/task/27910/stat : 27910 (java) S 27902 27904 26250 0 -1 4202560 341 0 0 0 309 5 0 0 20 0 22 0 253790101 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140030502726312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27911] ppid=27902 vsize=9824668 CPUtime=3.4 cores=0,2,4,6
/proc/27904/task/27911/stat : 27911 (java) S 27902 27904 26250 0 -1 4202560 454 0 0 0 332 8 0 0 20 0 22 0 253790101 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140030501673512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27904/tid=27912] ppid=27902 vsize=9824668 CPUtime=3.09 cores=0,2,4,6
/proc/27904/task/27912/stat : 27912 (java) S 27902 27904 26250 0 -1 4202560 317 0 0 0 304 5 0 0 20 0 22 0 253790101 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140030500620712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27913] ppid=27902 vsize=9824668 CPUtime=3.25 cores=0,2,4,6
/proc/27904/task/27913/stat : 27913 (java) S 27902 27904 26250 0 -1 4202560 438 0 0 0 319 6 0 0 20 0 22 0 253790101 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140030499567912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27914] ppid=27902 vsize=9824668 CPUtime=3.18 cores=0,2,4,6
/proc/27904/task/27914/stat : 27914 (java) S 27902 27904 26250 0 -1 4202560 349 0 0 0 312 6 0 0 20 0 22 0 253790101 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140030498515112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27904/tid=27915] ppid=27902 vsize=9824668 CPUtime=8.6 cores=0,2,4,6
/proc/27904/task/27915/stat : 27915 (java) S 27902 27904 26250 0 -1 4202560 34996 0 0 0 839 21 0 0 20 0 22 0 253790102 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140030367882216 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27916] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27916/stat : 27916 (java) S 27902 27904 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253790103 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140030366828280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27917] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27917/stat : 27917 (java) S 27902 27904 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253790103 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140030365775368 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27918] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27918/stat : 27918 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790106 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140030364723856 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27919] ppid=27902 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/27904/task/27919/stat : 27919 (java) S 27902 27904 26250 0 -1 4202560 14237 0 0 0 167 3 0 0 20 0 22 0 253790106 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140030363670968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27920] ppid=27902 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/27904/task/27920/stat : 27920 (java) S 27902 27904 26250 0 -1 4202560 6822 0 0 0 100 2 0 0 20 0 22 0 253790106 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140029489834296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27904/tid=27921] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27921/stat : 27921 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790106 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140029488781688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27922] ppid=27902 vsize=9824668 CPUtime=0.34 cores=0,2,4,6
/proc/27904/task/27922/stat : 27922 (java) S 27902 27904 26250 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 253790106 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140029487729096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27923] ppid=27902 vsize=9824668 CPUtime=864.48 cores=0,2,4,6
/proc/27904/task/27923/stat : 27923 (java) R 27902 27904 26250 0 -1 4202560 133 0 0 0 86432 16 0 0 20 0 22 0 253790319 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140029486673040 140030379838065 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27924] ppid=27902 vsize=9824668 CPUtime=864.59 cores=0,2,4,6
/proc/27904/task/27924/stat : 27924 (java) R 27902 27904 26250 0 -1 4202560 1907 0 0 0 86410 49 0 0 20 0 22 0 253790319 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140029485621040 140030380128014 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27925] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27925/stat : 27925 (java) S 27902 27904 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790321 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140029484570024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27926] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27926/stat : 27926 (java) S 27902 27904 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790321 10060460032 584502 33554432000 1073741824 1073778376 140734573814512 140029483517224 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1768.56
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+897.901 s]
/proc/loadavg: 3.82 3.99 3.93 5/221 28022
/proc/meminfo: memFree=26771888/32873844 swapFree=7364/7364
[pid=27904] ppid=27902 vsize=9824668 CPUtime=1800.06 cores=0,2,4,6
/proc/27904/stat : 27904 (java) S 27902 27904 26250 0 -1 4202496 65024 0 1 0 179874 132 0 0 20 0 22 0 253790100 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140734573805648 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27904/statm: 2456167 582689 2285 9 0 2446860 0
[pid=27904/tid=27905] ppid=27902 vsize=9824668 CPUtime=1.99 cores=0,2,4,6
/proc/27904/task/27905/stat : 27905 (java) S 27902 27904 26250 0 -1 4202560 2596 0 1 0 190 9 0 0 20 0 22 0 253790100 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030544393208 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27907] ppid=27902 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/27904/task/27907/stat : 27907 (java) S 27902 27904 26250 0 -1 4202560 325 0 0 0 316 4 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030505884712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27908] ppid=27902 vsize=9824668 CPUtime=3.55 cores=0,2,4,6
/proc/27904/task/27908/stat : 27908 (java) S 27902 27904 26250 0 -1 4202560 420 0 0 0 348 7 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030504831912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27909] ppid=27902 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/27904/task/27909/stat : 27909 (java) S 27902 27904 26250 0 -1 4202560 441 0 0 0 327 6 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030503779112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27910] ppid=27902 vsize=9824668 CPUtime=3.23 cores=0,2,4,6
/proc/27904/task/27910/stat : 27910 (java) S 27902 27904 26250 0 -1 4202560 343 0 0 0 318 5 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030502726312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27911] ppid=27902 vsize=9824668 CPUtime=3.51 cores=0,2,4,6
/proc/27904/task/27911/stat : 27911 (java) S 27902 27904 26250 0 -1 4202560 455 0 0 0 343 8 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030501673512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27912] ppid=27902 vsize=9824668 CPUtime=3.17 cores=0,2,4,6
/proc/27904/task/27912/stat : 27912 (java) S 27902 27904 26250 0 -1 4202560 317 0 0 0 312 5 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030500620712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27913] ppid=27902 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/27904/task/27913/stat : 27913 (java) S 27902 27904 26250 0 -1 4202560 439 0 0 0 330 6 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030499567912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27914] ppid=27902 vsize=9824668 CPUtime=3.23 cores=0,2,4,6
/proc/27904/task/27914/stat : 27914 (java) S 27902 27904 26250 0 -1 4202560 349 0 0 0 317 6 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030498515112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27915] ppid=27902 vsize=9824668 CPUtime=8.61 cores=0,2,4,6
/proc/27904/task/27915/stat : 27915 (java) S 27902 27904 26250 0 -1 4202560 34996 0 0 0 840 21 0 0 20 0 22 0 253790102 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030367882216 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27916] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27916/stat : 27916 (java) S 27902 27904 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253790103 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030366828280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27917] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27917/stat : 27917 (java) S 27902 27904 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253790103 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030365775368 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27918] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27918/stat : 27918 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790106 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030364723856 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27919] ppid=27902 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/27904/task/27919/stat : 27919 (java) S 27902 27904 26250 0 -1 4202560 14237 0 0 0 167 3 0 0 20 0 22 0 253790106 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030363670968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27920] ppid=27902 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/27904/task/27920/stat : 27920 (java) S 27902 27904 26250 0 -1 4202560 6822 0 0 0 100 2 0 0 20 0 22 0 253790106 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140029489834296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27904/tid=27921] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27921/stat : 27921 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790106 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140029488781688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27922] ppid=27902 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/27904/task/27922/stat : 27922 (java) S 27902 27904 26250 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 253790106 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140029487729096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27923] ppid=27902 vsize=9824668 CPUtime=879.91 cores=0,2,4,6
/proc/27904/task/27923/stat : 27923 (java) R 27902 27904 26250 0 -1 4202560 135 0 0 0 87975 16 0 0 20 0 22 0 253790319 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140029486673936 140030380101389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27924] ppid=27902 vsize=9824668 CPUtime=880.02 cores=0,2,4,6
/proc/27904/task/27924/stat : 27924 (java) R 27902 27904 26250 0 -1 4202560 1910 0 0 0 87953 49 0 0 20 0 22 0 253790319 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140029485622272 140030380147519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27925] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27925/stat : 27925 (java) S 27902 27904 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790321 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140029484570024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27926] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27926/stat : 27926 (java) S 27902 27904 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790321 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140029483517224 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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.901 s]
/proc/loadavg: 3.82 3.99 3.93 5/221 28022
/proc/meminfo: memFree=26771888/32873844 swapFree=7364/7364
[pid=27904] ppid=27902 vsize=9824668 CPUtime=1800.06 cores=0,2,4,6
/proc/27904/stat : 27904 (java) S 27902 27904 26250 0 -1 4202496 65024 0 1 0 179874 132 0 0 20 0 22 0 253790100 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140734573805648 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/27904/statm: 2456167 582689 2285 9 0 2446860 0
[pid=27904/tid=27905] ppid=27902 vsize=9824668 CPUtime=1.99 cores=0,2,4,6
/proc/27904/task/27905/stat : 27905 (java) S 27902 27904 26250 0 -1 4202560 2596 0 1 0 190 9 0 0 20 0 22 0 253790100 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030544393208 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27907] ppid=27902 vsize=9824668 CPUtime=3.2 cores=0,2,4,6
/proc/27904/task/27907/stat : 27907 (java) S 27902 27904 26250 0 -1 4202560 325 0 0 0 316 4 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030505884712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27908] ppid=27902 vsize=9824668 CPUtime=3.55 cores=0,2,4,6
/proc/27904/task/27908/stat : 27908 (java) S 27902 27904 26250 0 -1 4202560 420 0 0 0 348 7 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030504831912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27909] ppid=27902 vsize=9824668 CPUtime=3.33 cores=0,2,4,6
/proc/27904/task/27909/stat : 27909 (java) S 27902 27904 26250 0 -1 4202560 441 0 0 0 327 6 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030503779112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27910] ppid=27902 vsize=9824668 CPUtime=3.23 cores=0,2,4,6
/proc/27904/task/27910/stat : 27910 (java) S 27902 27904 26250 0 -1 4202560 343 0 0 0 318 5 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030502726312 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27911] ppid=27902 vsize=9824668 CPUtime=3.51 cores=0,2,4,6
/proc/27904/task/27911/stat : 27911 (java) S 27902 27904 26250 0 -1 4202560 455 0 0 0 343 8 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030501673512 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27912] ppid=27902 vsize=9824668 CPUtime=3.17 cores=0,2,4,6
/proc/27904/task/27912/stat : 27912 (java) S 27902 27904 26250 0 -1 4202560 317 0 0 0 312 5 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030500620712 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27913] ppid=27902 vsize=9824668 CPUtime=3.36 cores=0,2,4,6
/proc/27904/task/27913/stat : 27913 (java) S 27902 27904 26250 0 -1 4202560 439 0 0 0 330 6 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030499567912 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27914] ppid=27902 vsize=9824668 CPUtime=3.23 cores=0,2,4,6
/proc/27904/task/27914/stat : 27914 (java) S 27902 27904 26250 0 -1 4202560 349 0 0 0 317 6 0 0 20 0 22 0 253790101 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030498515112 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27915] ppid=27902 vsize=9824668 CPUtime=8.61 cores=0,2,4,6
/proc/27904/task/27915/stat : 27915 (java) S 27902 27904 26250 0 -1 4202560 34996 0 0 0 840 21 0 0 20 0 22 0 253790102 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030367882216 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27916] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27916/stat : 27916 (java) S 27902 27904 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 253790103 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030366828280 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27917] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27917/stat : 27917 (java) S 27902 27904 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 253790103 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030365775368 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27918] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27918/stat : 27918 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790106 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030364723856 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27919] ppid=27902 vsize=9824668 CPUtime=1.7 cores=0,2,4,6
/proc/27904/task/27919/stat : 27919 (java) S 27902 27904 26250 0 -1 4202560 14237 0 0 0 167 3 0 0 20 0 22 0 253790106 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140030363670968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27920] ppid=27902 vsize=9824668 CPUtime=1.02 cores=0,2,4,6
/proc/27904/task/27920/stat : 27920 (java) S 27902 27904 26250 0 -1 4202560 6822 0 0 0 100 2 0 0 20 0 22 0 253790106 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140029489834296 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=27904/tid=27921] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27921/stat : 27921 (java) S 27902 27904 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 253790106 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140029488781688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27922] ppid=27902 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/27904/task/27922/stat : 27922 (java) S 27902 27904 26250 0 -1 4202560 51 0 0 0 15 20 0 0 20 0 22 0 253790106 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140029487729096 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27923] ppid=27902 vsize=9824668 CPUtime=879.91 cores=0,2,4,6
/proc/27904/task/27923/stat : 27923 (java) R 27902 27904 26250 0 -1 4202560 135 0 0 0 87975 16 0 0 20 0 22 0 253790319 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140029486673936 140030380101389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=27904/tid=27924] ppid=27902 vsize=9824668 CPUtime=880.02 cores=0,2,4,6
/proc/27904/task/27924/stat : 27924 (java) R 27902 27904 26250 0 -1 4202560 1910 0 0 0 87953 49 0 0 20 0 22 0 253790319 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140029485622272 140030380147519 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=27904/tid=27925] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27925/stat : 27925 (java) S 27902 27904 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790321 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140029484570024 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=27904/tid=27926] ppid=27902 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/27904/task/27926/stat : 27926 (java) S 27902 27904 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 253790321 10060460032 582689 33554432000 1073741824 1073778376 140734573814512 140029483517224 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9824668

Child status: 143
Real time (s): 897.937
CPU time (s): 1800.55
CPU user time (s): 1798.71
CPU system time (s): 1.84272
CPU usage (%): 200.521
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.71
system time used= 1.84272
maximum resident set size= 2858712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 65057
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28078
involuntary context switches= 57200

runsolver used 3.19151 second user time and 8.5737 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 18:24:13
IDJOB=3688284
IDBENCH=2947
IDSOLVER=2268
FILE ID=node133/3688284-1337876653
RUNJOBID= node133-1337871880-26266
PBS_JOBID= 14620071
Free space on /tmp= 71616 MiB

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

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

MD5SUM BENCH= 601a73d2c5752739e04dd0126b5500f0
RANDOM SEED=1211135272

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28845336 kB
Buffers:          213372 kB
Cached:          2382040 kB
SwapCached:            0 kB
Active:          1087432 kB
Inactive:        2168976 kB
Active(anon):     663476 kB
Inactive(anon):        0 kB
Active(file):     423956 kB
Inactive(file):  2168976 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              7848 kB
Writeback:             0 kB
AnonPages:        668140 kB
Mapped:            22700 kB
Shmem:               212 kB
Slab:             629092 kB
SReclaimable:      71088 kB
SUnreclaim:       558004 kB
KernelStack:        1632 kB
PageTables:         5512 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1259276 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    616448 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71616 MiB
End job on node133 at 2012-05-24 18:39:13