Trace number 3715498

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 inc-topdown-quickBound? (TO) 1800.09 1800.41

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/wcsp/scens/
normalized-scen06-30reduc_wcsp.wbo
MD5SUM83352c08e9e644ee4de360a67fac8960
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables771
Total number of constraints19461
Number of soft constraints19380
Number of constraints which are clauses19380
Number of constraints which are cardinality constraints (but not clauses)81
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint14
Top cost 2088
Min constraint cost 1
Max constraint cost 2088
Sum of constraints costs 5475303
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 15
Number of bits of the biggest sum of numbers4
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.11	c run usual solver
0.00/0.47	o 49120
0.00/0.47	c starting approximation
0.00/0.47	c factor = 2
0.00/0.47	c factor still to low - shrinking to 2855.84
0.00/0.47	c approx number of clauses: 1e+06
0.00/0.47	c current bound: 24560
45.65/45.73	c leaving approximation
45.65/45.73	c finished approximation
45.65/45.73	c fallback to adder encoding
1800.09/1800.41	c error: unexpected solver exit code
1800.09/1800.41	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-3715498-1338255067/watcher-3715498-1338255067 -o /tmp/evaluation-result-3715498-1338255067/solver-3715498-1338255067 -C 1800 -W 1900 -M 15500 HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715498-1338255067.wbo 1910174678 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: 1.00 1.21 1.60 2/174 10470
/proc/meminfo: memFree=31155336/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0

[startup+0.104845 s]
/proc/loadavg: 1.00 1.21 1.60 2/174 10470
/proc/meminfo: memFree=31155336/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200172 s]
/proc/loadavg: 1.00 1.21 1.60 2/174 10470
/proc/meminfo: memFree=31155336/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300191 s]
/proc/loadavg: 1.00 1.21 1.60 2/174 10470
/proc/meminfo: memFree=31155336/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700166 s]
/proc/loadavg: 1.00 1.21 1.60 2/174 10470
/proc/meminfo: memFree=31155336/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 1.00 1.21 1.60 3/184 10497
/proc/meminfo: memFree=31013048/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=16564 CPUtime=0.55 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 4355 9198 0 0 20 6 27 2 20 0 1 0 291633570 16961536 3164 33554432000 4194304 5990268 140734790470992 140734790462400 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 4141 3164 174 439 0 3698 0
[pid=10494] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10494/stat : 10494 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291633627 9367552 266 33554432000 4194304 5064252 140733624118464 140733624117376 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10494/statm: 2287 266 226 213 0 72 0
[pid=10495] ppid=10494 vsize=51812 CPUtime=0.92 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose) R 10494 10470 8990 0 -1 4202496 11380 0 0 0 90 2 0 0 20 0 1 0 291633627 53055488 12064 33554432000 4194304 5208918 140736337225184 140736337223128 4229021 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10495/statm: 12953 12064 95 248 0 12702 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 86672

[startup+3.10036 s]
/proc/loadavg: 1.00 1.21 1.60 3/184 10497
/proc/meminfo: memFree=30991588/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=16564 CPUtime=0.55 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 4355 9198 0 0 20 6 27 2 20 0 1 0 291633570 16961536 3164 33554432000 4194304 5990268 140734790470992 140734790462400 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 4141 3164 174 439 0 3698 0
[pid=10494] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10494/stat : 10494 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291633627 9367552 266 33554432000 4194304 5064252 140733624118464 140733624117376 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10494/statm: 2287 266 226 213 0 72 0
[pid=10495] ppid=10494 vsize=52572 CPUtime=2.52 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose) R 10494 10470 8990 0 -1 4202496 11535 0 0 0 250 2 0 0 20 0 1 0 291633627 53833728 12219 33554432000 4194304 5208918 140736337225184 140736337222856 4212476 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10495/statm: 13143 12219 95 248 0 12892 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 87432

[startup+6.30036 s]
/proc/loadavg: 1.08 1.22 1.60 3/184 10507
/proc/meminfo: memFree=30980304/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=16564 CPUtime=0.55 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 4355 9198 0 0 20 6 27 2 20 0 1 0 291633570 16961536 3164 33554432000 4194304 5990268 140734790470992 140734790462400 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 4141 3164 174 439 0 3698 0
[pid=10494] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10494/stat : 10494 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291633627 9367552 266 33554432000 4194304 5064252 140733624118464 140733624117376 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10494/statm: 2287 266 226 213 0 72 0
[pid=10495] ppid=10494 vsize=53372 CPUtime=5.72 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose) R 10494 10470 8990 0 -1 4202496 11701 0 0 0 570 2 0 0 20 0 1 0 291633627 54652928 12385 33554432000 4194304 5208918 140736337225184 140736337223016 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10495/statm: 13343 12385 100 248 0 13092 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 88232

[startup+12.7004 s]
/proc/loadavg: 1.15 1.24 1.60 3/184 10507
/proc/meminfo: memFree=30979600/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=16564 CPUtime=0.55 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 4355 9198 0 0 20 6 27 2 20 0 1 0 291633570 16961536 3164 33554432000 4194304 5990268 140734790470992 140734790462400 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 4141 3164 174 439 0 3698 0
[pid=10494] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10494/stat : 10494 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291633627 9367552 266 33554432000 4194304 5064252 140733624118464 140733624117376 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10494/statm: 2287 266 226 213 0 72 0
[pid=10495] ppid=10494 vsize=53372 CPUtime=12.12 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose) R 10494 10470 8990 0 -1 4202496 11701 0 0 0 1210 2 0 0 20 0 1 0 291633627 54652928 12385 33554432000 4194304 5208918 140736337225184 140736337223016 4205195 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10495/statm: 13343 12385 100 248 0 13092 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 88232

[startup+25.5005 s]
/proc/loadavg: 1.34 1.27 1.61 3/182 10513
/proc/meminfo: memFree=30389528/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=16564 CPUtime=0.55 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 4355 9198 0 0 20 6 27 2 20 0 1 0 291633570 16961536 3164 33554432000 4194304 5990268 140734790470992 140734790462400 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 4141 3164 174 439 0 3698 0
[pid=10494] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10494/stat : 10494 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291633627 9367552 266 33554432000 4194304 5064252 140733624118464 140733624117376 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10494/statm: 2287 266 226 213 0 72 0
[pid=10495] ppid=10494 vsize=54084 CPUtime=24.91 cores=0,2,4,6
/proc/10495/stat : 10495 (glucose) R 10494 10470 8990 0 -1 4202496 11802 0 0 0 2489 2 0 0 20 0 1 0 291633627 55382016 12486 33554432000 4194304 5208918 140736337225184 140736337223016 4229021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/10495/statm: 13521 12486 100 248 0 13270 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 88944

[startup+51.1004 s]
/proc/loadavg: 1.76 1.38 1.63 3/184 10522
/proc/meminfo: memFree=27155940/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=149764 CPUtime=47.54 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 12366 24525 0 0 183 27 4527 17 20 0 1 0 291633570 153358336 32696 33554432000 4194304 5990268 140734790470992 140734790462416 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 37441 32696 182 439 0 36998 0
[pid=10521] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10521/stat : 10521 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291638327 9367552 266 33554432000 4194304 5064252 140735298085792 140735298084704 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10521/statm: 2287 266 226 213 0 72 0
[pid=10522] ppid=10521 vsize=308200 CPUtime=3.51 cores=0,2,4,6
/proc/10522/stat : 10522 (glucose) R 10521 10470 8990 0 -1 4202496 49561 0 0 0 337 14 0 0 20 0 1 0 291638328 315596800 67413 33554432000 4194304 5208918 140735850500048 140735850497896 4211147 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/10522/statm: 77050 67413 103 248 0 76799 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 476260

[startup+102.3 s]
/proc/loadavg: 1.97 1.50 1.66 3/184 10522
/proc/meminfo: memFree=27158076/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=149764 CPUtime=47.54 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 12366 24525 0 0 183 27 4527 17 20 0 1 0 291633570 153358336 32696 33554432000 4194304 5990268 140734790470992 140734790462416 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 37441 32696 182 439 0 36998 0
[pid=10521] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10521/stat : 10521 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291638327 9367552 266 33554432000 4194304 5064252 140735298085792 140735298084704 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10521/statm: 2287 266 226 213 0 72 0
[pid=10522] ppid=10521 vsize=308948 CPUtime=54.71 cores=0,2,4,6
/proc/10522/stat : 10522 (glucose) R 10521 10470 8990 0 -1 4202496 49726 0 0 0 5457 14 0 0 20 0 1 0 291638328 316362752 67578 33554432000 4194304 5208918 140735850500048 140735850497896 4211166 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10522/statm: 77237 67578 104 248 0 76986 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 477008

[startup+162.3 s]
/proc/loadavg: 2.05 1.60 1.68 3/184 10522
/proc/meminfo: memFree=27154788/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=149764 CPUtime=47.54 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 12366 24525 0 0 183 27 4527 17 20 0 1 0 291633570 153358336 32696 33554432000 4194304 5990268 140734790470992 140734790462416 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 37441 32696 182 439 0 36998 0
[pid=10521] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/10522/stat : 10522 (glucose) R 10521 10470 8990 0 -1 4202496 69133 0 0 0 137418 32 0 0 20 0 1 0 291638328 375558144 87176 33554432000 4194304 5208918 140735850500048 140735850497800 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10522/statm: 91689 87176 105 248 0 91438 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 534816

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/183 10734
/proc/meminfo: memFree=27005976/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=149764 CPUtime=47.54 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 12366 24525 0 0 183 27 4527 17 20 0 1 0 291633570 153358336 32696 33554432000 4194304 5990268 140734790470992 140734790462416 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 37441 32696 182 439 0 36998 0
[pid=10521] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10521/stat : 10521 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291638327 9367552 266 33554432000 4194304 5064252 140735298085792 140735298084704 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10521/statm: 2287 266 226 213 0 72 0
[pid=10522] ppid=10521 vsize=418896 CPUtime=1434.49 cores=0,2,4,6
/proc/10522/stat : 10522 (glucose) R 10521 10470 8990 0 -1 4202496 70342 0 0 0 143415 34 0 0 20 0 1 0 291638328 428949504 90405 33554432000 4194304 5208918 140735850500048 140735850497800 4211712 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10522/statm: 104724 90405 105 248 0 104473 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 586956

[startup+1542.31 s]
/proc/loadavg: 2.00 1.97 1.91 3/183 10734
/proc/meminfo: memFree=27013276/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=149764 CPUtime=47.54 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 12366 24525 0 0 183 27 4527 17 20 0 1 0 291633570 153358336 32696 33554432000 4194304 5990268 140734790470992 140734790462416 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 37441 32696 182 439 0 36998 0
[pid=10521] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10521/stat : 10521 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291638327 9367552 266 33554432000 4194304 5064252 140735298085792 140735298084704 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10521/statm: 2287 266 226 213 0 72 0
[pid=10522] ppid=10521 vsize=371452 CPUtime=1494.49 cores=0,2,4,6
/proc/10522/stat : 10522 (glucose) R 10521 10470 8990 0 -1 4202496 71541 0 0 0 149413 36 0 0 20 0 1 0 291638328 380366848 88419 33554432000 4194304 5208918 140735850500048 140735850497800 4212508 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10522/statm: 92863 88419 105 248 0 92612 0
Current children cumulated CPU time (s) 1542.03
Current children cumulated vsize (KiB) 539512

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/183 10735
/proc/meminfo: memFree=27001652/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=149764 CPUtime=47.54 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 12366 24525 0 0 183 27 4527 17 20 0 1 0 291633570 153358336 32696 33554432000 4194304 5990268 140734790470992 140734790462416 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 37441 32696 182 439 0 36998 0
[pid=10521] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10521/stat : 10521 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291638327 9367552 266 33554432000 4194304 5064252 140735298085792 140735298084704 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10521/statm: 2287 266 226 213 0 72 0
[pid=10522] ppid=10521 vsize=423176 CPUtime=1554.47 cores=0,2,4,6
/proc/10522/stat : 10522 (glucose) R 10521 10470 8990 0 -1 4202496 72677 0 0 0 155410 37 0 0 20 0 1 0 291638328 433332224 91060 33554432000 4194304 5208918 140735850500048 140735850497896 4229319 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10522/statm: 105794 91060 105 248 0 105543 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 591236

[startup+1662.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/183 10735
/proc/meminfo: memFree=26998464/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=149764 CPUtime=47.54 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 12366 24525 0 0 183 27 4527 17 20 0 1 0 291633570 153358336 32696 33554432000 4194304 5990268 140734790470992 140734790462416 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 37441 32696 182 439 0 36998 0
[pid=10521] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10521/stat : 10521 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291638327 9367552 266 33554432000 4194304 5064252 140735298085792 140735298084704 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10521/statm: 2287 266 226 213 0 72 0
[pid=10522] ppid=10521 vsize=423936 CPUtime=1614.46 cores=0,2,4,6
/proc/10522/stat : 10522 (glucose) R 10521 10470 8990 0 -1 4202496 72847 0 0 0 161409 37 0 0 20 0 1 0 291638328 434110464 91741 33554432000 4194304 5208918 140735850500048 140735850497800 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10522/statm: 105984 91741 105 248 0 105733 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 591996

[startup+1722.3 s]
/proc/loadavg: 2.00 1.97 1.91 3/183 10735
/proc/meminfo: memFree=26991352/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=149764 CPUtime=47.54 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 12366 24525 0 0 183 27 4527 17 20 0 1 0 291633570 153358336 32696 33554432000 4194304 5990268 140734790470992 140734790462416 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 37441 32696 182 439 0 36998 0
[pid=10521] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10521/stat : 10521 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291638327 9367552 266 33554432000 4194304 5064252 140735298085792 140735298084704 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10521/statm: 2287 266 226 213 0 72 0
[pid=10522] ppid=10521 vsize=424736 CPUtime=1674.46 cores=0,2,4,6
/proc/10522/stat : 10522 (glucose) R 10521 10470 8990 0 -1 4202496 73091 0 0 0 167408 38 0 0 20 0 1 0 291638328 434929664 93518 33554432000 4194304 5208918 140735850500048 140735850496424 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10522/statm: 106184 93518 105 248 0 105933 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 592796

[startup+1782.3 s]
/proc/loadavg: 2.06 1.99 1.91 3/184 10738
/proc/meminfo: memFree=27001044/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=149764 CPUtime=47.54 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 12366 24525 0 0 183 27 4527 17 20 0 1 0 291633570 153358336 32696 33554432000 4194304 5990268 140734790470992 140734790462416 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 37441 32696 182 439 0 36998 0
[pid=10521] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10521/stat : 10521 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291638327 9367552 266 33554432000 4194304 5064252 140735298085792 140735298084704 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10521/statm: 2287 266 226 213 0 72 0
[pid=10522] ppid=10521 vsize=427640 CPUtime=1734.44 cores=0,2,4,6
/proc/10522/stat : 10522 (glucose) R 10521 10470 8990 0 -1 4202496 74987 0 0 0 173404 40 0 0 20 0 1 0 291638328 437903360 91181 33554432000 4194304 5208918 140735850500048 140735850497800 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10522/statm: 106910 91181 105 248 0 106659 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 595700



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 1.99 1.91 3/184 10761
/proc/meminfo: memFree=26989564/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=149764 CPUtime=47.54 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 12366 24525 0 0 183 27 4527 17 20 0 1 0 291633570 153358336 32696 33554432000 4194304 5990268 140734790470992 140734790462416 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 37441 32696 182 439 0 36998 0
[pid=10521] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10521/stat : 10521 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291638327 9367552 266 33554432000 4194304 5064252 140735298085792 140735298084704 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10521/statm: 2287 266 226 213 0 72 0
[pid=10522] ppid=10521 vsize=429360 CPUtime=1752.55 cores=0,2,4,6
/proc/10522/stat : 10522 (glucose) R 10521 10470 8990 0 -1 4202496 75489 0 0 0 175214 41 0 0 20 0 1 0 291638328 439664640 93727 33554432000 4194304 5208918 140735850500048 140735850497896 4211620 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10522/statm: 107340 93727 105 248 0 107089 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 597420

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.04 1.99 1.91 3/184 10761
/proc/meminfo: memFree=26989564/32873648 swapFree=6864/6864
[pid=10470] ppid=10468 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10470/stat : 10470 (npSolver-wbo-It) S 10468 10470 8990 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 291633570 9367552 274 33554432000 4194304 5064252 140735787200448 140735787199360 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/10470/statm: 2287 274 233 213 0 72 0
[pid=10471] ppid=10470 vsize=149764 CPUtime=47.54 cores=0,2,4,6
/proc/10471/stat : 10471 (npSolver-wbo) S 10470 10470 8990 0 -1 4202496 12366 24525 0 0 183 27 4527 17 20 0 1 0 291633570 153358336 32696 33554432000 4194304 5990268 140734790470992 140734790462416 5173822 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/10471/statm: 37441 32696 182 439 0 36998 0
[pid=10521] ppid=10471 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/10521/stat : 10521 (satsolver.sh) S 10471 10470 8990 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 291638327 9367552 266 33554432000 4194304 5064252 140735298085792 140735298084704 213192959566 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/10521/statm: 2287 266 226 213 0 72 0
[pid=10522] ppid=10521 vsize=429360 CPUtime=1752.55 cores=0,2,4,6
/proc/10522/stat : 10522 (glucose) R 10521 10470 8990 0 -1 4202496 75489 0 0 0 175214 41 0 0 20 0 1 0 291638328 439664640 93727 33554432000 4194304 5208918 140735850500048 140735850497896 4211620 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/10522/statm: 107340 93727 105 248 0 107089 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 597420

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 10470 and gives
#  childrusage.ru_utime.tv_sec=47
#  childrusage.ru_utime.tv_usec=112837
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=445932
# CPU time returned by wait4() is 47.5588
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.09
CPU user time (s): 1799.24
CPU system time (s): 0.85
CPU usage (%): 99.982
Max. virtual memory (cumulated for all children) (KiB): 674496

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 47.1128
system time used= 0.445932
maximum resident set size= 243208
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37865
page faults= 0
swaps= 0
block input operations= 0
block output operations= 241200
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59
involuntary context switches= 118

runsolver used 5.40118 second user time and 15.3247 second system time

The end

Launcher Data

Begin job on node113 at 2012-05-29 03:31:07
IDJOB=3715498
IDBENCH=79571
IDSOLVER=2297
FILE ID=node113/3715498-1338255067
RUNJOBID= node113-1338255067-10452
PBS_JOBID= 14624662
Free space on /tmp= 71392 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/wcsp/scens/normalized-scen06-30reduc_wcsp.wbo
COMMAND LINE= DIR/npSolver-wbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3715498-1338255067/watcher-3715498-1338255067 -o /tmp/evaluation-result-3715498-1338255067/solver-3715498-1338255067 -C 1800 -W 1900 -M 15500  HOME/npSolver-wbo-Itdqb.sh HOME/instance-3715498-1338255067.wbo 1910174678 HOME HOME

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

MD5SUM BENCH= 83352c08e9e644ee4de360a67fac8960
RANDOM SEED=1910174678

node113.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.026
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.05
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.026
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.90
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.026
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	: 5438.54
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.026
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		: 2667.026
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		: 2667.026
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		: 2667.026
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.92
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.026
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:        31156204 kB
Buffers:          372972 kB
Cached:           490960 kB
SwapCached:         1564 kB
Active:           731260 kB
Inactive:         139416 kB
Active(anon):       7472 kB
Inactive(anon):     1360 kB
Active(file):     723788 kB
Inactive(file):   138056 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67098640 kB
Dirty:             10344 kB
Writeback:             0 kB
AnonPages:         65280 kB
Mapped:             9384 kB
Shmem:                 0 kB
Slab:             710540 kB
SReclaimable:     154904 kB
SUnreclaim:       555636 kB
KernelStack:        1400 kB
PageTables:         3728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     108524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     53248 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= 70428 MiB
End job on node113 at 2012-05-29 04:01:08