Trace number 3699676

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.13 1800.51

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/
~walser/benchmarks/course-ass/normalized-ws97-5.opb
MD5SUMed36462db2ffa04ea65b986069441496
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2642
Best CPU time to get the best result obtained on this benchmark0.050991
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 2642
Optimality of the best value was proved YES
Number of variables907
Total number of constraints403
Number of constraints which are clauses126
Number of constraints which are cardinality constraints (but not clauses)277
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint134
Number of terms in the objective function 748
Biggest coefficient in the objective function 240
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 33855
Number of bits of the sum of numbers in the objective function 16
Biggest number in a constraint 240
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 33855
Number of bits of the biggest sum of numbers16
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.05	c run inc solver
0.00/0.05	c [INC SYSTEM] run initial solver
0.00/0.05	c [INC SYSTEM] preprocess with white file
0.00/0.85	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.85	c [INC SYSTEM] execute solver
1.26/1.33	c [INC SEARCH] formula is SAT
1.26/1.33	c [INC SYSTEM] solved the initial formula
1.26/1.33	c model valid
1.26/1.33	c current solution ok
1.36/1.44	o 11024
1.36/1.44	c execute binary inc search
1.36/1.44	c [INC SEARCH] current bound: 5719
1.36/1.44	c [INC SEARCH] iteration: 0
1.36/1.44	c [INC SEARCH] lower bound: 0 upperbound 11439 current bound: 5719 best value:11439
1.36/1.44	c [INC SYSTEM] there exists a inc, kill it!
1.36/1.44	c write failed with 2
1.36/1.45	c [INC SYSTEM] create new solver instance
1.36/1.45	c [INC] encode full formula
1.36/1.45	c fallback to adder encoding
1.36/1.49	c set iterative enc to: adder
1.36/1.49	c set iterative enc to: none
1.48/1.50	c [INC SEARCH] isOptimum variable: 0
40.66/40.73	c [INC SEARCH] formula is SAT
40.66/40.73	c [INC SEARCH] copied best model
40.66/40.73	c sat variable: 1 optimum/unsat variable: 0
40.66/40.74	c model valid
40.66/40.74	c current solution ok
40.66/40.74	o 5281
40.66/40.74	c [INC SEARCH] current bound: 2848
40.66/40.74	c [INC SEARCH] iteration: 1
40.66/40.74	c [INC SEARCH] lower bound: 0 upperbound 5696 current bound: 2848 best value:5696
40.66/40.74	c [INC SYSTEM] there exists a inc, kill it!
40.66/40.74	c write failed with 2
40.66/40.74	c [INC SYSTEM] create new solver instance
40.66/40.74	c [INC] encode full formula
40.66/40.74	c fallback to adder encoding
40.66/40.78	c set iterative enc to: adder
40.66/40.78	c set iterative enc to: none
40.66/40.79	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.50	c an unexpexted return value has been received, exit
1800.09/1800.50	s UNKNOWN
1800.09/1800.50	c [INC SYSTEM] there exists a inc, kill it!
1800.09/1800.50	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-3699676-1338061954/watcher-3699676-1338061954 -o /tmp/evaluation-result-3699676-1338061954/solver-3699676-1338061954 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699676-1338061954.opb 884911203 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.06 2.02 2.00 3/180 9760
/proc/meminfo: memFree=28504220/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0

[startup+0.027381 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 9760
/proc/meminfo: memFree=28504220/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100268 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 9760
/proc/meminfo: memFree=28504220/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300279 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 9760
/proc/meminfo: memFree=28504220/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700248 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 9760
/proc/meminfo: memFree=28504220/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50029 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 9766
/proc/meminfo: memFree=28485108/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=13400 CPUtime=1.48 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 3985 14039 0 0 11 10 117 10 20 0 1 0 272320718 13721600 2810 33554432000 4194304 5992684 140736470885840 140736470878416 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 3350 2810 188 440 0 2906 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 22548

[startup+3.10039 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 9769
/proc/meminfo: memFree=28468056/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=9304 CPUtime=1.48 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 4291 14555 0 0 11 10 117 10 20 0 1 0 272320718 9527296 1929 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 2326 1929 188 440 0 1882 0
[pid=9769] ppid=9761 vsize=33300 CPUtime=1.58 cores=0,2,4,6
/proc/9769/stat : 9769 (glucosInc) R 9761 9760 8474 0 -1 4202496 7126 0 0 0 157 1 0 0 20 0 1 0 272320868 34099200 7296 33554432000 4194304 5654031 140735907533664 140735907521480 4215097 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9769/statm: 8325 7296 142 357 0 7965 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 51752

[startup+6.30035 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 9769
/proc/meminfo: memFree=28458748/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=9304 CPUtime=1.48 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 4291 14555 0 0 11 10 117 10 20 0 1 0 272320718 9527296 1929 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 2326 1929 188 440 0 1882 0
[pid=9769] ppid=9761 vsize=37652 CPUtime=4.78 cores=0,2,4,6
/proc/9769/stat : 9769 (glucosInc) R 9761 9760 8474 0 -1 4202496 8772 0 0 0 477 1 0 0 20 0 1 0 272320868 38555648 8644 33554432000 4194304 5654031 140735907533664 140735907521480 4233021 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9769/statm: 9413 8644 142 357 0 9053 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 56104

[startup+12.7003 s]
/proc/loadavg: 2.05 2.02 2.00 3/183 9769
/proc/meminfo: memFree=28445680/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=9304 CPUtime=1.48 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 4291 14555 0 0 11 10 117 10 20 0 1 0 272320718 9527296 1929 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 2326 1929 188 440 0 1882 0
[pid=9769] ppid=9761 vsize=45272 CPUtime=11.18 cores=0,2,4,6
/proc/9769/stat : 9769 (glucosInc) R 9761 9760 8474 0 -1 4202496 9033 0 0 0 1117 1 0 0 20 0 1 0 272320868 46358528 10414 33554432000 4194304 5654031 140735907533664 140735907521480 4232611 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9769/statm: 11318 10414 142 357 0 10958 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 63724

[startup+25.5003 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 9831
/proc/meminfo: memFree=28607320/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=9304 CPUtime=1.48 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 4291 14555 0 0 11 10 117 10 20 0 1 0 272320718 9527296 1929 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 2326 1929 188 440 0 1882 0
[pid=9769] ppid=9761 vsize=68652 CPUtime=23.98 cores=0,2,4,6
/proc/9769/stat : 9769 (glucosInc) R 9761 9760 8474 0 -1 4202496 10451 0 0 0 2396 2 0 0 20 0 1 0 272320868 70299648 12922 33554432000 4194304 5654031 140735907533664 140735907521480 4215009 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/9769/statm: 17163 12922 142 357 0 16803 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 87104

[startup+51.1004 s]
/proc/loadavg: 2.03 2.01 2.00 3/183 9896
/proc/meminfo: memFree=28613708/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=44340 CPUtime=10.28 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 8132 0 0 0 1027 1 0 0 20 0 1 0 272324797 45404160 10242 33554432000 4194304 5654031 140736071565696 140736071553512 4214957 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 11085 10242 142 357 0 10725 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 60464

[startup+102.307 s]
/proc/loadavg: 2.01 2.01 2.00 3/183 9959
/proc/meminfo: memFree=28570224/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=94364 CPUtime=61.48 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 10772 0 0 0 6145 3 0 0 20 0 1 0 272324797 96628736 14898 33554432000 4194304 5654031 140736071565696 140736071553512 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 23591 14898 142 357 0 23231 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 110488

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 9961
/proc/meminfo: memFree=28536636/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=94364 CPUtime=121.47 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 11409 0 0 0 12143 4 0 0 20 0 1 0 272324797 96628736 22127 33554432000 4194304 5654031 140736071565696 140736071553512 4232973 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 23591 22127 142 357 0 23231 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 110488

[startup+222.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 9961
/proc/meminfo: memFree=28520936/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=94364 CPUtime=181.45 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 13338 0 0 0 18139 6 0 0 20 0 1 0 272324797 96628736 22817 33554432000 4194304 5654031 140736071565696 140736071553512 4215040 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 23591 22817 142 357 0 23231 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 110488

[startup+282.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 9961
/proc/meminfo: memFree=28470900/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=28364992/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=186672 CPUtime=1261.29 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 36196 0 0 0 126086 43 0 0 20 0 1 0 272324797 191152128 41708 33554432000 4194304 5654031 140736071565696 140736071553512 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 46668 41708 142 357 0 46308 0
Current children cumulated CPU time (s) 1302.05
Current children cumulated vsize (KiB) 202796

[startup+1362.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/183 9997
/proc/meminfo: memFree=28373268/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=186672 CPUtime=1321.26 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 37300 0 0 0 132082 44 0 0 20 0 1 0 272324797 191152128 41196 33554432000 4194304 5654031 140736071565696 140736071553512 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 46668 41196 142 357 0 46308 0
Current children cumulated CPU time (s) 1362.02
Current children cumulated vsize (KiB) 202796

[startup+1422.31 s]
/proc/loadavg: 2.00 2.02 2.00 3/183 10044
/proc/meminfo: memFree=28462472/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=186672 CPUtime=1381.25 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 38341 0 0 0 138079 46 0 0 20 0 1 0 272324797 191152128 41708 33554432000 4194304 5654031 140736071565696 140736071553512 4232800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 46668 41708 142 357 0 46308 0
Current children cumulated CPU time (s) 1422.01
Current children cumulated vsize (KiB) 202796

[startup+1482.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/183 10056
/proc/meminfo: memFree=28457392/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=186672 CPUtime=1441.23 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 39436 0 0 0 144075 48 0 0 20 0 1 0 272324797 191152128 41708 33554432000 4194304 5654031 140736071565696 140736071553512 4232821 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 46668 41708 142 357 0 46308 0
Current children cumulated CPU time (s) 1481.99
Current children cumulated vsize (KiB) 202796

[startup+1542.3 s]
/proc/loadavg: 2.04 2.03 2.00 3/183 10060
/proc/meminfo: memFree=28467792/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=186672 CPUtime=1501.21 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 40526 0 0 0 150071 50 0 0 20 0 1 0 272324797 191152128 39660 33554432000 4194304 5654031 140736071565696 140736071553512 4233213 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 46668 39660 142 357 0 46308 0
Current children cumulated CPU time (s) 1541.97
Current children cumulated vsize (KiB) 202796

[startup+1602.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/183 10061
/proc/meminfo: memFree=28439436/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=155852 CPUtime=1561.2 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 41121 0 0 0 156068 52 0 0 20 0 1 0 272324797 159592448 38148 33554432000 4194304 5654031 140736071565696 140736071553512 4215188 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 38963 38148 142 357 0 38603 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 171976

[startup+1662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/184 10066
/proc/meminfo: memFree=28452908/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=186672 CPUtime=1621.17 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 42310 0 0 0 162063 54 0 0 20 0 1 0 272324797 191152128 38235 33554432000 4194304 5654031 140736071565696 140736071553512 4215009 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 46668 38235 142 357 0 46308 0
Current children cumulated CPU time (s) 1661.93
Current children cumulated vsize (KiB) 202796

[startup+1722.3 s]
/proc/loadavg: 2.06 2.03 2.00 3/183 10066
/proc/meminfo: memFree=28403140/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=186672 CPUtime=1681.16 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 42732 0 0 0 168061 55 0 0 20 0 1 0 272324797 191152128 45292 33554432000 4194304 5654031 140736071565696 140736071553512 4232767 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 46668 45292 142 357 0 46308 0
Current children cumulated CPU time (s) 1721.92
Current children cumulated vsize (KiB) 202796

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/183 10066
/proc/meminfo: memFree=28385916/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=186672 CPUtime=1741.14 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 44137 0 0 0 174057 57 0 0 20 0 1 0 272324797 191152128 41708 33554432000 4194304 5654031 140736071565696 140736071553512 4232859 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 46668 41708 142 357 0 46308 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 202796



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 10066
/proc/meminfo: memFree=28375716/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=186672 CPUtime=1759.33 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 44153 0 0 0 175876 57 0 0 20 0 1 0 272324797 191152128 44268 33554432000 4194304 5654031 140736071565696 140736071553512 4232800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 46668 44268 142 357 0 46308 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 202796

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.01 2.02 2.00 3/183 10066
/proc/meminfo: memFree=28375716/32873844 swapFree=7096/7096
[pid=9760] ppid=9758 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/9760/stat : 9760 (npSolver-pbo-I.) S 9758 9760 8474 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 272320717 9367552 274 33554432000 4194304 5064252 140735873138144 140735873137056 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/9760/statm: 2287 274 233 213 0 72 0
[pid=9761] ppid=9760 vsize=6976 CPUtime=40.76 cores=0,2,4,6
/proc/9761/stat : 9761 (npSolver-pbo) S 9760 9760 8474 0 -1 4202496 6644 25969 0 0 16 11 4035 14 20 0 1 0 272320718 7143424 1380 33554432000 4194304 5992684 140736470885840 140736470870744 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/9761/statm: 1744 1380 189 440 0 1300 0
[pid=9888] ppid=9761 vsize=186672 CPUtime=1759.33 cores=0,2,4,6
/proc/9888/stat : 9888 (glucosInc) R 9761 9760 8474 0 -1 4202496 44153 0 0 0 175876 57 0 0 20 0 1 0 272324797 191152128 44268 33554432000 4194304 5654031 140736071565696 140736071553512 4232800 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/9888/statm: 46668 44268 142 357 0 46308 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 202796

Child status: 0
Real time (s): 1800.51
CPU time (s): 1800.13
CPU user time (s): 1799.28
CPU system time (s): 0.843871
CPU usage (%): 99.9787
Max. virtual memory (cumulated for all children) (KiB): 302204

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.28
system time used= 0.843871
maximum resident set size= 225020
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77147
page faults= 0
swaps= 0
block input operations= 0
block output operations= 29296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 339
involuntary context switches= 2101

runsolver used 6.39503 second user time and 19.677 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-26 21:52:34
IDJOB=3699676
IDBENCH=2231
IDSOLVER=2276
FILE ID=node132/3699676-1338061954
RUNJOBID= node132-1338052924-8490
PBS_JOBID= 14624394
Free space on /tmp= 71528 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/web/www.ps.uni-sb.de/~walser/benchmarks/course-ass/normalized-ws97-5.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3699676-1338061954/watcher-3699676-1338061954 -o /tmp/evaluation-result-3699676-1338061954/solver-3699676-1338061954 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3699676-1338061954.opb 884911203 HOME HOME

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

MD5SUM BENCH= ed36462db2ffa04ea65b986069441496
RANDOM SEED=884911203

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        28504600 kB
Buffers:          291684 kB
Cached:          3109672 kB
SwapCached:            0 kB
Active:          1028328 kB
Inactive:        2535620 kB
Active(anon):     165248 kB
Inactive(anon):        0 kB
Active(file):     863080 kB
Inactive(file):  2535620 kB
Unevictable:        7096 kB
Mlocked:            7096 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8560 kB
Writeback:             0 kB
AnonPages:        268116 kB
Mapped:            15880 kB
Shmem:               212 kB
Slab:             650236 kB
SReclaimable:      92436 kB
SUnreclaim:       557800 kB
KernelStack:        1520 kB
PageTables:         4304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     330840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    227328 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= 71516 MiB
End job on node132 at 2012-05-26 22:22:34