Trace number 3701833

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? (problem) 628.95 839.002

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/
factor-mod-size=9-P0=67-P1=349-P2=67-P3=499-P4=79-P5=347-P6=307-B.opb
MD5SUM0f5232be892543458d8a9fd6fc4fb56e
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.110982
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 variables162
Total number of constraints13
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 constraints13
Minimum length of a constraint9
Maximum length of a constraint99
Number of terms in the objective function 9
Biggest coefficient in the objective function 256
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 511
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 523264
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)486
Sum of products size (including duplicates)972
Number of different products486
Sum of products size972

Solver Data

624.29/624.46	c fallback to adder encoding
624.49/624.64	c fallback to adder encoding
624.70/624.83	c fallback to adder encoding
624.89/625.02	c fallback to adder encoding
625.09/625.22	c fallback to adder encoding
625.09/625.25	terminate called after throwing an instance of 'std::bad_alloc'
625.09/625.25	  what():  std::bad_alloc
628.94/839.00	HOME/npSolver-pbo.sh: line 18: 11146 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -useCP2=1 -useInc=0

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-3701833-1338073330/watcher-3701833-1338073330 -o /tmp/evaluation-result-3701833-1338073330/solver-3701833-1338073330 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701833-1338073330.opb 1698093988 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.10 2.03 2.00 3/179 11145
/proc/meminfo: memFree=26609316/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0

[startup+0.103744 s]
/proc/loadavg: 2.10 2.03 2.00 3/179 11145
/proc/meminfo: memFree=26609316/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200187 s]
/proc/loadavg: 2.10 2.03 2.00 3/179 11145
/proc/meminfo: memFree=26609316/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300277 s]
/proc/loadavg: 2.10 2.03 2.00 3/179 11145
/proc/meminfo: memFree=26609316/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700228 s]
/proc/loadavg: 2.10 2.03 2.00 3/179 11145
/proc/meminfo: memFree=26609316/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.10 2.03 2.00 3/181 11147
/proc/meminfo: memFree=26563268/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=67672 CPUtime=1.48 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4202496 3509 0 0 0 147 1 0 0 20 0 1 0 273458734 69296128 8576 33554432000 4194304 5992684 140733232685984 140733232681384 4571728 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 16918 8576 147 440 0 16474 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 76820

[startup+3.10032 s]
/proc/loadavg: 2.10 2.03 2.00 3/181 11147
/proc/meminfo: memFree=26507692/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=133208 CPUtime=3.09 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4202496 4069 0 0 0 306 3 0 0 20 0 1 0 273458734 136404992 17280 33554432000 4194304 5992684 140733232685984 140733232681032 4571337 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 33302 17280 147 440 0 32858 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 142356

[startup+6.30017 s]
/proc/loadavg: 2.09 2.03 2.00 3/181 11147
/proc/meminfo: memFree=26345508/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=264280 CPUtime=6.29 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4202496 4678 0 0 0 624 5 0 0 20 0 1 0 273458734 270622720 34688 33554432000 4194304 5992684 140733232685984 140733232681384 4571317 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 66070 34688 147 440 0 65626 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 273428

[startup+12.7002 s]
/proc/loadavg: 2.08 2.03 2.00 3/181 11150
/proc/meminfo: memFree=26650568/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=526424 CPUtime=12.68 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4202496 5384 0 0 0 1258 10 0 0 20 0 1 0 273458734 539058176 68992 33554432000 4194304 5992684 140733232685984 140733232681032 4606624 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 131606 68992 147 440 0 131162 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 535572

[startup+25.5002 s]
/proc/loadavg: 2.06 2.02 2.00 3/181 11150
/proc/meminfo: memFree=26395932/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=1050712 CPUtime=25.48 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4202496 6283 0 0 0 2527 21 0 0 20 0 1 0 273458734 1075929088 136576 33554432000 4194304 5992684 140733232685984 140733232681032 4749650 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 262678 136576 147 440 0 262234 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 1059860

[startup+51.1003 s]
/proc/loadavg: 2.04 2.02 2.00 3/181 11150
/proc/meminfo: memFree=25864732/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=2099288 CPUtime=51.08 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4202496 7569 0 0 0 5064 44 0 0 20 0 1 0 273458734 2149670912 271232 33554432000 4194304 5992684 140733232685984 140733232681032 4523474 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 524822 271232 147 440 0 524378 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 2108436

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/181 11157
/proc/meminfo: memFree=24612464/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=4196440 CPUtime=102.28 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4202496 9626 0 0 0 10138 90 0 0 20 0 1 0 273458734 4297154560 538496 33554432000 4194304 5992684 140733232685984 140733232681032 4524825 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 1049110 538496 147 440 0 1048666 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 4205588

[startup+162.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/181 11157
/proc/meminfo: memFree=23274748/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=4196440 CPUtime=162.26 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4202496 10242 0 0 0 16117 109 0 0 20 0 1 0 273458734 4297154560 853888 33554432000 4194304 5992684 140733232685984 140733232681032 4525041 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 1049110 853888 147 440 0 1048666 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 4205588

[startup+222.307 s]
/proc/loadavg: 2.03 2.02 2.00 3/181 11158
/proc/meminfo: memFree=22008548/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8390744 CPUtime=222.26 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4202496 13398 0 0 0 22031 195 0 0 20 0 1 0 273458734 8592121856 1159552 33554432000 4194304 5992684 140733232685984 140733232681032 4523497 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2097686 1159552 147 440 0 2097242 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 8399892

[startup+282.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/181 11165
/proc/meminfo: memFree=21086344/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8390744 CPUtime=282.25 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4202496 14011 0 0 0 28011 214 0 0 20 0 1 0 273458734 8592121856 1473408 33554432000 4194304 5992684 140733232685984 140733232681032 4768613 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2097686 1473408 147 440 0 2097242 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 8399892

[startup+342.3 s]
/proc/loadavg: 2.07 2.04 2.00 3/181 11179
/proc/meminfo: memFree=19513060/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8390744 CPUtime=342.23 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4202496 14623 0 0 0 33990 233 0 0 20 0 1 0 273458734 8592121856 1786752 33554432000 4194304 5992684 140733232685984 140733232681032 4569817 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2097686 1786752 147 440 0 2097242 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 8399892

[startup+402.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/181 11179
/proc/meminfo: memFree=18229620/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.01 2.02 2.00 3/181 11179
/proc/meminfo: memFree=18207540/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8456280 CPUtime=462.22 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4202496 15625 0 0 0 45970 252 0 0 20 0 1 0 273458734 8659230720 2097420 33554432000 4194304 5992684 140733232685984 140733232680712 4374760 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2114070 2097420 194 440 0 2113626 0
Current children cumulated CPU time (s) 462.22
Current children cumulated vsize (KiB) 8465428

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/182 11183
/proc/meminfo: memFree=18189308/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8456280 CPUtime=522.21 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4202496 15625 0 0 0 51969 252 0 0 20 0 1 0 273458734 8659230720 2097420 33554432000 4194304 5992684 140733232685984 140733232680712 4569977 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2114070 2097420 194 440 0 2113626 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 8465428

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/181 11183
/proc/meminfo: memFree=18304108/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8456280 CPUtime=582.2 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4202496 15625 0 0 0 57968 252 0 0 20 0 1 0 273458734 8659230720 2097420 33554432000 4194304 5992684 140733232685984 140733232680712 4768784 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2114070 2097420 194 440 0 2113626 0
Current children cumulated CPU time (s) 582.2
Current children cumulated vsize (KiB) 8465428

[startup+642.3 s]
/proc/loadavg: 2.53 2.12 2.04 2/182 11248
/proc/meminfo: memFree=12640428/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8456284 CPUtime=626.77 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) S 11145 11145 6137 0 -1 4204032 31389 0 0 0 62259 418 0 0 20 0 1 0 273458734 8659234816 2113184 33554432000 4194304 5992684 140733232685984 140733232681640 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2114071 2113184 217 440 0 2113627 0
Current children cumulated CPU time (s) 626.77
Current children cumulated vsize (KiB) 8465432

[startup+702.3 s]
/proc/loadavg: 3.99 2.61 2.21 2/182 11248
/proc/meminfo: memFree=7655320/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8456284 CPUtime=628.02 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) S 11145 11145 6137 0 -1 4204032 31389 0 0 0 62259 543 0 0 20 0 1 0 273458734 8659234816 2113184 33554432000 4194304 5992684 140733232685984 140733232681640 5240597 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/11146/statm: 2114071 2113184 217 440 0 2113627 0
Current children cumulated CPU time (s) 628.02
Current children cumulated vsize (KiB) 8465432

[startup+762.3 s]
/proc/loadavg: 4.38 2.98 2.36 2/182 11248
/proc/meminfo: memFree=3899880/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8456284 CPUtime=628.91 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) S 11145 11145 6137 0 -1 4204032 31389 0 0 0 62259 632 0 0 20 0 1 0 273458734 8659234816 2113184 33554432000 4194304 5992684 140733232685984 140733232681640 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2114071 2113184 217 440 0 2113627 0
Current children cumulated CPU time (s) 628.91
Current children cumulated vsize (KiB) 8465432

[startup+822.3 s]
/proc/loadavg: 4.77 3.35 2.52 2/182 11249
/proc/meminfo: memFree=3890044/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8456284 CPUtime=628.91 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) S 11145 11145 6137 0 -1 4204032 31389 0 0 0 62259 632 0 0 20 0 1 0 273458734 8659234816 2113184 33554432000 4194304 5992684 140733232685984 140733232681640 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2114071 2113184 217 440 0 2113627 0
Current children cumulated CPU time (s) 628.91
Current children cumulated vsize (KiB) 8465432
heavy processes:
  %CPU=13 pid=11248 uid=0 cmd=

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

[startup+827.7 s]
/proc/loadavg: 4.79 3.37 2.54 2/182 11249
/proc/meminfo: memFree=3886068/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8456284 CPUtime=628.91 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) S 11145 11145 6137 0 -1 4204032 31389 0 0 0 62259 632 0 0 20 0 1 0 273458734 8659234816 2113184 33554432000 4194304 5992684 140733232685984 140733232681640 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2114071 2113184 217 440 0 2113627 0
Current children cumulated CPU time (s) 628.91
Current children cumulated vsize (KiB) 8465432

[startup+834.1 s]
/proc/loadavg: 4.80 3.40 2.55 2/182 11249
/proc/meminfo: memFree=3883648/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8456284 CPUtime=628.91 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) S 11145 11145 6137 0 -1 4204032 31389 0 0 0 62259 632 0 0 20 0 1 0 273458734 8659234816 2113184 33554432000 4194304 5992684 140733232685984 140733232681640 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2114071 2113184 217 440 0 2113627 0
Current children cumulated CPU time (s) 628.91
Current children cumulated vsize (KiB) 8465432

[startup+837.3 s]
/proc/loadavg: 4.74 3.41 2.56 2/182 11249
/proc/meminfo: memFree=3886996/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8456284 CPUtime=628.91 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) S 11145 11145 6137 0 -1 4204032 31389 0 0 0 62259 632 0 0 20 0 1 0 273458734 8659234816 2113184 33554432000 4194304 5992684 140733232685984 140733232681640 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2114071 2113184 217 440 0 2113627 0
Current children cumulated CPU time (s) 628.91
Current children cumulated vsize (KiB) 8465432

[startup+838.1 s]
/proc/loadavg: 4.74 3.41 2.56 2/182 11249
/proc/meminfo: memFree=3887120/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8456284 CPUtime=628.91 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) S 11145 11145 6137 0 -1 4204032 31389 0 0 0 62259 632 0 0 20 0 1 0 273458734 8659234816 2113184 33554432000 4194304 5992684 140733232685984 140733232681640 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2114071 2113184 217 440 0 2113627 0
Current children cumulated CPU time (s) 628.91
Current children cumulated vsize (KiB) 8465432

[startup+838.5 s]
/proc/loadavg: 4.74 3.41 2.56 2/182 11249
/proc/meminfo: memFree=3887120/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8456284 CPUtime=628.91 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) S 11145 11145 6137 0 -1 4204032 31389 0 0 0 62259 632 0 0 20 0 1 0 273458734 8659234816 2113184 33554432000 4194304 5992684 140733232685984 140733232681640 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2114071 2113184 217 440 0 2113627 0
Current children cumulated CPU time (s) 628.91
Current children cumulated vsize (KiB) 8465432

[startup+838.9 s]
/proc/loadavg: 4.74 3.41 2.56 2/182 11249
/proc/meminfo: memFree=3887120/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=8456284 CPUtime=628.91 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) S 11145 11145 6137 0 -1 4204032 31389 0 0 0 62259 632 0 0 20 0 1 0 273458734 8659234816 2113184 33554432000 4194304 5992684 140733232685984 140733232681640 5240597 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/11146/statm: 2114071 2113184 217 440 0 2113627 0
Current children cumulated CPU time (s) 628.91
Current children cumulated vsize (KiB) 8465432

[startup+839 s]
/proc/loadavg: 4.74 3.41 2.56 2/182 11249
/proc/meminfo: memFree=3887120/32873660 swapFree=7120/7120
[pid=11145] ppid=11143 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/11145/stat : 11145 (npSolver-pbo.sh) S 11143 11145 6137 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273458734 9367552 275 33554432000 4194304 5064252 140737185787504 140737185786416 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/11145/statm: 2287 275 233 213 0 72 0
[pid=11146] ppid=11145 vsize=0 CPUtime=628.94 cores=0,2,4,6
/proc/11146/stat : 11146 (npSolver-pbo) R 11145 11145 6137 0 -1 4204036 31389 0 0 0 62259 635 0 0 20 0 1 0 273458734 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11146/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 628.94
Current children cumulated vsize (KiB) 9148

Child status: 0
Real time (s): 839.002
CPU time (s): 628.95
CPU user time (s): 622.597
CPU system time (s): 6.35303
CPU usage (%): 74.9641
Max. virtual memory (cumulated for all children) (KiB): 12594196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 622.597
system time used= 6.35303
maximum resident set size= 8452736
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31764
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 1817166
involuntary context switches= 685

runsolver used 1.24681 second user time and 3.34149 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-27 01:02:10
IDJOB=3701833
IDBENCH=48012
IDSOLVER=2277
FILE ID=node117/3701833-1338073330
RUNJOBID= node117-1338052949-6153
PBS_JOBID= 14624407
Free space on /tmp= 69796 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=9-P0=67-P1=349-P2=67-P3=499-P4=79-P5=347-P6=307-B.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701833-1338073330/watcher-3701833-1338073330 -o /tmp/evaluation-result-3701833-1338073330/solver-3701833-1338073330 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701833-1338073330.opb 1698093988 HOME HOME

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

MD5SUM BENCH= 0f5232be892543458d8a9fd6fc4fb56e
RANDOM SEED=1698093988

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.148
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:       32873660 kB
MemFree:        26609580 kB
Buffers:          276812 kB
Cached:          4239588 kB
SwapCached:            0 kB
Active:          3160796 kB
Inactive:        2244600 kB
Active(anon):     878632 kB
Inactive(anon):    12576 kB
Active(file):    2282164 kB
Inactive(file):  2232024 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:            189616 kB
Writeback:             0 kB
AnonPages:        965088 kB
Mapped:            15668 kB
Shmem:               200 kB
Slab:             719492 kB
SReclaimable:     163376 kB
SUnreclaim:       556116 kB
KernelStack:        1520 kB
PageTables:         5612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:    1127468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    612352 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= 62840 MiB
End job on node117 at 2012-05-27 01:16:09