Trace number 3699240

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? (TO) 1691.07 1900.02

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

47.45/47.50	c run inc solver
47.45/47.50	c [INC SYSTEM] run initial solver
47.45/47.50	c [INC SYSTEM] preprocess with white file
894.64/1100.60	c [INC SYSTEM] finished preprocessing in 1053 s
894.66/1100.98	c [INC SYSTEM] execute solver
1303.58/1509.36	c [INC SEARCH] formula is SAT
1304.47/1510.29	c [INC SYSTEM] solved the initial formula
1313.77/1519.53	c model valid
1313.77/1519.53	c current solution ok
1426.08/1632.13	o -4455480725049551630
1426.08/1632.13	c execute binary inc search
1426.08/1632.13	c [INC SEARCH] current bound: 6995631674330000384
1426.08/1632.13	c [INC SEARCH] iteration: 0
1426.08/1632.13	c [INC SEARCH] lower bound: 0 upperbound 13991263348659999986 current bound: 6995631674330000384 best value:-4455480725049551630
1426.08/1632.13	c [INC SYSTEM] there exists a inc, kill it!
1426.08/1632.13	c write failed with 2
1426.29/1632.36	c [INC SYSTEM] create new solver instance
1426.29/1632.36	c [INC] encode full formula
1426.29/1632.36	c fallback to adder encoding
1649.78/1855.86	c set iterative enc to: adder
1649.78/1855.86	c set iterative enc to: none
1659.28/1868.20	c [INC SEARCH] isOptimum variable: 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-3699240-1338118427/watcher-3699240-1338118427 -o /tmp/evaluation-result-3699240-1338118427/solver-3699240-1338118427 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699240-1338118427.opb 823482702 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.24 1.10 1.38 3/177 18191
/proc/meminfo: memFree=28034432/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0

[startup+0.049016 s]
/proc/loadavg: 1.24 1.10 1.38 3/177 18191
/proc/meminfo: memFree=28034432/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100273 s]
/proc/loadavg: 1.24 1.10 1.38 3/177 18191
/proc/meminfo: memFree=28034432/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300286 s]
/proc/loadavg: 1.24 1.10 1.38 3/177 18191
/proc/meminfo: memFree=28034432/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700296 s]
/proc/loadavg: 1.24 1.10 1.38 3/177 18191
/proc/meminfo: memFree=28034432/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/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: 1.24 1.10 1.38 3/177 18191
/proc/meminfo: memFree=28034432/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+3.10035 s]
/proc/loadavg: 1.38 1.13 1.38 3/179 18193
/proc/meminfo: memFree=27669472/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=125316 CPUtime=3.08 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) R 18191 18191 18146 0 -1 4202496 13128 0 0 0 301 7 0 0 20 0 1 0 277968398 128323584 26047 33554432000 4194304 5992684 140735259091696 140735259087816 5179600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18192/statm: 31329 26047 143 440 0 30885 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 134464

[startup+6.30039 s]
/proc/loadavg: 1.38 1.13 1.38 3/179 18193
/proc/meminfo: memFree=27512800/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=191128 CPUtime=6.29 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) R 18191 18191 18146 0 -1 4202496 28355 0 0 0 618 11 0 0 20 0 1 0 277968398 195715072 42296 33554432000 4194304 5992684 140735259091696 140735259087432 5179600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18192/statm: 47782 42296 143 440 0 47338 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 200276

[startup+12.7072 s]
/proc/loadavg: 1.48 1.16 1.39 3/179 18193
/proc/meminfo: memFree=26993188/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=322516 CPUtime=12.69 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) R 18191 18191 18146 0 -1 4202496 61202 0 0 0 1250 19 0 0 20 0 1 0 277968398 330256384 75143 33554432000 4194304 5992684 140735259091696 140735259087816 5179600 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18192/statm: 80629 75143 143 440 0 80185 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 331664

[startup+25.5003 s]
/proc/loadavg: 1.56 1.18 1.40 3/179 18193
/proc/meminfo: memFree=25497408/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=2167440 CPUtime=25.48 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) R 18191 18191 18146 0 -1 4202496 140671 0 0 0 2499 49 0 0 20 0 1 0 277968398 2219458560 282297 33554432000 4194304 5992684 140735259091696 140735259084632 5045366 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18192/statm: 541860 282297 157 440 0 541416 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2176588

[startup+51.1003 s]
/proc/loadavg: 1.71 1.25 1.41 3/179 18193
/proc/meminfo: memFree=21250588/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=2691728 CPUtime=51.05 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) R 18191 18191 18146 0 -1 4202496 143667 0 0 0 4512 593 0 0 20 0 1 0 277968398 2756329472 517822 33554432000 4194304 5992684 140735259091696 140735259086296 5179696 0 0 4096 0 0 0 0 17 3 0 0 4 0 0
/proc/18192/statm: 672932 517822 162 440 0 672488 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 2700876

[startup+102.3 s]
/proc/loadavg: 2.10 1.44 1.47 3/181 18195
/proc/meminfo: memFree=17790668/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=2691728 CPUtime=51.08 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) S 18191 18191 18146 0 -1 4202496 143670 0 0 0 4512 596 0 0 20 0 1 0 277968398 2756329472 517824 33554432000 4194304 5992684 140735259091696 140735259086144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/18192/statm: 672932 517824 164 440 0 672488 0
[pid=18194] ppid=18192 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18194/stat : 18194 (cp2_pre.sh) S 18192 18191 18146 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 277973512 9367552 276 33554432000 4194304 5064252 140736273603680 140736273602384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18194/statm: 2287 276 234 213 0 72 0
[pid=18195] ppid=18194 vsize=338324 CPUtime=50.23 cores=1,3,5,7
/proc/18195/stat : 18195 (coprocessor) R 18194 18191 18146 0 -1 4202496 15481 0 0 0 5001 22 0 0 20 0 1 0 277973514 346443776 83976 33554432000 4194304 6586260 140737264416912 140737264413672 4368004 0 0 4096 8404994 0 0 0 17 5 0 0 89 0 0
/proc/18195/statm: 84581 83976 138 584 0 83993 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 3048348

[startup+162.307 s]
/proc/loadavg: 2.06 1.56 1.50 3/182 18197
/proc/meminfo: memFree=13514216/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=2691728 CPUtime=51.08 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) S 18191 18191 18146 0 -1 4202496 143670 0 0 0 4512 596 0 0 20 0 1 0 277968398 2756329472 517824 33554432000 4194304 5992684 140735259091696 140735259086144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/18192/statm: 672932 517824 164 440 0 672488 0
[pid=18194] ppid=18192 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18194/stat : 18194 (cp2_pre.sh) S 18192 18191 18146 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 277973512 9367552 276 33554432000 4194304 5064252 140736273603680 140736273602384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18194/statm: 2287 276 234 213 0 72 0
[pid=18195] ppid=18194 vsize=541568 CPUtime=110.22 cores=1,3,5,7
/proc/18195/stat : 18195 (coprocessor) R 18194 18191 18146 0 -1 4202496 18340 0 0 0 10992 30 0 0 20 0 1 0 277973514 554565632 128903 33554432000 4194304 6586260 140737264416912 140737264413672 4368004 0 0 4096 8404994 0 0 0 17 5 0 0 89 0 0
/proc/18195/statm: 135392 128903 138 584 0 134804 0
Current children cumulated CPU time (s) 161.3
Current children cumulated vsize (KiB) 3251592

[startup+222.3 s]
/proc/loadavg: 2.02 1.63 1.53 3/181 18197
/proc/meminfo: memFree=9937564/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=2691728 CPUtime=51.08 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) S 18191 18191 18146 0 -1 4202496 143670 0 0 0 4512 596 0 0 20 0 1 0 277968398 2756329472 517824 33554432000 4194304 5992684 140735259091696 140735259086144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/18192/statm: 672932 517824 164 440 0 672488 0
[pid=18194] ppid=18192 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18194/stat : 18194 (cp2_pre.sh) S 18192 18191 18146 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 277973512 9367552 276 33554432000 4194304 5064252 140736273603680 140736273602384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18194/statm: 2287 276 234 213 0 72 0
[pid=18195] ppid=18194 vsize=850160 CPUtime=170.21 cores=1,3,5,7
/proc/18195/stat : 18195 (coprocessor) R 18194 18191 18146 0 -1 4202496 21152 0 0 0 16983 38 0 0 20 0 1 0 277973514 870563840 195941 33554432000 4194304 6586260 140737264416912 140737264413672 4368004 0 0 4096 8404994 0 0 0 17 5 0 0 89 0 0
/proc/18195/statm: 212540 195941 138 584 0 211952 0
Current children cumulated CPU time (s) 221.29
Current children cumulated vsize (KiB) 3560184

[startup+282.3 s]
/proc/loadavg: 3.29 2.02 1.66 3/182 18198
/proc/meminfo: memFree=1034340/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=2691728 CPUtime=51.08 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) S 18191 18191 18146 0 -1 4202496 143670 0 0 0 4512 596 0 0 20 0 1 0 277968398 2756329472 517824 33554432000 4194304 5992684 140735259091696 140735259086144 5175646 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 4 0 0
/proc/18192/statm: 672932 517824 164 440 0 672488 0
[pid=18194] ppid=18192 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18194/stat : 18194 (cp2_pre.sh) S 18192 18191 18146 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 277973512 9367552 276 33554432000 4194304 5064252 140736273603680 140736273602384 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/18194/statm: 2287 276 234 213 0 72 0
[pid=18195] ppid=18194 vsize=1021952 CPUtime=230.2 cores=1,3,5,7

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

/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=2691728 CPUtime=894.66 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) S 18191 18191 18146 0 -1 4202496 143685 50024 0 0 4512 597 83879 478 20 0 1 0 277968398 2756329472 517827 33554432000 4194304 5992684 140735259091696 140735259077960 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/18192/statm: 672932 517827 166 440 0 672488 0
[pid=18254] ppid=18192 vsize=5448932 CPUtime=201.64 cores=1,3,5,7
/proc/18254/stat : 18254 (glucosInc) R 18192 18191 18146 0 -1 4202496 540117 0 0 0 19970 194 0 0 20 0 1 0 278078459 5579706368 1239615 33554432000 4194304 5654031 140733523251856 140733523249512 4215200 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18254/statm: 1362233 1239615 131 357 0 1361873 0
Current children cumulated CPU time (s) 1096.3
Current children cumulated vsize (KiB) 8149808

[startup+1362.3 s]
/proc/loadavg: 2.02 2.20 2.32 3/181 18254
/proc/meminfo: memFree=21199224/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=2691728 CPUtime=894.66 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) S 18191 18191 18146 0 -1 4202496 143685 50024 0 0 4512 597 83879 478 20 0 1 0 277968398 2756329472 517827 33554432000 4194304 5992684 140735259091696 140735259077960 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/18192/statm: 672932 517827 166 440 0 672488 0
[pid=18254] ppid=18192 vsize=5449468 CPUtime=261.64 cores=1,3,5,7
/proc/18254/stat : 18254 (glucosInc) R 18192 18191 18146 0 -1 4202496 540303 0 0 0 25969 195 0 0 20 0 1 0 278078459 5580255232 1242356 33554432000 4194304 5654031 140733523251856 140733523249544 4232707 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18254/statm: 1362367 1242356 131 357 0 1362007 0
Current children cumulated CPU time (s) 1156.3
Current children cumulated vsize (KiB) 8150344

[startup+1422.3 s]
/proc/loadavg: 2.00 2.16 2.29 3/181 18255
/proc/meminfo: memFree=21184888/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=2691728 CPUtime=894.66 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) S 18191 18191 18146 0 -1 4202496 143685 50024 0 0 4512 597 83879 478 20 0 1 0 277968398 2756329472 517827 33554432000 4194304 5992684 140735259091696 140735259077960 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/18192/statm: 672932 517827 166 440 0 672488 0
[pid=18254] ppid=18192 vsize=5449468 CPUtime=321.63 cores=1,3,5,7
/proc/18254/stat : 18254 (glucosInc) R 18192 18191 18146 0 -1 4202496 540308 0 0 0 31968 195 0 0 20 0 1 0 278078459 5580255232 1244916 33554432000 4194304 5654031 140733523251856 140733523249544 4215344 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18254/statm: 1362367 1244916 131 357 0 1362007 0
Current children cumulated CPU time (s) 1216.29
Current children cumulated vsize (KiB) 8150344

[startup+1482.3 s]
/proc/loadavg: 2.07 2.14 2.27 3/181 18255
/proc/meminfo: memFree=21169128/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=2691728 CPUtime=894.66 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) S 18191 18191 18146 0 -1 4202496 143685 50024 0 0 4512 597 83879 478 20 0 1 0 277968398 2756329472 517827 33554432000 4194304 5992684 140735259091696 140735259077960 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 4 0 0
/proc/18192/statm: 672932 517827 166 440 0 672488 0
[pid=18254] ppid=18192 vsize=5453836 CPUtime=381.61 cores=1,3,5,7
/proc/18254/stat : 18254 (glucosInc) R 18192 18191 18146 0 -1 4202496 541129 0 0 0 37966 195 0 0 20 0 1 0 278078459 5584728064 1247270 33554432000 4194304 5654031 140733523251856 140733523249960 4215188 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18254/statm: 1363459 1247270 131 357 0 1363099 0
Current children cumulated CPU time (s) 1276.27
Current children cumulated vsize (KiB) 8154712

[startup+1542.31 s]
/proc/loadavg: 2.02 2.11 2.25 3/181 18255
/proc/meminfo: memFree=20648432/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=2903340 CPUtime=928.3 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) R 18191 18191 18146 0 -1 4202496 163900 50024 0 0 5868 2605 83879 478 20 0 1 0 277968398 2973020160 571250 33554432000 4194304 5992684 140735259091696 140735259085880 5179696 0 0 4096 0 0 0 0 17 3 0 0 9 0 0
/proc/18192/statm: 725835 571250 173 440 0 725391 0
[pid=18254] ppid=18192 vsize=5469700 CPUtime=408.22 cores=1,3,5,7
/proc/18254/stat : 18254 (glucosInc) S 18192 18191 18146 0 -1 4202496 542168 0 0 0 40621 201 0 0 20 0 1 0 278078459 5600972800 1254653 33554432000 4194304 5654031 140733523251856 140733523250168 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18254/statm: 1367425 1254653 146 357 0 1367065 0
Current children cumulated CPU time (s) 1336.52
Current children cumulated vsize (KiB) 8382188

[startup+1602.3 s]
/proc/loadavg: 2.01 2.09 2.24 3/182 18258
/proc/meminfo: memFree=19822392/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=2903340 CPUtime=988.14 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) R 18191 18191 18146 0 -1 4202496 164209 50024 0 0 6663 7794 83879 478 20 0 1 0 277968398 2973020160 571250 33554432000 4194304 5992684 140735259091696 140735259085880 5179696 0 0 4096 0 0 0 0 17 3 0 0 24 0 0
/proc/18192/statm: 725835 571250 173 440 0 725391 0
[pid=18254] ppid=18192 vsize=5469700 CPUtime=408.22 cores=1,3,5,7
/proc/18254/stat : 18254 (glucosInc) S 18192 18191 18146 0 -1 4202496 542168 0 0 0 40621 201 0 0 20 0 1 0 278078459 5600972800 1254653 33554432000 4194304 5654031 140733523251856 140733523250168 4976656 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/18254/statm: 1367425 1254653 146 357 0 1367065 0
Current children cumulated CPU time (s) 1396.36
Current children cumulated vsize (KiB) 8382188

[startup+1662.3 s]
/proc/loadavg: 2.34 2.15 2.25 4/181 18282
/proc/meminfo: memFree=18756224/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=8651036 CPUtime=1456.3 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) R 18191 18191 18146 0 -1 4202496 1314268 592714 0 0 9940 10235 124502 953 20 0 1 0 277968398 8858660864 1982245 33554432000 4194304 5992684 140735259091696 140735259083480 4523497 0 0 4096 0 0 0 0 17 3 0 0 31 0 0
/proc/18192/statm: 2162759 1982245 184 440 0 2162315 0
Current children cumulated CPU time (s) 1456.3
Current children cumulated vsize (KiB) 8660184

[startup+1722.3 s]
/proc/loadavg: 2.19 2.15 2.24 3/180 18283
/proc/meminfo: memFree=15572888/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=11862300 CPUtime=1516.29 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) R 18191 18191 18146 0 -1 4202496 1318795 592714 0 0 15833 10341 124502 953 20 0 1 0 277968398 12146995200 2781882 33554432000 4194304 5992684 140735259091696 140735259083160 4568012 0 0 4096 0 0 0 0 17 3 0 0 31 0 0
/proc/18192/statm: 2965575 2781882 230 440 0 2965131 0
Current children cumulated CPU time (s) 1516.29
Current children cumulated vsize (KiB) 11871448

[startup+1782.3 s]
/proc/loadavg: 2.13 2.14 2.23 3/180 18283
/proc/meminfo: memFree=15567116/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=11862300 CPUtime=1576.28 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) R 18191 18191 18146 0 -1 4202496 1318795 592714 0 0 21832 10341 124502 953 20 0 1 0 277968398 12146995200 2781882 33554432000 4194304 5992684 140735259091696 140735259083160 4569791 0 0 4096 0 0 0 0 17 3 0 0 31 0 0
/proc/18192/statm: 2965575 2781882 230 440 0 2965131 0
Current children cumulated CPU time (s) 1576.28
Current children cumulated vsize (KiB) 11871448

[startup+1842.3 s]
/proc/loadavg: 2.05 2.11 2.21 3/180 18283
/proc/meminfo: memFree=15562152/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=11862300 CPUtime=1636.27 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) R 18191 18191 18146 0 -1 4202496 1318795 592714 0 0 27831 10341 124502 953 20 0 1 0 277968398 12146995200 2781882 33554432000 4194304 5992684 140735259091696 140735259083160 4606032 0 0 4096 0 0 0 0 17 3 0 0 31 0 0
/proc/18192/statm: 2965575 2781882 230 440 0 2965131 0
Current children cumulated CPU time (s) 1636.27
Current children cumulated vsize (KiB) 11871448



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1900 s]
/proc/loadavg: 3.04 2.35 2.28 3/181 18285
/proc/meminfo: memFree=13045600/32873844 swapFree=7900/7900
[pid=18191] ppid=18189 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18191/stat : 18191 (npSolver-pbo-I.) S 18189 18191 18146 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 277968398 9367552 275 33554432000 4194304 5064252 140736419661712 140736419660624 225444521550 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18191/statm: 2287 275 233 213 0 72 0
[pid=18192] ppid=18191 vsize=2968948 CPUtime=1659.28 cores=1,3,5,7
/proc/18192/stat : 18192 (npSolver-pbo) S 18191 18191 18146 0 -1 4202496 1321373 593228 0 0 29243 10985 124502 1198 20 0 1 0 277968398 3040202752 572703 33554432000 4194304 5992684 140735259091696 140735259076600 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 319 0 0
/proc/18192/statm: 742237 572703 230 440 0 741793 0
[pid=18285] ppid=18192 vsize=8192176 CPUtime=31.79 cores=1,3,5,7
/proc/18285/stat : 18285 (glucosInc) R 18192 18191 18146 0 -1 4202496 697624 0 0 0 2928 251 0 0 20 0 1 0 278155218 8388788224 1723252 33554432000 4194304 5654031 140733737814336 140733736763688 4797458 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18285/statm: 2048044 1723252 108 357 0 2047684 0
Current children cumulated CPU time (s) 1691.07
Current children cumulated vsize (KiB) 11170272

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child ended because it received signal 15 (SIGTERM)

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

Real time (s): 1900.02
CPU time (s): 1691.07
CPU user time (s): 1566.73
CPU system time (s): 124.34
CPU usage (%): 89.0029
Max. virtual memory (cumulated for all children) (KiB): 13903064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.000999
system time used= 0
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 358
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 3.98039 second user time and 11.0143 second system time

The end

Launcher Data

Begin job on node137 at 2012-05-27 13:33:59
IDJOB=3699240
IDBENCH=89900
IDSOLVER=2276
FILE ID=node137/3699240-1338118427
RUNJOBID= node137-1338118427-18163
PBS_JOBID= 14624475
Free space on /tmp= 71152 MiB

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

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

MD5SUM BENCH= 3085a2bda178410828dcd956a716c89f
RANDOM SEED=823482702

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.600
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:        28034664 kB
Buffers:          312028 kB
Cached:          3028924 kB
SwapCached:        22060 kB
Active:          1834812 kB
Inactive:        2182112 kB
Active(anon):     655836 kB
Inactive(anon):    22684 kB
Active(file):    1178976 kB
Inactive(file):  2159428 kB
Unevictable:        7900 kB
Mlocked:            7900 kB
SwapTotal:      67108856 kB
SwapFree:       67081508 kB
Dirty:            357024 kB
Writeback:             0 kB
AnonPages:        655396 kB
Mapped:            10248 kB
Shmem:                 0 kB
Slab:             670276 kB
SReclaimable:     110768 kB
SUnreclaim:       559508 kB
KernelStack:        1448 kB
PageTables:         5220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     885788 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    421888 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= 64008 MiB
End job on node137 at 2012-05-27 14:05:41