Trace number 3699405

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 NameAnswerCPU timeWall clock time
npSolver inc? (TO) 1800.11 1800.72

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat15_4_4_6_mh_ic.opb
MD5SUMb24b10929da03724a77e08494dd4be05
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2886748
Best CPU time to get the best result obtained on this benchmark222.049
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables9765
Total number of constraints21293
Number of constraints which are clauses14520
Number of constraints which are cardinality constraints (but not clauses)23
Number of constraints which are nor clauses,nor cardinality constraints6750
Minimum length of a constraint2
Maximum length of a constraint330
Number of terms in the objective function 4005
Biggest coefficient in the objective function 140608000
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 5469285523
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 140608000
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 5469285523
Number of bits of the biggest sum of numbers33
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.16	c run inc solver
0.00/0.16	c [INC SYSTEM] run initial solver
0.00/0.16	c [INC SYSTEM] preprocess with white file
1.08/1.17	c [INC SYSTEM] finished preprocessing in 1 s
1.08/1.17	c [INC SYSTEM] execute solver
1.16/1.38	c [INC SEARCH] formula is SAT
1.16/1.38	c [INC SYSTEM] solved the initial formula
1.18/1.41	c model valid
1.18/1.41	c current solution ok
1.48/1.73	o 199618090
1.48/1.73	c execute binary inc search
1.48/1.73	c [INC SEARCH] current bound: 99809052
1.48/1.73	c [INC SEARCH] iteration: 0
1.48/1.73	c [INC SEARCH] lower bound: 0 upperbound 199618105 current bound: 99809052 best value:199618105
1.48/1.73	c [INC SYSTEM] there exists a inc, kill it!
1.48/1.73	c write failed with 2
1.48/1.73	c [INC SYSTEM] create new solver instance
1.48/1.73	c [INC] encode full formula
1.48/1.73	c fallback to adder encoding
2.28/2.31	c set iterative enc to: adder
2.28/2.31	c set iterative enc to: none
2.34/2.63	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.71	c an unexpexted return value has been received, exit
1800.08/1800.71	s UNKNOWN
1800.08/1800.71	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.71	c write failed with -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-3699405-1338129944/watcher-3699405-1338129944 -o /tmp/evaluation-result-3699405-1338129944/solver-3699405-1338129944 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699405-1338129944.opb 242035601 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.89 3.14 2.99 3/179 24279
/proc/meminfo: memFree=31199588/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0

[startup+0.0496079 s]
/proc/loadavg: 2.89 3.14 2.99 3/179 24279
/proc/meminfo: memFree=31199588/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100314 s]
/proc/loadavg: 2.89 3.14 2.99 3/179 24279
/proc/meminfo: memFree=31199588/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300315 s]
/proc/loadavg: 2.89 3.14 2.99 3/179 24279
/proc/meminfo: memFree=31199588/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700332 s]
/proc/loadavg: 2.89 3.14 2.99 3/179 24279
/proc/meminfo: memFree=31199588/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50034 s]
/proc/loadavg: 2.89 3.14 2.99 3/183 24283
/proc/meminfo: memFree=31131596/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=16940 CPUtime=1.28 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) R 24279 24279 22966 0 -1 4202496 4380 12829 0 0 20 8 96 4 20 0 1 0 279122914 17346560 3216 33554432000 4194304 5992684 140736662774272 140736662760536 5179696 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24280/statm: 4235 3216 180 440 0 3791 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 26088

[startup+3.10036 s]
/proc/loadavg: 2.89 3.14 2.99 3/181 24286
/proc/meminfo: memFree=31140960/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
Current children cumulated CPU time (s) 2.37
Current children cumulated vsize (KiB) 37528
heavy processes:

[startup+6.30036 s]
/proc/loadavg: 2.82 3.12 2.98 3/182 24288
/proc/meminfo: memFree=31010064/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=134032 CPUtime=3.66 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 25590 0 0 0 360 6 0 0 20 0 1 0 279123177 137248768 29636 33554432000 4194304 5654031 140737251340032 140737251327848 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 33508 29636 141 357 0 33148 0
Current children cumulated CPU time (s) 6.03
Current children cumulated vsize (KiB) 171560

[startup+12.7004 s]
/proc/loadavg: 2.75 3.10 2.97 3/182 24288
/proc/meminfo: memFree=31008840/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=134560 CPUtime=10.05 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 25707 0 0 0 999 6 0 0 20 0 1 0 279123177 137789440 29753 33554432000 4194304 5654031 140737251340032 140737251337816 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 33640 29753 141 357 0 33280 0
Current children cumulated CPU time (s) 12.42
Current children cumulated vsize (KiB) 172088

[startup+25.5004 s]
/proc/loadavg: 2.58 3.04 2.96 3/182 24288
/proc/meminfo: memFree=31007660/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=134692 CPUtime=22.86 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 25773 0 0 0 2279 7 0 0 20 0 1 0 279123177 137924608 30330 33554432000 4194304 5654031 140737251340032 140737251327848 4232880 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 33673 30330 141 357 0 33313 0
Current children cumulated CPU time (s) 25.23
Current children cumulated vsize (KiB) 172220

[startup+51.1004 s]
/proc/loadavg: 2.45 2.97 2.94 3/182 24288
/proc/meminfo: memFree=31003440/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=137192 CPUtime=48.45 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 26214 0 0 0 4838 7 0 0 20 0 1 0 279123177 140484608 30771 33554432000 4194304 5654031 140737251340032 140737251327848 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 34298 30771 142 357 0 33938 0
Current children cumulated CPU time (s) 50.82
Current children cumulated vsize (KiB) 174720

[startup+102.307 s]
/proc/loadavg: 2.19 2.82 2.89 3/181 24288
/proc/meminfo: memFree=30991872/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=157500 CPUtime=99.65 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 26412 0 0 0 9958 7 0 0 20 0 1 0 279123177 161280000 32502 33554432000 4194304 5654031 140737251340032 140737251327848 4232703 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 39375 32502 142 357 0 39015 0
Current children cumulated CPU time (s) 102.02
Current children cumulated vsize (KiB) 195028

[startup+162.3 s]
/proc/loadavg: 2.11 2.68 2.83 3/181 24288
/proc/meminfo: memFree=30998476/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=157500 CPUtime=159.61 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 27208 0 0 0 15953 8 0 0 20 0 1 0 279123177 161280000 32752 33554432000 4194304 5654031 140737251340032 140737251327848 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 39375 32752 142 357 0 39015 0
Current children cumulated CPU time (s) 161.98
Current children cumulated vsize (KiB) 195028

[startup+222.3 s]
/proc/loadavg: 2.04 2.56 2.78 3/181 24288
/proc/meminfo: memFree=30996592/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=158692 CPUtime=219.59 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 28151 0 0 0 21950 9 0 0 20 0 1 0 279123177 162500608 33000 33554432000 4194304 5654031 140737251340032 140737251337816 4208659 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 39673 33000 142 357 0 39313 0
Current children cumulated CPU time (s) 221.96
Current children cumulated vsize (KiB) 196220

[startup+282.3 s]
/proc/loadavg: 2.01 2.45 2.73 3/181 24291
/proc/meminfo: memFree=30997716/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0

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

/proc/meminfo: memFree=30973452/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=169508 CPUtime=1299.39 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 35012 0 0 0 129920 19 0 0 20 0 1 0 279123177 173576192 35492 33554432000 4194304 5654031 140737251340032 140737251327848 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 42377 35492 142 357 0 42017 0
Current children cumulated CPU time (s) 1301.76
Current children cumulated vsize (KiB) 207036

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.20 3/181 24321
/proc/meminfo: memFree=30962068/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=169508 CPUtime=1359.37 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 35207 0 0 0 135917 20 0 0 20 0 1 0 279123177 173576192 37752 33554432000 4194304 5654031 140737251340032 140737251327848 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 42377 37752 142 357 0 42017 0
Current children cumulated CPU time (s) 1361.74
Current children cumulated vsize (KiB) 207036

[startup+1422.31 s]
/proc/loadavg: 2.07 2.02 2.19 3/181 24368
/proc/meminfo: memFree=31031400/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=169640 CPUtime=1419.37 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 35769 0 0 0 141916 21 0 0 20 0 1 0 279123177 173711360 35733 33554432000 4194304 5654031 140737251340032 140737251327848 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 42410 35733 142 357 0 42050 0
Current children cumulated CPU time (s) 1421.74
Current children cumulated vsize (KiB) 207168

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.17 3/182 24371
/proc/meminfo: memFree=31017776/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=170196 CPUtime=1479.34 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 35938 0 0 0 147913 21 0 0 20 0 1 0 279123177 174280704 38444 33554432000 4194304 5654031 140737251340032 140737251327848 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 42549 38444 142 357 0 42189 0
Current children cumulated CPU time (s) 1481.71
Current children cumulated vsize (KiB) 207724

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.16 3/181 24372
/proc/meminfo: memFree=31026124/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=170332 CPUtime=1539.33 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 36532 0 0 0 153911 22 0 0 20 0 1 0 279123177 174419968 35960 33554432000 4194304 5654031 140737251340032 140737251338056 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 42583 35960 142 357 0 42223 0
Current children cumulated CPU time (s) 1541.7
Current children cumulated vsize (KiB) 207860

[startup+1602.3 s]
/proc/loadavg: 2.03 2.02 2.16 3/181 24372
/proc/meminfo: memFree=31007736/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=170904 CPUtime=1599.32 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 36684 0 0 0 159910 22 0 0 20 0 1 0 279123177 175005696 38667 33554432000 4194304 5654031 140737251340032 140737251327848 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 42726 38667 142 357 0 42366 0
Current children cumulated CPU time (s) 1601.69
Current children cumulated vsize (KiB) 208432

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 2.14 4/181 24372
/proc/meminfo: memFree=30975836/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=171204 CPUtime=1659.31 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 36757 0 0 0 165909 22 0 0 20 0 1 0 279123177 175312896 39767 33554432000 4194304 5654031 140737251340032 140737251327848 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 42801 39767 142 357 0 42441 0
Current children cumulated CPU time (s) 1661.68
Current children cumulated vsize (KiB) 208732

[startup+1722.3 s]
/proc/loadavg: 2.06 2.02 2.14 3/181 24372
/proc/meminfo: memFree=30956348/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=171472 CPUtime=1719.31 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 36878 0 0 0 171908 23 0 0 20 0 1 0 279123177 175587328 36823 33554432000 4194304 5654031 140737251340032 140737251327848 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 42868 36823 142 357 0 42508 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 209000

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.13 3/181 24372
/proc/meminfo: memFree=30982536/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=171764 CPUtime=1779.3 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 36944 0 0 0 177907 23 0 0 20 0 1 0 279123177 175886336 37911 33554432000 4194304 5654031 140737251340032 140737251327848 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 42941 37911 142 357 0 42581 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 209292



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.71 s]
/proc/loadavg: 2.01 2.02 2.12 3/181 24372
/proc/meminfo: memFree=30976392/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=171896 CPUtime=1797.71 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 36964 0 0 0 179748 23 0 0 20 0 1 0 279123177 176021504 38442 33554432000 4194304 5654031 140737251340032 140737251337816 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 42974 38442 142 357 0 42614 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 209424

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.71 s]
/proc/loadavg: 2.01 2.02 2.12 3/181 24372
/proc/meminfo: memFree=30976392/32873844 swapFree=6872/6872
[pid=24279] ppid=24277 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/24279/stat : 24279 (npSolver-pbo-I.) S 24277 24279 22966 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279122914 9367552 275 33554432000 4194304 5064252 140734566255872 140734566254784 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/24279/statm: 2287 275 233 213 0 72 0
[pid=24280] ppid=24279 vsize=28380 CPUtime=2.37 cores=0,2,4,6
/proc/24280/stat : 24280 (npSolver-pbo) S 24279 24279 22966 0 -1 4202496 9571 19195 0 0 80 35 115 7 20 0 1 0 279122914 29061120 6086 33554432000 4194304 5992684 140736662774272 140736662759176 5179600 0 0 4096 0 18446744071580380219 0 0 17 6 0 0 0 0 0
/proc/24280/statm: 7095 6086 190 440 0 6651 0
[pid=24288] ppid=24280 vsize=171896 CPUtime=1797.71 cores=0,2,4,6
/proc/24288/stat : 24288 (glucosInc) R 24280 24279 22966 0 -1 4202496 36964 0 0 0 179748 23 0 0 20 0 1 0 279123177 176021504 38442 33554432000 4194304 5654031 140737251340032 140737251337816 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/24288/statm: 42974 38442 142 357 0 42614 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 209424

Child status: 0
Real time (s): 1800.72
CPU time (s): 1800.11
CPU user time (s): 1799.44
CPU system time (s): 0.670898
CPU usage (%): 99.9665
Max. virtual memory (cumulated for all children) (KiB): 258052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.44
system time used= 0.670898
maximum resident set size= 191964
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 66112
page faults= 0
swaps= 0
block input operations= 0
block output operations= 116552
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 284
involuntary context switches= 2035

runsolver used 2.69659 second user time and 7.14491 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 16:45:44
IDJOB=3699405
IDBENCH=92690
IDSOLVER=2276
FILE ID=node106/3699405-1338129944
RUNJOBID= node106-1338124026-22982
PBS_JOBID= 14624504
Free space on /tmp= 71280 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat15_4_4_6_mh_ic.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699405-1338129944/watcher-3699405-1338129944 -o /tmp/evaluation-result-3699405-1338129944/solver-3699405-1338129944 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699405-1338129944.opb 242035601 HOME HOME

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

MD5SUM BENCH= b24b10929da03724a77e08494dd4be05
RANDOM SEED=242035601

node106.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.065
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:        31200232 kB
Buffers:          148248 kB
Cached:           518628 kB
SwapCached:            0 kB
Active:           799696 kB
Inactive:          34544 kB
Active(anon):     156132 kB
Inactive(anon):    13216 kB
Active(file):     643564 kB
Inactive(file):    21328 kB
Unevictable:        6872 kB
Mlocked:            6872 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             11268 kB
Writeback:             0 kB
AnonPages:        173460 kB
Mapped:            11500 kB
Shmem:               200 kB
Slab:             698648 kB
SReclaimable:     140188 kB
SUnreclaim:       558460 kB
KernelStack:        1472 kB
PageTables:         4388 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     309068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     77824 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= 71236 MiB
End job on node106 at 2012-05-27 17:15:45