Trace number 3697541

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? (problem) 307.27 307.478

General information on the benchmark

Namenormalized-PB07/OPT-BIGINT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir04_trarea_ac.opb
MD5SUMa588ec671da067d931709859b503c557
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark41202
Best CPU time to get the best result obtained on this benchmark244.379
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables1945
Total number of constraints3355
Number of constraints which are clauses3355
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 constraint55
Number of terms in the objective function 1036
Biggest coefficient in the objective function 2072
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 1671510
Number of bits of the sum of numbers in the objective function 21
Biggest number in a constraint 2072
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 1671510
Number of bits of the biggest sum of numbers21
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.01	c run inc solver
0.00/0.01	c [INC SYSTEM] run initial solver
0.00/0.01	c [INC SYSTEM] preprocess with white file
0.00/0.04	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.04	c [INC SYSTEM] execute solver
0.00/0.05	c [INC SEARCH] formula is SAT
0.00/0.05	c [INC SYSTEM] solved the initial formula
0.00/0.05	c model valid
0.00/0.05	c current solution ok
0.00/0.06	o 144674
0.00/0.06	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.06	c write failed with 2
0.00/0.06	c [INC SEARCH] iteration: 0
0.00/0.06	c [INC BOUNDS] best value:144674 search for 144673
0.00/0.06	c [INC SYSTEM] create new solver instance
0.00/0.06	c [INC] encode full formula
0.00/0.06	c fallback to adder encoding
0.00/0.15	c set iterative enc to: adder
0.00/0.15	c set iterative enc to: none
0.00/0.17	c [INC SEARCH] isOptimum variable: 0
146.34/146.49	c formula is SAT
146.34/146.49	c [INC SEARCH] copied best model
146.34/146.49	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
146.44/146.50	c model valid
146.44/146.50	c current solution ok
146.44/146.50	o 144655
146.44/146.50	c [INC SEARCH] iteration: 1
146.44/146.50	c [INC BOUNDS] best value:144655 search for 144654
146.44/146.50	c [INC SYSTEM] there exists a inc, kill it!
146.44/146.50	c write failed with 2
146.44/146.50	c [INC SYSTEM] create new solver instance
146.44/146.50	c [INC] encode full formula
146.44/146.50	c fallback to adder encoding
146.56/146.60	c set iterative enc to: adder
146.56/146.60	c set iterative enc to: none
146.56/146.61	c [INC SEARCH] isOptimum variable: 0
307.21/307.35	c formula is SAT
307.21/307.35	c [INC SEARCH] copied best model
307.21/307.35	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
307.21/307.36	npSolver-pbo: IterativeSolver.cc:102: void IterativeSolver::checkSolution(): Assertion `parser.cb.ok' failed.
307.27/307.47	HOME/npSolver-pbo-Itd.sh: line 18:  5054 Aborted                 (core dumped) ./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-3697541-1338073233/watcher-3697541-1338073233 -o /tmp/evaluation-result-3697541-1338073233/solver-3697541-1338073233 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itd.sh HOME/instance-3697541-1338073233.opb 17688720 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.08 2.08 2.08 3/179 5053
/proc/meminfo: memFree=28349760/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0

[startup+0.0290651 s]
/proc/loadavg: 2.08 2.08 2.08 3/179 5053
/proc/meminfo: memFree=28349760/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10031 s]
/proc/loadavg: 2.08 2.08 2.08 3/179 5053
/proc/meminfo: memFree=28349760/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300266 s]
/proc/loadavg: 2.08 2.08 2.08 3/179 5053
/proc/meminfo: memFree=28349760/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700179 s]
/proc/loadavg: 2.08 2.08 2.08 3/179 5053
/proc/meminfo: memFree=28349760/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 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.08 2.08 2.08 3/182 5062
/proc/meminfo: memFree=28322592/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3340 CPUtime=0.15 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 2990 3314 0 0 10 2 2 1 20 0 1 0 273448729 3420160 534 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5054/statm: 835 534 182 440 0 391 0
[pid=5062] ppid=5054 vsize=25064 CPUtime=1.32 cores=0,2,4,6
/proc/5062/stat : 5062 (glucosInc) R 5054 5053 1914 0 -1 4202496 4933 0 0 0 131 1 0 0 20 0 1 0 273448746 25665536 5273 33554432000 4194304 5654031 140733681282784 140733681270600 4214318 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5062/statm: 6266 5273 142 357 0 5906 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 37552

[startup+3.1003 s]
/proc/loadavg: 2.08 2.08 2.08 3/182 5062
/proc/meminfo: memFree=28316200/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3340 CPUtime=0.15 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 2990 3314 0 0 10 2 2 1 20 0 1 0 273448729 3420160 534 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5054/statm: 835 534 182 440 0 391 0
[pid=5062] ppid=5054 vsize=36576 CPUtime=2.92 cores=0,2,4,6
/proc/5062/stat : 5062 (glucosInc) R 5054 5053 1914 0 -1 4202496 6867 0 0 0 290 2 0 0 20 0 1 0 273448746 37453824 7721 33554432000 4194304 5654031 140733681282784 140733681270600 4226245 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5062/statm: 9144 7721 142 357 0 8784 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 49064

[startup+6.30029 s]
/proc/loadavg: 2.08 2.08 2.08 3/182 5062
/proc/meminfo: memFree=28314836/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3340 CPUtime=0.15 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 2990 3314 0 0 10 2 2 1 20 0 1 0 273448729 3420160 534 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5054/statm: 835 534 182 440 0 391 0
[pid=5062] ppid=5054 vsize=40996 CPUtime=6.11 cores=0,2,4,6
/proc/5062/stat : 5062 (glucosInc) R 5054 5053 1914 0 -1 4202496 8199 0 0 0 609 2 0 0 20 0 1 0 273448746 41979904 7981 33554432000 4194304 5654031 140733681282784 140733681270600 4215091 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5062/statm: 10249 7981 142 357 0 9889 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 53484

[startup+12.7003 s]
/proc/loadavg: 2.07 2.08 2.08 3/182 5062
/proc/meminfo: memFree=28299464/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3340 CPUtime=0.15 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 2990 3314 0 0 10 2 2 1 20 0 1 0 273448729 3420160 534 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5054/statm: 835 534 182 440 0 391 0
[pid=5062] ppid=5054 vsize=52656 CPUtime=12.52 cores=0,2,4,6
/proc/5062/stat : 5062 (glucosInc) R 5054 5053 1914 0 -1 4202496 8726 0 0 0 1249 3 0 0 20 0 1 0 273448746 53919744 11053 33554432000 4194304 5654031 140733681282784 140733681270600 4215009 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5062/statm: 13164 11053 142 357 0 12804 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 65144

[startup+25.5003 s]
/proc/loadavg: 2.05 2.07 2.08 3/182 5062
/proc/meminfo: memFree=28283020/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3340 CPUtime=0.15 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 2990 3314 0 0 10 2 2 1 20 0 1 0 273448729 3420160 534 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5054/statm: 835 534 182 440 0 391 0
[pid=5062] ppid=5054 vsize=64260 CPUtime=25.31 cores=0,2,4,6
/proc/5062/stat : 5062 (glucosInc) R 5054 5053 1914 0 -1 4202496 9484 0 0 0 2528 3 0 0 20 0 1 0 273448746 65802240 14815 33554432000 4194304 5654031 140733681282784 140733681270600 4232830 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5062/statm: 16065 14815 142 357 0 15705 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 76748

[startup+51.1003 s]
/proc/loadavg: 2.03 2.06 2.08 3/182 5085
/proc/meminfo: memFree=28297724/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3340 CPUtime=0.15 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 2990 3314 0 0 10 2 2 1 20 0 1 0 273448729 3420160 534 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5054/statm: 835 534 182 440 0 391 0
[pid=5062] ppid=5054 vsize=64260 CPUtime=50.91 cores=0,2,4,6
/proc/5062/stat : 5062 (glucosInc) R 5054 5053 1914 0 -1 4202496 10937 0 0 0 5087 4 0 0 20 0 1 0 273448746 65802240 11382 33554432000 4194304 5654031 140733681282784 140733681270600 4215009 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5062/statm: 16065 11382 142 357 0 15705 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 76748

[startup+102.307 s]
/proc/loadavg: 2.01 2.05 2.07 3/181 5085
/proc/meminfo: memFree=28271792/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3340 CPUtime=0.15 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 2990 3314 0 0 10 2 2 1 20 0 1 0 273448729 3420160 534 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/5054/statm: 835 534 182 440 0 391 0
[pid=5062] ppid=5054 vsize=113816 CPUtime=102.11 cores=0,2,4,6
/proc/5062/stat : 5062 (glucosInc) R 5054 5053 1914 0 -1 4202496 11773 0 0 0 10206 5 0 0 20 0 1 0 273448746 116547584 22402 33554432000 4194304 5654031 140733681282784 140733681270600 4215076 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5062/statm: 28454 22402 142 357 0 28094 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 126304

[startup+162.3 s]
/proc/loadavg: 2.12 2.07 2.08 3/182 5130
/proc/meminfo: memFree=27438792/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3136 CPUtime=146.57 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 6549 16637 0 0 21 3 14625 8 20 0 1 0 273448729 3211264 483 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5054/statm: 784 483 182 440 0 340 0
[pid=5130] ppid=5054 vsize=42068 CPUtime=15.66 cores=0,2,4,6
/proc/5130/stat : 5130 (glucosInc) R 5054 5053 1914 0 -1 4202496 9476 0 0 0 1565 1 0 0 20 0 1 0 273463391 43077632 9986 33554432000 4194304 5654031 140734033718016 140734033705832 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5130/statm: 10517 9986 142 357 0 10157 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 54352

[startup+222.3 s]
/proc/loadavg: 2.04 2.06 2.07 3/181 5132
/proc/meminfo: memFree=27941448/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3136 CPUtime=146.57 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 6549 16637 0 0 21 3 14625 8 20 0 1 0 273448729 3211264 483 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5054/statm: 784 483 182 440 0 340 0
[pid=5130] ppid=5054 vsize=84692 CPUtime=75.66 cores=0,2,4,6
/proc/5130/stat : 5130 (glucosInc) R 5054 5053 1914 0 -1 4202496 11486 0 0 0 7563 3 0 0 20 0 1 0 273463391 86724608 20601 33554432000 4194304 5654031 140734033718016 140734033705832 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/5130/statm: 21173 20601 142 357 0 20813 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 96976

[startup+282.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 5132
/proc/meminfo: memFree=27875836/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3136 CPUtime=146.57 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 6549 16637 0 0 21 3 14625 8 20 0 1 0 273448729 3211264 483 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5054/statm: 784 483 182 440 0 340 0
[pid=5130] ppid=5054 vsize=115576 CPUtime=135.65 cores=0,2,4,6
/proc/5130/stat : 5130 (glucosInc) R 5054 5053 1914 0 -1 4202496 12034 0 0 0 13561 4 0 0 20 0 1 0 273463391 118349824 23877 33554432000 4194304 5654031 140734033718016 140734033705832 4215112 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5130/statm: 28894 23877 142 357 0 28534 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 127860

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

[startup+294.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 5132
/proc/meminfo: memFree=27875712/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3136 CPUtime=146.57 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 6549 16637 0 0 21 3 14625 8 20 0 1 0 273448729 3211264 483 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5054/statm: 784 483 182 440 0 340 0
[pid=5130] ppid=5054 vsize=115576 CPUtime=147.64 cores=0,2,4,6
/proc/5130/stat : 5130 (glucosInc) R 5054 5053 1914 0 -1 4202496 12368 0 0 0 14760 4 0 0 20 0 1 0 273463391 118349824 23877 33554432000 4194304 5654031 140734033718016 140734033705832 4215055 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5130/statm: 28894 23877 142 357 0 28534 0
Current children cumulated CPU time (s) 294.21
Current children cumulated vsize (KiB) 127860

[startup+300.7 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 5132
/proc/meminfo: memFree=27873664/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3136 CPUtime=146.57 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 6549 16637 0 0 21 3 14625 8 20 0 1 0 273448729 3211264 483 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5054/statm: 784 483 182 440 0 340 0
[pid=5130] ppid=5054 vsize=115576 CPUtime=154.04 cores=0,2,4,6
/proc/5130/stat : 5130 (glucosInc) R 5054 5053 1914 0 -1 4202496 12368 0 0 0 15400 4 0 0 20 0 1 0 273463391 118349824 23877 33554432000 4194304 5654031 140734033718016 140734033705832 4233213 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5130/statm: 28894 23877 142 357 0 28534 0
Current children cumulated CPU time (s) 300.61
Current children cumulated vsize (KiB) 127860

[startup+303.9 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 5132
/proc/meminfo: memFree=27873664/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3136 CPUtime=146.57 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 6549 16637 0 0 21 3 14625 8 20 0 1 0 273448729 3211264 483 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5054/statm: 784 483 182 440 0 340 0
[pid=5130] ppid=5054 vsize=115576 CPUtime=157.24 cores=0,2,4,6
/proc/5130/stat : 5130 (glucosInc) R 5054 5053 1914 0 -1 4202496 12368 0 0 0 15720 4 0 0 20 0 1 0 273463391 118349824 23877 33554432000 4194304 5654031 140734033718016 140734033705832 4215344 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5130/statm: 28894 23877 142 357 0 28534 0
Current children cumulated CPU time (s) 303.81
Current children cumulated vsize (KiB) 127860

[startup+305.5 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 5132
/proc/meminfo: memFree=27873664/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3136 CPUtime=146.57 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 6549 16637 0 0 21 3 14625 8 20 0 1 0 273448729 3211264 483 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5054/statm: 784 483 182 440 0 340 0
[pid=5130] ppid=5054 vsize=164896 CPUtime=158.84 cores=0,2,4,6
/proc/5130/stat : 5130 (glucosInc) R 5054 5053 1914 0 -1 4202496 12700 0 0 0 15879 5 0 0 20 0 1 0 273463391 168853504 31874 33554432000 4194304 5654031 140734033718016 140734033705832 4232752 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5130/statm: 41224 31874 142 357 0 40864 0
Current children cumulated CPU time (s) 305.41
Current children cumulated vsize (KiB) 177180

[startup+306.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 5132
/proc/meminfo: memFree=27842076/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3136 CPUtime=146.57 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 6549 16637 0 0 21 3 14625 8 20 0 1 0 273448729 3211264 483 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5054/statm: 784 483 182 440 0 340 0
[pid=5130] ppid=5054 vsize=164896 CPUtime=159.64 cores=0,2,4,6
/proc/5130/stat : 5130 (glucosInc) R 5054 5053 1914 0 -1 4202496 12700 0 0 0 15959 5 0 0 20 0 1 0 273463391 168853504 31874 33554432000 4194304 5654031 140734033718016 140734033705832 4215138 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5130/statm: 41224 31874 142 357 0 40864 0
Current children cumulated CPU time (s) 306.21
Current children cumulated vsize (KiB) 177180

[startup+307.1 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 5132
/proc/meminfo: memFree=27842076/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3136 CPUtime=146.57 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 6549 16637 0 0 21 3 14625 8 20 0 1 0 273448729 3211264 483 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5054/statm: 784 483 182 440 0 340 0
[pid=5130] ppid=5054 vsize=164896 CPUtime=160.44 cores=0,2,4,6
/proc/5130/stat : 5130 (glucosInc) R 5054 5053 1914 0 -1 4202496 12701 0 0 0 16039 5 0 0 20 0 1 0 273463391 168853504 32386 33554432000 4194304 5654031 140734033718016 140734033705832 4215091 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5130/statm: 41224 32386 142 357 0 40864 0
Current children cumulated CPU time (s) 307.01
Current children cumulated vsize (KiB) 177180

[startup+307.3 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 5132
/proc/meminfo: memFree=27842076/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3136 CPUtime=146.57 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4202496 6549 16637 0 0 21 3 14625 8 20 0 1 0 273448729 3211264 483 33554432000 4194304 5992684 140734449290624 140734449276456 5179600 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5054/statm: 784 483 182 440 0 340 0
[pid=5130] ppid=5054 vsize=164896 CPUtime=160.64 cores=0,2,4,6
/proc/5130/stat : 5130 (glucosInc) R 5054 5053 1914 0 -1 4202496 12701 0 0 0 16059 5 0 0 20 0 1 0 273463391 168853504 32386 33554432000 4194304 5654031 140734033718016 140734033705832 4232752 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/5130/statm: 41224 32386 142 357 0 40864 0
Current children cumulated CPU time (s) 307.21
Current children cumulated vsize (KiB) 177180

[startup+307.4 s]
/proc/loadavg: 2.01 2.04 2.06 3/181 5132
/proc/meminfo: memFree=27842076/32873844 swapFree=7384/7384
[pid=5053] ppid=5051 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/5053/stat : 5053 (npSolver-pbo-It) S 5051 5053 1914 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 273448729 9367552 275 33554432000 4194304 5064252 140734052175072 140734052173984 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/5053/statm: 2287 275 233 213 0 72 0
[pid=5054] ppid=5053 vsize=3644 CPUtime=146.58 cores=0,2,4,6
/proc/5054/stat : 5054 (npSolver-pbo) S 5053 5053 1914 0 -1 4204032 6876 16637 0 0 22 3 14625 8 20 0 1 0 273448729 3731456 589 33554432000 4194304 5992684 140734449290624 140734449284728 5240597 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/5054/statm: 911 589 194 440 0 467 0
[pid=5130] ppid=5054 vsize=164904 CPUtime=160.69 cores=0,2,4,6
/proc/5130/stat : 5130 (glucosInc) S 5054 5053 1914 0 -1 4202496 12708 0 0 0 16064 5 0 0 20 0 1 0 273463391 168861696 32393 33554432000 4194304 5654031 140734033718016 140734033716328 4976656 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/5130/statm: 41226 32393 148 357 0 40866 0
Current children cumulated CPU time (s) 307.27
Current children cumulated vsize (KiB) 177696

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 5053 and gives
#  childrusage.ru_utime.tv_sec=146
#  childrusage.ru_utime.tv_usec=476732
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=121981
# CPU time returned by wait4() is 146.599
# while last known CPU time is 307.27
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 307.478
CPU time (s): 307.27
CPU user time (s): 307.11
CPU system time (s): 0.16
CPU usage (%): 99.9325
Max. virtual memory (cumulated for all children) (KiB): 177696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 146.477
system time used= 0.121981
maximum resident set size= 128480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23888
page faults= 0
swaps= 0
block input operations= 0
block output operations= 24088
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 552
involuntary context switches= 221

runsolver used 1.18482 second user time and 2.23566 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-27 01:00:33
IDJOB=3697541
IDBENCH=25050
IDSOLVER=2275
FILE ID=node136/3697541-1338073233
RUNJOBID= node136-1338052928-1930
PBS_JOBID= 14624396
Free space on /tmp= 71428 MiB

SOLVER NAME= npSolver inc-topDown
BENCH NAME= PB07/normalized-PB07/OPT-BIGINT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir04_trarea_ac.opb
COMMAND LINE= DIR/npSolver-pbo-Itd.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3697541-1338073233/watcher-3697541-1338073233 -o /tmp/evaluation-result-3697541-1338073233/solver-3697541-1338073233 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itd.sh HOME/instance-3697541-1338073233.opb 17688720 HOME HOME

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

MD5SUM BENCH= a588ec671da067d931709859b503c557
RANDOM SEED=17688720

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

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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:        28350288 kB
Buffers:          352264 kB
Cached:          2595912 kB
SwapCached:        24460 kB
Active:          1784872 kB
Inactive:        1948352 kB
Active(anon):     759432 kB
Inactive(anon):    25096 kB
Active(file):    1025440 kB
Inactive(file):  1923256 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              8164 kB
Writeback:             0 kB
AnonPages:        804544 kB
Mapped:            11052 kB
Shmem:                 0 kB
Slab:             647500 kB
SReclaimable:      89484 kB
SUnreclaim:       558016 kB
KernelStack:        1512 kB
PageTables:         5476 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     956412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    622592 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= 71372 MiB
End job on node136 at 2012-05-27 01:05:40