Trace number 3700231

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 incWrong UNSAT 317.38 322.642

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=8-P0=149-P1=79-P2=59-P3=73-P4=211-B.opb
MD5SUM74c00e33b4232d137ad873ae982593f6
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.048992
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables96
Total number of constraints9
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints9
Minimum length of a constraint8
Maximum length of a constraint80
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 32768
Number of bits of the biggest number in a constraint 16
Biggest sum of numbers in a constraint 130560
Number of bits of the biggest sum of numbers17
Number of products (including duplicates)256
Sum of products size (including duplicates)512
Number of different products256
Sum of products size512

Solver Data

77.08/77.12	c fallback to adder encoding
77.27/77.31	c fallback to adder encoding
77.48/77.51	c fallback to adder encoding
79.89/83.90	c run inc solver
79.89/84.57	c [INC SYSTEM] run initial solver
79.89/84.57	c [INC SYSTEM] preprocess with white file
221.71/226.96	c [INC SYSTEM] finished preprocessing in 143 s
221.71/226.96	c [INC SYSTEM] execute solver
317.26/322.40	c [INC SEARCH] formula is UNSAT
317.26/322.40	c [INC SYSTEM] solved the initial formula
317.26/322.40	s UNSATISFIABLE

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-3700231-1338075312/watcher-3700231-1338075312 -o /tmp/evaluation-result-3700231-1338075312/solver-3700231-1338075312 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700231-1338075312.opb 178371936 HOME HOME 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 17493
/proc/meminfo: memFree=26689996/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0

[startup+0.060044 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 17493
/proc/meminfo: memFree=26689996/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100262 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 17493
/proc/meminfo: memFree=26689996/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300227 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 17493
/proc/meminfo: memFree=26689996/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70022 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 17493
/proc/meminfo: memFree=26689996/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17495
/proc/meminfo: memFree=26668252/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=34892 CPUtime=1.49 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) R 17493 17493 14700 0 -1 4202496 2814 0 0 0 148 1 0 0 20 0 1 0 273656686 35729408 7895 33554432000 4194304 5992684 140736716050144 140736716045272 4374596 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 8723 7895 147 440 0 8279 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44040

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17495
/proc/meminfo: memFree=26647276/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=67660 CPUtime=3.09 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) R 17493 17493 14700 0 -1 4202496 3355 0 0 0 307 2 0 0 20 0 1 0 273656686 69283840 15063 33554432000 4194304 5992684 140736716050144 140736716045272 4523491 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 16915 15063 147 440 0 16471 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76808

[startup+6.30021 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17495
/proc/meminfo: memFree=26585844/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=133196 CPUtime=6.29 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) R 17493 17493 14700 0 -1 4202496 3927 0 0 0 625 4 0 0 20 0 1 0 273656686 136392704 29911 33554432000 4194304 5992684 140736716050144 140736716045272 4606747 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 33299 29911 147 440 0 32855 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142344

[startup+12.7003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17495
/proc/meminfo: memFree=26462540/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=264268 CPUtime=12.69 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) R 17493 17493 14700 0 -1 4202496 4560 0 0 0 1261 8 0 0 20 0 1 0 273656686 270610432 59607 33554432000 4194304 5992684 140736716050144 140736716045272 4809171 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 66067 59607 147 440 0 65623 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 273416

[startup+25.5001 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17495
/proc/meminfo: memFree=26218480/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=526412 CPUtime=25.48 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) R 17493 17493 14700 0 -1 4202496 5314 0 0 0 2533 15 0 0 20 0 1 0 273656686 539045888 118487 33554432000 4194304 5992684 140736716050144 140736716045624 4768770 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 131603 118487 147 440 0 131159 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 535560

[startup+51.1001 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 17495
/proc/meminfo: memFree=25754888/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=1050700 CPUtime=51.08 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) R 17493 17493 14700 0 -1 4202496 6310 0 0 0 5078 30 0 0 20 0 1 0 273656686 1075916800 235735 33554432000 4194304 5992684 140736716050144 140736716045272 4571337 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17494/statm: 262675 235735 147 440 0 262231 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1059848

[startup+102.306 s]
/proc/loadavg: 2.48 2.11 2.04 3/182 17544
/proc/meminfo: memFree=23796516/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=2140728 CPUtime=79.89 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) S 17493 17493 14700 0 -1 4202496 19187 0 0 0 7725 264 0 0 20 0 1 0 273656686 2192105472 363862 33554432000 4194304 5992684 140736716050144 140736716044592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 398 0 0
/proc/17494/statm: 535182 363862 173 440 0 534738 0
[pid=17496] ppid=17494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17496/stat : 17496 (cp2_pre.sh) S 17494 17493 14700 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273665076 9367552 277 33554432000 4194304 5064252 140734118672736 140734118671440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17496/statm: 2287 277 234 213 0 72 0
[pid=17497] ppid=17496 vsize=1667164 CPUtime=18.38 cores=0,2,4,6
/proc/17497/stat : 17497 (coprocessor) R 17496 17493 14700 0 -1 4202496 308689 0 0 0 1755 83 0 0 20 0 1 0 273665076 1707175936 412746 33554432000 4194304 6586260 140737285796768 140737285793528 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/17497/statm: 416791 412746 137 584 0 416203 0
Current children cumulated CPU time (s) 98.27
Current children cumulated vsize (KiB) 3826188

[startup+162.3 s]
/proc/loadavg: 2.17 2.09 2.03 3/182 17546
/proc/meminfo: memFree=21483596/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=2140728 CPUtime=79.89 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) S 17493 17493 14700 0 -1 4202496 19187 0 0 0 7725 264 0 0 20 0 1 0 273656686 2192105472 363862 33554432000 4194304 5992684 140736716050144 140736716044592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 398 0 0
/proc/17494/statm: 535182 363862 173 440 0 534738 0
[pid=17496] ppid=17494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17496/stat : 17496 (cp2_pre.sh) S 17494 17493 14700 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273665076 9367552 277 33554432000 4194304 5064252 140734118672736 140734118671440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17496/statm: 2287 277 234 213 0 72 0
[pid=17497] ppid=17496 vsize=4073008 CPUtime=78.37 cores=0,2,4,6
/proc/17497/stat : 17497 (coprocessor) R 17496 17493 14700 0 -1 4202496 488721 0 0 0 7695 142 0 0 20 0 1 0 273665076 4170760192 987076 33554432000 4194304 6586260 140737285796768 140737285792792 4753883 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/17497/statm: 1018252 987076 180 584 0 1017664 0
Current children cumulated CPU time (s) 158.26
Current children cumulated vsize (KiB) 6232032

[startup+222.3 s]
/proc/loadavg: 2.58 2.21 2.07 3/182 17546
/proc/meminfo: memFree=19996076/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=2140728 CPUtime=79.89 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) S 17493 17493 14700 0 -1 4202496 19187 0 0 0 7725 264 0 0 20 0 1 0 273656686 2192105472 363862 33554432000 4194304 5992684 140736716050144 140736716044592 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 398 0 0
/proc/17494/statm: 535182 363862 173 440 0 534738 0
[pid=17496] ppid=17494 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17496/stat : 17496 (cp2_pre.sh) S 17494 17493 14700 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 273665076 9367552 277 33554432000 4194304 5064252 140734118672736 140734118671440 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17496/statm: 2287 277 234 213 0 72 0
[pid=17497] ppid=17496 vsize=4204100 CPUtime=138.04 cores=0,2,4,6
/proc/17497/stat : 17497 (coprocessor) R 17496 17493 14700 0 -1 4202496 490865 0 0 0 13404 400 0 0 20 0 1 0 273665076 4304998400 1019880 33554432000 4194304 6586260 140737285796768 140737285792520 5732496 0 0 4096 8404994 0 0 0 17 2 0 0 32 0 0
/proc/17497/statm: 1051025 1019880 199 584 0 1050437 0
Current children cumulated CPU time (s) 217.93
Current children cumulated vsize (KiB) 6363124

[startup+282.3 s]
/proc/loadavg: 2.28 2.20 2.08 3/181 17549
/proc/meminfo: memFree=23328324/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=2140728 CPUtime=221.95 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) S 17493 17493 14700 0 -1 4202496 19203 491768 0 0 7725 264 13749 457 20 0 1 0 273656686 2192105472 363864 33554432000 4194304 5992684 140736716050144 140736716036408 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 398 0 0
/proc/17494/statm: 535182 363864 175 440 0 534738 0
[pid=17548] ppid=17494 vsize=2833744 CPUtime=55.3 cores=0,2,4,6
/proc/17548/stat : 17548 (glucosInc) R 17494 17493 14700 0 -1 4202496 34790 0 0 0 5467 63 0 0 20 0 1 0 273679382 2901753856 518496 33554432000 4194304 5654031 140734774950032 140734774937848 4233204 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17548/statm: 708436 518496 138 357 0 708076 0
Current children cumulated CPU time (s) 277.25
Current children cumulated vsize (KiB) 4983620

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

[startup+307.1 s]
/proc/loadavg: 2.18 2.18 2.07 3/182 17552
/proc/meminfo: memFree=23312932/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=2140728 CPUtime=221.95 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) S 17493 17493 14700 0 -1 4202496 19203 491768 0 0 7725 264 13749 457 20 0 1 0 273656686 2192105472 363864 33554432000 4194304 5992684 140736716050144 140736716036408 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 398 0 0
/proc/17494/statm: 535182 363864 175 440 0 534738 0
[pid=17548] ppid=17494 vsize=2835428 CPUtime=80.11 cores=0,2,4,6
/proc/17548/stat : 17548 (glucosInc) R 17494 17493 14700 0 -1 4202496 35200 0 0 0 7947 64 0 0 20 0 1 0 273679382 2903478272 522483 33554432000 4194304 5654031 140734774950032 140734774947864 4232784 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17548/statm: 708857 522483 138 357 0 708497 0
Current children cumulated CPU time (s) 302.06
Current children cumulated vsize (KiB) 4985304

[startup+313.506 s]
/proc/loadavg: 2.17 2.18 2.07 3/182 17552
/proc/meminfo: memFree=23308712/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=2140728 CPUtime=221.95 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) S 17493 17493 14700 0 -1 4202496 19203 491768 0 0 7725 264 13749 457 20 0 1 0 273656686 2192105472 363864 33554432000 4194304 5992684 140736716050144 140736716036408 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 398 0 0
/proc/17494/statm: 535182 363864 175 440 0 534738 0
[pid=17548] ppid=17494 vsize=2835676 CPUtime=86.51 cores=0,2,4,6
/proc/17548/stat : 17548 (glucosInc) R 17494 17493 14700 0 -1 4202496 35261 0 0 0 8587 64 0 0 20 0 1 0 273679382 2903732224 523566 33554432000 4194304 5654031 140734774950032 140734774947816 4232477 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17548/statm: 708919 523566 138 357 0 708559 0
Current children cumulated CPU time (s) 308.46
Current children cumulated vsize (KiB) 4985552

[startup+316.7 s]
/proc/loadavg: 2.15 2.17 2.07 3/182 17552
/proc/meminfo: memFree=23308648/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=2140728 CPUtime=221.95 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) S 17493 17493 14700 0 -1 4202496 19203 491768 0 0 7725 264 13749 457 20 0 1 0 273656686 2192105472 363864 33554432000 4194304 5992684 140736716050144 140736716036408 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 398 0 0
/proc/17494/statm: 535182 363864 175 440 0 534738 0
[pid=17548] ppid=17494 vsize=2835860 CPUtime=89.71 cores=0,2,4,6
/proc/17548/stat : 17548 (glucosInc) R 17494 17493 14700 0 -1 4202496 35276 0 0 0 8907 64 0 0 20 0 1 0 273679382 2903920640 523581 33554432000 4194304 5654031 140734774950032 140734774947816 4233204 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17548/statm: 708965 523581 138 357 0 708605 0
Current children cumulated CPU time (s) 311.66
Current children cumulated vsize (KiB) 4985736

[startup+319.9 s]
/proc/loadavg: 2.15 2.17 2.07 3/182 17552
/proc/meminfo: memFree=23306476/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=2140728 CPUtime=221.95 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) S 17493 17493 14700 0 -1 4202496 19203 491768 0 0 7725 264 13749 457 20 0 1 0 273656686 2192105472 363864 33554432000 4194304 5992684 140736716050144 140736716036408 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 398 0 0
/proc/17494/statm: 535182 363864 175 440 0 534738 0
[pid=17548] ppid=17494 vsize=2835860 CPUtime=92.9 cores=0,2,4,6
/proc/17548/stat : 17548 (glucosInc) R 17494 17493 14700 0 -1 4202496 35282 0 0 0 9226 64 0 0 20 0 1 0 273679382 2903920640 524098 33554432000 4194304 5654031 140734774950032 140734774947816 4232939 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17548/statm: 708965 524098 138 357 0 708605 0
Current children cumulated CPU time (s) 314.85
Current children cumulated vsize (KiB) 4985736

[startup+321.5 s]
/proc/loadavg: 2.14 2.17 2.07 3/182 17552
/proc/meminfo: memFree=23306352/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=2140728 CPUtime=221.95 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) S 17493 17493 14700 0 -1 4202496 19203 491768 0 0 7725 264 13749 457 20 0 1 0 273656686 2192105472 363864 33554432000 4194304 5992684 140736716050144 140736716036408 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 398 0 0
/proc/17494/statm: 535182 363864 175 440 0 534738 0
[pid=17548] ppid=17494 vsize=2835860 CPUtime=94.5 cores=0,2,4,6
/proc/17548/stat : 17548 (glucosInc) R 17494 17493 14700 0 -1 4202496 35299 0 0 0 9386 64 0 0 20 0 1 0 273679382 2903920640 524115 33554432000 4194304 5654031 140734774950032 140734774947816 4232462 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17548/statm: 708965 524115 138 357 0 708605 0
Current children cumulated CPU time (s) 316.45
Current children cumulated vsize (KiB) 4985736

[startup+322.307 s]
/proc/loadavg: 2.14 2.17 2.07 3/182 17552
/proc/meminfo: memFree=23304304/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=2140728 CPUtime=221.95 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) S 17493 17493 14700 0 -1 4202496 19203 491768 0 0 7725 264 13749 457 20 0 1 0 273656686 2192105472 363864 33554432000 4194304 5992684 140736716050144 140736716036408 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 398 0 0
/proc/17494/statm: 535182 363864 175 440 0 534738 0
[pid=17548] ppid=17494 vsize=2835860 CPUtime=95.31 cores=0,2,4,6
/proc/17548/stat : 17548 (glucosInc) R 17494 17493 14700 0 -1 4202496 35301 0 0 0 9467 64 0 0 20 0 1 0 273679382 2903920640 524628 33554432000 4194304 5654031 140734774950032 140734774947816 4232767 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/17548/statm: 708965 524628 138 357 0 708605 0
Current children cumulated CPU time (s) 317.26
Current children cumulated vsize (KiB) 4985736

[startup+322.5 s]
/proc/loadavg: 2.14 2.17 2.07 3/182 17552
/proc/meminfo: memFree=23304304/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=2140728 CPUtime=221.96 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) S 17493 17493 14700 0 -1 4202496 19214 491768 0 0 7725 265 13749 457 20 0 1 0 273656686 2192105472 363864 33554432000 4194304 5992684 140736716050144 140736716046480 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 398 0 0
/proc/17494/statm: 535182 363864 175 440 0 534738 0
[pid=17548] ppid=17494 vsize=0 CPUtime=95.42 cores=0,2,4,6
/proc/17548/stat : 17548 (glucosInc) Z 17494 17493 14700 0 -1 4202508 35306 0 0 0 9476 66 0 0 20 0 1 0 273679382 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17548/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 317.38
Current children cumulated vsize (KiB) 2149876

[startup+322.6 s]
/proc/loadavg: 2.14 2.17 2.07 3/182 17552
/proc/meminfo: memFree=23304304/32873648 swapFree=7104/7104
[pid=17493] ppid=17491 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17493/stat : 17493 (npSolver-pbo-I.) S 17491 17493 14700 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273656685 9367552 274 33554432000 4194304 5064252 140736761262560 140736761261472 214537233998 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17493/statm: 2287 274 233 213 0 72 0
[pid=17494] ppid=17493 vsize=2140728 CPUtime=221.96 cores=0,2,4,6
/proc/17494/stat : 17494 (npSolver-pbo) S 17493 17493 14700 0 -1 4202496 19214 491768 0 0 7725 265 13749 457 20 0 1 0 273656686 2192105472 363864 33554432000 4194304 5992684 140736716050144 140736716046480 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 398 0 0
/proc/17494/statm: 535182 363864 175 440 0 534738 0
[pid=17548] ppid=17494 vsize=0 CPUtime=95.42 cores=0,2,4,6
/proc/17548/stat : 17548 (glucosInc) Z 17494 17493 14700 0 -1 4202508 35306 0 0 0 9476 66 0 0 20 0 1 0 273679382 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/17548/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 317.38
Current children cumulated vsize (KiB) 2149876

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17493 and gives
#  childrusage.ru_utime.tv_sec=214
#  childrusage.ru_utime.tv_usec=753352
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=464865
# CPU time returned by wait4() is 222.218
# while last known CPU time is 317.38
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 322.642
CPU time (s): 317.38
CPU user time (s): 309.5
CPU system time (s): 7.88
CPU usage (%): 98.369
Max. virtual memory (cumulated for all children) (KiB): 6363124

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 214.753
system time used= 7.46486
maximum resident set size= 4079528
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 511815
page faults= 0
swaps= 0
block input operations= 56
block output operations= 5641584
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 76
involuntary context switches= 348

runsolver used 0.994848 second user time and 1.85472 second system time

The end

Launcher Data

Begin job on node127 at 2012-05-27 01:35:12
IDJOB=3700231
IDBENCH=48054
IDSOLVER=2276
FILE ID=node127/3700231-1338075312
RUNJOBID= node127-1338052949-14716
PBS_JOBID= 14624406
Free space on /tmp= 70832 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=8-P0=149-P1=79-P2=59-P3=73-P4=211-B.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700231-1338075312/watcher-3700231-1338075312 -o /tmp/evaluation-result-3700231-1338075312/solver-3700231-1338075312 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700231-1338075312.opb 178371936 HOME HOME

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

MD5SUM BENCH= 74c00e33b4232d137ad873ae982593f6
RANDOM SEED=178371936

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.348
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.348
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.348
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.348
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.348
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:        26689996 kB
Buffers:          333192 kB
Cached:          3576768 kB
SwapCached:            0 kB
Active:          2799168 kB
Inactive:        2549380 kB
Active(anon):    1440440 kB
Inactive(anon):        0 kB
Active(file):    1358728 kB
Inactive(file):  2549380 kB
Unevictable:        7104 kB
Mlocked:            7104 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8196 kB
Writeback:             8 kB
AnonPages:       1454860 kB
Mapped:            15600 kB
Shmem:               200 kB
Slab:             683756 kB
SReclaimable:     127864 kB
SUnreclaim:       555892 kB
KernelStack:        1504 kB
PageTables:         7072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2059880 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1339392 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= 71092 MiB
End job on node127 at 2012-05-27 01:40:35