Trace number 3700785

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
npSolver 1.0? (TO) 1800.1 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/
datasets/9orless/normalized-tasque.cudf.paranoid.opb
MD5SUMff7cf51d59681038e9bd685a258479a5
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark141990
Best CPU time to get the best result obtained on this benchmark629.259
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables19778
Total number of constraints96489
Number of constraints which are clauses94924
Number of constraints which are cardinality constraints (but not clauses)1565
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint2962
Number of terms in the objective function 7257
Biggest coefficient in the objective function 4299
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 12729337
Number of bits of the sum of numbers in the objective function 24
Biggest number in a constraint 4299
Number of bits of the biggest number in a constraint 13
Biggest sum of numbers in a constraint 12729337
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

0.00/0.64	c run usual solver
1.38/1.43	c model valid
1.38/1.43	c current solution ok
1.58/1.62	o 2489954
1.58/1.62	c current bound: 1244977
1.58/1.62	c fallback to adder encoding
1800.05/1800.71	./satsolver.sh: line 5: 17997 Terminated              ./glucose $1 > $2 2> /dev/null
1800.05/1800.71	c error: unexpected solver exit code
1800.05/1800.71	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-3700785-1338085181/watcher-3700785-1338085181 -o /tmp/evaluation-result-3700785-1338085181/solver-3700785-1338085181 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3700785-1338085181.opb 313053415 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.03 2.01 2.00 3/179 17983
/proc/meminfo: memFree=31153828/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0

[startup+0.071728 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 17983
/proc/meminfo: memFree=31153828/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10031 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 17983
/proc/meminfo: memFree=31153828/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300265 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 17983
/proc/meminfo: memFree=31153828/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700269 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 17983
/proc/meminfo: memFree=31153828/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 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.03 2.01 2.00 3/183 17987
/proc/meminfo: memFree=31113160/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=10104 CPUtime=1.47 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) R 17983 17983 11113 0 -1 4202496 3027 14452 0 0 78 7 57 5 20 0 1 0 274642689 10346496 2076 33554432000 4194304 5992684 140735626201600 140735626196208 5179696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17984/statm: 2526 2076 173 440 0 2082 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19252

[startup+3.10034 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 17995
/proc/meminfo: memFree=31097832/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 94800

[startup+6.30034 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 17997
/proc/meminfo: memFree=30875348/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=160564 CPUtime=3.54 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 31237 0 0 0 347 7 0 0 20 0 1 0 274642963 164417536 35319 33554432000 4194304 5208918 140734525998688 140734525996520 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 40141 35319 104 248 0 39890 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 264512

[startup+12.7003 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 17997
/proc/meminfo: memFree=30873340/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=160564 CPUtime=9.93 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 31261 0 0 0 986 7 0 0 20 0 1 0 274642963 164417536 35343 33554432000 4194304 5208918 140734525998688 140734525996520 4229538 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 40141 35343 104 248 0 39890 0
Current children cumulated CPU time (s) 12.43
Current children cumulated vsize (KiB) 264512

[startup+25.5004 s]
/proc/loadavg: 2.02 2.01 2.00 3/184 18000
/proc/meminfo: memFree=30870316/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=181872 CPUtime=22.74 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 31836 0 0 0 2266 8 0 0 20 0 1 0 274642963 186236928 35897 33554432000 4194304 5208918 140734525998688 140734525996520 4229476 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 45468 35897 105 248 0 45217 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 285820

[startup+51.1004 s]
/proc/loadavg: 2.08 2.02 2.00 3/184 18000
/proc/meminfo: memFree=30854636/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=187228 CPUtime=48.33 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 33249 0 0 0 4825 8 0 0 20 0 1 0 274642963 191721472 38837 33554432000 4194304 5208918 140734525998688 140734525996520 4229251 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 46807 38837 105 248 0 46556 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 291176

[startup+102.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/183 18001
/proc/meminfo: memFree=30873408/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=198612 CPUtime=99.5 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 37394 0 0 0 9938 12 0 0 20 0 1 0 274642963 203378688 44770 33554432000 4194304 5208918 140734525998688 140734525995064 4212215 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 49653 44770 105 248 0 49402 0
Current children cumulated CPU time (s) 102
Current children cumulated vsize (KiB) 302560

[startup+162.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 18001
/proc/meminfo: memFree=30823380/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=240436 CPUtime=159.48 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 41642 0 0 0 15932 16 0 0 20 0 1 0 274642963 246206464 48826 33554432000 4194304 5208918 140734525998688 140734525996840 4211019 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 60109 48826 105 248 0 59858 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 344384

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/183 18053
/proc/meminfo: memFree=30715428/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6

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


[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18064
/proc/meminfo: memFree=30420932/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=404008 CPUtime=1419.22 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 109230 0 0 0 141797 125 0 0 20 0 1 0 274642963 413704192 96404 33554432000 4194304 5208918 140734525998688 140734525996536 4240607 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 101002 96404 105 248 0 100751 0
Current children cumulated CPU time (s) 1421.72
Current children cumulated vsize (KiB) 507956

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18064
/proc/meminfo: memFree=30438608/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=406104 CPUtime=1479.2 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 110320 0 0 0 147791 129 0 0 20 0 1 0 274642963 415850496 90375 33554432000 4194304 5208918 140734525998688 140734525995064 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 101526 90375 105 248 0 101275 0
Current children cumulated CPU time (s) 1481.7
Current children cumulated vsize (KiB) 510052

[startup+1542.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 18064
/proc/meminfo: memFree=30412472/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=408896 CPUtime=1539.19 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 112222 0 0 0 153787 132 0 0 20 0 1 0 274642963 418709504 96119 33554432000 4194304 5208918 140734525998688 140734525995064 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 102224 96119 105 248 0 101973 0
Current children cumulated CPU time (s) 1541.69
Current children cumulated vsize (KiB) 512844

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 18064
/proc/meminfo: memFree=30406052/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=411060 CPUtime=1599.18 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 114137 0 0 0 159781 137 0 0 20 0 1 0 274642963 420925440 97275 33554432000 4194304 5208918 140734525998688 140734525996536 4211744 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 102765 97275 105 248 0 102514 0
Current children cumulated CPU time (s) 1601.68
Current children cumulated vsize (KiB) 515008

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18065
/proc/meminfo: memFree=30368700/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=494916 CPUtime=1659.17 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 116820 0 0 0 165775 142 0 0 20 0 1 0 274642963 506793984 101140 33554432000 4194304 5208918 140734525998688 140734525994376 4229780 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 123729 101140 105 248 0 123478 0
Current children cumulated CPU time (s) 1661.67
Current children cumulated vsize (KiB) 598864

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18065
/proc/meminfo: memFree=30392892/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=416500 CPUtime=1719.16 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 119640 0 0 0 171768 148 0 0 20 0 1 0 274642963 426496000 95119 33554432000 4194304 5208918 140734525998688 140734525996536 4228947 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 104125 95119 105 248 0 103874 0
Current children cumulated CPU time (s) 1721.66
Current children cumulated vsize (KiB) 520448

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18065
/proc/meminfo: memFree=30365504/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=418844 CPUtime=1779.15 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 121640 0 0 0 177763 152 0 0 20 0 1 0 274642963 428896256 100327 33554432000 4194304 5208918 140734525998688 140734525996536 4228997 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 104711 100327 105 248 0 104460 0
Current children cumulated CPU time (s) 1781.65
Current children cumulated vsize (KiB) 522792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18065
/proc/meminfo: memFree=30407440/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=419968 CPUtime=1797.55 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 123294 0 0 0 179599 156 0 0 20 0 1 0 274642963 430047232 93446 33554432000 4194304 5208918 140734525998688 140734525996776 4205710 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 104992 93446 105 248 0 104741 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 523916

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 18065
/proc/meminfo: memFree=30407440/32873844 swapFree=6080/6080
[pid=17983] ppid=17981 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17983/stat : 17983 (npSolver-pbo.sh) S 17981 17983 11113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274642688 9367552 275 33554432000 4194304 5064252 140734238982096 140734238981008 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17983/statm: 2287 275 233 213 0 72 0
[pid=17984] ppid=17983 vsize=85652 CPUtime=2.5 cores=0,2,4,6
/proc/17984/stat : 17984 (npSolver-pbo) S 17983 17983 11113 0 -1 4202496 8877 14968 0 0 160 28 57 5 20 0 1 0 274642689 87707648 18815 33554432000 4194304 5992684 140735626201600 140735626193920 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 22 0 0
/proc/17984/statm: 21413 18815 183 440 0 20969 0
[pid=17996] ppid=17984 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17996/stat : 17996 (satsolver.sh) S 17984 17983 11113 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 274642963 9367552 267 33554432000 4194304 5064252 140733338616864 140733338615776 248790017614 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17996/statm: 2287 267 226 213 0 72 0
[pid=17997] ppid=17996 vsize=419968 CPUtime=1797.55 cores=0,2,4,6
/proc/17997/stat : 17997 (glucose) R 17996 17983 11113 0 -1 4202496 123294 0 0 0 179599 156 0 0 20 0 1 0 274642963 430047232 93446 33554432000 4194304 5208918 140734525998688 140734525996776 4205710 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17997/statm: 104992 93446 105 248 0 104741 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 523916

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.1
CPU user time (s): 1798.18
CPU system time (s): 1.91671
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 735532

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.18
system time used= 1.91671
maximum resident set size= 515752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 148130
page faults= 0
swaps= 0
block input operations= 8
block output operations= 133528
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 203
involuntary context switches= 2300

runsolver used 2.72758 second user time and 7.11092 second system time

The end

Launcher Data

Begin job on node139 at 2012-05-27 04:19:41
IDJOB=3700785
IDBENCH=72256
IDSOLVER=2277
FILE ID=node139/3700785-1338085181
RUNJOBID= node139-1338052937-11129
PBS_JOBID= 14624401
Free space on /tmp= 71636 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-paranoid/misc2010/datasets/9orless/normalized-tasque.cudf.paranoid.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700785-1338085181/watcher-3700785-1338085181 -o /tmp/evaluation-result-3700785-1338085181/solver-3700785-1338085181 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3700785-1338085181.opb 313053415 HOME HOME

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

MD5SUM BENCH= ff7cf51d59681038e9bd685a258479a5
RANDOM SEED=313053415

node139.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.750
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	: 5333.50
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.750
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.750
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.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.750
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.750
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.92
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.750
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.750
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.750
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:        31154092 kB
Buffers:          291008 kB
Cached:           415900 kB
SwapCached:          284 kB
Active:           765960 kB
Inactive:         111088 kB
Active(anon):     163404 kB
Inactive(anon):     9288 kB
Active(file):     602556 kB
Inactive(file):   101800 kB
Unevictable:        6080 kB
Mlocked:            6080 kB
SwapTotal:      67108856 kB
SwapFree:       67106400 kB
Dirty:             11692 kB
Writeback:            12 kB
AnonPages:        190216 kB
Mapped:            12912 kB
Shmem:                 8 kB
Slab:             688828 kB
SReclaimable:     130776 kB
SUnreclaim:       558052 kB
KernelStack:        1496 kB
PageTables:         4504 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     319176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    149504 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= 71516 MiB
End job on node139 at 2012-05-27 04:49:42