Trace number 3701097

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver 1.0? (TO) 1800.01 1801.02

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-p2756.opb
MD5SUM54b9b4de78a7992fd69d0caeed32daef
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3124
Best CPU time to get the best result obtained on this benchmark1.66275
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3695
Optimality of the best value was proved NO
Number of variables2756
Total number of constraints749
Number of constraints which are clauses132
Number of constraints which are cardinality constraints (but not clauses)220
Number of constraints which are nor clauses,nor cardinality constraints397
Minimum length of a constraint2
Maximum length of a constraint546
Number of terms in the objective function 2166
Biggest coefficient in the objective function 11000
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 321831
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 11000
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 321831
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

18.29/18.32	c fallback to adder encoding
19.18/19.24	c run usual solver
123.01/123.64	c model valid
123.01/123.64	c current solution ok
129.66/130.58	o 156016
129.66/130.58	c current bound: 78008
129.66/130.58	c fallback to adder encoding
459.21/459.85	c model valid
459.21/459.85	c current solution ok
459.26/460.26	o 61527
459.26/460.26	c current bound: 30763
459.26/460.26	c fallback to adder encoding
745.61/746.32	c model valid
745.61/746.32	c current solution ok
745.64/746.73	o 30326
745.64/746.73	c current bound: 15163
745.64/746.73	c fallback to adder encoding
990.01/990.83	c model valid
990.01/990.83	c current solution ok
990.40/991.23	o 12119
990.40/991.23	c current bound: 6059
990.40/991.23	c fallback to adder encoding
1548.50/1549.77	c model valid
1548.50/1549.77	c current solution ok
1549.18/1550.18	o 6059
1549.18/1550.18	c current bound: 3029
1549.18/1550.18	c fallback to adder encoding
1800.01/1801.01	c error: unexpected solver exit code
1800.01/1801.01	s UNKNOWN

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3701097-1338050867/watcher-3701097-1338050867 -o /tmp/evaluation-result-3701097-1338050867/solver-3701097-1338050867 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo.sh HOME/instance-3701097-1338050867.opb 1004811087 HOME HOME 

running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.92 1.90 1.68 3/179 1490
/proc/meminfo: memFree=27141168/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0

[startup+0.0766369 s]
/proc/loadavg: 1.92 1.90 1.68 3/179 1490
/proc/meminfo: memFree=27141168/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100234 s]
/proc/loadavg: 1.92 1.90 1.68 3/179 1490
/proc/meminfo: memFree=27141168/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300201 s]
/proc/loadavg: 1.92 1.90 1.68 3/179 1490
/proc/meminfo: memFree=27141168/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700204 s]
/proc/loadavg: 1.92 1.90 1.68 3/179 1490
/proc/meminfo: memFree=27141168/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50023 s]
/proc/loadavg: 1.92 1.90 1.68 3/181 1492
/proc/meminfo: memFree=27125996/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=34984 CPUtime=1.49 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) R 1490 1490 30587 0 -1 4202496 3269 0 0 0 148 1 0 0 20 0 1 0 271215250 35823616 5801 33554432000 4194304 5992684 140736338104752 140736338098088 4768057 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1491/statm: 8746 5801 146 440 0 8302 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 44132

[startup+3.10023 s]
/proc/loadavg: 1.92 1.90 1.68 3/181 1492
/proc/meminfo: memFree=27109116/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=67752 CPUtime=3.09 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) R 1490 1490 30587 0 -1 4202496 3806 0 0 0 307 2 0 0 20 0 1 0 271215250 69378048 10921 33554432000 4194304 5992684 140736338104752 140736338098440 4768613 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1491/statm: 16938 10921 146 440 0 16494 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76900

[startup+6.30027 s]
/proc/loadavg: 1.93 1.90 1.68 3/181 1492
/proc/meminfo: memFree=27061516/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=133288 CPUtime=6.29 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) R 1490 1490 30587 0 -1 4202496 4373 0 0 0 625 4 0 0 20 0 1 0 271215250 136486912 23209 33554432000 4194304 5992684 140736338104752 140736338100488 4768798 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1491/statm: 33322 23209 146 440 0 32878 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142436

[startup+12.7003 s]
/proc/loadavg: 1.93 1.90 1.68 3/181 1492
/proc/meminfo: memFree=26962724/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=264360 CPUtime=12.69 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) R 1490 1490 30587 0 -1 4202496 4994 0 0 0 1261 8 0 0 20 0 1 0 271215250 270704640 46761 33554432000 4194304 5992684 140736338104752 140736338100872 4374668 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1491/statm: 66090 46761 146 440 0 65646 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 273508

[startup+25.5005 s]
/proc/loadavg: 2.03 1.92 1.69 3/183 1495
/proc/meminfo: memFree=25746192/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=572056 CPUtime=19.22 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) S 1490 1490 30587 0 -1 4202496 18206 0 0 0 1859 63 0 0 20 0 1 0 271215250 585785344 84257 33554432000 4194304 5992684 140736338104752 140736338098784 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/1491/statm: 143014 84257 173 440 0 142570 0
[pid=1494] ppid=1491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1494/stat : 1494 (cp2_pre.sh) S 1491 1490 30587 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 271217175 9367552 277 33554432000 4194304 5064252 140735627650720 140735627649424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1494/statm: 2287 277 234 213 0 72 0
[pid=1495] ppid=1494 vsize=871492 CPUtime=6.24 cores=1,3,5,7
/proc/1495/stat : 1495 (coprocessor) R 1494 1490 30587 0 -1 4202496 142161 0 0 0 592 32 0 0 20 0 1 0 271217175 892407808 193409 33554432000 4194304 6586260 140736123122928 140736123119192 4496281 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/1495/statm: 217873 193409 164 584 0 217285 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 1461844

[startup+51.1003 s]
/proc/loadavg: 2.02 1.92 1.70 3/183 1495
/proc/meminfo: memFree=25689876/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=572056 CPUtime=19.22 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) S 1490 1490 30587 0 -1 4202496 18206 0 0 0 1859 63 0 0 20 0 1 0 271215250 585785344 84257 33554432000 4194304 5992684 140736338104752 140736338098784 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/1491/statm: 143014 84257 173 440 0 142570 0
[pid=1494] ppid=1491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1494/stat : 1494 (cp2_pre.sh) S 1491 1490 30587 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 271217175 9367552 277 33554432000 4194304 5064252 140735627650720 140735627649424 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1494/statm: 2287 277 234 213 0 72 0
[pid=1495] ppid=1494 vsize=894896 CPUtime=31.84 cores=1,3,5,7
/proc/1495/stat : 1495 (coprocessor) R 1494 1490 30587 0 -1 4202496 147430 0 0 0 3151 33 0 0 20 0 1 0 271217175 916373504 203788 33554432000 4194304 6586260 140736123122928 140736123118952 4758322 0 0 4096 8404994 0 0 0 17 5 0 0 0 0 0
/proc/1495/statm: 223724 203788 180 584 0 223136 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1485248

[startup+102.307 s]
/proc/loadavg: 2.09 1.95 1.72 3/183 1498
/proc/meminfo: memFree=26493856/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=572056 CPUtime=101.7 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) S 1490 1490 30587 0 -1 4202496 18217 157624 0 0 1859 64 8156 91 20 0 1 0 271215250 585785344 84257 33554432000 4194304 5992684 140736338104752 140736338099872 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 1 0 0
/proc/1491/statm: 143014 84257 173 440 0 142570 0
[pid=1497] ppid=1491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1497/stat : 1497 (satsolver.sh) S 1491 1490 30587 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 271225458 9367552 267 33554432000 4194304 5064252 140735639898768 140735639897680 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1497/statm: 2287 267 226 213 0 72 0
[pid=1498] ppid=1497 vsize=82180 CPUtime=0.21 cores=1,3,5,7
/proc/1498/stat : 1498 (glucose) R 1497 1490 30587 0 -1 4202496 12945 0 0 0 19 2 0 0 20 0 1 0 271225459 84152320 17079 33554432000 4194304 5208918 140736328576032 140736327525432 4221600 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1498/statm: 20545 17079 70 248 0 20294 0
Current children cumulated CPU time (s) 101.91
Current children cumulated vsize (KiB) 672532

[startup+162.3 s]
/proc/loadavg: 2.26 2.03 1.76 3/184 1508
/proc/meminfo: memFree=25766036/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=624444 CPUtime=130.32 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) S 1490 1490 30587 0 -1 4202496 22914 219135 0 0 1993 597 10284 158 20 0 1 0 271215250 639430656 97101 33554432000 4194304 5992684 140736338104752 140736338097072 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 14 0 0
/proc/1491/statm: 156111 97101 182 440 0 155667 0
[pid=1504] ppid=1491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1504/stat : 1504 (satsolver.sh) S 1491 1490 30587 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271228332 9367552 267 33554432000 4194304 5064252 140735445576032 140735445574944 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1504/statm: 2287 267 226 213 0 72 0
[pid=1505] ppid=1504 vsize=626780 CPUtime=31.47 cores=1,3,5,7
/proc/1505/stat : 1505 (glucose) R 1504 1490 30587 0 -1 4202496 65755 0 0 0 3123 24 0 0 20 0 1 0 271228332 641822720 119278 33554432000 4194304 5208918 140733615281984 140733615279832 4211141 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1505/statm: 156695 119278 103 248 0 156444 0
Current children cumulated CPU time (s) 161.79
Current children cumulated vsize (KiB) 1269520

[startup+222.3 s]
/proc/loadavg: 2.09 2.02 1.77 3/183 1508
/proc/meminfo: memFree=25730188/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=624444 CPUtime=130.32 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) S 1490 1490 30587 0 -1 4202496 22914 219135 0 0 1993 597 10284 158 20 0 1 0 271215250 639430656 97101 33554432000 4194304 5992684 140736338104752 140736338097072 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 14 0 0
/proc/1491/statm: 156111 97101 182 440 0 155667 0
[pid=1504] ppid=1491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1504/stat : 1504 (satsolver.sh) S 1491 1490 30587 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271228332 9367552 267 33554432000 4194304 5064252 140735445576032 140735445574944 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/1504/statm: 2287 267 226 213 0 72 0
[pid=1505] ppid=1504 vsize=642620 CPUtime=91.46 cores=1,3,5,7
/proc/1505/stat : 1505 (glucose) R 1504 1490 30587 0 -1 4202496 69533 0 0 0 9120 26 0 0 20 0 1 0 271228332 658042880 126122 33554432000 4194304 5208918 140733615281984 140733615277688 4229469 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/1505/statm: 160655 126122 103 248 0 160404 0
Current children cumulated CPU time (s) 221.78

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

/proc/1580/stat : 1580 (glucose) R 1579 1490 30587 0 -1 4202496 59861 0 0 0 37044 36 0 0 20 0 1 0 271314391 391127040 81297 33554432000 4194304 5208918 140735157637552 140735157633928 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1580/statm: 95490 81297 105 248 0 95239 0
Current children cumulated CPU time (s) 1361.41
Current children cumulated vsize (KiB) 1010848

[startup+1422.31 s]
/proc/loadavg: 1.07 1.34 1.63 2/174 1612
/proc/meminfo: memFree=26139568/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=610592 CPUtime=990.61 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) S 1490 1490 30587 0 -1 4202496 35857 448880 0 0 2052 604 96005 400 20 0 1 0 271215250 625246208 93126 33554432000 4194304 5992684 140736338104752 140736338097072 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 15 0 0
/proc/1491/statm: 152648 93126 182 440 0 152204 0
[pid=1579] ppid=1491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1579/stat : 1579 (satsolver.sh) S 1491 1490 30587 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271314391 9367552 267 33554432000 4194304 5064252 140733200882032 140733200880944 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1579/statm: 2287 267 226 213 0 72 0
[pid=1580] ppid=1579 vsize=381960 CPUtime=430.78 cores=1,3,5,7
/proc/1580/stat : 1580 (glucose) R 1579 1490 30587 0 -1 4202496 60748 0 0 0 43040 38 0 0 20 0 1 0 271314391 391127040 76544 33554432000 4194304 5208918 140735157637552 140735157635704 4211501 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1580/statm: 95490 76544 105 248 0 95239 0
Current children cumulated CPU time (s) 1421.39
Current children cumulated vsize (KiB) 1010848

[startup+1482.3 s]
/proc/loadavg: 1.02 1.28 1.59 2/174 1612
/proc/meminfo: memFree=26139616/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=610592 CPUtime=990.61 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) S 1490 1490 30587 0 -1 4202496 35857 448880 0 0 2052 604 96005 400 20 0 1 0 271215250 625246208 93126 33554432000 4194304 5992684 140736338104752 140736338097072 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 15 0 0
/proc/1491/statm: 152648 93126 182 440 0 152204 0
[pid=1579] ppid=1491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1579/stat : 1579 (satsolver.sh) S 1491 1490 30587 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271314391 9367552 267 33554432000 4194304 5064252 140733200882032 140733200880944 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1579/statm: 2287 267 226 213 0 72 0
[pid=1580] ppid=1579 vsize=334120 CPUtime=490.77 cores=1,3,5,7
/proc/1580/stat : 1580 (glucose) R 1579 1490 30587 0 -1 4202496 61719 0 0 0 49037 40 0 0 20 0 1 0 271314391 342138880 76492 33554432000 4194304 5208918 140735157637552 140735157633928 4211568 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1580/statm: 83530 76492 105 248 0 83279 0
Current children cumulated CPU time (s) 1481.38
Current children cumulated vsize (KiB) 963008

[startup+1542.3 s]
/proc/loadavg: 1.01 1.22 1.55 2/173 1612
/proc/meminfo: memFree=26123244/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=610592 CPUtime=990.61 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) S 1490 1490 30587 0 -1 4202496 35857 448880 0 0 2052 604 96005 400 20 0 1 0 271215250 625246208 93126 33554432000 4194304 5992684 140736338104752 140736338097072 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 15 0 0
/proc/1491/statm: 152648 93126 182 440 0 152204 0
[pid=1579] ppid=1491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1579/stat : 1579 (satsolver.sh) S 1491 1490 30587 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271314391 9367552 267 33554432000 4194304 5064252 140733200882032 140733200880944 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1579/statm: 2287 267 226 213 0 72 0
[pid=1580] ppid=1579 vsize=384208 CPUtime=550.76 cores=1,3,5,7
/proc/1580/stat : 1580 (glucose) R 1579 1490 30587 0 -1 4202496 62724 0 0 0 55035 41 0 0 20 0 1 0 271314391 393428992 80563 33554432000 4194304 5208918 140735157637552 140735157633928 4211620 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1580/statm: 96052 80563 105 248 0 95801 0
Current children cumulated CPU time (s) 1541.37
Current children cumulated vsize (KiB) 1013096

[startup+1602.3 s]
/proc/loadavg: 1.04 1.20 1.52 2/174 1620
/proc/meminfo: memFree=26174220/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=610592 CPUtime=1549.42 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) S 1490 1490 30587 0 -1 4202496 40214 518582 0 0 2070 606 151775 491 20 0 1 0 271215250 625246208 93126 33554432000 4194304 5992684 140736338104752 140736338097072 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 15 0 0
/proc/1491/statm: 152648 93126 182 440 0 152204 0
[pid=1619] ppid=1491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1619/stat : 1619 (satsolver.sh) S 1491 1490 30587 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271370284 9367552 267 33554432000 4194304 5064252 140737127176320 140737127175232 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1619/statm: 2287 267 226 213 0 72 0
[pid=1620] ppid=1619 vsize=312276 CPUtime=51.93 cores=1,3,5,7
/proc/1620/stat : 1620 (glucose) R 1619 1490 30587 0 -1 4202496 53683 0 0 0 5165 28 0 0 20 0 1 0 271370285 319770624 67864 33554432000 4194304 5208918 140737482914096 140737482911944 4211656 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 78069 67864 105 248 0 77818 0
Current children cumulated CPU time (s) 1601.35
Current children cumulated vsize (KiB) 941164

[startup+1662.3 s]
/proc/loadavg: 1.01 1.16 1.48 2/174 1620
/proc/meminfo: memFree=26165632/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=610592 CPUtime=1549.42 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) S 1490 1490 30587 0 -1 4202496 40214 518582 0 0 2070 606 151775 491 20 0 1 0 271215250 625246208 93126 33554432000 4194304 5992684 140736338104752 140736338097072 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 15 0 0
/proc/1491/statm: 152648 93126 182 440 0 152204 0
[pid=1619] ppid=1491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1619/stat : 1619 (satsolver.sh) S 1491 1490 30587 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271370284 9367552 267 33554432000 4194304 5064252 140737127176320 140737127175232 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1619/statm: 2287 267 226 213 0 72 0
[pid=1620] ppid=1619 vsize=317352 CPUtime=111.92 cores=1,3,5,7
/proc/1620/stat : 1620 (glucose) R 1619 1490 30587 0 -1 4202496 55330 0 0 0 11161 31 0 0 20 0 1 0 271370285 324968448 70135 33554432000 4194304 5208918 140737482914096 140737482909912 4211501 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 79338 70135 105 248 0 79087 0
Current children cumulated CPU time (s) 1661.34
Current children cumulated vsize (KiB) 946240

[startup+1722.3 s]
/proc/loadavg: 1.05 1.14 1.45 2/174 1620
/proc/meminfo: memFree=26163148/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=610592 CPUtime=1549.42 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) S 1490 1490 30587 0 -1 4202496 40214 518582 0 0 2070 606 151775 491 20 0 1 0 271215250 625246208 93126 33554432000 4194304 5992684 140736338104752 140736338097072 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 15 0 0
/proc/1491/statm: 152648 93126 182 440 0 152204 0
[pid=1619] ppid=1491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1619/stat : 1619 (satsolver.sh) S 1491 1490 30587 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271370284 9367552 267 33554432000 4194304 5064252 140737127176320 140737127175232 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1619/statm: 2287 267 226 213 0 72 0
[pid=1620] ppid=1619 vsize=319608 CPUtime=171.9 cores=1,3,5,7
/proc/1620/stat : 1620 (glucose) R 1619 1490 30587 0 -1 4202496 56070 0 0 0 17158 32 0 0 20 0 1 0 271370285 327278592 70821 33554432000 4194304 5208918 140737482914096 140737482909864 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 79902 70821 105 248 0 79651 0
Current children cumulated CPU time (s) 1721.32
Current children cumulated vsize (KiB) 948496

[startup+1782.3 s]
/proc/loadavg: 1.02 1.11 1.42 2/174 1620
/proc/meminfo: memFree=26160608/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=610592 CPUtime=1549.42 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) S 1490 1490 30587 0 -1 4202496 40214 518582 0 0 2070 606 151775 491 20 0 1 0 271215250 625246208 93126 33554432000 4194304 5992684 140736338104752 140736338097072 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 15 0 0
/proc/1491/statm: 152648 93126 182 440 0 152204 0
[pid=1619] ppid=1491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1619/stat : 1619 (satsolver.sh) S 1491 1490 30587 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271370284 9367552 267 33554432000 4194304 5064252 140737127176320 140737127175232 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1619/statm: 2287 267 226 213 0 72 0
[pid=1620] ppid=1619 vsize=321896 CPUtime=231.9 cores=1,3,5,7
/proc/1620/stat : 1620 (glucose) R 1619 1490 30587 0 -1 4202496 57468 0 0 0 23155 35 0 0 20 0 1 0 271370285 329621504 71357 33554432000 4194304 5208918 140737482914096 140737482911928 4211635 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 80474 71357 105 248 0 80223 0
Current children cumulated CPU time (s) 1781.32
Current children cumulated vsize (KiB) 950784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801 s]
/proc/loadavg: 1.01 1.10 1.41 2/174 1620
/proc/meminfo: memFree=26152416/32873844 swapFree=6088/6088
[pid=1490] ppid=1488 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1490/stat : 1490 (npSolver-pbo.sh) S 1488 1490 30587 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271215250 9367552 274 33554432000 4194304 5064252 140734164709120 140734164708032 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/1490/statm: 2287 274 233 213 0 72 0
[pid=1491] ppid=1490 vsize=610592 CPUtime=1549.42 cores=1,3,5,7
/proc/1491/stat : 1491 (npSolver-pbo) S 1490 1490 30587 0 -1 4202496 40214 518582 0 0 2070 606 151775 491 20 0 1 0 271215250 625246208 93126 33554432000 4194304 5992684 140736338104752 140736338097072 5175646 0 65536 4102 0 18446744071579302229 0 0 17 5 0 0 15 0 0
/proc/1491/statm: 152648 93126 182 440 0 152204 0
[pid=1619] ppid=1491 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/1619/stat : 1619 (satsolver.sh) S 1491 1490 30587 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 271370284 9367552 267 33554432000 4194304 5064252 140737127176320 140737127175232 240426575438 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/1619/statm: 2287 267 226 213 0 72 0
[pid=1620] ppid=1619 vsize=321896 CPUtime=250.59 cores=1,3,5,7
/proc/1620/stat : 1620 (glucose) R 1619 1490 30587 0 -1 4202496 57527 0 0 0 25024 35 0 0 20 0 1 0 271370285 329621504 73460 33554432000 4194304 5208918 140737482914096 140737482910472 4211558 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1620/statm: 80474 73460 105 248 0 80223 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 950784

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1490 and gives
#  childrusage.ru_utime.tv_sec=1538
#  childrusage.ru_utime.tv_usec=459118
#  childrusage.ru_stime.tv_sec=10
#  childrusage.ru_stime.tv_usec=987329
# CPU time returned by wait4() is 1549.45
# while last known CPU time is 1800.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.02
CPU time (s): 1800.01
CPU user time (s): 1788.69
CPU system time (s): 11.32
CPU usage (%): 99.944
Max. virtual memory (cumulated for all children) (KiB): 1646176

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1538.46
system time used= 10.9873
maximum resident set size= 878892
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 559774
page faults= 0
swaps= 0
block input operations= 24
block output operations= 4110840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5096
involuntary context switches= 2137

runsolver used 3.40448 second user time and 8.09577 second system time

The end

Launcher Data

Begin job on node108 at 2012-05-26 18:47:47
IDJOB=3701097
IDBENCH=1871
IDSOLVER=2277
FILE ID=node108/3701097-1338050867
RUNJOBID= node108-1338050157-665
PBS_JOBID= 14624363
Free space on /tmp= 71692 MiB

SOLVER NAME= npSolver 1.0
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-p2756.opb
COMMAND LINE= DIR/npSolver-pbo.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3701097-1338050867/watcher-3701097-1338050867 -o /tmp/evaluation-result-3701097-1338050867/solver-3701097-1338050867 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo.sh HOME/instance-3701097-1338050867.opb 1004811087 HOME HOME

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

MD5SUM BENCH= 54b9b4de78a7992fd69d0caeed32daef
RANDOM SEED=1004811087

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        27141176 kB
Buffers:          242900 kB
Cached:          4543688 kB
SwapCached:            0 kB
Active:           730280 kB
Inactive:        4210832 kB
Active(anon):     156724 kB
Inactive(anon):        0 kB
Active(file):     573556 kB
Inactive(file):  4210832 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8156 kB
Writeback:             0 kB
AnonPages:        221624 kB
Mapped:            15364 kB
Shmem:               200 kB
Slab:             637004 kB
SReclaimable:      79224 kB
SUnreclaim:       557780 kB
KernelStack:        1520 kB
PageTables:         4744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     312532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 71228 MiB
End job on node108 at 2012-05-26 19:17:48