Trace number 3688259

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 Resolution 2.3.2 Snapshot? (TO) 1800.53 1798.14

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark345
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10998
Total number of constraints21679
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 constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
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.03/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.03/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.03/0.07	c See www.sat4j.org for details.
0.03/0.08	c version 2.3.2.v20120418
0.03/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.03/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.03/0.08	c java.vm.version	19.1-b02
0.03/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.03/0.08	c sun.arch.data.model	64
0.03/0.08	c java.version		1.6.0_24
0.03/0.08	c os.name		Linux
0.03/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.03/0.08	c os.arch		amd64
0.03/0.08	c Free memory 		501472288
0.03/0.08	c Max memory 		7480803328
0.03/0.08	c Total memory 		504102912
0.03/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Armin Biere (Picosat) restarts strategy
0.10/0.10	c Glucose learned constraints deletion strategy
0.10/0.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-3688259-1337881051.opb
0.10/0.10	c reading problem ... 
2.18/1.30	c ... done. Wall clock time 1.204s.
2.18/1.30	c declared #vars     10998
2.18/1.30	c #constraints  21679
2.18/1.30	c constraints type 
2.18/1.30	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.18/1.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
2.18/1.30	c 21679 constraints processed.
2.18/1.30	c objective function length is 9 literals
14.78/13.69	c cleaning 2500 clauses out of 5001 with flag 5001/5001
31.12/29.85	c cleaning 4243 clauses out of 8500 with flag 11000/11000
45.85/44.55	c cleaning 5609 clauses out of 11259 with flag 18002/18002
65.38/64.03	c cleaning 6816 clauses out of 13648 with flag 26000/26000
86.39/85.04	c cleaning 7905 clauses out of 15834 with flag 35002/35002
110.10/108.78	c cleaning 8960 clauses out of 17927 with flag 45000/45000
140.71/139.34	c cleaning 9976 clauses out of 19967 with flag 56000/56000
166.73/165.38	c cleaning 10976 clauses out of 21992 with flag 68001/68001
197.62/196.25	c cleaning 11995 clauses out of 24016 with flag 81001/81001
232.43/231.01	c cleaning 12988 clauses out of 26021 with flag 95001/95001
271.25/269.86	c cleaning 14002 clauses out of 28033 with flag 110001/110001
308.47/307.04	c cleaning 14996 clauses out of 30030 with flag 126000/126000
358.71/357.28	c cleaning 16002 clauses out of 32035 with flag 143001/143001
409.70/408.21	c cleaning 16997 clauses out of 34033 with flag 161001/161001
463.31/461.81	c cleaning 18007 clauses out of 36035 with flag 180000/180000
513.12/511.64	c cleaning 19001 clauses out of 38028 with flag 200000/200000
573.02/571.57	c cleaning 19996 clauses out of 40027 with flag 221000/221000
636.26/634.71	c cleaning 21000 clauses out of 42032 with flag 243001/243001
700.08/698.52	c cleaning 22006 clauses out of 44032 with flag 266001/266001
759.71/758.11	c cleaning 22987 clauses out of 46027 with flag 290002/290002
825.54/823.96	c cleaning 24003 clauses out of 48039 with flag 315001/315001
896.73/895.17	c cleaning 24997 clauses out of 50035 with flag 341000/341000
971.48/969.82	c cleaning 26002 clauses out of 52038 with flag 368000/368000
1048.52/1046.87	c cleaning 27008 clauses out of 54036 with flag 396000/396000
1141.75/1140.04	c cleaning 28005 clauses out of 56030 with flag 425002/425002
1226.08/1224.32	c cleaning 28996 clauses out of 58023 with flag 455000/455000
1323.20/1321.41	c cleaning 29996 clauses out of 60028 with flag 486001/486001
1430.93/1429.14	c cleaning 31007 clauses out of 62033 with flag 518002/518002
1522.47/1520.66	c cleaning 31990 clauses out of 64024 with flag 551000/551000
1620.80/1618.98	c cleaning 32991 clauses out of 66034 with flag 585000/585000
1717.93/1716.04	c cleaning 34006 clauses out of 68044 with flag 620001/620001
1800.07/1798.11	c starts		: 168
1800.07/1798.11	c conflicts		: 653523
1800.07/1798.11	c decisions		: 865839
1800.07/1798.11	c propagations		: 229291389
1800.07/1798.11	c inspects		: 8871116097
1800.07/1798.11	c shortcuts		: 0
1800.07/1798.11	c learnt literals	: 0
1800.07/1798.11	c learnt binary clauses	: 0
1800.07/1798.11	c learnt ternary clauses	: 8
1800.07/1798.11	c learnt constraints	: 653523
1800.07/1798.11	c ignored constraints	: 0
1800.07/1798.11	c root simplifications	: 0
1800.07/1798.11	c removed literals (reason simplification)	: 0
1800.07/1798.11	c reason swapping (by a shorter reason)	: 0
1800.07/1798.11	c Calls to reduceDB	: 31
1800.07/1798.11	c number of reductions to clauses (during analyze)	: 0
1800.07/1798.11	c number of learned constraints concerned by reduction	: 0
1800.07/1798.11	c number of learning phase by resolution	: 0
1800.07/1798.11	c number of learning phase by cutting planes	: 0
1800.07/1798.11	c speed (assignments/second)	: 127611.91615923312
1800.07/1798.11	c non guided choices	11229
1800.07/1798.14	c learnt constraints type 
1800.07/1798.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 67566
1800.07/1798.14	c constraints type 
1800.07/1798.14	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
1800.07/1798.14	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
1800.07/1798.14	c 21679 constraints processed.
1800.07/1798.14	s UNKNOWN
1800.07/1798.14	c Total wall clock time (in seconds): 1798.037

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3688259-1337881051/watcher-3688259-1337881051 -o /tmp/evaluation-result-3688259-1337881051/solver-3688259-1337881051 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688259-1337881051.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: 1.92 1.98 1.99 3/194 28603
/proc/meminfo: memFree=29817476/32873648 swapFree=7112/7112
[pid=28603] ppid=28601 vsize=89740 CPUtime=0 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 27428 0 -1 4202496 1171 0 0 0 0 0 0 0 20 0 2 0 254231047 91893760 892 33554432000 1073741824 1073778376 140734568458880 140734568450016 242170757181 0 0 4096 0 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 22434 894 678 9 0 16769 0
[pid=28603/tid=28604] ppid=28601 vsize=89800 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28604/stat : 28604 (java) R 28601 28603 27428 0 -1 4202560 35 0 0 0 0 0 0 0 20 0 2 0 254231048 91955200 902 33554432000 1073741824 1073778376 140734568458880 140734568447944 242167023150 0 0 4096 0 0 0 0 -1 4 0 0 0 0 0

[startup+0.044011 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 28603
/proc/meminfo: memFree=29817476/32873648 swapFree=7112/7112
[pid=28603] ppid=28601 vsize=9225560 CPUtime=0.03 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 27428 0 -1 4202496 3062 0 1 0 3 0 0 0 20 0 13 0 254231047 9446973440 3760 33554432000 1073741824 1073778376 140734568458880 140734568450016 242170757181 0 0 0 16800971 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2306390 3760 1707 9 0 2297091 0
[pid=28603/tid=28604] ppid=28601 vsize=9225560 CPUtime=0.02 cores=0,2,4,6
/proc/28603/task/28604/stat : 28604 (java) R 28601 28603 27428 0 -1 4202560 1881 0 1 0 2 0 0 0 20 0 13 0 254231048 9446973440 3760 33554432000 1073741824 1073778376 140734568458880 139837851432512 139837858515362 0 4 0 16800971 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 9225560

[startup+0.10024 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 28603
/proc/meminfo: memFree=29817476/32873648 swapFree=7112/7112
[pid=28603] ppid=28601 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 27428 0 -1 4202496 4429 0 1 0 10 0 0 0 20 0 18 0 254231047 9787813888 6099 33554432000 1073741824 1073778376 140734568458880 140734568450016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2389603 6102 2136 9 0 2380296 0
[pid=28603/tid=28604] ppid=28601 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/28603/task/28604/stat : 28604 (java) R 28601 28603 27428 0 -1 4202560 2428 0 1 0 7 0 0 0 20 0 18 0 254231048 9787813888 6102 33554432000 1073741824 1073778376 140734568458880 139837851435768 242170782133 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.300258 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 28603
/proc/meminfo: memFree=29817476/32873648 swapFree=7112/7112
[pid=28603] ppid=28601 vsize=9558412 CPUtime=0.61 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 27428 0 -1 4202496 10084 0 1 0 59 2 0 0 20 0 18 0 254231047 9787813888 12006 33554432000 1073741824 1073778376 140734568458880 140734568450016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2389603 12006 2217 9 0 2380296 0
[pid=28603/tid=28604] ppid=28601 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/28603/task/28604/stat : 28604 (java) R 28601 28603 27428 0 -1 4202560 2442 0 1 0 28 0 0 0 20 0 18 0 254231048 9787813888 12006 33554432000 1073741824 1073778376 140734568458880 139837851426592 139837709713952 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 9558412

[startup+0.700267 s]
/proc/loadavg: 1.92 1.98 1.99 3/194 28603
/proc/meminfo: memFree=29817476/32873648 swapFree=7112/7112
[pid=28603] ppid=28601 vsize=9558412 CPUtime=1.18 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 27428 0 -1 4202496 10212 0 1 0 114 4 0 0 20 0 18 0 254231047 9787813888 42787 33554432000 1073741824 1073778376 140734568458880 140734568450016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2389603 42787 2244 9 0 2380296 0
[pid=28603/tid=28604] ppid=28601 vsize=9558412 CPUtime=0.68 cores=0,2,4,6
/proc/28603/task/28604/stat : 28604 (java) R 28601 28603 27428 0 -1 4202560 2504 0 1 0 65 3 0 0 20 0 18 0 254231048 9787813888 42787 33554432000 1073741824 1073778376 140734568458880 139837851433368 139837709922070 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.18
Current children cumulated vsize (KiB) 9558412

[startup+1.50067 s]
/proc/loadavg: 1.92 1.98 1.99 3/212 28621
/proc/meminfo: memFree=29639436/32873648 swapFree=7112/7112
[pid=28603] ppid=28601 vsize=9624976 CPUtime=2.53 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 27428 0 -1 4202496 11310 0 1 0 246 7 0 0 20 0 19 0 254231047 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 140734568450016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2406244 49696 2260 9 0 2396937 0
[pid=28603/tid=28604] ppid=28601 vsize=9624976 CPUtime=1.44 cores=0,2,4,6
/proc/28603/task/28604/stat : 28604 (java) R 28601 28603 27428 0 -1 4202560 2516 0 1 0 141 3 0 0 20 0 19 0 254231048 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837851435792 139837710335350 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 27428 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837829536424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837828483880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 27428 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 254231048 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837625592744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 27428 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 254231048 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837624540200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837623486632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837622434088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837621381544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 27428 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837620329000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 27428 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837608131176 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837607077496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837606024840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837604973584 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=9624976 CPUtime=0.47 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 27428 0 -1 4202560 4052 0 0 0 47 0 0 0 20 0 19 0 254231052 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837603919928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) R 28601 28603 27428 0 -1 4202560 3404 0 0 0 46 0 0 0 20 0 19 0 254231052 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837602867384 139837855075425 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837601815032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 49696 33554432000 1073741824 1073778376 140734568458880 139837600762696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.53
Current children cumulated vsize (KiB) 9624976

[startup+3.1007 s]
/proc/loadavg: 1.92 1.98 1.99 3/213 28622
/proc/meminfo: memFree=29626280/32873648 swapFree=7112/7112
[pid=28603] ppid=28601 vsize=9624976 CPUtime=4.27 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 27428 0 -1 4202496 11316 0 1 0 420 7 0 0 20 0 19 0 254231047 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 140734568450016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2406244 49701 2264 9 0 2396937 0
[pid=28603/tid=28604] ppid=28601 vsize=9624976 CPUtime=3.04 cores=0,2,4,6
/proc/28603/task/28604/stat : 28604 (java) R 28601 28603 27428 0 -1 4202560 2517 0 1 0 301 3 0 0 20 0 19 0 254231048 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837851435336 139837710277325 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 27428 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837829536424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837828483880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 27428 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 254231048 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837625592744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 27428 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 254231048 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837624540200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837623486632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837622434088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837621381544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 27428 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837620329000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 27428 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837608131176 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837607077496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837606024840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837604973584 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=9624976 CPUtime=0.49 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 27428 0 -1 4202560 4053 0 0 0 48 1 0 0 20 0 19 0 254231052 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837603919928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 27428 0 -1 4202560 3407 0 0 0 58 0 0 0 20 0 19 0 254231052 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837602867384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837601815032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837600762696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28622] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28622/stat : 28622 (java) S 28601 28603 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254231180 9855975424 49701 33554432000 1073741824 1073778376 140734568458880 139837599708456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.27
Current children cumulated vsize (KiB) 9624976

[startup+6.30071 s]
/proc/loadavg: 1.93 1.98 1.99 3/213 28622
/proc/meminfo: memFree=29625780/32873648 swapFree=7112/7112
[pid=28603] ppid=28601 vsize=9624976 CPUtime=7.48 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 27428 0 -1 4202496 11317 0 1 0 741 7 0 0 20 0 19 0 254231047 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 140734568450016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2406244 49551 2264 9 0 2396937 0
[pid=28603/tid=28604] ppid=28601 vsize=9624976 CPUtime=6.24 cores=0,2,4,6
/proc/28603/task/28604/stat : 28604 (java) R 28601 28603 27428 0 -1 4202560 2518 0 1 0 621 3 0 0 20 0 19 0 254231048 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837851435464 139837710355092 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 27428 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837829536424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837828483880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 27428 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 254231048 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837625592744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 27428 0 -1 4202560 23 0 0 0 1 0 0 0 20 0 19 0 254231048 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837624540200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 27428 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837623486632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837622434088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 27428 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837621381544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 27428 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 254231048 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837620329000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 27428 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837608131176 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837607077496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837606024840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837604973584 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=9624976 CPUtime=0.51 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 27428 0 -1 4202560 4053 0 0 0 49 2 0 0 20 0 19 0 254231052 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837603919928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=9624976 CPUtime=0.58 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 27428 0 -1 4202560 3407 0 0 0 58 0 0 0 20 0 19 0 254231052 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837602867384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 49551 33554432000 1073741824 1073778376 140734568458880 139837601815032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0

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

[pid=28603/tid=28611] ppid=28601 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 27428 0 -1 4202560 94 0 0 0 7 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837622434088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 27428 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837621381544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 27428 0 -1 4202560 112 0 0 0 9 2 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837620329000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=9624976 CPUtime=1.35 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 27428 0 -1 4202560 160 0 0 0 133 2 0 0 20 0 19 0 254231050 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837608131176 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837607077496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837606024840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837604973584 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 27428 0 -1 4202560 4067 0 0 0 53 2 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837603919928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 27428 0 -1 4202560 3415 0 0 0 63 0 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837602867384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837601815032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=9624976 CPUtime=0.61 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 27428 0 -1 4202560 99 0 0 0 30 31 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837600762696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28622] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28622/stat : 28622 (java) S 28601 28603 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254231180 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837599708456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.25
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.13 2.06 2.01 3/213 28718
/proc/meminfo: memFree=29319224/32873648 swapFree=7112/7112
[pid=28603] ppid=28601 vsize=9624976 CPUtime=1784.27 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 27428 0 -1 4202496 12000 0 1 0 178374 53 0 0 20 0 19 0 254231047 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 140734568450016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2406244 67765 2282 9 0 2396937 0
[pid=28603/tid=28604] ppid=28601 vsize=9624976 CPUtime=1780.47 cores=0,2,4,6
/proc/28603/task/28604/stat : 28604 (java) R 28601 28603 27428 0 -1 4202560 2548 0 1 0 178015 32 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837851435280 139837710355092 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 27428 0 -1 4202560 96 0 0 0 8 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837829536424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 27428 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837828483880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 27428 0 -1 4202560 41 0 0 0 10 1 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837625592744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 27428 0 -1 4202560 118 0 0 0 9 2 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837624540200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 27428 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837623486632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 27428 0 -1 4202560 94 0 0 0 7 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837622434088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 27428 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837621381544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 27428 0 -1 4202560 112 0 0 0 9 2 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837620329000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=9624976 CPUtime=1.35 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 27428 0 -1 4202560 160 0 0 0 133 2 0 0 20 0 19 0 254231050 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837608131176 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837607077496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837606024840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837604973584 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 27428 0 -1 4202560 4067 0 0 0 53 2 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837603919928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 27428 0 -1 4202560 3415 0 0 0 63 0 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837602867384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837601815032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 27428 0 -1 4202560 103 0 0 0 31 32 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837600762696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28622] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28622/stat : 28622 (java) S 28601 28603 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254231180 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837599708456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.27
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.1 s]
/proc/loadavg: 2.24 2.09 2.02 3/213 28718
/proc/meminfo: memFree=29319348/32873648 swapFree=7112/7112
[pid=28603] ppid=28601 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 27428 0 -1 4202496 12000 0 1 0 179954 53 0 0 20 0 19 0 254231047 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 140734568450016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2406244 67765 2282 9 0 2396937 0
[pid=28603/tid=28604] ppid=28601 vsize=9624976 CPUtime=1796.28 cores=0,2,4,6
/proc/28603/task/28604/stat : 28604 (java) R 28601 28603 27428 0 -1 4202560 2548 0 1 0 179596 32 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837851435280 139837710277489 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 27428 0 -1 4202560 96 0 0 0 8 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837829536424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 27428 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837828483880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 27428 0 -1 4202560 41 0 0 0 10 1 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837625592744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 27428 0 -1 4202560 118 0 0 0 9 2 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837624540200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 27428 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837623486632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 27428 0 -1 4202560 94 0 0 0 7 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837622434088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 27428 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837621381544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 27428 0 -1 4202560 112 0 0 0 9 2 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837620329000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=9624976 CPUtime=1.35 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 27428 0 -1 4202560 160 0 0 0 133 2 0 0 20 0 19 0 254231050 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837608131176 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837607077496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837606024840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837604973584 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 27428 0 -1 4202560 4067 0 0 0 53 2 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837603919928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 27428 0 -1 4202560 3415 0 0 0 63 0 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837602867384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837601815032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 27428 0 -1 4202560 103 0 0 0 31 33 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837600762696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28622] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28622/stat : 28622 (java) S 28601 28603 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254231180 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837599708456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

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

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

[startup+1798.1 s]
/proc/loadavg: 2.24 2.09 2.02 3/213 28718
/proc/meminfo: memFree=29319348/32873648 swapFree=7112/7112
[pid=28603] ppid=28601 vsize=9624976 CPUtime=1800.07 cores=0,2,4,6
/proc/28603/stat : 28603 (java) S 28601 28603 27428 0 -1 4202496 12000 0 1 0 179954 53 0 0 20 0 19 0 254231047 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 140734568450016 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/28603/statm: 2406244 67765 2282 9 0 2396937 0
[pid=28603/tid=28604] ppid=28601 vsize=9624976 CPUtime=1796.28 cores=0,2,4,6
/proc/28603/task/28604/stat : 28604 (java) R 28601 28603 27428 0 -1 4202560 2548 0 1 0 179596 32 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837851435280 139837710277489 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28606] ppid=28601 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/28603/task/28606/stat : 28606 (java) S 28601 28603 27428 0 -1 4202560 96 0 0 0 8 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837829536424 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28607] ppid=28601 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/28603/task/28607/stat : 28607 (java) S 28601 28603 27428 0 -1 4202560 17 0 0 0 7 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837828483880 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28608] ppid=28601 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/28603/task/28608/stat : 28608 (java) S 28601 28603 27428 0 -1 4202560 41 0 0 0 10 1 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837625592744 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28609] ppid=28601 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/28603/task/28609/stat : 28609 (java) S 28601 28603 27428 0 -1 4202560 118 0 0 0 9 2 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837624540200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=28603/tid=28610] ppid=28601 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/28603/task/28610/stat : 28610 (java) S 28601 28603 27428 0 -1 4202560 21 0 0 0 8 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837623486632 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28611] ppid=28601 vsize=9624976 CPUtime=0.07 cores=0,2,4,6
/proc/28603/task/28611/stat : 28611 (java) S 28601 28603 27428 0 -1 4202560 94 0 0 0 7 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837622434088 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28612] ppid=28601 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/28603/task/28612/stat : 28612 (java) S 28601 28603 27428 0 -1 4202560 23 0 0 0 10 0 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837621381544 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28613] ppid=28601 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/28603/task/28613/stat : 28613 (java) S 28601 28603 27428 0 -1 4202560 112 0 0 0 9 2 0 0 20 0 19 0 254231048 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837620329000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28614] ppid=28601 vsize=9624976 CPUtime=1.35 cores=0,2,4,6
/proc/28603/task/28614/stat : 28614 (java) S 28601 28603 27428 0 -1 4202560 160 0 0 0 133 2 0 0 20 0 19 0 254231050 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837608131176 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28615] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28615/stat : 28615 (java) S 28601 28603 27428 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837607077496 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28616] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28616/stat : 28616 (java) S 28601 28603 27428 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 254231050 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837606024840 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28617] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28617/stat : 28617 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837604973584 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28618] ppid=28601 vsize=9624976 CPUtime=0.55 cores=0,2,4,6
/proc/28603/task/28618/stat : 28618 (java) S 28601 28603 27428 0 -1 4202560 4067 0 0 0 53 2 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837603919928 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28619] ppid=28601 vsize=9624976 CPUtime=0.63 cores=0,2,4,6
/proc/28603/task/28619/stat : 28619 (java) S 28601 28603 27428 0 -1 4202560 3415 0 0 0 63 0 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837602867384 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=28603/tid=28620] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28620/stat : 28620 (java) S 28601 28603 27428 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837601815032 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=28603/tid=28621] ppid=28601 vsize=9624976 CPUtime=0.64 cores=0,2,4,6
/proc/28603/task/28621/stat : 28621 (java) S 28601 28603 27428 0 -1 4202560 103 0 0 0 31 33 0 0 20 0 19 0 254231052 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837600762696 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=28603/tid=28622] ppid=28601 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/28603/task/28622/stat : 28622 (java) S 28601 28603 27428 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 254231180 9855975424 67765 33554432000 1073741824 1073778376 140734568458880 139837599708456 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 9624976

Child status: 143
Real time (s): 1798.14
CPU time (s): 1800.53
CPU user time (s): 1799.65
CPU system time (s): 0.880866
CPU usage (%): 100.133
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.65
system time used= 0.880866
maximum resident set size= 271184
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12035
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38963
involuntary context switches= 15847

runsolver used 6.33104 second user time and 14.5938 second system time

The end

Launcher Data

Begin job on node126 at 2012-05-24 19:37:31
IDJOB=3688259
IDBENCH=2934
IDSOLVER=2269
FILE ID=node126/3688259-1337881051
RUNJOBID= node126-1337871880-27445
PBS_JOBID= 14620078
Free space on /tmp= 71676 MiB

SOLVER NAME= Sat 4j PB Resolution 2.3.2 Snapshot
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_19.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3688259-1337881051/watcher-3688259-1337881051 -o /tmp/evaluation-result-3688259-1337881051/solver-3688259-1337881051 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar HOME/instance-3688259-1337881051.opb

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

MD5SUM BENCH= 691db1c1df60c391acb60afdfcce171f
RANDOM SEED=563635495

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.456
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        29817484 kB
Buffers:          234304 kB
Cached:          1871076 kB
SwapCached:        17768 kB
Active:           559944 kB
Inactive:        1735028 kB
Active(anon):     172084 kB
Inactive(anon):    19404 kB
Active(file):     387860 kB
Inactive(file):  1715624 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67086928 kB
Dirty:              5912 kB
Writeback:             0 kB
AnonPages:        181700 kB
Mapped:            18256 kB
Shmem:                 0 kB
Slab:             622152 kB
SReclaimable:      66532 kB
SUnreclaim:       555620 kB
KernelStack:        1608 kB
PageTables:         4252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     696800 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 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 node126 at 2012-05-24 20:07:32