Trace number 3696858

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.15 1800.62

General information on the benchmark

Name/OPT-SMALLINT-LIN/heinz/
normalized-queens-30.opb
MD5SUMac9944a86f58bd3c1af4c4c4a209f399
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-38
Best CPU time to get the best result obtained on this benchmark1797.42
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables900
Total number of constraints960
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 constraints960
Minimum length of a constraint88
Maximum length of a constraint116
Number of terms in the objective function 900
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 900
Number of bits of the sum of numbers in the objective function 10
Biggest number in a constraint 8
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 900
Number of bits of the biggest sum of numbers10
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

1.28/1.33	c model valid
1.28/1.33	c current solution ok
3.74/3.82	o 0
3.74/3.82	c current bound: 450
3.74/3.82	c (debug) using card networks
40.56/40.65	c current bound: 675
40.56/40.65	c (debug) using card networks
225.36/225.52	c current bound: 788
225.36/225.52	c (debug) using card networks
900.51/900.80	c current bound: 844
900.51/900.80	c (debug) using card networks
1800.11/1800.61	./satsolver.sh: line 5:  9697 Terminated              ./glucose_static -rnd-seed=$seed $1 > $2
1800.11/1800.61	c error: unexpected solver exit code
1800.11/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-3696858-1338107830/watcher-3696858-1338107830 -o /tmp/evaluation-result-3696858-1338107830/solver-3696858-1338107830 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3696858-1338107830.opb 698733470 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.02 2.01 2.00 2/179 9630
/proc/meminfo: memFree=28470412/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0

[startup+0.054736 s]
/proc/loadavg: 2.02 2.01 2.00 2/179 9630
/proc/meminfo: memFree=28470412/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100268 s]
/proc/loadavg: 2.02 2.01 2.00 2/179 9630
/proc/meminfo: memFree=28470412/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300262 s]
/proc/loadavg: 2.02 2.01 2.00 2/179 9630
/proc/meminfo: memFree=28470412/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700277 s]
/proc/loadavg: 2.02 2.01 2.00 2/179 9630
/proc/meminfo: memFree=28470412/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 9634
/proc/meminfo: memFree=28211412/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=1.48 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) R 9630 9630 6783 0 -1 4202496 12360 37059 0 0 64 20 55 9 20 0 1 0 276908412 82866176 18899 33554432000 4194304 5873084 140736686634880 140736686631304 5127520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18899 169 410 0 19813 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 90072

[startup+3.10027 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 9634
/proc/meminfo: memFree=28348740/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=3.08 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) R 9630 9630 6783 0 -1 4202496 12360 37059 0 0 91 153 55 9 20 0 1 0 276908412 82866176 18899 33554432000 4194304 5873084 140736686634880 140736686630312 5127520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18899 169 410 0 19813 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 90072

[startup+6.30041 s]
/proc/loadavg: 2.10 2.02 2.01 3/183 9637
/proc/meminfo: memFree=28121208/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=3.83 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 13299 37572 0 0 105 208 55 15 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9636] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9636/stat : 9636 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276908796 9367552 267 33554432000 4194304 5064252 140737084077456 140737084076368 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9636/statm: 2287 267 226 213 0 72 0
[pid=9637] ppid=9636 vsize=241368 CPUtime=2.44 cores=0,2,4,6
/proc/9637/stat : 9637 (glucose_static) R 9636 9630 6783 0 -1 4202496 45329 0 0 0 234 10 0 0 20 0 1 0 276908797 247160832 51932 33554432000 4194304 4896791 140735349665056 140735349662568 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9637/statm: 60342 51932 78 172 0 60168 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 340588

[startup+12.7004 s]
/proc/loadavg: 2.09 2.02 2.00 3/183 9637
/proc/meminfo: memFree=28110868/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=3.83 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 13299 37572 0 0 105 208 55 15 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9636] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9636/stat : 9636 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276908796 9367552 267 33554432000 4194304 5064252 140737084077456 140737084076368 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9636/statm: 2287 267 226 213 0 72 0
[pid=9637] ppid=9636 vsize=242396 CPUtime=8.84 cores=0,2,4,6
/proc/9637/stat : 9637 (glucose_static) R 9636 9630 6783 0 -1 4202496 49339 0 0 0 873 11 0 0 20 0 1 0 276908797 248213504 52205 33554432000 4194304 4896791 140735349665056 140735349662568 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9637/statm: 60599 52205 78 172 0 60425 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 341616

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 2.00 3/183 9637
/proc/meminfo: memFree=28090032/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=3.83 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 13299 37572 0 0 105 208 55 15 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9636] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9636/stat : 9636 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 276908796 9367552 267 33554432000 4194304 5064252 140737084077456 140737084076368 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9636/statm: 2287 267 226 213 0 72 0
[pid=9637] ppid=9636 vsize=242664 CPUtime=21.64 cores=0,2,4,6
/proc/9637/stat : 9637 (glucose_static) R 9636 9630 6783 0 -1 4202496 56105 0 0 0 2151 13 0 0 20 0 1 0 276908797 248487936 52785 33554432000 4194304 4896791 140735349665056 140735349662568 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9637/statm: 60666 52785 78 172 0 60492 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 341884

[startup+51.1004 s]
/proc/loadavg: 2.10 2.04 2.01 3/183 9682
/proc/meminfo: memFree=28762484/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=40.65 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 14287 102977 0 0 107 209 3712 37 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9681] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9681/stat : 9681 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276912479 9367552 267 33554432000 4194304 5064252 140733549608480 140733549607392 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9681/statm: 2287 267 226 213 0 72 0
[pid=9682] ppid=9681 vsize=242720 CPUtime=10.4 cores=0,2,4,6
/proc/9682/stat : 9682 (glucose_static) R 9681 9630 6783 0 -1 4202496 48970 0 0 0 1031 9 0 0 20 0 1 0 276912479 248545280 52686 33554432000 4194304 4896791 140736555552080 140736555549592 4224921 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9682/statm: 60680 52686 78 172 0 60506 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 341940

[startup+102.307 s]
/proc/loadavg: 2.13 2.06 2.01 3/183 9683
/proc/meminfo: memFree=28745096/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=40.65 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 14287 102977 0 0 107 209 3712 37 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9681] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9681/stat : 9681 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276912479 9367552 267 33554432000 4194304 5064252 140733549608480 140733549607392 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9681/statm: 2287 267 226 213 0 72 0
[pid=9682] ppid=9681 vsize=262564 CPUtime=61.6 cores=0,2,4,6
/proc/9682/stat : 9682 (glucose_static) R 9681 9630 6783 0 -1 4202496 76167 0 0 0 6146 14 0 0 20 0 1 0 276912479 268865536 53619 33554432000 4194304 4896791 140736555552080 140736555549592 4224696 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9682/statm: 65641 53619 78 172 0 65467 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 361784

[startup+162.3 s]
/proc/loadavg: 2.05 2.04 2.01 3/183 9683
/proc/meminfo: memFree=28741584/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=40.65 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 14287 102977 0 0 107 209 3712 37 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9681] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9681/stat : 9681 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 276912479 9367552 267 33554432000 4194304 5064252 140733549608480 140733549607392 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9681/statm: 2287 267 226 213 0 72 0
[pid=9682] ppid=9681 vsize=263296 CPUtime=121.57 cores=0,2,4,6
/proc/9682/stat : 9682 (glucose_static) R 9681 9630 6783 0 -1 4202496 103124 0 0 0 12136 21 0 0 20 0 1 0 276912479 269615104 55137 33554432000 4194304 4896791 140736555552080 140736555549592 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9682/statm: 65824 55137 78 172 0 65650 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 362516

[startup+222.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/184 9686
/proc/meminfo: memFree=28743864/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9699
/proc/meminfo: memFree=28660300/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=900.55 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 16261 540035 0 0 112 209 89588 146 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9696] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9696/stat : 9696 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276998495 9367552 267 33554432000 4194304 5064252 140734933253888 140734933252800 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9696/statm: 2287 267 226 213 0 72 0
[pid=9697] ppid=9696 vsize=267220 CPUtime=461.32 cores=0,2,4,6
/proc/9697/stat : 9697 (glucose_static) R 9696 9630 6783 0 -1 4202496 238033 0 0 0 46079 53 0 0 20 0 1 0 276998495 273633280 58069 33554432000 4194304 4896791 140734442760864 140734442758376 4223797 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9697/statm: 66805 58069 78 172 0 66631 0
Current children cumulated CPU time (s) 1361.87
Current children cumulated vsize (KiB) 366440

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 9702
/proc/meminfo: memFree=28642440/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=900.55 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 16261 540035 0 0 112 209 89588 146 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9696] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9696/stat : 9696 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276998495 9367552 267 33554432000 4194304 5064252 140734933253888 140734933252800 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9696/statm: 2287 267 226 213 0 72 0
[pid=9697] ppid=9696 vsize=267764 CPUtime=521.32 cores=0,2,4,6
/proc/9697/stat : 9697 (glucose_static) R 9696 9630 6783 0 -1 4202496 260770 0 0 0 52073 59 0 0 20 0 1 0 276998495 274190336 58213 33554432000 4194304 4896791 140734442760864 140734442758376 4224722 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9697/statm: 66941 58213 78 172 0 66767 0
Current children cumulated CPU time (s) 1421.87
Current children cumulated vsize (KiB) 366984

[startup+1482.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/184 9725
/proc/meminfo: memFree=28687432/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=900.55 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 16261 540035 0 0 112 209 89588 146 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9696] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9696/stat : 9696 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276998495 9367552 267 33554432000 4194304 5064252 140734933253888 140734933252800 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9696/statm: 2287 267 226 213 0 72 0
[pid=9697] ppid=9696 vsize=268608 CPUtime=581.3 cores=0,2,4,6
/proc/9697/stat : 9697 (glucose_static) R 9696 9630 6783 0 -1 4202496 276633 0 0 0 58067 63 0 0 20 0 1 0 276998495 275054592 58065 33554432000 4194304 4896791 140734442760864 140734442758376 4203886 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9697/statm: 67152 58065 78 172 0 66978 0
Current children cumulated CPU time (s) 1481.85
Current children cumulated vsize (KiB) 367828

[startup+1542.3 s]
/proc/loadavg: 2.09 2.02 2.01 3/183 9725
/proc/meminfo: memFree=28637592/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=900.55 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 16261 540035 0 0 112 209 89588 146 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9696] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9696/stat : 9696 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276998495 9367552 267 33554432000 4194304 5064252 140734933253888 140734933252800 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9696/statm: 2287 267 226 213 0 72 0
[pid=9697] ppid=9696 vsize=269288 CPUtime=641.29 cores=0,2,4,6
/proc/9697/stat : 9697 (glucose_static) R 9696 9630 6783 0 -1 4202496 291332 0 0 0 64062 67 0 0 20 0 1 0 276998495 275750912 57551 33554432000 4194304 4896791 140734442760864 140734442758376 4223840 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9697/statm: 67322 57551 78 172 0 67148 0
Current children cumulated CPU time (s) 1541.84
Current children cumulated vsize (KiB) 368508

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 9725
/proc/meminfo: memFree=28646024/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=900.55 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 16261 540035 0 0 112 209 89588 146 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9696] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9696/stat : 9696 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276998495 9367552 267 33554432000 4194304 5064252 140734933253888 140734933252800 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9696/statm: 2287 267 226 213 0 72 0
[pid=9697] ppid=9696 vsize=269760 CPUtime=701.27 cores=0,2,4,6
/proc/9697/stat : 9697 (glucose_static) R 9696 9630 6783 0 -1 4202496 303830 0 0 0 70056 71 0 0 20 0 1 0 276998495 276234240 57672 33554432000 4194304 4896791 140734442760864 140734442758376 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9697/statm: 67440 57672 78 172 0 67266 0
Current children cumulated CPU time (s) 1601.82
Current children cumulated vsize (KiB) 368980

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 9726
/proc/meminfo: memFree=28640136/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=900.55 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 16261 540035 0 0 112 209 89588 146 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9696] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9696/stat : 9696 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276998495 9367552 267 33554432000 4194304 5064252 140734933253888 140734933252800 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9696/statm: 2287 267 226 213 0 72 0
[pid=9697] ppid=9696 vsize=270440 CPUtime=761.27 cores=0,2,4,6
/proc/9697/stat : 9697 (glucose_static) R 9696 9630 6783 0 -1 4202496 316352 0 0 0 76054 73 0 0 20 0 1 0 276998495 276930560 59903 33554432000 4194304 4896791 140734442760864 140734442758376 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9697/statm: 67610 59903 78 172 0 67436 0
Current children cumulated CPU time (s) 1661.82
Current children cumulated vsize (KiB) 369660

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 9726
/proc/meminfo: memFree=28643272/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=900.55 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 16261 540035 0 0 112 209 89588 146 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9696] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9696/stat : 9696 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276998495 9367552 267 33554432000 4194304 5064252 140734933253888 140734933252800 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9696/statm: 2287 267 226 213 0 72 0
[pid=9697] ppid=9696 vsize=271148 CPUtime=821.25 cores=0,2,4,6
/proc/9697/stat : 9697 (glucose_static) R 9696 9630 6783 0 -1 4202496 329182 0 0 0 82049 76 0 0 20 0 1 0 276998495 277655552 59181 33554432000 4194304 4896791 140734442760864 140734442758376 4224706 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9697/statm: 67787 59181 78 172 0 67613 0
Current children cumulated CPU time (s) 1721.8
Current children cumulated vsize (KiB) 370368

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9726
/proc/meminfo: memFree=28637516/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=900.55 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 16261 540035 0 0 112 209 89588 146 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9696] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9696/stat : 9696 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276998495 9367552 267 33554432000 4194304 5064252 140734933253888 140734933252800 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9696/statm: 2287 267 226 213 0 72 0
[pid=9697] ppid=9696 vsize=271696 CPUtime=881.25 cores=0,2,4,6
/proc/9697/stat : 9697 (glucose_static) R 9696 9630 6783 0 -1 4202496 337600 0 0 0 88046 79 0 0 20 0 1 0 276998495 278216704 59237 33554432000 4194304 4896791 140734442760864 140734442758376 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9697/statm: 67924 59237 78 172 0 67750 0
Current children cumulated CPU time (s) 1781.8
Current children cumulated vsize (KiB) 370916



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9726
/proc/meminfo: memFree=28662172/32873844 swapFree=7384/7384
[pid=9630] ppid=9628 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9630/stat : 9630 (runPb2sat.sh) S 9628 9630 6783 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 276908411 9367552 275 33554432000 4194304 5064252 140734970890576 140734970889488 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9630/statm: 2287 275 233 213 0 72 0
[pid=9631] ppid=9630 vsize=80924 CPUtime=900.55 cores=0,2,4,6
/proc/9631/stat : 9631 (pb2sat) S 9630 9630 6783 0 -1 4202496 16261 540035 0 0 112 209 89588 146 20 0 1 0 276908412 82866176 18905 33554432000 4194304 5873084 140736686634880 140736686628696 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9631/statm: 20231 18905 175 410 0 19813 0
[pid=9696] ppid=9631 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9696/stat : 9696 (satsolver.sh) S 9631 9630 6783 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 276998495 9367552 267 33554432000 4194304 5064252 140734933253888 140734933252800 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/9696/statm: 2287 267 226 213 0 72 0
[pid=9697] ppid=9696 vsize=271816 CPUtime=899.56 cores=0,2,4,6
/proc/9697/stat : 9697 (glucose_static) R 9696 9630 6783 0 -1 4202496 341981 0 0 0 89876 80 0 0 20 0 1 0 276998495 278339584 59779 33554432000 4194304 4896791 140734442760864 140734442758376 4223862 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9697/statm: 67954 59779 78 172 0 67780 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 371036

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.15
CPU user time (s): 1795.77
CPU system time (s): 4.37933
CPU usage (%): 99.9738
Max. virtual memory (cumulated for all children) (KiB): 420092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1795.77
system time used= 4.37933
maximum resident set size= 276132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 899268
page faults= 0
swaps= 0
block input operations= 0
block output operations= 347544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 345
involuntary context switches= 2115

runsolver used 3.52346 second user time and 7.83081 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 10:37:10
IDJOB=3696858
IDBENCH=89874
IDSOLVER=2274
FILE ID=node136/3696858-1338107830
RUNJOBID= node136-1338088237-6799
PBS_JOBID= 14624456
Free space on /tmp= 71608 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB11/normalized-PB11/OPT-SMALLINT-LIN/heinz/normalized-queens-30.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3696858-1338107830/watcher-3696858-1338107830 -o /tmp/evaluation-result-3696858-1338107830/solver-3696858-1338107830 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3696858-1338107830.opb 698733470 HOME HOME

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

MD5SUM BENCH= ac9944a86f58bd3c1af4c4c4a209f399
RANDOM SEED=698733470

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28470940 kB
Buffers:          403988 kB
Cached:          2529484 kB
SwapCached:        24460 kB
Active:          1506956 kB
Inactive:        2045616 kB
Active(anon):     593272 kB
Inactive(anon):    25096 kB
Active(file):     913684 kB
Inactive(file):  2020520 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              9012 kB
Writeback:             0 kB
AnonPages:        624068 kB
Mapped:            10932 kB
Shmem:                 0 kB
Slab:             684852 kB
SReclaimable:     126656 kB
SUnreclaim:       558196 kB
KernelStack:        1520 kB
PageTables:         5264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     812564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    550912 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= 71592 MiB
End job on node136 at 2012-05-27 11:07:10