Trace number 3688067

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.04 1798.35

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_20.opb
MD5SUM6a25ee38adc43f783b18badd1224270c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13480
Total number of constraints26619
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints26619
Minimum length of a constraint18
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 512
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2843
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.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@431b9fb1
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3688067-1337879488.opb
0.11/0.10	c reading problem ... 
2.51/1.60	c ... done. Wall clock time 1.498s.
2.51/1.60	c declared #vars     13480
2.51/1.60	c #constraints  26619
2.51/1.60	c constraints type 
2.51/1.60	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
2.51/1.60	c 26619 constraints processed.
2.51/1.60	c objective function length is 9 literals
20.35/19.12	c cleaning 2499 clauses out of 5000 with flag 5000/5000
38.29/36.95	c cleaning 4247 clauses out of 8503 with flag 11002/11002
57.22/55.84	c cleaning 5615 clauses out of 11254 with flag 18000/18000
80.66/79.25	c cleaning 6810 clauses out of 13639 with flag 26000/26000
113.20/111.75	c cleaning 7902 clauses out of 15829 with flag 35000/35000
144.41/142.91	c cleaning 8953 clauses out of 17928 with flag 45001/45001
175.31/173.87	c cleaning 9982 clauses out of 19975 with flag 56001/56001
221.22/219.71	c cleaning 10985 clauses out of 21994 with flag 68002/68002
265.14/263.62	c cleaning 11997 clauses out of 24007 with flag 81000/81000
306.86/305.34	c cleaning 12996 clauses out of 26010 with flag 95000/95000
364.68/363.12	c cleaning 14000 clauses out of 28017 with flag 110003/110003
411.79/410.23	c cleaning 14997 clauses out of 30015 with flag 126001/126001
463.99/462.41	c cleaning 15993 clauses out of 32017 with flag 143000/143000
516.52/514.98	c cleaning 16989 clauses out of 34025 with flag 161001/161001
578.43/576.82	c cleaning 18011 clauses out of 36035 with flag 180000/180000
648.44/646.89	c cleaning 19001 clauses out of 38024 with flag 200000/200000
725.75/724.18	c cleaning 19996 clauses out of 40023 with flag 221000/221000
807.55/805.91	c cleaning 21007 clauses out of 42027 with flag 243000/243000
894.95/893.39	c cleaning 21998 clauses out of 44020 with flag 266000/266000
987.77/986.11	c cleaning 23001 clauses out of 46022 with flag 290000/290000
1084.97/1083.32	c cleaning 23994 clauses out of 48021 with flag 315000/315000
1185.79/1184.17	c cleaning 25000 clauses out of 50028 with flag 341001/341001
1289.39/1287.76	c cleaning 25995 clauses out of 52027 with flag 368000/368000
1396.80/1395.16	c cleaning 27003 clauses out of 54032 with flag 396000/396000
1493.42/1491.75	c cleaning 27998 clauses out of 56030 with flag 425001/425001
1601.83/1600.18	c cleaning 28999 clauses out of 58031 with flag 455000/455000
1725.63/1723.96	c cleaning 30009 clauses out of 60032 with flag 486000/486000
1800.04/1798.31	c starts		: 152
1800.04/1798.31	c conflicts		: 503652
1800.04/1798.31	c decisions		: 663218
1800.04/1798.31	c propagations		: 171137716
1800.04/1798.31	c inspects		: 7951229627
1800.04/1798.31	c shortcuts		: 0
1800.04/1798.31	c learnt literals	: 0
1800.04/1798.31	c learnt binary clauses	: 0
1800.04/1798.31	c learnt ternary clauses	: 0
1800.04/1798.31	c learnt constraints	: 503652
1800.04/1798.31	c ignored constraints	: 0
1800.04/1798.31	c root simplifications	: 0
1800.04/1798.31	c removed literals (reason simplification)	: 0
1800.04/1798.31	c reason swapping (by a shorter reason)	: 0
1800.04/1798.31	c Calls to reduceDB	: 27
1800.04/1798.31	c number of reductions to clauses (during analyze)	: 0
1800.04/1798.31	c number of learned constraints concerned by reduction	: 0
1800.04/1798.31	c number of learning phase by resolution	: 0
1800.04/1798.31	c number of learning phase by cutting planes	: 0
1800.04/1798.31	c speed (assignments/second)	: 95251.61310431232
1800.04/1798.31	c non guided choices	163
1800.04/1798.33	c learnt constraints type 
1800.04/1798.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 47678
1800.04/1798.33	c constraints type 
1800.04/1798.33	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 26619
1800.04/1798.33	c 26619 constraints processed.
1800.04/1798.33	s UNKNOWN
1800.04/1798.33	c Total wall clock time (in seconds): 1798.227

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-3688067-1337879488/watcher-3688067-1337879488 -o /tmp/evaluation-result-3688067-1337879488/solver-3688067-1337879488 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar HOME/instance-3688067-1337879488.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.99 2.00 2.00 2/194 26189
/proc/meminfo: memFree=29069580/32873844 swapFree=7364/7364
[pid=26189] ppid=26187 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/26189/stat : 26189 (java) R 26187 26189 24862 0 -1 4202496 1033 0 0 0 0 0 0 0 20 0 1 0 254073134 23793664 761 33554432000 1073741824 1073778376 140733328955200 140733328944264 140696743915449 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/26189/statm: 5809 761 558 9 0 128 0

[startup+0.0113371 s]
/proc/loadavg: 1.99 2.00 2.00 2/194 26189
/proc/meminfo: memFree=29069580/32873844 swapFree=7364/7364
[pid=26189] ppid=26187 vsize=102696 CPUtime=0 cores=0,2,4,6
/proc/26189/stat : 26189 (java) S 26187 26189 24862 0 -1 4202496 1431 0 1 0 0 0 0 0 20 0 2 0 254073134 105160704 1112 33554432000 1073741824 1073778376 140733328955200 140733328946336 254753669181 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26189/statm: 25666 1113 858 9 0 16775 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 102696

[startup+0.100205 s]
/proc/loadavg: 1.99 2.00 2.00 2/194 26189
/proc/meminfo: memFree=29069580/32873844 swapFree=7364/7364
[pid=26189] ppid=26187 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/26189/stat : 26189 (java) S 26187 26189 24862 0 -1 4202496 4379 0 1 0 10 1 0 0 20 0 18 0 254073134 9787813888 6085 33554432000 1073741824 1073778376 140733328955200 140733328946336 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26189/statm: 2389603 6085 2108 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.300215 s]
/proc/loadavg: 1.99 2.00 2.00 2/194 26189
/proc/meminfo: memFree=29069580/32873844 swapFree=7364/7364
[pid=26189] ppid=26187 vsize=9558412 CPUtime=0.6 cores=0,2,4,6
/proc/26189/stat : 26189 (java) S 26187 26189 24862 0 -1 4202496 9739 0 1 0 58 2 0 0 20 0 18 0 254073134 9787813888 11341 33554432000 1073741824 1073778376 140733328955200 140733328946336 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26189/statm: 2389603 11341 2219 9 0 2380296 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 9558412

[startup+0.700224 s]
/proc/loadavg: 1.99 2.00 2.00 2/194 26189
/proc/meminfo: memFree=29069580/32873844 swapFree=7364/7364
[pid=26189] ppid=26187 vsize=9558412 CPUtime=1.16 cores=0,2,4,6
/proc/26189/stat : 26189 (java) S 26187 26189 24862 0 -1 4202496 10575 0 1 0 112 4 0 0 20 0 18 0 254073134 9787813888 42488 33554432000 1073741824 1073778376 140733328955200 140733328946336 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26189/statm: 2389603 42488 2245 9 0 2380296 0
Current children cumulated CPU time (s) 1.16
Current children cumulated vsize (KiB) 9558412

[startup+1.50071 s]
/proc/loadavg: 1.99 2.00 2.00 5/212 26207
/proc/meminfo: memFree=28892424/32873844 swapFree=7364/7364
[pid=26189] ppid=26187 vsize=9558412 CPUtime=2.41 cores=0,2,4,6
/proc/26189/stat : 26189 (java) S 26187 26189 24862 0 -1 4202496 12377 0 1 0 232 9 0 0 20 0 18 0 254073134 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140733328946336 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26189/statm: 2389603 54124 2248 9 0 2380296 0
[pid=26189/tid=26191] ppid=26187 vsize=9558412 CPUtime=1.41 cores=0,2,4,6
/proc/26189/task/26191/stat : 26191 (java) R 26187 26189 24862 0 -1 4202560 2511 0 1 0 138 3 0 0 20 0 18 0 254073134 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696736492952 254753694989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26192] ppid=26187 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/26189/task/26192/stat : 26192 (java) S 26187 26189 24862 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 18 0 254073135 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696697985448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26193] ppid=26187 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/26189/task/26193/stat : 26193 (java) S 26187 26189 24862 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 18 0 254073135 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696696932904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26194] ppid=26187 vsize=9558412 CPUtime=0.02 cores=0,2,4,6
/proc/26189/task/26194/stat : 26194 (java) S 26187 26189 24862 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 254073135 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696695879848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26195] ppid=26187 vsize=9558412 CPUtime=0.03 cores=0,2,4,6
/proc/26189/task/26195/stat : 26195 (java) S 26187 26189 24862 0 -1 4202560 39 0 0 0 2 1 0 0 20 0 18 0 254073135 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696694827304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26189/tid=26196] ppid=26187 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26196/stat : 26196 (java) S 26187 26189 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 254073135 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696693775272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26197] ppid=26187 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/26189/task/26197/stat : 26197 (java) S 26187 26189 24862 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 254073135 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696692722728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26198] ppid=26187 vsize=9558412 CPUtime=0.01 cores=0,2,4,6
/proc/26189/task/26198/stat : 26198 (java) S 26187 26189 24862 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 18 0 254073135 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696691669672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26199] ppid=26187 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26199/stat : 26199 (java) S 26187 26189 24862 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 18 0 254073135 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696690617128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26200] ppid=26187 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26200/stat : 26200 (java) S 26187 26189 24862 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 254073136 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696560298344 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26201] ppid=26187 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26201/stat : 26201 (java) S 26187 26189 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254073137 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696559244664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26202] ppid=26187 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26202/stat : 26202 (java) S 26187 26189 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 254073137 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696558191496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26203] ppid=26187 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26203/stat : 26203 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254073139 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696557140240 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26204] ppid=26187 vsize=9558412 CPUtime=0.39 cores=0,2,4,6
/proc/26189/task/26204/stat : 26204 (java) S 26187 26189 24862 0 -1 4202560 4635 0 0 0 39 0 0 0 20 0 18 0 254073139 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696556088120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26205] ppid=26187 vsize=9558412 CPUtime=0.36 cores=0,2,4,6
/proc/26189/task/26205/stat : 26205 (java) S 26187 26189 24862 0 -1 4202560 3849 0 0 0 36 0 0 0 20 0 18 0 254073139 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696555035576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26206] ppid=26187 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26206/stat : 26206 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254073139 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140696553982712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26207] ppid=26187 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26207/stat : 26207 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254073139 9787813888 54124 33554432000 1073741824 1073778376 140733328955200 140695545310280 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9558412

[startup+3.1007 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 26208
/proc/meminfo: memFree=28861084/32873844 swapFree=7364/7364
[pid=26189] ppid=26187 vsize=9624976 CPUtime=4.27 cores=0,2,4,6
/proc/26189/stat : 26189 (java) S 26187 26189 24862 0 -1 4202496 12403 0 1 0 418 9 0 0 20 0 19 0 254073134 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140733328946336 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26189/statm: 2406244 54149 2262 9 0 2396937 0
[pid=26189/tid=26191] ppid=26187 vsize=9624976 CPUtime=3.01 cores=0,2,4,6
/proc/26189/task/26191/stat : 26191 (java) R 26187 26189 24862 0 -1 4202560 2523 0 1 0 298 3 0 0 20 0 19 0 254073134 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696736493880 140696569584930 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26192] ppid=26187 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26189/task/26192/stat : 26192 (java) S 26187 26189 24862 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 254073135 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696697985448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26193] ppid=26187 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26189/task/26193/stat : 26193 (java) S 26187 26189 24862 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 254073135 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696696932904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26194] ppid=26187 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/26189/task/26194/stat : 26194 (java) S 26187 26189 24862 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 254073135 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696695879848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26195] ppid=26187 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/26189/task/26195/stat : 26195 (java) S 26187 26189 24862 0 -1 4202560 39 0 0 0 2 1 0 0 20 0 19 0 254073135 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696694827304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26189/tid=26196] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26196/stat : 26196 (java) S 26187 26189 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254073135 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696693775272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26197] ppid=26187 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26189/task/26197/stat : 26197 (java) S 26187 26189 24862 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254073135 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696692722728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26198] ppid=26187 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26189/task/26198/stat : 26198 (java) S 26187 26189 24862 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 254073135 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696691669672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26199] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26199/stat : 26199 (java) S 26187 26189 24862 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 254073135 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696690617128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26200] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26200/stat : 26200 (java) S 26187 26189 24862 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 254073136 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696560298344 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26201] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26201/stat : 26201 (java) S 26187 26189 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254073137 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696559244664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26202] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26202/stat : 26202 (java) S 26187 26189 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254073137 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696558191496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26203] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26203/stat : 26203 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254073139 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696557140240 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26204] ppid=26187 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/26189/task/26204/stat : 26204 (java) S 26187 26189 24862 0 -1 4202560 4635 0 0 0 46 0 0 0 20 0 19 0 254073139 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696556088120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26205] ppid=26187 vsize=9624976 CPUtime=0.56 cores=0,2,4,6
/proc/26189/task/26205/stat : 26205 (java) S 26187 26189 24862 0 -1 4202560 3855 0 0 0 56 0 0 0 20 0 19 0 254073139 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696555035576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26206] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26206/stat : 26206 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254073139 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140696553982712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26207] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26207/stat : 26207 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254073139 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140695545310280 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26208] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26208/stat : 26208 (java) S 26187 26189 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254073296 9855975424 54149 33554432000 1073741824 1073778376 140733328955200 140695544255528 254753683369 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.3007 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 26208
/proc/meminfo: memFree=28860200/32873844 swapFree=7364/7364
[pid=26189] ppid=26187 vsize=9624976 CPUtime=7.51 cores=0,2,4,6
/proc/26189/stat : 26189 (java) S 26187 26189 24862 0 -1 4202496 12406 0 1 0 742 9 0 0 20 0 19 0 254073134 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140733328946336 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26189/statm: 2406244 54151 2264 9 0 2396937 0
[pid=26189/tid=26191] ppid=26187 vsize=9624976 CPUtime=6.21 cores=0,2,4,6
/proc/26189/task/26191/stat : 26191 (java) R 26187 26189 24862 0 -1 4202560 2524 0 1 0 618 3 0 0 20 0 19 0 254073134 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696736494104 140696569512368 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26192] ppid=26187 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26189/task/26192/stat : 26192 (java) S 26187 26189 24862 0 -1 4202560 18 0 0 0 1 0 0 0 20 0 19 0 254073135 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696697985448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26193] ppid=26187 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26189/task/26193/stat : 26193 (java) S 26187 26189 24862 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 254073135 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696696932904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26194] ppid=26187 vsize=9624976 CPUtime=0.02 cores=0,2,4,6
/proc/26189/task/26194/stat : 26194 (java) S 26187 26189 24862 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 19 0 254073135 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696695879848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26195] ppid=26187 vsize=9624976 CPUtime=0.03 cores=0,2,4,6
/proc/26189/task/26195/stat : 26195 (java) S 26187 26189 24862 0 -1 4202560 39 0 0 0 2 1 0 0 20 0 19 0 254073135 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696694827304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26189/tid=26196] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26196/stat : 26196 (java) S 26187 26189 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254073135 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696693775272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26197] ppid=26187 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26189/task/26197/stat : 26197 (java) S 26187 26189 24862 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 254073135 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696692722728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26198] ppid=26187 vsize=9624976 CPUtime=0.01 cores=0,2,4,6
/proc/26189/task/26198/stat : 26198 (java) S 26187 26189 24862 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 19 0 254073135 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696691669672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26199] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26199/stat : 26199 (java) S 26187 26189 24862 0 -1 4202560 21 0 0 0 0 0 0 0 20 0 19 0 254073135 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696690617128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26200] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26200/stat : 26200 (java) S 26187 26189 24862 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 254073136 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696560298344 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26201] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26201/stat : 26201 (java) S 26187 26189 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254073137 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696559244664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26202] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26202/stat : 26202 (java) S 26187 26189 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254073137 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696558191496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26203] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26203/stat : 26203 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254073139 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696557140240 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26204] ppid=26187 vsize=9624976 CPUtime=0.46 cores=0,2,4,6
/proc/26189/task/26204/stat : 26204 (java) S 26187 26189 24862 0 -1 4202560 4635 0 0 0 46 0 0 0 20 0 19 0 254073139 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696556088120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26205] ppid=26187 vsize=9624976 CPUtime=0.6 cores=0,2,4,6
/proc/26189/task/26205/stat : 26205 (java) S 26187 26189 24862 0 -1 4202560 3857 0 0 0 60 0 0 0 20 0 19 0 254073139 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696555035576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26206] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26206/stat : 26206 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254073139 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140696553982712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26207] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26207/stat : 26207 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254073139 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140695545310280 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26208] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26208/stat : 26208 (java) S 26187 26189 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254073296 9855975424 54151 33554432000 1073741824 1073778376 140733328955200 140695544255528 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.51
Current children cumulated vsize (KiB) 9624976

[startup+12.7007 s]
/proc/loadavg: 1.99 2.00 2.00 3/213 26208
/proc/meminfo: memFree=28859884/32873844 swapFree=7364/7364

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

[pid=26189/tid=26204] ppid=26187 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/26189/task/26204/stat : 26204 (java) S 26187 26189 24862 0 -1 4202560 4646 0 0 0 54 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696556088120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26205] ppid=26187 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/26189/task/26205/stat : 26205 (java) S 26187 26189 24862 0 -1 4202560 3861 0 0 0 69 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696555035576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26206] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26206/stat : 26206 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696553982712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26207] ppid=26187 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/26189/task/26207/stat : 26207 (java) S 26187 26189 24862 0 -1 4202560 99 0 0 0 22 49 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140695545310280 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26208] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26208/stat : 26208 (java) S 26187 26189 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254073296 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140695544255528 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1724.03
Current children cumulated vsize (KiB) 9624976

[startup+1782.3 s]
/proc/loadavg: 2.06 2.04 2.01 3/213 26283
/proc/meminfo: memFree=28835708/32873844 swapFree=7364/7364
[pid=26189] ppid=26187 vsize=9624976 CPUtime=1784.02 cores=0,2,4,6
/proc/26189/stat : 26189 (java) S 26187 26189 24862 0 -1 4202496 12737 0 1 0 178379 23 0 0 20 0 19 0 254073134 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140733328946336 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26189/statm: 2406244 70142 2282 9 0 2396937 0
[pid=26189/tid=26191] ppid=26187 vsize=9624976 CPUtime=1775.94 cores=0,2,4,6
/proc/26189/task/26191/stat : 26191 (java) R 26187 26189 24862 0 -1 4202560 2552 0 1 0 177566 28 0 0 20 0 19 0 254073134 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696736493856 140696569584415 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26192] ppid=26187 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/26189/task/26192/stat : 26192 (java) S 26187 26189 24862 0 -1 4202560 30 0 0 0 9 2 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696697985448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26193] ppid=26187 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/26189/task/26193/stat : 26193 (java) S 26187 26189 24862 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696696932904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26194] ppid=26187 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/26189/task/26194/stat : 26194 (java) S 26187 26189 24862 0 -1 4202560 47 0 0 0 12 2 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696695879848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26195] ppid=26187 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/26189/task/26195/stat : 26195 (java) S 26187 26189 24862 0 -1 4202560 56 0 0 0 11 2 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696694827304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26196] ppid=26187 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/26189/task/26196/stat : 26196 (java) S 26187 26189 24862 0 -1 4202560 21 0 0 0 11 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696693775272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26197] ppid=26187 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/26189/task/26197/stat : 26197 (java) S 26187 26189 24862 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696692722728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26198] ppid=26187 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/26189/task/26198/stat : 26198 (java) S 26187 26189 24862 0 -1 4202560 19 0 0 0 10 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696691669672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26189/tid=26199] ppid=26187 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/26189/task/26199/stat : 26199 (java) S 26187 26189 24862 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696690617128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26200] ppid=26187 vsize=9624976 CPUtime=1.35 cores=0,2,4,6
/proc/26189/task/26200/stat : 26200 (java) S 26187 26189 24862 0 -1 4202560 156 0 0 0 133 2 0 0 20 0 19 0 254073136 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696560298344 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26201] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26201/stat : 26201 (java) S 26187 26189 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254073137 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696559244664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26202] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26202/stat : 26202 (java) S 26187 26189 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254073137 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696558191496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26203] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26203/stat : 26203 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696557140240 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26204] ppid=26187 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/26189/task/26204/stat : 26204 (java) S 26187 26189 24862 0 -1 4202560 4646 0 0 0 54 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696556088120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26205] ppid=26187 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/26189/task/26205/stat : 26205 (java) S 26187 26189 24862 0 -1 4202560 3861 0 0 0 69 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696555035576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26206] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26206/stat : 26206 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696553982712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26207] ppid=26187 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/26189/task/26207/stat : 26207 (java) S 26187 26189 24862 0 -1 4202560 103 0 0 0 22 49 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140695545310280 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26208] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26208/stat : 26208 (java) S 26187 26189 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254073296 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140695544255528 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1784.02
Current children cumulated vsize (KiB) 9624976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1798.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/213 26283
/proc/meminfo: memFree=28835460/32873844 swapFree=7364/7364
[pid=26189] ppid=26187 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/26189/stat : 26189 (java) S 26187 26189 24862 0 -1 4202496 12737 0 1 0 179980 24 0 0 20 0 19 0 254073134 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140733328946336 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26189/statm: 2406244 70142 2282 9 0 2396937 0
[pid=26189/tid=26191] ppid=26187 vsize=9624976 CPUtime=1791.91 cores=0,2,4,6
/proc/26189/task/26191/stat : 26191 (java) R 26187 26189 24862 0 -1 4202560 2552 0 1 0 179162 29 0 0 20 0 19 0 254073134 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696736493856 140696569534137 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26192] ppid=26187 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/26189/task/26192/stat : 26192 (java) S 26187 26189 24862 0 -1 4202560 30 0 0 0 9 2 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696697985448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26193] ppid=26187 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/26189/task/26193/stat : 26193 (java) S 26187 26189 24862 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696696932904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26194] ppid=26187 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/26189/task/26194/stat : 26194 (java) S 26187 26189 24862 0 -1 4202560 47 0 0 0 12 2 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696695879848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26195] ppid=26187 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/26189/task/26195/stat : 26195 (java) S 26187 26189 24862 0 -1 4202560 56 0 0 0 11 2 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696694827304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26196] ppid=26187 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/26189/task/26196/stat : 26196 (java) S 26187 26189 24862 0 -1 4202560 21 0 0 0 11 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696693775272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26197] ppid=26187 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/26189/task/26197/stat : 26197 (java) S 26187 26189 24862 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696692722728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26198] ppid=26187 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/26189/task/26198/stat : 26198 (java) S 26187 26189 24862 0 -1 4202560 19 0 0 0 10 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696691669672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26189/tid=26199] ppid=26187 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/26189/task/26199/stat : 26199 (java) S 26187 26189 24862 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696690617128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26200] ppid=26187 vsize=9624976 CPUtime=1.35 cores=0,2,4,6
/proc/26189/task/26200/stat : 26200 (java) S 26187 26189 24862 0 -1 4202560 156 0 0 0 133 2 0 0 20 0 19 0 254073136 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696560298344 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26201] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26201/stat : 26201 (java) S 26187 26189 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254073137 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696559244664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26202] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26202/stat : 26202 (java) S 26187 26189 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254073137 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696558191496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26203] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26203/stat : 26203 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696557140240 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26204] ppid=26187 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/26189/task/26204/stat : 26204 (java) S 26187 26189 24862 0 -1 4202560 4646 0 0 0 54 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696556088120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26205] ppid=26187 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/26189/task/26205/stat : 26205 (java) S 26187 26189 24862 0 -1 4202560 3861 0 0 0 69 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696555035576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26206] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26206/stat : 26206 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696553982712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26207] ppid=26187 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/26189/task/26207/stat : 26207 (java) S 26187 26189 24862 0 -1 4202560 103 0 0 0 22 49 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140695545310280 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26208] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26208/stat : 26208 (java) S 26187 26189 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254073296 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140695544255528 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
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.3 s]
/proc/loadavg: 2.04 2.04 2.00 3/213 26283
/proc/meminfo: memFree=28835460/32873844 swapFree=7364/7364
[pid=26189] ppid=26187 vsize=9624976 CPUtime=1800.04 cores=0,2,4,6
/proc/26189/stat : 26189 (java) S 26187 26189 24862 0 -1 4202496 12737 0 1 0 179980 24 0 0 20 0 19 0 254073134 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140733328946336 254753669181 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/26189/statm: 2406244 70142 2282 9 0 2396937 0
[pid=26189/tid=26191] ppid=26187 vsize=9624976 CPUtime=1791.91 cores=0,2,4,6
/proc/26189/task/26191/stat : 26191 (java) R 26187 26189 24862 0 -1 4202560 2552 0 1 0 179162 29 0 0 20 0 19 0 254073134 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696736493856 140696569534137 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26192] ppid=26187 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/26189/task/26192/stat : 26192 (java) S 26187 26189 24862 0 -1 4202560 30 0 0 0 9 2 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696697985448 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26193] ppid=26187 vsize=9624976 CPUtime=0.08 cores=0,2,4,6
/proc/26189/task/26193/stat : 26193 (java) S 26187 26189 24862 0 -1 4202560 14 0 0 0 8 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696696932904 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26194] ppid=26187 vsize=9624976 CPUtime=0.14 cores=0,2,4,6
/proc/26189/task/26194/stat : 26194 (java) S 26187 26189 24862 0 -1 4202560 47 0 0 0 12 2 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696695879848 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26195] ppid=26187 vsize=9624976 CPUtime=0.13 cores=0,2,4,6
/proc/26189/task/26195/stat : 26195 (java) S 26187 26189 24862 0 -1 4202560 56 0 0 0 11 2 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696694827304 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26196] ppid=26187 vsize=9624976 CPUtime=0.11 cores=0,2,4,6
/proc/26189/task/26196/stat : 26196 (java) S 26187 26189 24862 0 -1 4202560 21 0 0 0 11 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696693775272 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26197] ppid=26187 vsize=9624976 CPUtime=0.09 cores=0,2,4,6
/proc/26189/task/26197/stat : 26197 (java) S 26187 26189 24862 0 -1 4202560 25 0 0 0 9 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696692722728 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26198] ppid=26187 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/26189/task/26198/stat : 26198 (java) S 26187 26189 24862 0 -1 4202560 19 0 0 0 10 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696691669672 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=26189/tid=26199] ppid=26187 vsize=9624976 CPUtime=0.1 cores=0,2,4,6
/proc/26189/task/26199/stat : 26199 (java) S 26187 26189 24862 0 -1 4202560 25 0 0 0 10 0 0 0 20 0 19 0 254073135 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696690617128 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=26189/tid=26200] ppid=26187 vsize=9624976 CPUtime=1.35 cores=0,2,4,6
/proc/26189/task/26200/stat : 26200 (java) S 26187 26189 24862 0 -1 4202560 156 0 0 0 133 2 0 0 20 0 19 0 254073136 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696560298344 254753683369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26201] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26201/stat : 26201 (java) S 26187 26189 24862 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 254073137 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696559244664 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26202] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26202/stat : 26202 (java) S 26187 26189 24862 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 254073137 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696558191496 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26203] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26203/stat : 26203 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696557140240 254753691424 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26204] ppid=26187 vsize=9624976 CPUtime=0.54 cores=0,2,4,6
/proc/26189/task/26204/stat : 26204 (java) S 26187 26189 24862 0 -1 4202560 4646 0 0 0 54 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696556088120 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26205] ppid=26187 vsize=9624976 CPUtime=0.69 cores=0,2,4,6
/proc/26189/task/26205/stat : 26205 (java) S 26187 26189 24862 0 -1 4202560 3861 0 0 0 69 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696555035576 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26206] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26206/stat : 26206 (java) S 26187 26189 24862 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140696553982712 254753682492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=26189/tid=26207] ppid=26187 vsize=9624976 CPUtime=0.71 cores=0,2,4,6
/proc/26189/task/26207/stat : 26207 (java) S 26187 26189 24862 0 -1 4202560 103 0 0 0 22 49 0 0 20 0 19 0 254073139 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140695545310280 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=26189/tid=26208] ppid=26187 vsize=9624976 CPUtime=0 cores=0,2,4,6
/proc/26189/task/26208/stat : 26208 (java) S 26187 26189 24862 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 254073296 9855975424 70142 33554432000 1073741824 1073778376 140733328955200 140695544255528 254753683369 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.04
Current children cumulated vsize (KiB) 9624976

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26189 and gives
#  childrusage.ru_utime.tv_sec=1795
#  childrusage.ru_utime.tv_usec=378061
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=4847
# CPU time returned by wait4() is 1796.38
# while last known CPU time is 1800.04
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1798.35
CPU time (s): 1800.04
CPU user time (s): 1799.8
CPU system time (s): 0.24
CPU usage (%): 100.094
Max. virtual memory (cumulated for all children) (KiB): 9624976

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.38
system time used= 1.00485
maximum resident set size= 280744
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12786
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38796
involuntary context switches= 9806

runsolver used 6.11907 second user time and 14.6168 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-24 19:11:28
IDJOB=3688067
IDBENCH=2639
IDSOLVER=2269
FILE ID=node145/3688067-1337879488
RUNJOBID= node145-1337871881-24878
PBS_JOBID= 14620059
Free space on /tmp= 71648 MiB

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

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

MD5SUM BENCH= 6a25ee38adc43f783b18badd1224270c
RANDOM SEED=1139212100

node145.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		: 2667.149
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	: 5334.29
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		: 2667.149
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		: 2667.149
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	: 5313.38
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		: 2667.149
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		: 2667.149
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		: 2667.149
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		: 2667.149
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		: 2667.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29069580 kB
Buffers:          210404 kB
Cached:          2681872 kB
SwapCached:            0 kB
Active:           574056 kB
Inactive:        2462716 kB
Active(anon):     147168 kB
Inactive(anon):        0 kB
Active(file):     426888 kB
Inactive(file):  2462716 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8188 kB
Writeback:             8 kB
AnonPages:        151860 kB
Mapped:            22860 kB
Shmem:               200 kB
Slab:             630244 kB
SReclaimable:      72624 kB
SUnreclaim:       557620 kB
KernelStack:        1576 kB
PageTables:         4464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     696104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    110592 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= 71648 MiB
End job on node145 at 2012-05-24 19:41:28