Trace number 3700657

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 NameAnswerCPU timeWall clock time
npSolver 1.0? (TO) 1800.06 1800.62

General information on the benchmark

NameOPT-BIGINT-LIN/graca/
normalized-ped2.G.recomb5-0.10-7.opb
MD5SUM89969a8b18dea22d2172ff4d7dacd555
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark71569
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables212648
Total number of constraints2506346
Number of constraints which are clauses2506346
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint579
Number of terms in the objective function 18980
Biggest coefficient in the objective function 581
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 10690980
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 581
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 10690980
Number of bits of the biggest sum of numbers24
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

6.89/6.95	c run usual solver
14.78/14.80	c model valid
14.78/14.80	c current solution ok
16.08/16.17	o 217455
16.08/16.17	c current bound: 108727
16.08/16.17	c fallback to adder encoding
1800.06/1800.61	c error: unexpected solver exit code
1800.06/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-3700657-1338146622/watcher-3700657-1338146622 -o /tmp/evaluation-result-3700657-1338146622/solver-3700657-1338146622 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700657-1338146622.opb 217297307 HOME HOME 

running on 4 cores: 1,3,5,7

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/179 23973
/proc/meminfo: memFree=28266344/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0

[startup+0.047154 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23973
/proc/meminfo: memFree=28266344/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100252 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23973
/proc/meminfo: memFree=28266344/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300223 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23973
/proc/meminfo: memFree=28266344/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700231 s]
/proc/loadavg: 2.00 2.00 2.00 3/179 23973
/proc/meminfo: memFree=28266344/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23975
/proc/meminfo: memFree=28256828/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=19904 CPUtime=1.49 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) R 23973 23973 21157 0 -1 4202496 2925 0 0 0 148 1 0 0 20 0 1 0 280789744 20381696 2896 33554432000 4194304 5992684 140736809055504 140736809051240 5179600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23974/statm: 4976 2896 145 440 0 4532 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 29052

[startup+3.10027 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23975
/proc/meminfo: memFree=28246524/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=36948 CPUtime=3.09 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) R 23973 23973 21157 0 -1 4202496 3634 0 0 0 307 2 0 0 20 0 1 0 280789744 37834752 6152 33554432000 4194304 5992684 140736809055504 140736809051624 5179600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23974/statm: 9237 6152 145 440 0 8793 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46096

[startup+6.30026 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23975
/proc/meminfo: memFree=28226848/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=71036 CPUtime=6.29 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) R 23973 23973 21157 0 -1 4202496 4479 0 0 0 625 4 0 0 20 0 1 0 280789744 72740864 11580 33554432000 4194304 5992684 140736809055504 140736809051624 4391220 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23974/statm: 17759 11580 145 440 0 17315 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 80184

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23984
/proc/meminfo: memFree=28152788/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=103660 CPUtime=12.69 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) R 23973 23973 21157 0 -1 4202496 12698 67762 0 0 775 17 422 55 20 0 1 0 280789744 106147840 22766 33554432000 4194304 5992684 140736809055504 140736809049480 5179600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/23974/statm: 25915 22766 170 440 0 25471 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 112808

[startup+25.5004 s]
/proc/loadavg: 2.08 2.02 2.01 3/183 23987
/proc/meminfo: memFree=27514340/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=241676 CPUtime=18.05 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) S 23973 23973 21157 0 -1 4202496 20594 68277 0 0 1170 156 422 57 20 0 1 0 280789744 247476224 55696 33554432000 4194304 5992684 140736809055504 140736809047824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 20 0 0
/proc/23974/statm: 60419 55696 181 440 0 59975 0
[pid=23986] ppid=23974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23986/stat : 23986 (satsolver.sh) S 23974 23973 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280791571 9367552 267 33554432000 4194304 5064252 140733922697008 140733922695920 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23986/statm: 2287 267 226 213 0 72 0
[pid=23987] ppid=23986 vsize=397300 CPUtime=7.21 cores=1,3,5,7
/proc/23987/stat : 23987 (glucose) R 23986 23973 21157 0 -1 4202496 64255 0 0 0 704 17 0 0 20 0 1 0 280791572 406835200 89158 33554432000 4194304 5208918 140736755045568 140736755043240 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23987/statm: 99325 89158 104 248 0 99074 0
Current children cumulated CPU time (s) 25.26
Current children cumulated vsize (KiB) 657272

[startup+51.1004 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 23987
/proc/meminfo: memFree=27504912/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=241676 CPUtime=18.05 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) S 23973 23973 21157 0 -1 4202496 20594 68277 0 0 1170 156 422 57 20 0 1 0 280789744 247476224 55696 33554432000 4194304 5992684 140736809055504 140736809047824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 20 0 0
/proc/23974/statm: 60419 55696 181 440 0 59975 0
[pid=23986] ppid=23974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23986/stat : 23986 (satsolver.sh) S 23974 23973 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280791571 9367552 267 33554432000 4194304 5064252 140733922697008 140733922695920 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23986/statm: 2287 267 226 213 0 72 0
[pid=23987] ppid=23986 vsize=397440 CPUtime=32.81 cores=1,3,5,7
/proc/23987/stat : 23987 (glucose) R 23986 23973 21157 0 -1 4202496 64278 0 0 0 3264 17 0 0 20 0 1 0 280791572 406978560 89692 33554432000 4194304 5208918 140736755045568 140736755043528 4229319 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23987/statm: 99360 89692 104 248 0 99109 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 657412

[startup+102.307 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 24039
/proc/meminfo: memFree=27761920/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=241676 CPUtime=18.05 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) S 23973 23973 21157 0 -1 4202496 20594 68277 0 0 1170 156 422 57 20 0 1 0 280789744 247476224 55696 33554432000 4194304 5992684 140736809055504 140736809047824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 20 0 0
/proc/23974/statm: 60419 55696 181 440 0 59975 0
[pid=23986] ppid=23974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23986/stat : 23986 (satsolver.sh) S 23974 23973 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280791571 9367552 267 33554432000 4194304 5064252 140733922697008 140733922695920 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23986/statm: 2287 267 226 213 0 72 0
[pid=23987] ppid=23986 vsize=397572 CPUtime=84 cores=1,3,5,7
/proc/23987/stat : 23987 (glucose) R 23986 23973 21157 0 -1 4202496 64327 0 0 0 8383 17 0 0 20 0 1 0 280791572 407113728 89741 33554432000 4194304 5208918 140736755045568 140736755043416 4210895 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23987/statm: 99393 89741 104 248 0 99142 0
Current children cumulated CPU time (s) 102.05
Current children cumulated vsize (KiB) 657544

[startup+162.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 24040
/proc/meminfo: memFree=27762640/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=241676 CPUtime=18.05 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) S 23973 23973 21157 0 -1 4202496 20594 68277 0 0 1170 156 422 57 20 0 1 0 280789744 247476224 55696 33554432000 4194304 5992684 140736809055504 140736809047824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 20 0 0
/proc/23974/statm: 60419 55696 181 440 0 59975 0
[pid=23986] ppid=23974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23986/stat : 23986 (satsolver.sh) S 23974 23973 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280791571 9367552 267 33554432000 4194304 5064252 140733922697008 140733922695920 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23986/statm: 2287 267 226 213 0 72 0
[pid=23987] ppid=23986 vsize=397976 CPUtime=143.99 cores=1,3,5,7
/proc/23987/stat : 23987 (glucose) R 23986 23973 21157 0 -1 4202496 64420 0 0 0 14382 17 0 0 20 0 1 0 280791572 407527424 89834 33554432000 4194304 5208918 140736755045568 140736755043416 4205203 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23987/statm: 99494 89834 105 248 0 99243 0
Current children cumulated CPU time (s) 162.04
Current children cumulated vsize (KiB) 657948

[startup+222.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 24041
/proc/meminfo: memFree=27734432/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=241676 CPUtime=18.05 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) S 23973 23973 21157 0 -1 4202496 20594 68277 0 0 1170 156 422 57 20 0 1 0 280789744 247476224 55696 33554432000 4194304 5992684 140736809055504 140736809047824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 20 0 0
/proc/23974/statm: 60419 55696 181 440 0 59975 0
[pid=23986] ppid=23974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23986/stat : 23986 (satsolver.sh) S 23974 23973 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280791571 9367552 267 33554432000 4194304 5064252 140733922697008 140733922695920 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23986/statm: 2287 267 226 213 0 72 0
[pid=23987] ppid=23986 vsize=457212 CPUtime=203.98 cores=1,3,5,7
/proc/23987/stat : 23987 (glucose) R 23986 23973 21157 0 -1 4202496 67211 0 0 0 20380 18 0 0 20 0 1 0 280791572 468185088 95651 33554432000 4194304 5208918 140736755045568 140736755043416 4211160 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23987/statm: 114303 95651 105 248 0 114052 0
Current children cumulated CPU time (s) 222.03

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

/proc/23987/stat : 23987 (glucose) R 23986 23973 21157 0 -1 4202496 131929 0 0 0 134223 154 0 0 20 0 1 0 280791572 727584768 150961 33554432000 4194304 5208918 140736755045568 140736755043656 4211584 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23987/statm: 177633 150961 105 248 0 177382 0
Current children cumulated CPU time (s) 1361.82
Current children cumulated vsize (KiB) 970504

[startup+1422.31 s]
/proc/loadavg: 2.03 2.06 2.01 3/183 24051
/proc/meminfo: memFree=27363656/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=241676 CPUtime=18.05 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) S 23973 23973 21157 0 -1 4202496 20594 68277 0 0 1170 156 422 57 20 0 1 0 280789744 247476224 55696 33554432000 4194304 5992684 140736809055504 140736809047824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 20 0 0
/proc/23974/statm: 60419 55696 181 440 0 59975 0
[pid=23986] ppid=23974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23986/stat : 23986 (satsolver.sh) S 23974 23973 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280791571 9367552 267 33554432000 4194304 5064252 140733922697008 140733922695920 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23986/statm: 2287 267 226 213 0 72 0
[pid=23987] ppid=23986 vsize=716220 CPUtime=1403.76 cores=1,3,5,7
/proc/23987/stat : 23987 (glucose) R 23986 23973 21157 0 -1 4202496 133930 0 0 0 140218 158 0 0 20 0 1 0 280791572 733409280 157822 33554432000 4194304 5208918 140736755045568 140736755043416 4229473 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23987/statm: 179055 157822 105 248 0 178804 0
Current children cumulated CPU time (s) 1421.81
Current children cumulated vsize (KiB) 976192

[startup+1482.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/183 24051
/proc/meminfo: memFree=27341416/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=241676 CPUtime=18.05 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) S 23973 23973 21157 0 -1 4202496 20594 68277 0 0 1170 156 422 57 20 0 1 0 280789744 247476224 55696 33554432000 4194304 5992684 140736809055504 140736809047824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 20 0 0
/proc/23974/statm: 60419 55696 181 440 0 59975 0
[pid=23986] ppid=23974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23986/stat : 23986 (satsolver.sh) S 23974 23973 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280791571 9367552 267 33554432000 4194304 5064252 140733922697008 140733922695920 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23986/statm: 2287 267 226 213 0 72 0
[pid=23987] ppid=23986 vsize=725284 CPUtime=1463.75 cores=1,3,5,7
/proc/23987/stat : 23987 (glucose) R 23986 23973 21157 0 -1 4202496 136920 0 0 0 146211 164 0 0 20 0 1 0 280791572 742690816 163112 33554432000 4194304 5208918 140736755045568 140736755041880 4211901 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23987/statm: 181321 163112 105 248 0 181070 0
Current children cumulated CPU time (s) 1481.8
Current children cumulated vsize (KiB) 985256

[startup+1542.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 24052
/proc/meminfo: memFree=27323072/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=241676 CPUtime=18.05 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) S 23973 23973 21157 0 -1 4202496 20594 68277 0 0 1170 156 422 57 20 0 1 0 280789744 247476224 55696 33554432000 4194304 5992684 140736809055504 140736809047824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 20 0 0
/proc/23974/statm: 60419 55696 181 440 0 59975 0
[pid=23986] ppid=23974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23986/stat : 23986 (satsolver.sh) S 23974 23973 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280791571 9367552 267 33554432000 4194304 5064252 140733922697008 140733922695920 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23986/statm: 2287 267 226 213 0 72 0
[pid=23987] ppid=23986 vsize=727660 CPUtime=1523.74 cores=1,3,5,7
/proc/23987/stat : 23987 (glucose) R 23986 23973 21157 0 -1 4202496 137692 0 0 0 152208 166 0 0 20 0 1 0 280791572 745123840 161314 33554432000 4194304 5208918 140736755045568 140736755043416 4211888 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23987/statm: 181915 161314 105 248 0 181664 0
Current children cumulated CPU time (s) 1541.79
Current children cumulated vsize (KiB) 987632

[startup+1602.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/184 24055
/proc/meminfo: memFree=27305724/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=241676 CPUtime=18.05 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) S 23973 23973 21157 0 -1 4202496 20594 68277 0 0 1170 156 422 57 20 0 1 0 280789744 247476224 55696 33554432000 4194304 5992684 140736809055504 140736809047824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 20 0 0
/proc/23974/statm: 60419 55696 181 440 0 59975 0
[pid=23986] ppid=23974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23986/stat : 23986 (satsolver.sh) S 23974 23973 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280791571 9367552 267 33554432000 4194304 5064252 140733922697008 140733922695920 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23986/statm: 2287 267 226 213 0 72 0
[pid=23987] ppid=23986 vsize=730948 CPUtime=1583.73 cores=1,3,5,7
/proc/23987/stat : 23987 (glucose) R 23986 23973 21157 0 -1 4202496 139158 0 0 0 158203 170 0 0 20 0 1 0 280791572 748490752 164056 33554432000 4194304 5208918 140736755045568 140736755043416 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23987/statm: 182737 164056 105 248 0 182486 0
Current children cumulated CPU time (s) 1601.78
Current children cumulated vsize (KiB) 990920

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 24055
/proc/meminfo: memFree=27212176/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=241676 CPUtime=18.05 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) S 23973 23973 21157 0 -1 4202496 20594 68277 0 0 1170 156 422 57 20 0 1 0 280789744 247476224 55696 33554432000 4194304 5992684 140736809055504 140736809047824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 20 0 0
/proc/23974/statm: 60419 55696 181 440 0 59975 0
[pid=23986] ppid=23974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23986/stat : 23986 (satsolver.sh) S 23974 23973 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280791571 9367552 267 33554432000 4194304 5064252 140733922697008 140733922695920 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23986/statm: 2287 267 226 213 0 72 0
[pid=23987] ppid=23986 vsize=735004 CPUtime=1643.72 cores=1,3,5,7
/proc/23987/stat : 23987 (glucose) R 23986 23973 21157 0 -1 4202496 140971 0 0 0 164198 174 0 0 20 0 1 0 280791572 752644096 158959 33554432000 4194304 5208918 140736755045568 140736755043656 4229999 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23987/statm: 183751 158959 105 248 0 183500 0
Current children cumulated CPU time (s) 1661.77
Current children cumulated vsize (KiB) 994976

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 24055
/proc/meminfo: memFree=27292120/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=241676 CPUtime=18.05 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) S 23973 23973 21157 0 -1 4202496 20594 68277 0 0 1170 156 422 57 20 0 1 0 280789744 247476224 55696 33554432000 4194304 5992684 140736809055504 140736809047824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 20 0 0
/proc/23974/statm: 60419 55696 181 440 0 59975 0
[pid=23986] ppid=23974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23986/stat : 23986 (satsolver.sh) S 23974 23973 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280791571 9367552 267 33554432000 4194304 5064252 140733922697008 140733922695920 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23986/statm: 2287 267 226 213 0 72 0
[pid=23987] ppid=23986 vsize=741288 CPUtime=1703.71 cores=1,3,5,7
/proc/23987/stat : 23987 (glucose) R 23986 23973 21157 0 -1 4202496 142710 0 0 0 170194 177 0 0 20 0 1 0 280791572 759078912 164766 33554432000 4194304 5208918 140736755045568 140736755041944 4229247 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23987/statm: 185322 164766 105 248 0 185071 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 1001260

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 24055
/proc/meminfo: memFree=27267604/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=241676 CPUtime=18.05 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) S 23973 23973 21157 0 -1 4202496 20594 68277 0 0 1170 156 422 57 20 0 1 0 280789744 247476224 55696 33554432000 4194304 5992684 140736809055504 140736809047824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 20 0 0
/proc/23974/statm: 60419 55696 181 440 0 59975 0
[pid=23986] ppid=23974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23986/stat : 23986 (satsolver.sh) S 23974 23973 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280791571 9367552 267 33554432000 4194304 5064252 140733922697008 140733922695920 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23986/statm: 2287 267 226 213 0 72 0
[pid=23987] ppid=23986 vsize=744420 CPUtime=1763.7 cores=1,3,5,7
/proc/23987/stat : 23987 (glucose) R 23986 23973 21157 0 -1 4202496 144139 0 0 0 176189 181 0 0 20 0 1 0 280791572 762286080 165419 33554432000 4194304 5208918 140736755045568 140736755041944 4229365 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23987/statm: 186105 165419 105 248 0 185854 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 1004392



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 24055
/proc/meminfo: memFree=27270712/32873648 swapFree=7116/7116
[pid=23973] ppid=23971 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (npSolver-pbo.sh) S 23971 23973 21157 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 280789744 9367552 275 33554432000 4194304 5064252 140736629786976 140736629785888 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/23973/statm: 2287 275 233 213 0 72 0
[pid=23974] ppid=23973 vsize=241676 CPUtime=18.05 cores=1,3,5,7
/proc/23974/stat : 23974 (npSolver-pbo) S 23973 23973 21157 0 -1 4202496 20594 68277 0 0 1170 156 422 57 20 0 1 0 280789744 247476224 55696 33554432000 4194304 5992684 140736809055504 140736809047824 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 20 0 0
/proc/23974/statm: 60419 55696 181 440 0 59975 0
[pid=23986] ppid=23974 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/23986/stat : 23986 (satsolver.sh) S 23974 23973 21157 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 280791571 9367552 267 33554432000 4194304 5064252 140733922697008 140733922695920 219513775694 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/23986/statm: 2287 267 226 213 0 72 0
[pid=23987] ppid=23986 vsize=745764 CPUtime=1782.01 cores=1,3,5,7
/proc/23987/stat : 23987 (glucose) R 23986 23973 21157 0 -1 4202496 144496 0 0 0 178020 181 0 0 20 0 1 0 280791572 763662336 172419 33554432000 4194304 5208918 140736755045568 140736755043416 4229383 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/23987/statm: 186441 172419 105 248 0 186190 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 1005736

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23973 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=930578
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=144673
# CPU time returned by wait4() is 18.0753
# while last known CPU time is 1800.06
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.06
CPU user time (s): 1796.12
CPU system time (s): 3.94
CPU usage (%): 99.9687
Max. virtual memory (cumulated for all children) (KiB): 1215316

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.9306
system time used= 2.14467
maximum resident set size= 345008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 89849
page faults= 0
swaps= 0
block input operations= 0
block output operations= 445904
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 686
involuntary context switches= 38

runsolver used 2.99954 second user time and 7.51586 second system time

The end

Launcher Data

Begin job on node114 at 2012-05-27 21:23:44
IDJOB=3700657
IDBENCH=92833
IDSOLVER=2277
FILE ID=node114/3700657-1338146622
RUNJOBID= node114-1338123068-21174
PBS_JOBID= 14624495
Free space on /tmp= 71128 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/graca/normalized-ped2.G.recomb5-0.10-7.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700657-1338146622/watcher-3700657-1338146622 -o /tmp/evaluation-result-3700657-1338146622/solver-3700657-1338146622 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700657-1338146622.opb 217297307 HOME HOME

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

MD5SUM BENCH= 89969a8b18dea22d2172ff4d7dacd555
RANDOM SEED=217297307

node114.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.242
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.48
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.242
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.242
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	: 5451.90
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.242
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.242
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.242
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.242
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.242
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:        28266452 kB
Buffers:          521580 kB
Cached:          2337852 kB
SwapCached:         2128 kB
Active:          2464624 kB
Inactive:        1289440 kB
Active(anon):     888348 kB
Inactive(anon):     7892 kB
Active(file):    1576276 kB
Inactive(file):  1281548 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67103892 kB
Dirty:             86236 kB
Writeback:             0 kB
AnonPages:        901104 kB
Mapped:            15508 kB
Shmem:               116 kB
Slab:             713716 kB
SReclaimable:     157672 kB
SUnreclaim:       556044 kB
KernelStack:        1480 kB
PageTables:         5872 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1161128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    581632 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= 70956 MiB
End job on node114 at 2012-05-27 21:53:44