Trace number 3702432

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 inc-topdown-quickBound? (problem) 1429.6 1569.1

General information on the benchmark

Name/OPT-BIGINT-LIN/heinz/
normalized-ivu06-big.opb
MD5SUM3085a2bda178410828dcd956a716c89f
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2865693364730000016
Best CPU time to get the best result obtained on this benchmark1801.7
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2277736
Total number of constraints1177
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1177
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint704
Maximum length of a constraint152997
Number of terms in the objective function 2277736
Biggest coefficient in the objective function 80000000000000000
Number of bits for the biggest coefficient in the objective function 57
Sum of the numbers in the objective function 27910716903658970007421
Number of bits of the sum of numbers in the objective function 75
Biggest number in a constraint 80000000000000000
Number of bits of the biggest number in a constraint 57
Biggest sum of numbers in a constraint 27910716903658970007421
Number of bits of the biggest sum of numbers75
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

46.53/46.67	c run inc solver
46.53/46.67	c [INC SYSTEM] run initial solver
46.53/46.67	c [INC SYSTEM] preprocess with white file
894.37/896.28	c [INC SYSTEM] finished preprocessing in 849 s
894.37/896.28	c [INC SYSTEM] execute solver
1304.55/1306.06	c [INC SEARCH] formula is SAT
1305.55/1307.04	c [INC SYSTEM] solved the initial formula
1314.85/1316.31	c model valid
1314.85/1316.31	c current solution ok
1427.50/1429.31	o -4455480725049551630
1427.50/1429.31	c starting approximation
1427.50/1429.33	c factor = 3.48205e+11
1427.50/1429.33	c factor still to low - shrinking to 9.56052e+19
1427.50/1429.33	c approx number of clauses: 1e+06
1427.50/1429.37	c current bound: 6995631736608522240
1427.50/1429.37	c factor to high for quickBound
1427.50/1429.37	c finished approximation
1427.50/1429.37	c [INC SYSTEM] there exists a inc, kill it!
1427.50/1429.37	c write failed with 2
1427.80/1429.60	npSolver-pbo: Pbconstraint.h:145: void Pbconstraint::setK(myInt): Assertion `_k >= 0' failed.
1429.58/1569.10	HOME/npSolver-pbo-Itdqb.sh: line 18:  1629 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -useBinSearch=0 -useCP2=1 -useInc=1

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-3702432-1338103912/watcher-3702432-1338103912 -o /tmp/evaluation-result-3702432-1338103912/solver-3702432-1338103912 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702432-1338103912.opb 2130421183 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.12 2.04 2.04 2/180 1628
/proc/meminfo: memFree=28427048/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0

[startup+0.0995059 s]
/proc/loadavg: 2.12 2.04 2.04 2/180 1628
/proc/meminfo: memFree=28427048/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100307 s]
/proc/loadavg: 2.12 2.04 2.04 2/180 1628
/proc/meminfo: memFree=28427048/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300262 s]
/proc/loadavg: 2.12 2.04 2.04 2/180 1628
/proc/meminfo: memFree=28427048/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700268 s]
/proc/loadavg: 2.12 2.04 2.04 2/180 1628
/proc/meminfo: memFree=28427048/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.11 2.04 2.04 3/182 1630
/proc/meminfo: memFree=28397384/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=94344 CPUtime=1.48 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) R 1628 1628 23606 0 -1 4202496 6957 0 0 0 145 3 0 0 20 0 1 0 276517705 96608256 17833 33554432000 4194304 5992684 140736985362064 140736985357928 5179600 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1629/statm: 23586 17833 143 440 0 23142 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 103492

[startup+3.10028 s]
/proc/loadavg: 2.11 2.04 2.04 3/182 1630
/proc/meminfo: memFree=28344092/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=125316 CPUtime=3.09 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) R 1628 1628 23606 0 -1 4202496 14146 0 0 0 303 6 0 0 20 0 1 0 276517705 128323584 25533 33554432000 4194304 5992684 140736985362064 140736985357800 4479664 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1629/statm: 31329 25533 143 440 0 30885 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 134464

[startup+6.30032 s]
/proc/loadavg: 2.11 2.04 2.04 3/182 1630
/proc/meminfo: memFree=28269004/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=192240 CPUtime=6.28 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) R 1628 1628 23606 0 -1 4202496 29651 0 0 0 619 9 0 0 20 0 1 0 276517705 196853760 42060 33554432000 4194304 5992684 140736985362064 140736985357800 4529116 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1629/statm: 48060 42060 143 440 0 47616 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 201388

[startup+12.7003 s]
/proc/loadavg: 2.10 2.04 2.04 3/182 1630
/proc/meminfo: memFree=28140788/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=330776 CPUtime=12.69 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) R 1628 1628 23606 0 -1 4202496 64285 0 0 0 1250 19 0 0 20 0 1 0 276517705 338714624 76694 33554432000 4194304 5992684 140736985362064 140736985357800 4483320 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1629/statm: 82694 76694 143 440 0 82250 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 339924

[startup+25.5004 s]
/proc/loadavg: 2.08 2.04 2.04 3/182 1630
/proc/meminfo: memFree=27311472/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=1643152 CPUtime=25.49 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) R 1628 1628 23606 0 -1 4202496 142059 0 0 0 2497 52 0 0 20 0 1 0 276517705 1682587648 280758 33554432000 4194304 5992684 140736985362064 140736985355000 4570178 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1629/statm: 410788 280758 157 440 0 410344 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1652300

[startup+51.1004 s]
/proc/loadavg: 2.11 2.05 2.04 3/184 1632
/proc/meminfo: memFree=24765292/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2691728 CPUtime=49.93 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) S 1628 1628 23606 0 -1 4202496 144805 0 0 0 4403 590 0 0 20 0 1 0 276517705 2756329472 517821 33554432000 4194304 5992684 140736985362064 140736985356512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/1629/statm: 672932 517821 164 440 0 672488 0
[pid=1631] ppid=1629 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/1631/stat : 1631 (cp2_pre.sh) S 1629 1628 23606 0 -1 4202496 607 0 0 0 0 1 0 0 20 0 1 0 276522705 9367552 276 33554432000 4194304 5064252 140736519584720 140736519583424 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1631/statm: 2287 276 234 213 0 72 0
[pid=1632] ppid=1631 vsize=50552 CPUtime=1.06 cores=0,2,4,6
/proc/1632/stat : 1632 (coprocessor) R 1631 1628 23606 0 -1 4202496 8031 0 0 0 105 1 0 0 20 0 1 0 276522707 51765248 10009 33554432000 4194304 6586260 140737272560128 140737272556888 4368004 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/1632/statm: 12638 10009 138 584 0 12050 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 2760576

[startup+102.3 s]
/proc/loadavg: 2.34 2.14 2.07 3/184 1632
/proc/meminfo: memFree=24492832/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2691728 CPUtime=49.93 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) S 1628 1628 23606 0 -1 4202496 144805 0 0 0 4403 590 0 0 20 0 1 0 276517705 2756329472 517821 33554432000 4194304 5992684 140736985362064 140736985356512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/1629/statm: 672932 517821 164 440 0 672488 0
[pid=1631] ppid=1629 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/1631/stat : 1631 (cp2_pre.sh) S 1629 1628 23606 0 -1 4202496 607 0 0 0 0 1 0 0 20 0 1 0 276522705 9367552 276 33554432000 4194304 5064252 140736519584720 140736519583424 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1631/statm: 2287 276 234 213 0 72 0
[pid=1632] ppid=1631 vsize=338324 CPUtime=52.26 cores=0,2,4,6
/proc/1632/stat : 1632 (coprocessor) R 1631 1628 23606 0 -1 4202496 15317 0 0 0 5216 10 0 0 20 0 1 0 276522707 346443776 83812 33554432000 4194304 6586260 140737272560128 140737272556888 4367992 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/1632/statm: 84581 83812 138 584 0 83993 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 3048348

[startup+162.3 s]
/proc/loadavg: 2.16 2.13 2.07 3/184 1632
/proc/meminfo: memFree=24309076/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2691728 CPUtime=49.93 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) S 1628 1628 23606 0 -1 4202496 144805 0 0 0 4403 590 0 0 20 0 1 0 276517705 2756329472 517821 33554432000 4194304 5992684 140736985362064 140736985356512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/1629/statm: 672932 517821 164 440 0 672488 0
[pid=1631] ppid=1629 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/1631/stat : 1631 (cp2_pre.sh) S 1629 1628 23606 0 -1 4202496 607 0 0 0 0 1 0 0 20 0 1 0 276522705 9367552 276 33554432000 4194304 5064252 140736519584720 140736519583424 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1631/statm: 2287 276 234 213 0 72 0
[pid=1632] ppid=1631 vsize=647892 CPUtime=112.25 cores=0,2,4,6
/proc/1632/stat : 1632 (coprocessor) R 1631 1628 23606 0 -1 4202496 18631 0 0 0 11208 17 0 0 20 0 1 0 276522707 663441408 155766 33554432000 4194304 6586260 140737272560128 140737272556888 4367992 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/1632/statm: 161973 155766 138 584 0 161385 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 3357916

[startup+222.306 s]
/proc/loadavg: 2.06 2.10 2.06 3/184 1632
/proc/meminfo: memFree=24039496/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2691728 CPUtime=49.93 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) S 1628 1628 23606 0 -1 4202496 144805 0 0 0 4403 590 0 0 20 0 1 0 276517705 2756329472 517821 33554432000 4194304 5992684 140736985362064 140736985356512 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 6 0 0
/proc/1629/statm: 672932 517821 164 440 0 672488 0
[pid=1631] ppid=1629 vsize=9148 CPUtime=0.01 cores=0,2,4,6
/proc/1631/stat : 1631 (cp2_pre.sh) S 1629 1628 23606 0 -1 4202496 607 0 0 0 0 1 0 0 20 0 1 0 276522705 9367552 276 33554432000 4194304 5064252 140736519584720 140736519583424 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1631/statm: 2287 276 234 213 0 72 0
[pid=1632] ppid=1631 vsize=850160 CPUtime=172.25 cores=0,2,4,6
/proc/1632/stat : 1632 (coprocessor) R 1631 1628 23606 0 -1 4202496 20922 0 0 0 17202 23 0 0 20 0 1 0 276522707 870563840 195711 33554432000 4194304 6586260 140737272560128 140737272556888 4367992 0 0 4096 8404994 0 0 0 17 2 0 0 0 0 0
/proc/1632/statm: 212540 195711 138 584 0 211952 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 3560184

[startup+282.3 s]
/proc/loadavg: 2.02 2.08 2.06 3/184 1633
/proc/meminfo: memFree=23847240/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/1690/statm: 1362368 1246066 131 357 0 1362008 0
Current children cumulated CPU time (s) 1240.53
Current children cumulated vsize (KiB) 8150348

[startup+1302.3 s]
/proc/loadavg: 2.05 2.09 2.05 3/183 1706
/proc/meminfo: memFree=18072100/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2724496 CPUtime=894.7 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) S 1628 1628 23606 0 -1 4202496 152889 51091 0 0 4408 594 84040 428 20 0 1 0 276517705 2789883904 524767 33554432000 4194304 5992684 140736985362064 140736985348328 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 6 0 0
/proc/1629/statm: 681124 524767 166 440 0 680680 0
[pid=1690] ppid=1629 vsize=5469700 CPUtime=405.91 cores=0,2,4,6
/proc/1690/stat : 1690 (glucosInc) R 1629 1628 23606 0 -1 4202496 542954 0 0 0 40413 178 0 0 20 0 1 0 276607334 5600972800 1254955 33554432000 4194304 5654031 140736190542048 140736190538520 4976752 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1690/statm: 1367425 1254955 141 357 0 1367065 0
Current children cumulated CPU time (s) 1300.61
Current children cumulated vsize (KiB) 8203344

[startup+1362.3 s]
/proc/loadavg: 2.02 2.07 2.04 3/183 1706
/proc/meminfo: memFree=17228500/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2903340 CPUtime=951.57 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) R 1628 1628 23606 0 -1 4202496 164719 51091 0 0 6256 4433 84040 428 20 0 1 0 276517705 2973020160 571247 33554432000 4194304 5992684 140736985362064 140736985356248 5179696 0 0 4096 0 0 0 0 17 0 0 0 17 0 0
/proc/1629/statm: 725835 571247 173 440 0 725391 0
[pid=1690] ppid=1629 vsize=5469704 CPUtime=409.15 cores=0,2,4,6
/proc/1690/stat : 1690 (glucosInc) S 1629 1628 23606 0 -1 4202496 542959 0 0 0 40735 180 0 0 20 0 1 0 276607334 5600976896 1254960 33554432000 4194304 5654031 140736190542048 140736190540360 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1690/statm: 1367426 1254960 146 357 0 1367066 0
Current children cumulated CPU time (s) 1360.72
Current children cumulated vsize (KiB) 8382192

[startup+1422.3 s]
/proc/loadavg: 2.00 2.05 2.04 3/183 1706
/proc/meminfo: memFree=16382360/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2903340 CPUtime=1011.38 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) R 1628 1628 23606 0 -1 4202496 164719 51091 0 0 7266 9404 84040 428 20 0 1 0 276517705 2973020160 571247 33554432000 4194304 5992684 140736985362064 140736985356248 5179696 0 0 4096 0 0 0 0 17 0 0 0 35 0 0
/proc/1629/statm: 725835 571247 173 440 0 725391 0
[pid=1690] ppid=1629 vsize=5469704 CPUtime=409.15 cores=0,2,4,6
/proc/1690/stat : 1690 (glucosInc) S 1629 1628 23606 0 -1 4202496 542959 0 0 0 40735 180 0 0 20 0 1 0 276607334 5600976896 1254960 33554432000 4194304 5654031 140736190542048 140736190540360 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/1690/statm: 1367426 1254960 146 357 0 1367066 0
Current children cumulated CPU time (s) 1420.53
Current children cumulated vsize (KiB) 8382192

[startup+1482.3 s]
/proc/loadavg: 3.78 2.52 2.20 2/183 1709
/proc/meminfo: memFree=16553496/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2903344 CPUtime=1429.54 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) S 1628 1628 23606 0 -1 4204032 170238 594571 0 0 7352 9961 124776 865 20 0 1 0 276517705 2973024256 571270 33554432000 4194304 5992684 140736985362064 140736985357160 5240597 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 36 0 0
/proc/1629/statm: 725836 571270 194 440 0 725392 0
Current children cumulated CPU time (s) 1429.54
Current children cumulated vsize (KiB) 2912492

[startup+1542.31 s]
/proc/loadavg: 4.55 2.97 2.37 2/183 1709
/proc/meminfo: memFree=16618036/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2903344 CPUtime=1429.54 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) S 1628 1628 23606 0 -1 4204032 170238 594571 0 0 7352 9961 124776 865 20 0 1 0 276517705 2973024256 571270 33554432000 4194304 5992684 140736985362064 140736985357160 5240597 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 36 0 0
/proc/1629/statm: 725836 571270 194 440 0 725392 0
Current children cumulated CPU time (s) 1429.54
Current children cumulated vsize (KiB) 2912492

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

[startup+1550 s]
/proc/loadavg: 4.58 3.00 2.38 2/183 1709
/proc/meminfo: memFree=16615492/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2903344 CPUtime=1429.54 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) S 1628 1628 23606 0 -1 4204032 170238 594571 0 0 7352 9961 124776 865 20 0 1 0 276517705 2973024256 571270 33554432000 4194304 5992684 140736985362064 140736985357160 5240597 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 36 0 0
/proc/1629/statm: 725836 571270 194 440 0 725392 0
Current children cumulated CPU time (s) 1429.54
Current children cumulated vsize (KiB) 2912492

[startup+1562.8 s]
/proc/loadavg: 4.68 3.10 2.42 2/183 1709
/proc/meminfo: memFree=16615740/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2903344 CPUtime=1429.54 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) S 1628 1628 23606 0 -1 4204032 170238 594571 0 0 7352 9961 124776 865 20 0 1 0 276517705 2973024256 571270 33554432000 4194304 5992684 140736985362064 140736985357160 5240597 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 36 0 0
/proc/1629/statm: 725836 571270 194 440 0 725392 0
Current children cumulated CPU time (s) 1429.54
Current children cumulated vsize (KiB) 2912492

[startup+1566 s]
/proc/loadavg: 4.68 3.10 2.42 2/183 1709
/proc/meminfo: memFree=16615616/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2903344 CPUtime=1429.54 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) S 1628 1628 23606 0 -1 4204032 170238 594571 0 0 7352 9961 124776 865 20 0 1 0 276517705 2973024256 571270 33554432000 4194304 5992684 140736985362064 140736985357160 5240597 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 36 0 0
/proc/1629/statm: 725836 571270 194 440 0 725392 0
Current children cumulated CPU time (s) 1429.54
Current children cumulated vsize (KiB) 2912492

[startup+1567.6 s]
/proc/loadavg: 4.70 3.13 2.44 2/183 1709
/proc/meminfo: memFree=16615864/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2903344 CPUtime=1429.54 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) S 1628 1628 23606 0 -1 4204032 170238 594571 0 0 7352 9961 124776 865 20 0 1 0 276517705 2973024256 571270 33554432000 4194304 5992684 140736985362064 140736985357160 5240597 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 36 0 0
/proc/1629/statm: 725836 571270 194 440 0 725392 0
Current children cumulated CPU time (s) 1429.54
Current children cumulated vsize (KiB) 2912492

[startup+1568.4 s]
/proc/loadavg: 4.70 3.13 2.44 2/183 1709
/proc/meminfo: memFree=16615864/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2903344 CPUtime=1429.54 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) S 1628 1628 23606 0 -1 4204032 170238 594571 0 0 7352 9961 124776 865 20 0 1 0 276517705 2973024256 571270 33554432000 4194304 5992684 140736985362064 140736985357160 5240597 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 36 0 0
/proc/1629/statm: 725836 571270 194 440 0 725392 0
Current children cumulated CPU time (s) 1429.54
Current children cumulated vsize (KiB) 2912492

[startup+1568.81 s]
/proc/loadavg: 4.70 3.13 2.44 2/184 1711
/proc/meminfo: memFree=16615732/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2903344 CPUtime=1429.54 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) S 1628 1628 23606 0 -1 4204032 170238 594571 0 0 7352 9961 124776 865 20 0 1 0 276517705 2973024256 571270 33554432000 4194304 5992684 140736985362064 140736985357160 5240597 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 36 0 0
/proc/1629/statm: 725836 571270 194 440 0 725392 0
Current children cumulated CPU time (s) 1429.54
Current children cumulated vsize (KiB) 2912492

[startup+1569 s]
/proc/loadavg: 4.70 3.13 2.44 2/184 1711
/proc/meminfo: memFree=16615732/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=2903344 CPUtime=1429.54 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) S 1628 1628 23606 0 -1 4204032 170238 594571 0 0 7352 9961 124776 865 20 0 1 0 276517705 2973024256 571270 33554432000 4194304 5992684 140736985362064 140736985357160 5240597 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 36 0 0
/proc/1629/statm: 725836 571270 194 440 0 725392 0
Current children cumulated CPU time (s) 1429.54
Current children cumulated vsize (KiB) 2912492

[startup+1569.1 s]
/proc/loadavg: 4.70 3.13 2.44 2/184 1711
/proc/meminfo: memFree=16615732/32873844 swapFree=7112/7112
[pid=1628] ppid=1626 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1628/stat : 1628 (npSolver-pbo-It) S 1626 1628 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 276517705 9367552 275 33554432000 4194304 5064252 140736818843856 140736818842768 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1628/statm: 2287 275 233 213 0 72 0
[pid=1629] ppid=1628 vsize=0 CPUtime=1429.58 cores=0,2,4,6
/proc/1629/stat : 1629 (npSolver-pbo) R 1628 1628 23606 0 -1 4204036 170238 594571 0 0 7352 9965 124776 865 20 0 1 0 276517705 0 0 33554432000 0 0 0 0 0 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 36 0 0
/proc/1629/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1429.58
Current children cumulated vsize (KiB) 9148

Child status: 0
Real time (s): 1569.1
CPU time (s): 1429.6
CPU user time (s): 1321.3
CPU system time (s): 108.307
CPU usage (%): 91.1095
Max. virtual memory (cumulated for all children) (KiB): 8564328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1321.3
system time used= 108.307
maximum resident set size= 5019868
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 765183
page faults= 0
swaps= 0
block input operations= 40
block output operations= 11912384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 647866
involuntary context switches= 1989

runsolver used 6.77697 second user time and 13.6949 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-27 09:32:04
IDJOB=3702432
IDBENCH=89900
IDSOLVER=2278
FILE ID=node132/3702432-1338103912
RUNJOBID= node132-1338088060-23622
PBS_JOBID= 14624453
Free space on /tmp= 70904 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-ivu06-big.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702432-1338103912/watcher-3702432-1338103912 -o /tmp/evaluation-result-3702432-1338103912/solver-3702432-1338103912 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702432-1338103912.opb 2130421183 HOME HOME

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

MD5SUM BENCH= 3085a2bda178410828dcd956a716c89f
RANDOM SEED=2130421183

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28427956 kB
Buffers:          314860 kB
Cached:          1301264 kB
SwapCached:         1488 kB
Active:          3085140 kB
Inactive:         515844 kB
Active(anon):    1977016 kB
Inactive(anon):     9244 kB
Active(file):    1108124 kB
Inactive(file):   506600 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105400 kB
Dirty:            328600 kB
Writeback:             0 kB
AnonPages:       1989988 kB
Mapped:            12272 kB
Shmem:                 8 kB
Slab:             701092 kB
SReclaimable:     142380 kB
SUnreclaim:       558712 kB
KernelStack:        1464 kB
PageTables:         7964 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    2495468 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    942080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 65088 MiB
End job on node132 at 2012-05-27 09:58:13