Trace number 3733870

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
PB07: SAT4JPseudoResolution 2007-03-23? (TO) 1800.75 1767.23

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/
manquiho/golomb-rulers/normalized-OGR_18.opb
MD5SUMde4cbecd7c9968d40b279ce145b888a9
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark307
Best CPU time to get the best result obtained on this benchmark1800.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8883
Total number of constraints17459
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 constraints17459
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 2691
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2006 Daniel Le Berre
0.00/0.07	c This is free software under the GNU LGPL licence. See www.sat4j.org for details.
0.00/0.07	c This software uses some libraries from the Jakarta project. See jakarta.apache.org for details.
0.00/0.07	c no version file found!!!
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version	1.6.0_24
0.00/0.07	c os.name	Linux
0.00/0.07	c os.version	2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch	amd64
0.00/0.07	c Free memory 1599470296
0.00/0.07	c Max memory 1607860224
0.00/0.07	c Total memory 1607860224
0.00/0.07	c Number of processors 8
0.00/0.09	--- Begin Solver configuration ---
0.00/0.09	c Stops conflict analysis at the first Unique Implication Point
0.00/0.09	c org.sat4j.minisat.constraints.PBMaxClauseCardConstrDataStructure@18e2b22
0.00/0.09	c Learn all clauses as in MiniSAT
0.00/0.09	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.09	c VSIDS like heuristics from MiniSAT using a heap
0.00/0.09	c No reason simplification
0.00/0.09	c --- End Solver configuration ---
0.00/0.09	c solving HOME/instance-3733870-1338699058.opb
0.00/0.09	c reading problem ... 
2.26/1.38	c ... done. Wall clock time 1.286s.
2.26/1.38	c CPU time (experimental) 1.3s.
2.26/1.38	c #vars     8883
2.26/1.38	c #constraints  17459
1800.03/1767.22	c starts		: 19
1800.03/1767.22	c conflicts		: 299944
1800.03/1767.22	c decisions		: 349939
1800.03/1767.22	c propagations		: 50722112
1800.03/1767.22	c inspects		: 2973592524
1800.03/1767.22	c learnt literals	: 0
1800.03/1767.22	c learnt binary clauses	: 1
1800.03/1767.22	c learnt ternary clauses	: 2
1800.03/1767.22	c learnt clauses	: 299944
1800.03/1767.22	c root simplifications	: 0
1800.03/1767.22	c removed literals (reason simplification)	: 0
1800.03/1767.22	c reason swapping (by a shorter reason)	: 0
1800.03/1767.22	c Calls to reduceDB	: 0
1800.03/1767.22	c speed (decisions/second)	: 198.17219408630373
1800.03/1767.22	c non guided choices	117
1800.03/1767.22	s UNKNOWN
1800.03/1767.22	c Total wall clock time (ms): 1767.128

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-3733870-1338699058/watcher-3733870-1338699058 -o /tmp/evaluation-result-3733870-1338699058/solver-3733870-1338699058 -C 1800 -W 1900 -M 15500 java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3733870-1338699058.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: 2.07 2.02 2.02 3/195 6042
/proc/meminfo: memFree=28843480/32873648 swapFree=7116/7116
[pid=6042] ppid=6040 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/6042/stat : 6042 (runsolver) D 6040 6042 1585 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 336031241 12095488 51 33554432000 4194304 5436572 140737463932848 140737463929144 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/6042/statm: 2953 51 31 304 0 2645 0

[startup+0.0162059 s]
/proc/loadavg: 2.07 2.02 2.02 3/195 6042
/proc/meminfo: memFree=28843480/32873648 swapFree=7116/7116
[pid=6042] ppid=6040 vsize=1878320 CPUtime=0 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6040 6042 1585 0 -1 4202496 1707 0 1 0 0 0 0 0 20 0 2 0 336031241 1923399680 1387 33554432000 1073741824 1073778376 140736740650352 140736740641488 214540779581 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6042/statm: 469580 1405 931 9 0 460689 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 1878320

[startup+0.100225 s]
/proc/loadavg: 2.07 2.02 2.02 3/195 6042
/proc/meminfo: memFree=28843480/32873648 swapFree=7116/7116
[pid=6042] ppid=6040 vsize=2957856 CPUtime=0.1 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6040 6042 1585 0 -1 4202496 4969 0 1 0 9 1 0 0 20 0 18 0 336031241 3028844544 6164 33554432000 1073741824 1073778376 140736740650352 140736740641488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6042/statm: 739464 6164 2130 9 0 729885 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2957856

[startup+0.300232 s]
/proc/loadavg: 2.07 2.02 2.02 3/195 6042
/proc/meminfo: memFree=28843480/32873648 swapFree=7116/7116
[pid=6042] ppid=6040 vsize=2957856 CPUtime=0.55 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6040 6042 1585 0 -1 4202496 10808 0 1 0 53 2 0 0 20 0 18 0 336031241 3028844544 13437 33554432000 1073741824 1073778376 140736740650352 140736740641488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6042/statm: 739464 13437 2249 9 0 729885 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 2957856

[startup+0.700238 s]
/proc/loadavg: 2.07 2.02 2.02 3/195 6042
/proc/meminfo: memFree=28843480/32873648 swapFree=7116/7116
[pid=6042] ppid=6040 vsize=2957856 CPUtime=1.23 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6040 6042 1585 0 -1 4202496 12558 0 1 0 119 4 0 0 20 0 18 0 336031241 3028844544 50633 33554432000 1073741824 1073778376 140736740650352 140736740641488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6042/statm: 739464 50633 2260 9 0 729885 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 2957856

[startup+1.50067 s]
/proc/loadavg: 2.07 2.02 2.02 5/213 6060
/proc/meminfo: memFree=28508264/32873648 swapFree=7116/7116
[pid=6042] ppid=6040 vsize=3024420 CPUtime=2.5 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6040 6042 1585 0 -1 4202496 14694 0 1 0 235 15 0 0 20 0 19 0 336031241 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140736740641488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6042/statm: 756105 125485 2290 9 0 746526 0
[pid=6042/tid=6044] ppid=6040 vsize=3024420 CPUtime=1.42 cores=0,2,4,6
/proc/6042/task/6044/stat : 6044 (java) R 6040 6042 1585 0 -1 4202560 3297 0 1 0 134 8 0 0 20 0 19 0 336031242 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092974555856 140092915043145 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6045] ppid=6040 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/6042/task/6045/stat : 6045 (java) S 6040 6042 1585 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 336031243 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092840434472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6046] ppid=6040 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/6042/task/6046/stat : 6046 (java) S 6040 6042 1585 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 19 0 336031243 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092839381672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6047] ppid=6040 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/6042/task/6047/stat : 6047 (java) S 6040 6042 1585 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 19 0 336031243 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092838329384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6048] ppid=6040 vsize=3024420 CPUtime=0.04 cores=0,2,4,6
/proc/6042/task/6048/stat : 6048 (java) S 6040 6042 1585 0 -1 4202560 31 0 0 0 2 2 0 0 20 0 19 0 336031243 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092837276584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6049] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6049/stat : 6049 (java) S 6040 6042 1585 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 336031243 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092836223272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6050] ppid=6040 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/6042/task/6050/stat : 6050 (java) S 6040 6042 1585 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 19 0 336031243 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092835170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6051] ppid=6040 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/6042/task/6051/stat : 6051 (java) S 6040 6042 1585 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 19 0 336031243 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092834118184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6052] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6052/stat : 6052 (java) S 6040 6042 1585 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 336031243 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092833065384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6053] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6053/stat : 6053 (java) S 6040 6042 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336031244 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092820654824 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6054] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6054/stat : 6054 (java) S 6040 6042 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 336031245 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092819600888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6055] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6055/stat : 6055 (java) S 6040 6042 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 336031245 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092818548488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6056] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6056/stat : 6056 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092817496976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6057] ppid=6040 vsize=3024420 CPUtime=0.4 cores=0,2,4,6
/proc/6042/task/6057/stat : 6057 (java) S 6040 6042 1585 0 -1 4202560 5446 0 0 0 40 0 0 0 20 0 19 0 336031247 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092816443576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6058] ppid=6040 vsize=3024420 CPUtime=0.44 cores=0,2,4,6
/proc/6042/task/6058/stat : 6058 (java) S 6040 6042 1585 0 -1 4202560 4648 0 0 0 44 0 0 0 20 0 19 0 336031247 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092815390776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6059] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6059/stat : 6059 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092814338680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6060] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6060/stat : 6060 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 125485 33554432000 1073741824 1073778376 140736740650352 140092813286088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 3024420

[startup+3.10072 s]
/proc/loadavg: 2.07 2.02 2.02 3/214 6061
/proc/meminfo: memFree=28348644/32873648 swapFree=7116/7116
[pid=6042] ppid=6040 vsize=3024420 CPUtime=4.4 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6040 6042 1585 0 -1 4202496 15967 0 1 0 418 22 0 0 20 0 19 0 336031241 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140736740641488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6042/statm: 756105 139848 2294 9 0 746526 0
[pid=6042/tid=6044] ppid=6040 vsize=3024420 CPUtime=2.97 cores=0,2,4,6
/proc/6042/task/6044/stat : 6044 (java) R 6040 6042 1585 0 -1 4202560 3299 0 1 0 289 8 0 0 20 0 19 0 336031242 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092974554288 140092915060332 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6045] ppid=6040 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/6042/task/6045/stat : 6045 (java) S 6040 6042 1585 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 336031243 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092840434472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6046] ppid=6040 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/6042/task/6046/stat : 6046 (java) S 6040 6042 1585 0 -1 4202560 21 0 0 0 1 1 0 0 20 0 19 0 336031243 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092839381672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6047] ppid=6040 vsize=3024420 CPUtime=0.04 cores=0,2,4,6
/proc/6042/task/6047/stat : 6047 (java) S 6040 6042 1585 0 -1 4202560 27 0 0 0 2 2 0 0 20 0 19 0 336031243 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092838329384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6048] ppid=6040 vsize=3024420 CPUtime=0.09 cores=0,2,4,6
/proc/6042/task/6048/stat : 6048 (java) S 6040 6042 1585 0 -1 4202560 57 0 0 0 5 4 0 0 20 0 19 0 336031243 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092837276584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6049] ppid=6040 vsize=3024420 CPUtime=0.05 cores=0,2,4,6
/proc/6042/task/6049/stat : 6049 (java) S 6040 6042 1585 0 -1 4202560 37 0 0 0 3 2 0 0 20 0 19 0 336031243 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092836223272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6050] ppid=6040 vsize=3024420 CPUtime=0.04 cores=0,2,4,6
/proc/6042/task/6050/stat : 6050 (java) S 6040 6042 1585 0 -1 4202560 28 0 0 0 2 2 0 0 20 0 19 0 336031243 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092835170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6051] ppid=6040 vsize=3024420 CPUtime=0.02 cores=0,2,4,6
/proc/6042/task/6051/stat : 6051 (java) S 6040 6042 1585 0 -1 4202560 22 0 0 0 1 1 0 0 20 0 19 0 336031243 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092834118184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6052] ppid=6040 vsize=3024420 CPUtime=0.01 cores=0,2,4,6
/proc/6042/task/6052/stat : 6052 (java) S 6040 6042 1585 0 -1 4202560 16 0 0 0 0 1 0 0 20 0 19 0 336031243 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092833065384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6053] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6053/stat : 6053 (java) S 6040 6042 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336031244 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092820654824 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6054] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6054/stat : 6054 (java) S 6040 6042 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 336031245 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092819600888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6055] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6055/stat : 6055 (java) S 6040 6042 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 336031245 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092818548488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6056] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6056/stat : 6056 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092817496976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6057] ppid=6040 vsize=3024420 CPUtime=0.45 cores=0,2,4,6
/proc/6042/task/6057/stat : 6057 (java) S 6040 6042 1585 0 -1 4202560 6586 0 0 0 44 1 0 0 20 0 19 0 336031247 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092816443576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6058] ppid=6040 vsize=3024420 CPUtime=0.55 cores=0,2,4,6
/proc/6042/task/6058/stat : 6058 (java) S 6040 6042 1585 0 -1 4202560 4663 0 0 0 55 0 0 0 20 0 19 0 336031247 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092815390776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6059] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6059/stat : 6059 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092814338680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6060] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6060/stat : 6060 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092813286088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6061] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6061/stat : 6061 (java) S 6040 6042 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336031380 3097006080 139848 33554432000 1073741824 1073778376 140736740650352 140092811154856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 3024420

[startup+6.30077 s]
/proc/loadavg: 2.22 2.05 2.03 3/213 6061
/proc/meminfo: memFree=28281068/32873648 swapFree=7116/7116
[pid=6042] ppid=6040 vsize=3024420 CPUtime=7.86 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6040 6042 1585 0 -1 4202496 16003 0 1 0 763 23 0 0 20 0 19 0 336031241 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140736740641488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6042/statm: 756105 142115 2295 9 0 746526 0
[pid=6042/tid=6044] ppid=6040 vsize=3024420 CPUtime=6.09 cores=0,2,4,6
/proc/6042/task/6044/stat : 6044 (java) R 6040 6042 1585 0 -1 4202560 3302 0 1 0 601 8 0 0 20 0 19 0 336031242 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092974554304 140092915077432 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6045] ppid=6040 vsize=3024420 CPUtime=0.04 cores=0,2,4,6
/proc/6042/task/6045/stat : 6045 (java) S 6040 6042 1585 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 19 0 336031243 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092840434472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6046] ppid=6040 vsize=3024420 CPUtime=0.08 cores=0,2,4,6
/proc/6042/task/6046/stat : 6046 (java) S 6040 6042 1585 0 -1 4202560 26 0 0 0 6 2 0 0 20 0 19 0 336031243 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092839381672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6047] ppid=6040 vsize=3024420 CPUtime=0.09 cores=0,2,4,6
/proc/6042/task/6047/stat : 6047 (java) S 6040 6042 1585 0 -1 4202560 32 0 0 0 7 2 0 0 20 0 19 0 336031243 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092838329384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6048] ppid=6040 vsize=3024420 CPUtime=0.14 cores=0,2,4,6
/proc/6042/task/6048/stat : 6048 (java) S 6040 6042 1585 0 -1 4202560 63 0 0 0 10 4 0 0 20 0 19 0 336031243 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092837276584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6049] ppid=6040 vsize=3024420 CPUtime=0.08 cores=0,2,4,6
/proc/6042/task/6049/stat : 6049 (java) S 6040 6042 1585 0 -1 4202560 41 0 0 0 5 3 0 0 20 0 19 0 336031243 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092836223272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6050] ppid=6040 vsize=3024420 CPUtime=0.07 cores=0,2,4,6
/proc/6042/task/6050/stat : 6050 (java) S 6040 6042 1585 0 -1 4202560 29 0 0 0 5 2 0 0 20 0 19 0 336031243 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092835170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6051] ppid=6040 vsize=3024420 CPUtime=0.05 cores=0,2,4,6
/proc/6042/task/6051/stat : 6051 (java) S 6040 6042 1585 0 -1 4202560 24 0 0 0 3 2 0 0 20 0 19 0 336031243 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092834118184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6052] ppid=6040 vsize=3024420 CPUtime=0.04 cores=0,2,4,6
/proc/6042/task/6052/stat : 6052 (java) S 6040 6042 1585 0 -1 4202560 16 0 0 0 3 1 0 0 20 0 19 0 336031243 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092833065384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6053] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6053/stat : 6053 (java) S 6040 6042 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336031244 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092820654824 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6054] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6054/stat : 6054 (java) S 6040 6042 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 336031245 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092819600888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6055] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6055/stat : 6055 (java) S 6040 6042 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 336031245 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092818548488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6056] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6056/stat : 6056 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092817496976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6057] ppid=6040 vsize=3024420 CPUtime=0.45 cores=0,2,4,6
/proc/6042/task/6057/stat : 6057 (java) S 6040 6042 1585 0 -1 4202560 6586 0 0 0 44 1 0 0 20 0 19 0 336031247 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092816443576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6058] ppid=6040 vsize=3024420 CPUtime=0.59 cores=0,2,4,6
/proc/6042/task/6058/stat : 6058 (java) S 6040 6042 1585 0 -1 4202560 4671 0 0 0 59 0 0 0 20 0 19 0 336031247 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092815390776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6059] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6059/stat : 6059 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092814338680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6060] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6060/stat : 6060 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092813286088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6061] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6061/stat : 6061 (java) S 6040 6042 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336031380 3097006080 142115 33554432000 1073741824 1073778376 140736740650352 140092811154856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.86
Current children cumulated vsize (KiB) 3024420

[startup+12.7006 s]
/proc/loadavg: 2.20 2.05 2.03 3/213 6061
/proc/meminfo: memFree=28215296/32873648 swapFree=7116/7116

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

[pid=6042/tid=6050] ppid=6040 vsize=3024420 CPUtime=5.11 cores=0,2,4,6
/proc/6042/task/6050/stat : 6050 (java) S 6040 6042 1585 0 -1 4202560 304 0 0 0 504 7 0 0 20 0 19 0 336031243 3097006080 195886 33554432000 1073741824 1073778376 140736740650352 140092835170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6051] ppid=6040 vsize=3024420 CPUtime=5.06 cores=0,2,4,6
/proc/6042/task/6051/stat : 6051 (java) S 6040 6042 1585 0 -1 4202560 321 0 0 0 499 7 0 0 20 0 19 0 336031243 3097006080 195886 33554432000 1073741824 1073778376 140736740650352 140092834118184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6052] ppid=6040 vsize=3024420 CPUtime=5.2 cores=0,2,4,6
/proc/6042/task/6052/stat : 6052 (java) S 6040 6042 1585 0 -1 4202560 322 0 0 0 512 8 0 0 20 0 19 0 336031243 3097006080 195886 33554432000 1073741824 1073778376 140736740650352 140092833065384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6053] ppid=6040 vsize=3024420 CPUtime=0.12 cores=0,2,4,6
/proc/6042/task/6053/stat : 6053 (java) S 6040 6042 1585 0 -1 4202560 98 0 0 0 9 3 0 0 20 0 19 0 336031244 3097006080 195886 33554432000 1073741824 1073778376 140736740650352 140092820654824 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6054] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6054/stat : 6054 (java) S 6040 6042 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 336031245 3097006080 195886 33554432000 1073741824 1073778376 140736740650352 140092819600888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6055] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6055/stat : 6055 (java) S 6040 6042 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 336031245 3097006080 195886 33554432000 1073741824 1073778376 140736740650352 140092818548488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6056] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6056/stat : 6056 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 195886 33554432000 1073741824 1073778376 140736740650352 140092817496976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6057] ppid=6040 vsize=3024420 CPUtime=0.45 cores=0,2,4,6
/proc/6042/task/6057/stat : 6057 (java) S 6040 6042 1585 0 -1 4202560 6586 0 0 0 44 1 0 0 20 0 19 0 336031247 3097006080 195886 33554432000 1073741824 1073778376 140736740650352 140092816443576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6058] ppid=6040 vsize=3024420 CPUtime=0.68 cores=0,2,4,6
/proc/6042/task/6058/stat : 6058 (java) S 6040 6042 1585 0 -1 4202560 4686 0 0 0 68 0 0 0 20 0 19 0 336031247 3097006080 195886 33554432000 1073741824 1073778376 140736740650352 140092815390776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6059] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6059/stat : 6059 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 195886 33554432000 1073741824 1073778376 140736740650352 140092814338680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6060] ppid=6040 vsize=3024420 CPUtime=0.56 cores=0,2,4,6
/proc/6042/task/6060/stat : 6060 (java) S 6040 6042 1585 0 -1 4202560 90 0 0 0 26 30 0 0 20 0 19 0 336031247 3097006080 195886 33554432000 1073741824 1073778376 140736740650352 140092813286088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6061] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6061/stat : 6061 (java) S 6040 6042 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336031380 3097006080 195886 33554432000 1073741824 1073778376 140736740650352 140092811154856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1632.12
Current children cumulated vsize (KiB) 3024420

[startup+1662.3 s]
/proc/loadavg: 2.24 2.11 2.03 3/213 6157
/proc/meminfo: memFree=27277308/32873648 swapFree=7116/7116
[pid=6042] ppid=6040 vsize=3024420 CPUtime=1693.29 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6040 6042 1585 0 -1 4202496 19447 0 1 0 169233 96 0 0 20 0 19 0 336031241 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140736740641488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6042/statm: 756105 196910 2296 9 0 746526 0
[pid=6042/tid=6044] ppid=6040 vsize=3024420 CPUtime=1649.71 cores=0,2,4,6
/proc/6042/task/6044/stat : 6044 (java) R 6040 6042 1585 0 -1 4202560 4240 0 1 0 164935 36 0 0 20 0 19 0 336031242 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092974554304 140092915059652 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6045] ppid=6040 vsize=3024420 CPUtime=5.36 cores=0,2,4,6
/proc/6042/task/6045/stat : 6045 (java) S 6040 6042 1585 0 -1 4202560 302 0 0 0 530 6 0 0 20 0 19 0 336031243 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092840434472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6046] ppid=6040 vsize=3024420 CPUtime=5.17 cores=0,2,4,6
/proc/6042/task/6046/stat : 6046 (java) S 6040 6042 1585 0 -1 4202560 315 0 0 0 510 7 0 0 20 0 19 0 336031243 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092839381672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6047] ppid=6040 vsize=3024420 CPUtime=5.26 cores=0,2,4,6
/proc/6042/task/6047/stat : 6047 (java) S 6040 6042 1585 0 -1 4202560 319 0 0 0 519 7 0 0 20 0 19 0 336031243 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092838329384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6048] ppid=6040 vsize=3024420 CPUtime=5.09 cores=0,2,4,6
/proc/6042/task/6048/stat : 6048 (java) S 6040 6042 1585 0 -1 4202560 351 0 0 0 500 9 0 0 20 0 19 0 336031243 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092837276584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6049] ppid=6040 vsize=3024420 CPUtime=5.26 cores=0,2,4,6
/proc/6042/task/6049/stat : 6049 (java) S 6040 6042 1585 0 -1 4202560 322 0 0 0 519 7 0 0 20 0 19 0 336031243 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092836223272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6050] ppid=6040 vsize=3024420 CPUtime=5.34 cores=0,2,4,6
/proc/6042/task/6050/stat : 6050 (java) S 6040 6042 1585 0 -1 4202560 304 0 0 0 527 7 0 0 20 0 19 0 336031243 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092835170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6051] ppid=6040 vsize=3024420 CPUtime=5.24 cores=0,2,4,6
/proc/6042/task/6051/stat : 6051 (java) S 6040 6042 1585 0 -1 4202560 322 0 0 0 517 7 0 0 20 0 19 0 336031243 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092834118184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6052] ppid=6040 vsize=3024420 CPUtime=5.38 cores=0,2,4,6
/proc/6042/task/6052/stat : 6052 (java) S 6040 6042 1585 0 -1 4202560 322 0 0 0 530 8 0 0 20 0 19 0 336031243 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092833065384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6053] ppid=6040 vsize=3024420 CPUtime=0.13 cores=0,2,4,6
/proc/6042/task/6053/stat : 6053 (java) S 6040 6042 1585 0 -1 4202560 102 0 0 0 10 3 0 0 20 0 19 0 336031244 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092820654824 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6054] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6054/stat : 6054 (java) S 6040 6042 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 336031245 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092819600888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6055] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6055/stat : 6055 (java) S 6040 6042 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 336031245 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092818548488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6056] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6056/stat : 6056 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092817496976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6057] ppid=6040 vsize=3024420 CPUtime=0.45 cores=0,2,4,6
/proc/6042/task/6057/stat : 6057 (java) S 6040 6042 1585 0 -1 4202560 6586 0 0 0 44 1 0 0 20 0 19 0 336031247 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092816443576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6058] ppid=6040 vsize=3024420 CPUtime=0.68 cores=0,2,4,6
/proc/6042/task/6058/stat : 6058 (java) S 6040 6042 1585 0 -1 4202560 4686 0 0 0 68 0 0 0 20 0 19 0 336031247 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092815390776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6059] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6059/stat : 6059 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092814338680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6060] ppid=6040 vsize=3024420 CPUtime=0.58 cores=0,2,4,6
/proc/6042/task/6060/stat : 6060 (java) S 6040 6042 1585 0 -1 4202560 94 0 0 0 27 31 0 0 20 0 19 0 336031247 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092813286088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6061] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6061/stat : 6061 (java) S 6040 6042 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336031380 3097006080 196910 33554432000 1073741824 1073778376 140736740650352 140092811154856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1693.29
Current children cumulated vsize (KiB) 3024420

[startup+1722.3 s]
/proc/loadavg: 2.09 2.08 2.02 3/213 6157
/proc/meminfo: memFree=27270052/32873648 swapFree=7116/7116
[pid=6042] ppid=6040 vsize=3024420 CPUtime=1754.38 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6040 6042 1585 0 -1 4202496 19490 0 1 0 175340 98 0 0 20 0 19 0 336031241 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140736740641488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6042/statm: 756105 198446 2296 9 0 746526 0
[pid=6042/tid=6044] ppid=6040 vsize=3024420 CPUtime=1709.22 cores=0,2,4,6
/proc/6042/task/6044/stat : 6044 (java) R 6040 6042 1585 0 -1 4202560 4272 0 1 0 170886 36 0 0 20 0 19 0 336031242 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092974554304 140092915060239 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6045] ppid=6040 vsize=3024420 CPUtime=5.53 cores=0,2,4,6
/proc/6042/task/6045/stat : 6045 (java) S 6040 6042 1585 0 -1 4202560 302 0 0 0 547 6 0 0 20 0 19 0 336031243 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092840434472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6046] ppid=6040 vsize=3024420 CPUtime=5.39 cores=0,2,4,6
/proc/6042/task/6046/stat : 6046 (java) S 6040 6042 1585 0 -1 4202560 315 0 0 0 532 7 0 0 20 0 19 0 336031243 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092839381672 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6047] ppid=6040 vsize=3024420 CPUtime=5.43 cores=0,2,4,6
/proc/6042/task/6047/stat : 6047 (java) S 6040 6042 1585 0 -1 4202560 319 0 0 0 536 7 0 0 20 0 19 0 336031243 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092838329384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6048] ppid=6040 vsize=3024420 CPUtime=5.31 cores=0,2,4,6
/proc/6042/task/6048/stat : 6048 (java) S 6040 6042 1585 0 -1 4202560 351 0 0 0 521 10 0 0 20 0 19 0 336031243 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092837276584 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6049] ppid=6040 vsize=3024420 CPUtime=5.47 cores=0,2,4,6
/proc/6042/task/6049/stat : 6049 (java) S 6040 6042 1585 0 -1 4202560 324 0 0 0 540 7 0 0 20 0 19 0 336031243 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092836223272 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6050] ppid=6040 vsize=3024420 CPUtime=5.5 cores=0,2,4,6
/proc/6042/task/6050/stat : 6050 (java) S 6040 6042 1585 0 -1 4202560 305 0 0 0 543 7 0 0 20 0 19 0 336031243 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092835170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6051] ppid=6040 vsize=3024420 CPUtime=5.45 cores=0,2,4,6
/proc/6042/task/6051/stat : 6051 (java) S 6040 6042 1585 0 -1 4202560 322 0 0 0 538 7 0 0 20 0 19 0 336031243 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092834118184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6052] ppid=6040 vsize=3024420 CPUtime=5.59 cores=0,2,4,6
/proc/6042/task/6052/stat : 6052 (java) S 6040 6042 1585 0 -1 4202560 322 0 0 0 551 8 0 0 20 0 19 0 336031243 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092833065384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6053] ppid=6040 vsize=3024420 CPUtime=0.13 cores=0,2,4,6
/proc/6042/task/6053/stat : 6053 (java) S 6040 6042 1585 0 -1 4202560 106 0 0 0 10 3 0 0 20 0 19 0 336031244 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092820654824 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6054] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6054/stat : 6054 (java) S 6040 6042 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 336031245 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092819600888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6055] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6055/stat : 6055 (java) S 6040 6042 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 336031245 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092818548488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6056] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6056/stat : 6056 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092817496976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6057] ppid=6040 vsize=3024420 CPUtime=0.45 cores=0,2,4,6
/proc/6042/task/6057/stat : 6057 (java) S 6040 6042 1585 0 -1 4202560 6586 0 0 0 44 1 0 0 20 0 19 0 336031247 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092816443576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6058] ppid=6040 vsize=3024420 CPUtime=0.68 cores=0,2,4,6
/proc/6042/task/6058/stat : 6058 (java) S 6040 6042 1585 0 -1 4202560 4686 0 0 0 68 0 0 0 20 0 19 0 336031247 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092815390776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6059] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6059/stat : 6059 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092814338680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6060] ppid=6040 vsize=3024420 CPUtime=0.6 cores=0,2,4,6
/proc/6042/task/6060/stat : 6060 (java) S 6040 6042 1585 0 -1 4202560 98 0 0 0 28 32 0 0 20 0 19 0 336031247 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092813286088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6061] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6061/stat : 6061 (java) S 6040 6042 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336031380 3097006080 198446 33554432000 1073741824 1073778376 140736740650352 140092811154856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1754.38
Current children cumulated vsize (KiB) 3024420



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1767.2 s]
/proc/loadavg: 2.04 2.07 2.02 3/214 6160
/proc/meminfo: memFree=27263948/32873648 swapFree=7116/7116
[pid=6042] ppid=6040 vsize=3024420 CPUtime=1800.03 cores=0,2,4,6
/proc/6042/stat : 6042 (java) S 6040 6042 1585 0 -1 4202496 19523 0 1 0 179903 100 0 0 20 0 19 0 336031241 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140736740641488 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/6042/statm: 756105 199982 2296 9 0 746526 0
[pid=6042/tid=6044] ppid=6040 vsize=3024420 CPUtime=1753.81 cores=0,2,4,6
/proc/6042/task/6044/stat : 6044 (java) S 6040 6042 1585 0 -1 4202560 4294 0 1 0 175344 37 0 0 20 0 19 0 336031242 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092974554424 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6045] ppid=6040 vsize=3024420 CPUtime=5.65 cores=0,2,4,6
/proc/6042/task/6045/stat : 6045 (java) S 6040 6042 1585 0 -1 4202560 303 0 0 0 559 6 0 0 20 0 19 0 336031243 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092840434472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6046] ppid=6040 vsize=3024420 CPUtime=5.5 cores=0,2,4,6
/proc/6042/task/6046/stat : 6046 (java) R 6040 6042 1585 0 -1 4202560 316 0 0 0 543 7 0 0 20 0 19 0 336031243 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092839381672 214540792892 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6047] ppid=6040 vsize=3024420 CPUtime=5.56 cores=0,2,4,6
/proc/6042/task/6047/stat : 6047 (java) R 6040 6042 1585 0 -1 4202560 319 0 0 0 549 7 0 0 20 0 19 0 336031243 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092838329384 140092981453977 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6048] ppid=6040 vsize=3024420 CPUtime=5.45 cores=0,2,4,6
/proc/6042/task/6048/stat : 6048 (java) R 6040 6042 1585 0 -1 4202560 353 0 0 0 535 10 0 0 20 0 19 0 336031243 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092837276584 140092981451502 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6049] ppid=6040 vsize=3024420 CPUtime=5.58 cores=0,2,4,6
/proc/6042/task/6049/stat : 6049 (java) R 6040 6042 1585 0 -1 4202560 324 0 0 0 551 7 0 0 20 0 19 0 336031243 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092836223272 140092977114879 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6050] ppid=6040 vsize=3024420 CPUtime=5.66 cores=0,2,4,6
/proc/6042/task/6050/stat : 6050 (java) S 6040 6042 1585 0 -1 4202560 306 0 0 0 559 7 0 0 20 0 19 0 336031243 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092835170472 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6051] ppid=6040 vsize=3024420 CPUtime=5.59 cores=0,2,4,6
/proc/6042/task/6051/stat : 6051 (java) S 6040 6042 1585 0 -1 4202560 323 0 0 0 551 8 0 0 20 0 19 0 336031243 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092834118184 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6052] ppid=6040 vsize=3024420 CPUtime=5.74 cores=0,2,4,6
/proc/6042/task/6052/stat : 6052 (java) S 6040 6042 1585 0 -1 4202560 323 0 0 0 566 8 0 0 20 0 19 0 336031243 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092833065384 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6053] ppid=6040 vsize=3024420 CPUtime=0.14 cores=0,2,4,6
/proc/6042/task/6053/stat : 6053 (java) S 6040 6042 1585 0 -1 4202560 108 0 0 0 11 3 0 0 20 0 19 0 336031244 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092820653704 214540792892 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6054] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6054/stat : 6054 (java) S 6040 6042 1585 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 336031245 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092819600888 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6055] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6055/stat : 6055 (java) S 6040 6042 1585 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 336031245 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092818548488 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6056] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6056/stat : 6056 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092817496976 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6057] ppid=6040 vsize=3024420 CPUtime=0.45 cores=0,2,4,6
/proc/6042/task/6057/stat : 6057 (java) S 6040 6042 1585 0 -1 4202560 6586 0 0 0 44 1 0 0 20 0 19 0 336031247 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092816443576 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=6042/tid=6058] ppid=6040 vsize=3024420 CPUtime=0.68 cores=0,2,4,6
/proc/6042/task/6058/stat : 6058 (java) S 6040 6042 1585 0 -1 4202560 4686 0 0 0 68 0 0 0 20 0 19 0 336031247 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092815390776 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=6042/tid=6059] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6059/stat : 6059 (java) S 6040 6042 1585 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 336031247 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092814338680 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=6042/tid=6060] ppid=6040 vsize=3024420 CPUtime=0.62 cores=0,2,4,6
/proc/6042/task/6060/stat : 6060 (java) S 6040 6042 1585 0 -1 4202560 100 0 0 0 29 33 0 0 20 0 19 0 336031247 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092813286088 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=6042/tid=6061] ppid=6040 vsize=3024420 CPUtime=0 cores=0,2,4,6
/proc/6042/task/6061/stat : 6061 (java) S 6040 6042 1585 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 336031380 3097006080 199982 33554432000 1073741824 1073778376 140736740650352 140092811154856 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 3024420

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

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

Child status: 143
Real time (s): 1767.23
CPU time (s): 1800.75
CPU user time (s): 1799.28
CPU system time (s): 1.47178
CPU usage (%): 101.897
Max. virtual memory (cumulated for all children) (KiB): 3024420

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 1.47178
maximum resident set size= 800044
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19555
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 67634
involuntary context switches= 89395

runsolver used 6.36203 second user time and 14.4438 second system time

The end

Launcher Data

Begin job on node127 at 2012-06-03 06:50:58
IDJOB=3733870
IDBENCH=2630
IDSOLVER=2319
FILE ID=node127/3733870-1338699058
RUNJOBID= node127-1338678617-1606
PBS_JOBID= 14636686
Free space on /tmp= 70476 MiB

SOLVER NAME= PB07: SAT4JPseudoResolution 2007-03-23
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/golomb-rulers/normalized-OGR_18.opb
COMMAND LINE= java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar BENCHNAME           
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3733870-1338699058/watcher-3733870-1338699058 -o /tmp/evaluation-result-3733870-1338699058/solver-3733870-1338699058 -C 1800 -W 1900 -M 15500  java -server -Xms1600M -Xmx1600M -jar HOME/sat4jPseudoResolution.jar HOME/instance-3733870-1338699058.opb           

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

MD5SUM BENCH= de4cbecd7c9968d40b279ce145b888a9
RANDOM SEED=1004326544

node127.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        28843372 kB
Buffers:          391384 kB
Cached:          1860684 kB
SwapCached:         1432 kB
Active:          1908476 kB
Inactive:        1238124 kB
Active(anon):     888640 kB
Inactive(anon):     7952 kB
Active(file):    1019836 kB
Inactive(file):  1230172 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67104504 kB
Dirty:              8304 kB
Writeback:             0 kB
AnonPages:        850824 kB
Mapped:            18852 kB
Shmem:                92 kB
Slab:             745636 kB
SReclaimable:     189564 kB
SUnreclaim:       556072 kB
KernelStack:        1520 kB
PageTables:         6032 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1825000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 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= 70472 MiB
End job on node127 at 2012-06-03 07:20:27