Trace number 3702688

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-topdown-quickBound? (TO) 1801.88 1803.77

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/
MIPLIB/miplib2003/normalized-mps-v2-20-10-fast0507.opb
MD5SUM5548b3a1af88258afdf09b4f2d4db162
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark174
Best CPU time to get the best result obtained on this benchmark1166.64
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 239
Optimality of the best value was proved NO
Number of variables63009
Total number of constraints507
Number of constraints which are clauses507
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint7753
Number of terms in the objective function 63009
Biggest coefficient in the objective function 2
Number of bits for the biggest coefficient in the objective function 2
Sum of the numbers in the objective function 122425
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 2
Number of bits of the biggest number in a constraint 2
Biggest sum of numbers in a constraint 122425
Number of bits of the biggest sum of numbers17
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.83	c run inc solver
0.00/0.83	c [INC SYSTEM] run initial solver
0.00/0.83	c [INC SYSTEM] preprocess with white file
14.03/15.62	c [INC SYSTEM] finished preprocessing in 14 s
14.03/15.62	c [INC SYSTEM] execute solver
14.40/16.06	c [INC SEARCH] formula is SAT
14.40/16.08	c [INC SYSTEM] solved the initial formula
14.60/16.24	c model valid
14.60/16.24	c current solution ok
15.20/16.89	o 946
15.20/16.89	c starting approximation
15.20/16.89	c factor = 1.94298
15.20/16.89	c can not find a suitable factor, leaving approximation
15.20/16.89	c finished approximation
15.20/16.89	c [INC SYSTEM] there exists a inc, kill it!
15.20/16.89	c write failed with 2
15.20/16.90	c [INC SEARCH] iteration: 0
15.20/16.90	c [INC BOUNDS] best value:946 search for 945
15.20/16.90	c [INC SYSTEM] create new solver instance
15.20/16.90	c [INC] encode full formula
15.20/16.90	c fallback to adder encoding
18.61/20.26	c set iterative enc to: adder
18.61/20.26	c set iterative enc to: none
19.01/20.69	c [INC SEARCH] isOptimum variable: 0
1801.84/1803.76	c [INC SYSTEM] an unexpexted return value has been received, exit
1801.84/1803.76	s UNKNOWN
1801.84/1803.76	c [INC SYSTEM] there exists a inc, kill it!
1801.84/1803.76	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-3702688-1338050630/watcher-3702688-1338050630 -o /tmp/evaluation-result-3702688-1338050630/solver-3702688-1338050630 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702688-1338050630.opb 679141285 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: 1.00 1.00 1.16 3/177 3435
/proc/meminfo: memFree=29801228/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0

[startup+0.0176461 s]
/proc/loadavg: 1.00 1.00 1.16 3/177 3435
/proc/meminfo: memFree=29801228/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100298 s]
/proc/loadavg: 1.00 1.00 1.16 3/177 3435
/proc/meminfo: memFree=29801228/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300231 s]
/proc/loadavg: 1.00 1.00 1.16 3/177 3435
/proc/meminfo: memFree=29801228/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700309 s]
/proc/loadavg: 1.00 1.00 1.16 3/177 3435
/proc/meminfo: memFree=29801228/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 1.08 1.02 1.16 3/181 3439
/proc/meminfo: memFree=29656700/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=85444 CPUtime=0.92 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 16520 0 0 0 77 15 0 0 20 0 1 0 271188694 87494656 20132 33554432000 4194304 5992684 140736626969056 140736626963504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3436/statm: 21361 20132 167 440 0 20917 0
[pid=3438] ppid=3436 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3438/stat : 3438 (cp2_pre.sh) S 3436 3435 3390 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271188787 9367552 277 33554432000 4194304 5064252 140733351460352 140733351459056 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3438/statm: 2287 277 234 213 0 72 0
[pid=3439] ppid=3438 vsize=224584 CPUtime=0.56 cores=0,2,4,6
/proc/3439/stat : 3439 (coprocessor) R 3438 3435 3390 0 -1 4202496 24868 0 0 0 50 6 0 0 20 0 1 0 271188788 229974016 49505 33554432000 4194304 6586260 140736499146800 140733351459080 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/3439/statm: 56179 49506 166 584 0 55591 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 328324

[startup+3.10042 s]
/proc/loadavg: 1.08 1.02 1.16 3/181 3439
/proc/meminfo: memFree=29393476/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=85444 CPUtime=0.92 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 16520 0 0 0 77 15 0 0 20 0 1 0 271188694 87494656 20132 33554432000 4194304 5992684 140736626969056 140736626963504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3436/statm: 21361 20132 167 440 0 20917 0
[pid=3438] ppid=3436 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3438/stat : 3438 (cp2_pre.sh) S 3436 3435 3390 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271188787 9367552 277 33554432000 4194304 5064252 140733351460352 140733351459056 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3438/statm: 2287 277 234 213 0 72 0
[pid=3439] ppid=3438 vsize=269900 CPUtime=2.15 cores=0,2,4,6
/proc/3439/stat : 3439 (coprocessor) R 3438 3435 3390 0 -1 4202496 35439 0 0 0 206 9 0 0 20 0 1 0 271188788 276377600 65697 33554432000 4194304 6586260 140736499146800 140736499142952 4775781 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/3439/statm: 67475 65697 175 584 0 66887 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 373640

[startup+6.30032 s]
/proc/loadavg: 1.15 1.03 1.17 3/181 3439
/proc/meminfo: memFree=29239216/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=85444 CPUtime=0.92 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 16520 0 0 0 77 15 0 0 20 0 1 0 271188694 87494656 20132 33554432000 4194304 5992684 140736626969056 140736626963504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3436/statm: 21361 20132 167 440 0 20917 0
[pid=3438] ppid=3436 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3438/stat : 3438 (cp2_pre.sh) S 3436 3435 3390 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271188787 9367552 277 33554432000 4194304 5064252 140733351460352 140733351459056 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3438/statm: 2287 277 234 213 0 72 0
[pid=3439] ppid=3438 vsize=302564 CPUtime=5.35 cores=0,2,4,6
/proc/3439/stat : 3439 (coprocessor) R 3438 3435 3390 0 -1 4202496 39480 0 0 0 525 10 0 0 20 0 1 0 271188788 309825536 74337 33554432000 4194304 6586260 140736499146800 140736499142392 5599579 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/3439/statm: 75641 74337 190 584 0 75053 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 406304

[startup+12.7003 s]
/proc/loadavg: 1.22 1.05 1.17 3/183 3441
/proc/meminfo: memFree=28437624/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=85444 CPUtime=0.92 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 16520 0 0 0 77 15 0 0 20 0 1 0 271188694 87494656 20132 33554432000 4194304 5992684 140736626969056 140736626963504 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/3436/statm: 21361 20132 167 440 0 20917 0
[pid=3438] ppid=3436 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3438/stat : 3438 (cp2_pre.sh) S 3436 3435 3390 0 -1 4202496 609 0 0 0 0 0 0 0 20 0 1 0 271188787 9367552 277 33554432000 4194304 5064252 140733351460352 140733351459056 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/3438/statm: 2287 277 234 213 0 72 0
[pid=3439] ppid=3438 vsize=304016 CPUtime=11.75 cores=0,2,4,6
/proc/3439/stat : 3439 (coprocessor) R 3438 3435 3390 0 -1 4202496 39863 0 0 0 1165 10 0 0 20 0 1 0 271188788 311312384 74720 33554432000 4194304 6586260 140736499146800 140736499142392 5599454 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/3439/statm: 76004 74720 190 584 0 75416 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 407756

[startup+25.5004 s]
/proc/loadavg: 1.41 1.10 1.19 3/182 3446
/proc/meminfo: memFree=27793812/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=703588 CPUtime=4.79 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 97757 0 0 0 453 26 0 0 20 0 1 0 271190763 720474112 147827 33554432000 4194304 5654031 140735104819136 140735104817032 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 175897 147827 140 357 0 175537 0
Current children cumulated CPU time (s) 23.87
Current children cumulated vsize (KiB) 808876

[startup+51.1004 s]
/proc/loadavg: 1.72 1.20 1.21 3/182 3446
/proc/meminfo: memFree=27579272/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=704196 CPUtime=30.39 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 97877 0 0 0 3013 26 0 0 20 0 1 0 271190763 721096704 148458 33554432000 4194304 5654031 140735104819136 140735104817032 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 176049 148458 141 357 0 175689 0
Current children cumulated CPU time (s) 49.47
Current children cumulated vsize (KiB) 809484

[startup+102.3 s]
/proc/loadavg: 2.02 1.36 1.27 3/183 3451
/proc/meminfo: memFree=27543972/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=704500 CPUtime=81.58 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 97961 0 0 0 8132 26 0 0 20 0 1 0 271190763 721408000 148542 33554432000 4194304 5654031 140735104819136 140735104816744 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 176125 148542 141 357 0 175765 0
Current children cumulated CPU time (s) 100.66
Current children cumulated vsize (KiB) 809788

[startup+162.3 s]
/proc/loadavg: 2.05 1.49 1.32 3/182 3458
/proc/meminfo: memFree=27542444/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=704500 CPUtime=141.57 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 97989 0 0 0 14131 26 0 0 20 0 1 0 271190763 721408000 148570 33554432000 4194304 5654031 140735104819136 140735104806952 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 176125 148570 141 357 0 175765 0
Current children cumulated CPU time (s) 160.65
Current children cumulated vsize (KiB) 809788

[startup+222.3 s]
/proc/loadavg: 2.10 1.61 1.37 3/183 3467
/proc/meminfo: memFree=27542508/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/meminfo: memFree=27521200/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=709476 CPUtime=1281.38 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 99256 0 0 0 128110 28 0 0 20 0 1 0 271190763 726503424 151746 33554432000 4194304 5654031 140735104819136 140735104816920 4236276 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 177369 151746 142 357 0 177009 0
Current children cumulated CPU time (s) 1300.46
Current children cumulated vsize (KiB) 814764

[startup+1362.3 s]
/proc/loadavg: 2.07 2.05 1.83 3/183 3632
/proc/meminfo: memFree=27522392/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=709476 CPUtime=1341.37 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 99260 0 0 0 134109 28 0 0 20 0 1 0 271190763 726503424 151750 33554432000 4194304 5654031 140735104819136 140735104816920 4214505 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 177369 151750 142 357 0 177009 0
Current children cumulated CPU time (s) 1360.45
Current children cumulated vsize (KiB) 814764

[startup+1422.3 s]
/proc/loadavg: 2.07 2.06 1.84 3/183 3640
/proc/meminfo: memFree=27521720/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=709476 CPUtime=1401.36 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 99265 0 0 0 140108 28 0 0 20 0 1 0 271190763 726503424 151755 33554432000 4194304 5654031 140735104819136 140735104816920 4209211 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 177369 151755 142 357 0 177009 0
Current children cumulated CPU time (s) 1420.44
Current children cumulated vsize (KiB) 814764

[startup+1482.3 s]
/proc/loadavg: 2.07 2.06 1.85 3/183 3647
/proc/meminfo: memFree=27520616/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=709476 CPUtime=1461.35 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 99266 0 0 0 146107 28 0 0 20 0 1 0 271190763 726503424 151756 33554432000 4194304 5654031 140735104819136 140735104816920 4233344 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 177369 151756 142 357 0 177009 0
Current children cumulated CPU time (s) 1480.43
Current children cumulated vsize (KiB) 814764

[startup+1543.75 s]
/proc/loadavg: 2.07 2.06 1.86 7/183 3654
/proc/meminfo: memFree=27521928/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=709476 CPUtime=1522.8 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 99268 0 0 0 152252 28 0 0 20 0 1 0 271190763 726503424 151758 33554432000 4194304 5654031 140735104819136 140735104816920 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 177369 151758 142 357 0 177009 0
Current children cumulated CPU time (s) 1541.88
Current children cumulated vsize (KiB) 814764

[startup+1603.75 s]
/proc/loadavg: 2.08 2.06 1.87 3/184 3664
/proc/meminfo: memFree=27520940/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=709476 CPUtime=1582.78 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 99269 0 0 0 158250 28 0 0 20 0 1 0 271190763 726503424 151759 33554432000 4194304 5654031 140735104819136 140735104816920 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 177369 151759 142 357 0 177009 0
Current children cumulated CPU time (s) 1601.86
Current children cumulated vsize (KiB) 814764

[startup+1663.75 s]
/proc/loadavg: 2.07 2.06 1.89 5/183 3671
/proc/meminfo: memFree=27518604/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=710596 CPUtime=1642.78 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 99464 0 0 0 164250 28 0 0 20 0 1 0 271190763 727650304 152465 33554432000 4194304 5654031 140735104819136 140735104817032 4232944 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 177649 152465 142 357 0 177289 0
Current children cumulated CPU time (s) 1661.86
Current children cumulated vsize (KiB) 815884

[startup+1722.62 s]
/proc/loadavg: 2.03 2.05 1.89 3/183 3678
/proc/meminfo: memFree=27524384/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=710596 CPUtime=1701.63 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 99481 0 0 0 170135 28 0 0 20 0 1 0 271190763 727650304 152482 33554432000 4194304 5654031 140735104819136 140735104806952 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 177649 152482 142 357 0 177289 0
Current children cumulated CPU time (s) 1720.71
Current children cumulated vsize (KiB) 815884

[startup+1783.75 s]
/proc/loadavg: 2.07 2.06 1.90 4/183 3686
/proc/meminfo: memFree=27525508/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=710596 CPUtime=1762.76 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 99483 0 0 0 176248 28 0 0 20 0 1 0 271190763 727650304 152484 33554432000 4194304 5654031 140735104819136 140735104806952 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 177649 152484 142 357 0 177289 0
Current children cumulated CPU time (s) 1781.84
Current children cumulated vsize (KiB) 815884



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1803.75 s]
/proc/loadavg: 2.04 2.05 1.91 2/177 3689
/proc/meminfo: memFree=28439524/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=710596 CPUtime=1782.76 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 99483 0 0 0 178248 28 0 0 20 0 1 0 271190763 727650304 152484 33554432000 4194304 5654031 140735104819136 140735104806952 4214494 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 177649 152484 142 357 0 177289 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 815884

Sending SIGTERM to process tree (bottom up)

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

[startup+1803.75 s]
/proc/loadavg: 2.04 2.05 1.91 2/177 3689
/proc/meminfo: memFree=28439524/32873844 swapFree=7112/7112
[pid=3435] ppid=3433 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/3435/stat : 3435 (npSolver-pbo-It) S 3433 3435 3390 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 271188694 9367552 275 33554432000 4194304 5064252 140737340169856 140737340168768 272886294094 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/3435/statm: 2287 275 233 213 0 72 0
[pid=3436] ppid=3435 vsize=96140 CPUtime=19.08 cores=0,2,4,6
/proc/3436/stat : 3436 (npSolver-pbo) S 3435 3435 3390 0 -1 4202496 32951 60840 0 2 437 113 1335 23 20 0 1 0 271188694 98447360 22870 33554432000 4194304 5992684 140736626969056 140736626954888 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 1 0 0
/proc/3436/statm: 24035 22870 199 440 0 23591 0
[pid=3446] ppid=3436 vsize=710596 CPUtime=1782.76 cores=0,2,4,6
/proc/3446/stat : 3446 (glucosInc) R 3436 3435 3390 0 -1 4202496 99483 0 0 0 178248 28 0 0 20 0 1 0 271190763 727650304 152484 33554432000 4194304 5654031 140735104819136 140735104806952 4214494 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/3446/statm: 177649 152484 142 357 0 177289 0
Current children cumulated CPU time (s) 1801.84
Current children cumulated vsize (KiB) 815884

Child status: 0
Real time (s): 1803.77
CPU time (s): 1801.88
CPU user time (s): 1800.22
CPU system time (s): 1.66575
CPU usage (%): 99.8955
Max. virtual memory (cumulated for all children) (KiB): 1018164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1800.22
system time used= 1.66575
maximum resident set size= 770260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 193654
page faults= 2
swaps= 0
block input operations= 240
block output operations= 620000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 964
involuntary context switches= 1880

runsolver used 3.3175 second user time and 12.3541 second system time

The end

Launcher Data

Begin job on node119 at 2012-05-26 18:43:50
IDJOB=3702688
IDBENCH=1874
IDSOLVER=2278
FILE ID=node119/3702688-1338050630
RUNJOBID= node119-1338050630-3406
PBS_JOBID= 14624379
Free space on /tmp= 71564 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-fast0507.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702688-1338050630/watcher-3702688-1338050630 -o /tmp/evaluation-result-3702688-1338050630/solver-3702688-1338050630 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702688-1338050630.opb 679141285 HOME HOME

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

MD5SUM BENCH= 5548b3a1af88258afdf09b4f2d4db162
RANDOM SEED=679141285

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.943
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:        29802516 kB
Buffers:          228412 kB
Cached:          2044112 kB
SwapCached:            0 kB
Active:           538248 kB
Inactive:        1747724 kB
Active(anon):       3204 kB
Inactive(anon):    13316 kB
Active(file):     535044 kB
Inactive(file):  1734408 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             22172 kB
Writeback:            12 kB
AnonPages:         21184 kB
Mapped:            13788 kB
Shmem:               200 kB
Slab:             645784 kB
SReclaimable:      87732 kB
SUnreclaim:       558052 kB
KernelStack:        1424 kB
PageTables:         3956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     127076 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 70924 MiB
End job on node119 at 2012-05-26 19:13:54