Trace number 3747049

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 (fixed)? (TO) 1800.08 1800.41

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib/normalized-mps-v2-20-10-mod010.opb
MD5SUM0155c0c96434984f6ded6bb7ada20c0c
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6548
Best CPU time to get the best result obtained on this benchmark0.591909
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 6548
Optimality of the best value was proved YES
Number of variables2655
Total number of constraints146
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)145
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint4
Maximum length of a constraint2655
Number of terms in the objective function 2655
Biggest coefficient in the objective function 266
Number of bits for the biggest coefficient in the objective function 9
Sum of the numbers in the objective function 489211
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 266
Number of bits of the biggest number in a constraint 9
Biggest sum of numbers in a constraint 489211
Number of bits of the biggest sum of numbers19
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.09	c old isEQ: 176, new EQ is 1
0.00/0.17	c run inc solver
0.00/0.17	c [INC SYSTEM] run initial solver
0.00/0.17	c [INC SYSTEM] preprocess with white file
1.16/1.28	c [INC SYSTEM] finished preprocessing in 1 s
1.16/1.28	c [INC SYSTEM] execute solver
932.72/932.94	c [INC SEARCH] formula is SAT
932.72/932.95	c [INC SYSTEM] solved the initial formula
932.72/932.95	c model valid
932.72/932.95	c current solution ok
933.02/933.22	o 8481
933.02/933.22	c [INC SYSTEM] there exists a inc, kill it!
933.02/933.22	c write failed with 2
933.02/933.22	c [INC SEARCH] iteration: 0
933.02/933.22	c [INC BOUNDS] best value:8481 search for 8480
933.02/933.22	c [INC SYSTEM] create new solver instance
933.02/933.22	c [INC] encode full formula
933.02/933.22	c fallback to adder encoding
933.22/933.42	c set iterative enc to: adder
933.22/933.42	c set iterative enc to: none
933.22/933.44	c [INC SEARCH] isOptimum variable: 0
1800.08/1800.41	HOME/npSolver-pbo-Itd.sh: line 18: 23396 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=0 -useCP2=1 -useInc=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-3747049-1339098202/watcher-3747049-1339098202 -o /tmp/evaluation-result-3747049-1339098202/solver-3747049-1339098202 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3747049-1339098202.opb 1310266412 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: 0.29 0.06 0.02 4/177 23395
/proc/meminfo: memFree=28082668/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0

[startup+0.065293 s]
/proc/loadavg: 0.29 0.06 0.02 4/177 23395
/proc/meminfo: memFree=28082668/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100288 s]
/proc/loadavg: 0.29 0.06 0.02 4/177 23395
/proc/meminfo: memFree=28082668/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300185 s]
/proc/loadavg: 0.29 0.06 0.02 4/177 23395
/proc/meminfo: memFree=28082668/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700184 s]
/proc/loadavg: 0.29 0.06 0.02 4/177 23395
/proc/meminfo: memFree=28082668/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 0.43 0.10 0.03 3/181 23399
/proc/meminfo: memFree=27946792/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=11272 CPUtime=1.25 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 6930 13341 0 0 14 2 100 9 20 0 1 0 375944599 11542528 2394 33554432000 4194304 6004724 140733729561856 140733729548136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 2818 2394 167 442 0 2372 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 20420

[startup+3.10032 s]
/proc/loadavg: 0.43 0.10 0.03 3/180 23401
/proc/meminfo: memFree=27896776/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=11272 CPUtime=1.25 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 6930 13341 0 0 14 2 100 9 20 0 1 0 375944599 11542528 2394 33554432000 4194304 6004724 140733729561856 140733729548136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 2818 2394 167 442 0 2372 0
[pid=23401] ppid=23396 vsize=24244 CPUtime=1.81 cores=0,2,4,6
/proc/23401/stat : 23401 (glucosInc) R 23396 23395 23264 0 -1 4202496 4994 0 0 0 181 0 0 0 20 0 1 0 375944727 24825856 5286 33554432000 4194304 5654031 140735500718672 140735500716440 4232707 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23401/statm: 6061 5286 141 357 0 5701 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 44664

[startup+6.30031 s]
/proc/loadavg: 0.43 0.10 0.03 3/180 23401
/proc/meminfo: memFree=27684548/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=11272 CPUtime=1.25 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 6930 13341 0 0 14 2 100 9 20 0 1 0 375944599 11542528 2394 33554432000 4194304 6004724 140733729561856 140733729548136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 2818 2394 167 442 0 2372 0
[pid=23401] ppid=23396 vsize=25440 CPUtime=5.01 cores=0,2,4,6
/proc/23401/stat : 23401 (glucosInc) R 23396 23395 23264 0 -1 4202496 6282 0 0 0 500 1 0 0 20 0 1 0 375944727 26050560 5387 33554432000 4194304 5654031 140735500718672 140735500706488 4233232 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23401/statm: 6360 5387 142 357 0 6000 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 45860

[startup+12.7004 s]
/proc/loadavg: 0.67 0.16 0.05 3/180 23401
/proc/meminfo: memFree=25646776/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=11272 CPUtime=1.25 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 6930 13341 0 0 14 2 100 9 20 0 1 0 375944599 11542528 2394 33554432000 4194304 6004724 140733729561856 140733729548136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 2818 2394 167 442 0 2372 0
[pid=23401] ppid=23396 vsize=32500 CPUtime=11.41 cores=0,2,4,6
/proc/23401/stat : 23401 (glucosInc) R 23396 23395 23264 0 -1 4202496 7596 0 0 0 1140 1 0 0 20 0 1 0 375944727 33280000 7477 33554432000 4194304 5654031 140735500718672 140735500706488 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23401/statm: 8125 7477 142 357 0 7765 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 52920

[startup+25.5004 s]
/proc/loadavg: 0.95 0.24 0.08 3/182 23403
/proc/meminfo: memFree=24464692/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=11272 CPUtime=1.25 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 6930 13341 0 0 14 2 100 9 20 0 1 0 375944599 11542528 2394 33554432000 4194304 6004724 140733729561856 140733729548136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 2818 2394 167 442 0 2372 0
[pid=23401] ppid=23396 vsize=48456 CPUtime=24.2 cores=0,2,4,6
/proc/23401/stat : 23401 (glucosInc) R 23396 23395 23264 0 -1 4202496 8585 0 0 0 2416 4 0 0 20 0 1 0 375944727 49618944 11456 33554432000 4194304 5654031 140735500718672 140735500706488 4218592 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23401/statm: 12114 11456 142 357 0 11754 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 68876

[startup+51.1068 s]
/proc/loadavg: 1.59 0.46 0.16 3/182 23403
/proc/meminfo: memFree=22727376/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=11272 CPUtime=1.25 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 6930 13341 0 0 14 2 100 9 20 0 1 0 375944599 11542528 2394 33554432000 4194304 6004724 140733729561856 140733729548136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 2818 2394 167 442 0 2372 0
[pid=23401] ppid=23396 vsize=93696 CPUtime=49.8 cores=0,2,4,6
/proc/23401/stat : 23401 (glucosInc) R 23396 23395 23264 0 -1 4202496 9910 0 0 0 4975 5 0 0 20 0 1 0 375944727 95944704 18050 33554432000 4194304 5654031 140735500718672 140735500706488 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23401/statm: 23424 18050 142 357 0 23064 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 114116

[startup+102.3 s]
/proc/loadavg: 1.92 0.73 0.26 3/181 23406
/proc/meminfo: memFree=22939220/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=11272 CPUtime=1.25 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 6930 13341 0 0 14 2 100 9 20 0 1 0 375944599 11542528 2394 33554432000 4194304 6004724 140733729561856 140733729548136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 2818 2394 167 442 0 2372 0
[pid=23401] ppid=23396 vsize=93696 CPUtime=100.99 cores=0,2,4,6
/proc/23401/stat : 23401 (glucosInc) R 23396 23395 23264 0 -1 4202496 11587 0 0 0 10092 7 0 0 20 0 1 0 375944727 95944704 22776 33554432000 4194304 5654031 140735500718672 140735500706488 4233431 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23401/statm: 23424 22776 142 357 0 23064 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 114116

[startup+162.3 s]
/proc/loadavg: 2.00 0.97 0.37 3/181 23406
/proc/meminfo: memFree=22324100/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=11272 CPUtime=1.25 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 6930 13341 0 0 14 2 100 9 20 0 1 0 375944599 11542528 2394 33554432000 4194304 6004724 140733729561856 140733729548136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 2818 2394 167 442 0 2372 0
[pid=23401] ppid=23396 vsize=93696 CPUtime=160.98 cores=0,2,4,6
/proc/23401/stat : 23401 (glucosInc) R 23396 23395 23264 0 -1 4202496 15904 0 0 0 16084 14 0 0 20 0 1 0 375944727 95944704 22776 33554432000 4194304 5654031 140735500718672 140735500706488 4233144 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23401/statm: 23424 22776 142 357 0 23064 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 114116

[startup+222.3 s]
/proc/loadavg: 2.00 1.16 0.47 3/181 23406
/proc/meminfo: memFree=22246936/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=11272 CPUtime=1.25 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 6930 13341 0 0 14 2 100 9 20 0 1 0 375944599 11542528 2394 33554432000 4194304 6004724 140733729561856 140733729548136 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 2818 2394 167 442 0 2372 0
[pid=23401] ppid=23396 vsize=173836 CPUtime=220.97 cores=0,2,4,6
/proc/23401/stat : 23401 (glucosInc) R 23396 23395 23264 0 -1 4202496 20242 0 0 0 22076 21 0 0 20 0 1 0 375944727 178008064 38675 33554432000 4194304 5654031 140735500718672 140735500706488 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23401/statm: 43459 38675 142 357 0 43099 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 194256

[startup+282.3 s]
/proc/loadavg: 2.00 1.31 0.57 3/181 23406
/proc/meminfo: memFree=22240636/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.01 1.97 1.52 3/181 23443
/proc/meminfo: memFree=22094744/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=25896 CPUtime=933.27 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 12282 70657 0 0 38 26 93157 106 20 0 1 0 375944599 26517504 6066 33554432000 4194304 6004724 140733729561856 140733729547704 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 6474 6066 183 442 0 6028 0
[pid=23415] ppid=23396 vsize=253124 CPUtime=428.78 cores=0,2,4,6
/proc/23415/stat : 23415 (glucosInc) R 23396 23395 23264 0 -1 4202496 22991 0 0 0 42857 21 0 0 20 0 1 0 376037944 259198976 49197 33554432000 4194304 5654031 140737312902320 140737312890136 4233464 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23415/statm: 63281 49197 142 357 0 62921 0
Current children cumulated CPU time (s) 1362.05
Current children cumulated vsize (KiB) 288168

[startup+1422.3 s]
/proc/loadavg: 2.00 1.97 1.55 3/181 23443
/proc/meminfo: memFree=22130636/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=25896 CPUtime=933.27 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 12282 70657 0 0 38 26 93157 106 20 0 1 0 375944599 26517504 6066 33554432000 4194304 6004724 140733729561856 140733729547704 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 6474 6066 183 442 0 6028 0
[pid=23415] ppid=23396 vsize=172216 CPUtime=488.77 cores=0,2,4,6
/proc/23415/stat : 23415 (glucosInc) R 23396 23395 23264 0 -1 4202496 24397 0 0 0 48851 26 0 0 20 0 1 0 376037944 176349184 40637 33554432000 4194304 5654031 140737312902320 140737312890136 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23415/statm: 43054 40637 142 357 0 42694 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 207260

[startup+1482.3 s]
/proc/loadavg: 2.00 1.97 1.58 3/181 23443
/proc/meminfo: memFree=22097100/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=25896 CPUtime=933.27 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 12282 70657 0 0 38 26 93157 106 20 0 1 0 375944599 26517504 6066 33554432000 4194304 6004724 140733729561856 140733729547704 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 6474 6066 183 442 0 6028 0
[pid=23415] ppid=23396 vsize=203036 CPUtime=548.76 cores=0,2,4,6
/proc/23415/stat : 23415 (glucosInc) R 23396 23395 23264 0 -1 4202496 26399 0 0 0 54846 30 0 0 20 0 1 0 376037944 207908864 48628 33554432000 4194304 5654031 140737312902320 140737312890136 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23415/statm: 50759 48628 142 357 0 50399 0
Current children cumulated CPU time (s) 1482.03
Current children cumulated vsize (KiB) 238080

[startup+1542.3 s]
/proc/loadavg: 2.00 1.97 1.60 3/181 23443
/proc/meminfo: memFree=22121048/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=25896 CPUtime=933.27 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 12282 70657 0 0 38 26 93157 106 20 0 1 0 375944599 26517504 6066 33554432000 4194304 6004724 140733729561856 140733729547704 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 6474 6066 183 442 0 6028 0
[pid=23415] ppid=23396 vsize=203036 CPUtime=608.75 cores=0,2,4,6
/proc/23415/stat : 23415 (glucosInc) R 23396 23395 23264 0 -1 4202496 27312 0 0 0 60842 33 0 0 20 0 1 0 376037944 207908864 42253 33554432000 4194304 5654031 140737312902320 140737312900408 4215126 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23415/statm: 50759 42253 142 357 0 50399 0
Current children cumulated CPU time (s) 1542.02
Current children cumulated vsize (KiB) 238080

[startup+1602.3 s]
/proc/loadavg: 2.00 1.97 1.62 3/181 23446
/proc/meminfo: memFree=22070336/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=25896 CPUtime=933.27 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 12282 70657 0 0 38 26 93157 106 20 0 1 0 375944599 26517504 6066 33554432000 4194304 6004724 140733729561856 140733729547704 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 6474 6066 183 442 0 6028 0
[pid=23415] ppid=23396 vsize=253124 CPUtime=668.74 cores=0,2,4,6
/proc/23415/stat : 23415 (glucosInc) R 23396 23395 23264 0 -1 4202496 27639 0 0 0 66840 34 0 0 20 0 1 0 376037944 259198976 55354 33554432000 4194304 5654031 140737312902320 140737312890136 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23415/statm: 63281 55354 142 357 0 62921 0
Current children cumulated CPU time (s) 1602.01
Current children cumulated vsize (KiB) 288168

[startup+1662.3 s]
/proc/loadavg: 2.04 1.99 1.65 3/181 23447
/proc/meminfo: memFree=22123584/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=25896 CPUtime=933.27 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 12282 70657 0 0 38 26 93157 106 20 0 1 0 375944599 26517504 6066 33554432000 4194304 6004724 140733729561856 140733729547704 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 6474 6066 183 442 0 6028 0
[pid=23415] ppid=23396 vsize=178036 CPUtime=728.73 cores=0,2,4,6
/proc/23415/stat : 23415 (glucosInc) R 23396 23395 23264 0 -1 4202496 29993 0 0 0 72833 40 0 0 20 0 1 0 376037944 182308864 42095 33554432000 4194304 5654031 140737312902320 140737312890136 4233232 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23415/statm: 44509 42095 142 357 0 44149 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 213080

[startup+1722.3 s]
/proc/loadavg: 2.01 1.99 1.67 3/181 23447
/proc/meminfo: memFree=22096780/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=25896 CPUtime=933.27 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 12282 70657 0 0 38 26 93157 106 20 0 1 0 375944599 26517504 6066 33554432000 4194304 6004724 140733729561856 140733729547704 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 6474 6066 183 442 0 6028 0
[pid=23415] ppid=23396 vsize=211164 CPUtime=788.72 cores=0,2,4,6
/proc/23415/stat : 23415 (glucosInc) R 23396 23395 23264 0 -1 4202496 32225 0 0 0 78827 45 0 0 20 0 1 0 376037944 216231936 48265 33554432000 4194304 5654031 140737312902320 140737312890136 4232916 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23415/statm: 52791 48265 142 357 0 52431 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 246208

[startup+1782.3 s]
/proc/loadavg: 2.05 2.00 1.69 3/181 23447
/proc/meminfo: memFree=22086544/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=25896 CPUtime=933.27 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 12282 70657 0 0 38 26 93157 106 20 0 1 0 375944599 26517504 6066 33554432000 4194304 6004724 140733729561856 140733729547704 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 6474 6066 183 442 0 6028 0
[pid=23415] ppid=23396 vsize=262496 CPUtime=848.71 cores=0,2,4,6
/proc/23415/stat : 23415 (glucosInc) R 23396 23395 23264 0 -1 4202496 34525 0 0 0 84822 49 0 0 20 0 1 0 376037944 268795904 51949 33554432000 4194304 5654031 140737312902320 140737312890136 4215091 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23415/statm: 65624 51949 142 357 0 65264 0
Current children cumulated CPU time (s) 1781.98
Current children cumulated vsize (KiB) 297540



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 1.96 1.99 1.69 4/181 23494
/proc/meminfo: memFree=28837168/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=25896 CPUtime=933.27 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 12282 70657 0 0 38 26 93157 106 20 0 1 0 375944599 26517504 6066 33554432000 4194304 6004724 140733729561856 140733729547704 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 6474 6066 183 442 0 6028 0
[pid=23415] ppid=23396 vsize=262496 CPUtime=866.81 cores=0,2,4,6
/proc/23415/stat : 23415 (glucosInc) R 23396 23395 23264 0 -1 4202496 34556 0 0 0 86631 50 0 0 20 0 1 0 376037944 268795904 62189 33554432000 4194304 5654031 140737312902320 140737312890136 4216681 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23415/statm: 65624 62189 142 357 0 65264 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 297540

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 1.96 1.99 1.69 4/181 23494
/proc/meminfo: memFree=28837168/32873844 swapFree=7644/7644
[pid=23395] ppid=23393 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23395/stat : 23395 (npSolver-pbo-It) S 23393 23395 23264 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 375944599 9367552 275 33554432000 4194304 5064252 140735394851424 140735394850336 239237490254 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23395/statm: 2287 275 233 213 0 72 0
[pid=23396] ppid=23395 vsize=25896 CPUtime=933.27 cores=0,2,4,6
/proc/23396/stat : 23396 (npSolver-pbo) S 23395 23395 23264 0 -1 4202496 12282 70657 0 0 38 26 93157 106 20 0 1 0 375944599 26517504 6066 33554432000 4194304 6004724 140733729561856 140733729547704 5190736 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23396/statm: 6474 6066 183 442 0 6028 0
[pid=23415] ppid=23396 vsize=262496 CPUtime=866.81 cores=0,2,4,6
/proc/23415/stat : 23415 (glucosInc) R 23396 23395 23264 0 -1 4202496 34556 0 0 0 86631 50 0 0 20 0 1 0 376037944 268795904 62189 33554432000 4194304 5654031 140737312902320 140737312890136 4216681 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23415/statm: 65624 62189 142 357 0 65264 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 297540

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23395 and gives
#  childrusage.ru_utime.tv_sec=931
#  childrusage.ru_utime.tv_usec=961320
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=325798
# CPU time returned by wait4() is 933.287
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800.08
CPU user time (s): 1798.26
CPU system time (s): 1.82
CPU usage (%): 99.9815
Max. virtual memory (cumulated for all children) (KiB): 501708

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 931.961
system time used= 1.3258
maximum resident set size= 351000
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83314
page faults= 0
swaps= 0
block input operations= 0
block output operations= 53944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 161
involuntary context switches= 1104

runsolver used 2.50262 second user time and 7.33488 second system time

The end

Launcher Data

Begin job on node147 at 2012-06-07 21:43:22
IDJOB=3747049
IDBENCH=1851
IDSOLVER=2332
FILE ID=node147/3747049-1339098202
RUNJOBID= node147-1339098177-23280
PBS_JOBID= 14643706
Free space on /tmp= 70692 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib/normalized-mps-v2-20-10-mod010.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3747049-1339098202/watcher-3747049-1339098202 -o /tmp/evaluation-result-3747049-1339098202/solver-3747049-1339098202 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3747049-1339098202.opb 1310266412 HOME HOME

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

MD5SUM BENCH= 0155c0c96434984f6ded6bb7ada20c0c
RANDOM SEED=1310266412

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.951
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:        28085088 kB
Buffers:          883876 kB
Cached:          1923244 kB
SwapCached:         3284 kB
Active:          2426296 kB
Inactive:        1484312 kB
Active(anon):    1100028 kB
Inactive(anon):     4952 kB
Active(file):    1326268 kB
Inactive(file):  1479360 kB
Unevictable:        7644 kB
Mlocked:            7644 kB
SwapTotal:      67108856 kB
SwapFree:       67100272 kB
Dirty:             51272 kB
Writeback:             0 kB
AnonPages:       1076976 kB
Mapped:            10060 kB
Shmem:                 0 kB
Slab:             731148 kB
SReclaimable:     171880 kB
SUnreclaim:       559268 kB
KernelStack:        1440 kB
PageTables:         6064 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    1573228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    819200 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= 70684 MiB
End job on node147 at 2012-06-07 22:13:22