Trace number 3696496

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
pb2sat 2012-05-19? (TO) 1800.11 1800.62

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/
benchmarks/radar/normalized-30:70:4.5:0.95:98.opb
MD5SUMdae2a99f19ab3cbb5b0fd1a29cad1e80
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark20.7099
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 203
Optimality of the best value was proved NO
Number of variables10989
Total number of constraints12472
Number of constraints which are clauses10469
Number of constraints which are cardinality constraints (but not clauses)2003
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint25
Number of terms in the objective function 10989
Biggest coefficient in the objective function 5985
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 32028
Number of bits of the sum of numbers in the objective function 15
Biggest number in a constraint 5985
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 32028
Number of bits of the biggest sum of numbers15
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.41	c model valid
0.00/0.41	c current solution ok
0.00/0.72	o 2238
0.00/0.72	c current bound: 4111
0.00/0.72	c fallback to adder encoding
1800.07/1800.61	./satsolver.sh: line 5:  1845 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.07/1800.61	c error: unexpected solver exit code
1800.07/1800.61	s UNKNOWN

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-3696496-1338060161/watcher-3696496-1338060161 -o /tmp/evaluation-result-3696496-1338060161/solver-3696496-1338060161 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696496-1338060161.opb 1885306599 HOME HOME 

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.00 2.00 2.00 3/177 1838
/proc/meminfo: memFree=28986880/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0

[startup+0.0326311 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1838
/proc/meminfo: memFree=28986880/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100263 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1838
/proc/meminfo: memFree=28986880/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300159 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1838
/proc/meminfo: memFree=28986880/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700238 s]
/proc/loadavg: 2.00 2.00 2.00 3/177 1838
/proc/meminfo: memFree=28986880/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50031 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 1843
/proc/meminfo: memFree=28890416/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=139500 CPUtime=1.48 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) R 1838 1838 1205 0 -1 4202496 9085 6239 0 0 98 27 22 1 20 0 1 0 272144669 142848000 27640 33554432000 4194304 5873084 140736112673952 140736112668344 4996870 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 34875 27640 179 410 0 34457 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 148648

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1845
/proc/meminfo: memFree=28713404/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=154384 CPUtime=1.38 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 28681 0 0 0 131 7 0 0 20 0 1 0 272144826 158089216 34274 33554432000 4194304 4896791 140734241528656 140734241525864 4203026 0 0 4096 0 0 0 0 17 0 0 0 13 0 0
/proc/1845/statm: 38596 34274 77 172 0 38422 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 260684

[startup+6.30034 s]
/proc/loadavg: 2.08 2.02 2.01 3/181 1845
/proc/meminfo: memFree=28666116/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=154780 CPUtime=4.58 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 28822 0 0 0 451 7 0 0 20 0 1 0 272144826 158494720 34415 33554432000 4194304 4896791 140734241528656 140734241525784 4203877 0 0 4096 0 0 0 0 17 0 0 0 13 0 0
/proc/1845/statm: 38695 34415 77 172 0 38521 0
Current children cumulated CPU time (s) 6.13
Current children cumulated vsize (KiB) 261080

[startup+12.7003 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 1845
/proc/meminfo: memFree=28663096/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=154780 CPUtime=10.97 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 28834 0 0 0 1090 7 0 0 20 0 1 0 272144826 158494720 34938 33554432000 4194304 4896791 140734241528656 140734241525784 4224136 0 0 4096 0 0 0 0 17 0 0 0 13 0 0
/proc/1845/statm: 38695 34938 77 172 0 38521 0
Current children cumulated CPU time (s) 12.52
Current children cumulated vsize (KiB) 261080

[startup+25.5004 s]
/proc/loadavg: 2.13 2.03 2.01 3/181 1845
/proc/meminfo: memFree=28658688/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=154780 CPUtime=23.77 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 28837 0 0 0 2370 7 0 0 20 0 1 0 272144826 158494720 34941 33554432000 4194304 4896791 140734241528656 140734241525784 4225124 0 0 4096 0 0 0 0 17 0 0 0 13 0 0
/proc/1845/statm: 38695 34941 77 172 0 38521 0
Current children cumulated CPU time (s) 25.32
Current children cumulated vsize (KiB) 261080

[startup+51.1004 s]
/proc/loadavg: 2.08 2.03 2.01 3/181 1845
/proc/meminfo: memFree=28656860/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=154936 CPUtime=49.37 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 28853 0 0 0 4930 7 0 0 20 0 1 0 272144826 158654464 34957 33554432000 4194304 4896791 140734241528656 140734241526056 4203064 0 0 4096 0 0 0 0 17 2 0 0 13 0 0
/proc/1845/statm: 38734 34957 77 172 0 38560 0
Current children cumulated CPU time (s) 50.92
Current children cumulated vsize (KiB) 261236

[startup+102.306 s]
/proc/loadavg: 2.04 2.02 2.00 3/180 1845
/proc/meminfo: memFree=28651708/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=177216 CPUtime=100.56 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 32832 0 0 0 10048 8 0 0 20 0 1 0 272144826 181469184 36276 33554432000 4194304 4896791 140734241528656 140734241526168 4225029 0 0 4096 0 0 0 0 17 2 0 0 13 0 0
/proc/1845/statm: 44304 36276 77 172 0 44130 0
Current children cumulated CPU time (s) 102.11
Current children cumulated vsize (KiB) 283516

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 1846
/proc/meminfo: memFree=28624848/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=188536 CPUtime=160.52 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 37975 0 0 0 16040 12 0 0 20 0 1 0 272144826 193060864 41707 33554432000 4194304 4896791 140734241528656 140734241524392 4203066 0 0 4096 0 0 0 0 17 2 0 0 13 0 0
/proc/1845/statm: 47134 41707 77 172 0 46960 0
Current children cumulated CPU time (s) 162.07

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1856
/proc/meminfo: memFree=28491692/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=272492 CPUtime=1360.31 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 71601 0 0 0 135965 66 0 0 20 0 1 0 272144826 279031808 63417 33554432000 4194304 4896791 140734241528656 140734241526184 4225029 0 0 4096 0 0 0 0 17 2 0 0 13 0 0
/proc/1845/statm: 68123 63417 78 172 0 67949 0
Current children cumulated CPU time (s) 1361.86
Current children cumulated vsize (KiB) 378792

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1856
/proc/meminfo: memFree=28476040/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=323340 CPUtime=1420.3 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 72627 0 0 0 141963 67 0 0 20 0 1 0 272144826 331100160 69025 33554432000 4194304 4896791 140734241528656 140734241526184 4203775 0 0 4096 0 0 0 0 17 2 0 0 13 0 0
/proc/1845/statm: 80835 69025 78 172 0 80661 0
Current children cumulated CPU time (s) 1421.85
Current children cumulated vsize (KiB) 429640

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1856
/proc/meminfo: memFree=28490524/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=324748 CPUtime=1480.28 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 74086 0 0 0 147958 70 0 0 20 0 1 0 272144826 332541952 66817 33554432000 4194304 4896791 140734241528656 140734241524328 4224983 0 0 4096 0 0 0 0 17 2 0 0 13 0 0
/proc/1845/statm: 81187 66817 78 172 0 81013 0
Current children cumulated CPU time (s) 1481.83
Current children cumulated vsize (KiB) 431048

[startup+1542.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 1857
/proc/meminfo: memFree=28501524/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=276204 CPUtime=1540.27 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 74790 0 0 0 153954 73 0 0 20 0 1 0 272144826 282832896 64899 33554432000 4194304 4896791 140734241528656 140734241524392 4225141 0 0 4096 0 0 0 0 17 2 0 0 13 0 0
/proc/1845/statm: 69051 64899 78 172 0 68877 0
Current children cumulated CPU time (s) 1541.82
Current children cumulated vsize (KiB) 382504

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 1857
/proc/meminfo: memFree=28450580/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=327840 CPUtime=1600.26 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 76020 0 0 0 159951 75 0 0 20 0 1 0 272144826 335708160 72754 33554432000 4194304 4896791 140734241528656 140734241525864 4224109 0 0 4096 0 0 0 0 17 2 0 0 13 0 0
/proc/1845/statm: 81960 72754 78 172 0 81786 0
Current children cumulated CPU time (s) 1601.81
Current children cumulated vsize (KiB) 434140

[startup+1662.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/182 1860
/proc/meminfo: memFree=28467972/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=328608 CPUtime=1660.25 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 77339 0 0 0 165948 77 0 0 20 0 1 0 272144826 336494592 69898 33554432000 4194304 4896791 140734241528656 140734241526184 4203733 0 0 4096 0 0 0 0 17 2 0 0 13 0 0
/proc/1845/statm: 82152 69898 78 172 0 81978 0
Current children cumulated CPU time (s) 1661.8
Current children cumulated vsize (KiB) 434908

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1860
/proc/meminfo: memFree=28447660/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=279680 CPUtime=1720.25 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 77934 0 0 0 171945 80 0 0 20 0 1 0 272144826 286392320 65309 33554432000 4194304 4896791 140734241528656 140734241526232 4204523 0 0 4096 0 0 0 0 17 2 0 0 13 0 0
/proc/1845/statm: 69920 65309 78 172 0 69746 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 385980

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1860
/proc/meminfo: memFree=28465704/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=330808 CPUtime=1780.22 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 79047 0 0 0 177941 81 0 0 20 0 1 0 272144826 338747392 72525 33554432000 4194304 4896791 140734241528656 140734241526184 4203856 0 0 4096 0 0 0 0 17 2 0 0 13 0 0
/proc/1845/statm: 82702 72525 78 172 0 82528 0
Current children cumulated CPU time (s) 1781.77
Current children cumulated vsize (KiB) 437108



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 1905
/proc/meminfo: memFree=28598392/32873844 swapFree=7104/7104
[pid=1838] ppid=1834 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1838/stat : 1838 (runPb2sat.sh) S 1834 1838 1205 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272144669 9367552 274 33554432000 4194304 5064252 140737198662496 140737198661408 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1838/statm: 2287 274 233 213 0 72 0
[pid=1839] ppid=1838 vsize=88004 CPUtime=1.55 cores=0,2,4,6
/proc/1839/stat : 1839 (pb2sat) S 1838 1838 1205 0 -1 4202496 9484 6239 0 0 98 34 22 1 20 0 1 0 272144669 90116096 18231 33554432000 4194304 5873084 140736112673952 140736112667768 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1839/statm: 22001 18231 179 410 0 21583 0
[pid=1844] ppid=1839 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1844/stat : 1844 (satsolver.sh) S 1839 1838 1205 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 272144826 9367552 267 33554432000 4194304 5064252 140733554246208 140733554245120 235374536270 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1844/statm: 2287 267 226 213 0 72 0
[pid=1845] ppid=1844 vsize=281240 CPUtime=1798.52 cores=0,2,4,6
/proc/1845/stat : 1845 (glucose_static) R 1844 1838 1205 0 -1 4202496 79490 0 0 0 179769 83 0 0 20 0 1 0 272144826 287989760 65739 33554432000 4194304 4896791 140734241528656 140734241526232 4205609 0 0 4096 0 0 0 0 17 2 0 0 13 0 0
/proc/1845/statm: 70310 65739 78 172 0 70136 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 387540

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.62
CPU time (s): 1800.11
CPU user time (s): 1798.91
CPU system time (s): 1.20182
CPU usage (%): 99.972
Max. virtual memory (cumulated for all children) (KiB): 517768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.91
system time used= 1.20182
maximum resident set size= 373832
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 96202
page faults= 0
swaps= 0
block input operations= 0
block output operations= 131496
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 109
involuntary context switches= 2064

runsolver used 6.52901 second user time and 14.8907 second system time

The end

Launcher Data

Begin job on node104 at 2012-05-26 21:22:41
IDJOB=3696496
IDBENCH=2220
IDSOLVER=2274
FILE ID=node104/3696496-1338060161
RUNJOBID= node104-1338052957-1221
PBS_JOBID= 14624411
Free space on /tmp= 70996 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/radar/normalized-30:70:4.5:0.95:98.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696496-1338060161/watcher-3696496-1338060161 -o /tmp/evaluation-result-3696496-1338060161/solver-3696496-1338060161 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696496-1338060161.opb 1885306599 HOME HOME

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

MD5SUM BENCH= dae2a99f19ab3cbb5b0fd1a29cad1e80
RANDOM SEED=1885306599

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28991232 kB
Buffers:          283056 kB
Cached:          2775360 kB
SwapCached:            0 kB
Active:          1174316 kB
Inactive:        1909400 kB
Active(anon):      27984 kB
Inactive(anon):        0 kB
Active(file):    1146332 kB
Inactive(file):  1909400 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17896 kB
Writeback:             0 kB
AnonPages:         22092 kB
Mapped:            15148 kB
Shmem:               200 kB
Slab:             659472 kB
SReclaimable:     102112 kB
SUnreclaim:       557360 kB
KernelStack:        1504 kB
PageTables:         3676 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     131728 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 70928 MiB
End job on node104 at 2012-05-26 21:52:42