Trace number 3699507

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) 1800.12 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-neos16.opb
MD5SUM49459e9c72edb2754f1d384319cf8731
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark114
Best CPU time to get the best result obtained on this benchmark1076.07
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 114
Optimality of the best value was proved NO
Number of variables464
Total number of constraints1059
Number of constraints which are clauses336
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints723
Minimum length of a constraint2
Maximum length of a constraint128
Number of terms in the objective function 8
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 255
Number of bits of the sum of numbers in the objective function 8
Biggest number in a constraint 138
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 535
Number of bits of the biggest sum of numbers10
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.12	c run inc solver
0.00/0.12	c [INC SYSTEM] run initial solver
0.00/0.12	c [INC SYSTEM] preprocess with white file
0.00/0.70	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.70	c [INC SYSTEM] execute solver
0.00/0.88	c [INC SEARCH] formula is SAT
0.00/0.88	c [INC SYSTEM] solved the initial formula
0.00/0.88	c model valid
0.00/0.88	c current solution ok
0.97/1.07	o 121
0.97/1.07	c execute binary inc search
0.97/1.07	c [INC SEARCH] current bound: 60
0.97/1.07	c [INC SEARCH] iteration: 0
0.97/1.07	c [INC SEARCH] lower bound: 0 upperbound 121 current bound: 60 best value:121
0.97/1.07	c [INC SYSTEM] there exists a inc, kill it!
0.97/1.07	c write failed with 2
0.97/1.07	c [INC SYSTEM] create new solver instance
0.97/1.07	c [INC] encode full formula
0.97/1.07	c set iterative enc to: swc
0.97/1.08	c [INC SEARCH] isOptimum variable: 0
384.00/384.18	c [INC SEARCH] formula is UNSAT
384.00/384.18	c [INC SYSTEM] there exists a inc, kill it!
384.00/384.18	c write failed with 2
384.00/384.18	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x2675250)
384.00/384.18	c sat variable: 0 optimum/unsat variable: 1
384.00/384.18	c [INC SEARCH] set lower bound to 61 upperbound 121
384.00/384.18	c [INC SEARCH] current bound: 91
384.00/384.18	c [INC SEARCH] iteration: 1
384.00/384.18	c [INC SEARCH] lower bound: 61 upperbound 121 current bound: 91 best value:121
384.00/384.18	c [INC SYSTEM] create new solver instance
384.00/384.18	c [INC] encode full formula
384.00/384.18	c set iterative enc to: swc
384.00/384.19	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.40	c an unexpexted return value has been received, exit
1800.08/1800.40	s UNKNOWN
1800.08/1800.40	c [INC SYSTEM] there exists a inc, kill it!
1800.08/1800.40	c write failed with -1
1800.08/1800.40	c [INC SYSTEM] there exists an encoder, kill it! (ptr=0x2675250)

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-3699507-1338049260/watcher-3699507-1338049260 -o /tmp/evaluation-result-3699507-1338049260/solver-3699507-1338049260 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699507-1338049260.opb 1815640258 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: 4.01 3.81 2.93 3/178 13787
/proc/meminfo: memFree=27343580/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0

[startup+0.00824112 s]
/proc/loadavg: 4.01 3.81 2.93 3/178 13787
/proc/meminfo: memFree=27343580/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100258 s]
/proc/loadavg: 4.01 3.81 2.93 3/178 13787
/proc/meminfo: memFree=27343580/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300303 s]
/proc/loadavg: 4.01 3.81 2.93 3/178 13787
/proc/meminfo: memFree=27343580/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700279 s]
/proc/loadavg: 4.01 3.81 2.93 3/178 13787
/proc/meminfo: memFree=27343580/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/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: 4.01 3.81 2.93 3/181 13793
/proc/meminfo: memFree=27229836/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=1.05 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4472 11078 0 0 14 15 72 4 20 0 1 0 271054470 9715712 1895 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1895 178 440 0 1928 0
Current children cumulated CPU time (s) 1.05
Current children cumulated vsize (KiB) 18636

[startup+3.10035 s]
/proc/loadavg: 4.01 3.81 2.93 3/181 13796
/proc/meminfo: memFree=27132436/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=1.05 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4472 11078 0 0 14 15 72 4 20 0 1 0 271054470 9715712 1895 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1895 178 440 0 1928 0
[pid=13796] ppid=13788 vsize=23852 CPUtime=2 cores=1,3,5,7
/proc/13796/stat : 13796 (glucosInc) R 13788 13787 4553 0 -1 4202496 4358 0 0 0 200 0 0 0 20 0 1 0 271054578 24424448 5386 33554432000 4194304 5654031 140734181773088 140734181760904 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 5963 5386 141 357 0 5603 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 42488

[startup+6.30031 s]
/proc/loadavg: 3.85 3.78 2.92 3/181 13796
/proc/meminfo: memFree=26831052/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=1.05 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4472 11078 0 0 14 15 72 4 20 0 1 0 271054470 9715712 1895 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1895 178 440 0 1928 0
[pid=13796] ppid=13788 vsize=28436 CPUtime=5.21 cores=1,3,5,7
/proc/13796/stat : 13796 (glucosInc) R 13788 13787 4553 0 -1 4202496 5085 0 0 0 520 1 0 0 20 0 1 0 271054578 29118464 6482 33554432000 4194304 5654031 140734181773088 140734181770888 4215357 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 7109 6482 141 357 0 6749 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 47072

[startup+12.7003 s]
/proc/loadavg: 3.70 3.75 2.92 3/181 13796
/proc/meminfo: memFree=26284084/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=1.05 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4472 11078 0 0 14 15 72 4 20 0 1 0 271054470 9715712 1895 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1895 178 440 0 1928 0
[pid=13796] ppid=13788 vsize=32856 CPUtime=11.61 cores=1,3,5,7
/proc/13796/stat : 13796 (glucosInc) R 13788 13787 4553 0 -1 4202496 5897 0 0 0 1160 1 0 0 20 0 1 0 271054578 33644544 7735 33554432000 4194304 5654031 140734181773088 140734181770888 4233184 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 8214 7735 141 357 0 7854 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 51492

[startup+25.5003 s]
/proc/loadavg: 3.33 3.66 2.90 3/181 13796
/proc/meminfo: memFree=25144528/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=1.05 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4472 11078 0 0 14 15 72 4 20 0 1 0 271054470 9715712 1895 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1895 178 440 0 1928 0
[pid=13796] ppid=13788 vsize=35576 CPUtime=24.41 cores=1,3,5,7
/proc/13796/stat : 13796 (glucosInc) R 13788 13787 4553 0 -1 4202496 6144 0 0 0 2440 1 0 0 20 0 1 0 271054578 36429824 7968 33554432000 4194304 5654031 140734181773088 140734181760904 4215079 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 8894 7968 141 357 0 8534 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 54212

[startup+51.1003 s]
/proc/loadavg: 2.94 3.54 2.88 3/181 13796
/proc/meminfo: memFree=23101476/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=1.05 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4472 11078 0 0 14 15 72 4 20 0 1 0 271054470 9715712 1895 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1895 178 440 0 1928 0
[pid=13796] ppid=13788 vsize=47492 CPUtime=50 cores=1,3,5,7
/proc/13796/stat : 13796 (glucosInc) R 13788 13787 4553 0 -1 4202496 8418 0 0 0 4999 1 0 0 20 0 1 0 271054578 48631808 10002 33554432000 4194304 5654031 140734181773088 140734181760904 4232752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 11873 10002 141 357 0 11513 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 66128

[startup+102.307 s]
/proc/loadavg: 2.50 3.33 2.84 3/180 13796
/proc/meminfo: memFree=19517584/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=1.05 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4472 11078 0 0 14 15 72 4 20 0 1 0 271054470 9715712 1895 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1895 178 440 0 1928 0
[pid=13796] ppid=13788 vsize=54632 CPUtime=101.2 cores=1,3,5,7
/proc/13796/stat : 13796 (glucosInc) R 13788 13787 4553 0 -1 4202496 8678 0 0 0 10119 1 0 0 20 0 1 0 271054578 55943168 11771 33554432000 4194304 5654031 140734181773088 140734181760904 4232912 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 13658 11771 141 357 0 13298 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 73268

[startup+162.3 s]
/proc/loadavg: 2.23 3.10 2.79 3/180 13797
/proc/meminfo: memFree=17121328/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=1.05 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4472 11078 0 0 14 15 72 4 20 0 1 0 271054470 9715712 1895 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1895 178 440 0 1928 0
[pid=13796] ppid=13788 vsize=59052 CPUtime=161.18 cores=1,3,5,7
/proc/13796/stat : 13796 (glucosInc) R 13788 13787 4553 0 -1 4202496 9338 0 0 0 16117 1 0 0 20 0 1 0 271054578 60469248 13950 33554432000 4194304 5654031 140734181773088 140734181760904 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 14763 13950 141 357 0 14403 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 77688

[startup+222.3 s]
/proc/loadavg: 2.13 2.91 2.75 3/180 13797
/proc/meminfo: memFree=14832124/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=1.05 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4472 11078 0 0 14 15 72 4 20 0 1 0 271054470 9715712 1895 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1895 178 440 0 1928 0
[pid=13796] ppid=13788 vsize=59052 CPUtime=221.17 cores=1,3,5,7
/proc/13796/stat : 13796 (glucosInc) R 13788 13787 4553 0 -1 4202496 10895 0 0 0 22115 2 0 0 20 0 1 0 271054578 60469248 14300 33554432000 4194304 5654031 140734181773088 140734181760904 4232997 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13796/statm: 14763 14300 141 357 0 14403 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 77688

[startup+282.3 s]
/proc/loadavg: 2.09 2.76 2.70 3/180 13797
/proc/meminfo: memFree=12596892/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/meminfo: memFree=28147180/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=384.1 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4530 23256 0 0 14 15 38373 8 20 0 1 0 271054470 9715712 1896 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1896 179 440 0 1928 0
[pid=13843] ppid=13788 vsize=96372 CPUtime=857.96 cores=1,3,5,7
/proc/13843/stat : 13843 (glucosInc) R 13788 13787 4553 0 -1 4202496 11704 0 0 0 85792 4 0 0 20 0 1 0 271092890 98684928 23639 33554432000 4194304 5654031 140737350022096 140737350009912 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13843/statm: 24093 23639 141 357 0 23733 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 115008

[startup+1302.3 s]
/proc/loadavg: 2.03 2.03 2.22 3/181 13853
/proc/meminfo: memFree=28169752/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=384.1 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4530 23256 0 0 14 15 38373 8 20 0 1 0 271054470 9715712 1896 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1896 179 440 0 1928 0
[pid=13843] ppid=13788 vsize=96372 CPUtime=917.96 cores=1,3,5,7
/proc/13843/stat : 13843 (glucosInc) R 13788 13787 4553 0 -1 4202496 11704 0 0 0 91792 4 0 0 20 0 1 0 271092890 98684928 23639 33554432000 4194304 5654031 140737350022096 140737350009912 4232767 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13843/statm: 24093 23639 141 357 0 23733 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 115008

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.20 3/181 13854
/proc/meminfo: memFree=28079768/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=384.1 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4530 23256 0 0 14 15 38373 8 20 0 1 0 271054470 9715712 1896 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1896 179 440 0 1928 0
[pid=13843] ppid=13788 vsize=96372 CPUtime=977.94 cores=1,3,5,7
/proc/13843/stat : 13843 (glucosInc) R 13788 13787 4553 0 -1 4202496 11704 0 0 0 97790 4 0 0 20 0 1 0 271092890 98684928 23639 33554432000 4194304 5654031 140737350022096 140737350009912 4232939 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13843/statm: 24093 23639 141 357 0 23733 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 115008

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.18 3/181 13854
/proc/meminfo: memFree=28079844/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=384.1 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4530 23256 0 0 14 15 38373 8 20 0 1 0 271054470 9715712 1896 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1896 179 440 0 1928 0
[pid=13843] ppid=13788 vsize=96372 CPUtime=1037.94 cores=1,3,5,7
/proc/13843/stat : 13843 (glucosInc) R 13788 13787 4553 0 -1 4202496 11704 0 0 0 103790 4 0 0 20 0 1 0 271092890 98684928 23639 33554432000 4194304 5654031 140737350022096 140737350009912 4232577 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13843/statm: 24093 23639 141 357 0 23733 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 115008

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.17 3/181 13854
/proc/meminfo: memFree=28098300/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=384.1 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4530 23256 0 0 14 15 38373 8 20 0 1 0 271054470 9715712 1896 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1896 179 440 0 1928 0
[pid=13843] ppid=13788 vsize=96372 CPUtime=1097.92 cores=1,3,5,7
/proc/13843/stat : 13843 (glucosInc) R 13788 13787 4553 0 -1 4202496 11704 0 0 0 109788 4 0 0 20 0 1 0 271092890 98684928 23639 33554432000 4194304 5654031 140737350022096 140737350009912 4233213 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13843/statm: 24093 23639 141 357 0 23733 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 115008

[startup+1542.3 s]
/proc/loadavg: 2.04 2.02 2.16 3/181 13854
/proc/meminfo: memFree=28101888/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=384.1 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4530 23256 0 0 14 15 38373 8 20 0 1 0 271054470 9715712 1896 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1896 179 440 0 1928 0
[pid=13843] ppid=13788 vsize=96372 CPUtime=1157.91 cores=1,3,5,7
/proc/13843/stat : 13843 (glucosInc) R 13788 13787 4553 0 -1 4202496 11751 0 0 0 115787 4 0 0 20 0 1 0 271092890 98684928 23639 33554432000 4194304 5654031 140737350022096 140737350009912 4216571 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13843/statm: 24093 23639 141 357 0 23733 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 115008

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.15 3/181 13854
/proc/meminfo: memFree=28162940/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=384.1 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4530 23256 0 0 14 15 38373 8 20 0 1 0 271054470 9715712 1896 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1896 179 440 0 1928 0
[pid=13843] ppid=13788 vsize=96372 CPUtime=1217.9 cores=1,3,5,7
/proc/13843/stat : 13843 (glucosInc) R 13788 13787 4553 0 -1 4202496 11799 0 0 0 121785 5 0 0 20 0 1 0 271092890 98684928 23639 33554432000 4194304 5654031 140737350022096 140737350009912 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13843/statm: 24093 23639 141 357 0 23733 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 115008

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.14 3/181 13855
/proc/meminfo: memFree=28122032/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=384.1 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4530 23256 0 0 14 15 38373 8 20 0 1 0 271054470 9715712 1896 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1896 179 440 0 1928 0
[pid=13843] ppid=13788 vsize=96372 CPUtime=1277.9 cores=1,3,5,7
/proc/13843/stat : 13843 (glucosInc) R 13788 13787 4553 0 -1 4202496 11847 0 0 0 127784 6 0 0 20 0 1 0 271092890 98684928 23639 33554432000 4194304 5654031 140737350022096 140737350020120 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13843/statm: 24093 23639 141 357 0 23733 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 115008

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/181 13855
/proc/meminfo: memFree=28054700/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=384.1 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4530 23256 0 0 14 15 38373 8 20 0 1 0 271054470 9715712 1896 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1896 179 440 0 1928 0
[pid=13843] ppid=13788 vsize=96372 CPUtime=1337.88 cores=1,3,5,7
/proc/13843/stat : 13843 (glucosInc) R 13788 13787 4553 0 -1 4202496 11895 0 0 0 133782 6 0 0 20 0 1 0 271092890 98684928 23639 33554432000 4194304 5654031 140737350022096 140737350020120 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13843/statm: 24093 23639 141 357 0 23733 0
Current children cumulated CPU time (s) 1721.98
Current children cumulated vsize (KiB) 115008

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.12 3/182 13861
/proc/meminfo: memFree=28183008/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=384.1 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4530 23256 0 0 14 15 38373 8 20 0 1 0 271054470 9715712 1896 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1896 179 440 0 1928 0
[pid=13843] ppid=13788 vsize=109540 CPUtime=1397.88 cores=1,3,5,7
/proc/13843/stat : 13843 (glucosInc) R 13788 13787 4553 0 -1 4202496 12021 0 0 0 139781 7 0 0 20 0 1 0 271092890 112168960 25250 33554432000 4194304 5654031 140737350022096 140737350019976 4232925 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13843/statm: 27385 25250 141 357 0 27025 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 128176



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 2.11 3/182 13861
/proc/meminfo: memFree=28158800/32873844 swapFree=6856/6856
[pid=13787] ppid=13785 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/13787/stat : 13787 (npSolver-pbo-I.) S 13785 13787 4553 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271054470 9367552 275 33554432000 4194304 5064252 140733505038624 140733505037536 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/13787/statm: 2287 275 233 213 0 72 0
[pid=13788] ppid=13787 vsize=9488 CPUtime=384.1 cores=1,3,5,7
/proc/13788/stat : 13788 (npSolver-pbo) S 13787 13787 4553 0 -1 4202496 4530 23256 0 0 14 15 38373 8 20 0 1 0 271054470 9715712 1896 33554432000 4194304 5992684 140734091931360 140734091916264 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/13788/statm: 2372 1896 179 440 0 1928 0
[pid=13843] ppid=13788 vsize=109540 CPUtime=1415.98 cores=1,3,5,7
/proc/13843/stat : 13843 (glucosInc) R 13788 13787 4553 0 -1 4202496 12024 0 0 0 141591 7 0 0 20 0 1 0 271092890 112168960 26786 33554432000 4194304 5654031 140737350022096 140737350009912 4232830 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/13843/statm: 27385 26786 141 357 0 27025 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 128176

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.12
CPU user time (s): 1799.8
CPU system time (s): 0.32495
CPU usage (%): 99.9839
Max. virtual memory (cumulated for all children) (KiB): 164328

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.8
system time used= 0.32495
maximum resident set size= 127452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 40193
page faults= 0
swaps= 0
block input operations= 0
block output operations= 29232
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 113
involuntary context switches= 1865

runsolver used 2.78558 second user time and 8.94764 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-26 18:21:00
IDJOB=3699507
IDBENCH=1844
IDSOLVER=2276
FILE ID=node106/3699507-1338049260
RUNJOBID= node106-1338048601-8591
PBS_JOBID= 14624365
Free space on /tmp= 71552 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-neos16.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699507-1338049260/watcher-3699507-1338049260 -o /tmp/evaluation-result-3699507-1338049260/solver-3699507-1338049260 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699507-1338049260.opb 1815640258 HOME HOME

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

MD5SUM BENCH= 49459e9c72edb2754f1d384319cf8731
RANDOM SEED=1815640258

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:        27348536 kB
Buffers:          292896 kB
Cached:          3328148 kB
SwapCached:            0 kB
Active:          2008136 kB
Inactive:        2705264 kB
Active(anon):    1094448 kB
Inactive(anon):        0 kB
Active(file):     913688 kB
Inactive(file):  2705264 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20728 kB
Writeback:           148 kB
AnonPages:       1190580 kB
Mapped:            15268 kB
Shmem:               200 kB
Slab:             671028 kB
SReclaimable:     112380 kB
SUnreclaim:       558648 kB
KernelStack:        1504 kB
PageTables:         6500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1694852 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    935936 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= 71524 MiB
End job on node106 at 2012-05-26 18:51:00