Trace number 3699139

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? (problem) 1169.73 1170.11

General information on the benchmark

Namenormalized-PB07/OPT-BIGINT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir06_trarea_ac.opb
MD5SUM83920c844b074c56822148eb18b413de
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark37056
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4360
Total number of constraints8610
Number of constraints which are clauses8610
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 constraint163
Number of terms in the objective function 2173
Biggest coefficient in the objective function 2124
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 3653850
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 2124
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3653850
Number of bits of the biggest sum of numbers22
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.03	c run inc solver
0.00/0.03	c [INC SYSTEM] run initial solver
0.00/0.03	c [INC SYSTEM] preprocess with white file
0.00/0.11	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.11	c [INC SYSTEM] execute solver
0.00/0.11	c [INC SEARCH] formula is SAT
0.00/0.11	c [INC SYSTEM] solved the initial formula
0.00/0.12	c model valid
0.00/0.12	c current solution ok
0.00/0.14	o 274112
0.00/0.14	c execute binary inc search
0.00/0.14	c [INC SEARCH] current bound: 137056
0.00/0.14	c [INC SEARCH] iteration: 0
0.00/0.14	c [INC SEARCH] lower bound: 0 upperbound 274112 current bound: 137056 best value:274112
0.00/0.14	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.14	c write failed with 2
0.00/0.14	c [INC SYSTEM] create new solver instance
0.00/0.14	c [INC] encode full formula
0.00/0.14	c fallback to adder encoding
0.00/0.34	c set iterative enc to: adder
0.00/0.34	c set iterative enc to: none
0.00/0.36	c [INC SEARCH] isOptimum variable: 0
1169.68/1169.92	c [INC SEARCH] formula is SAT
1169.68/1169.92	c [INC SEARCH] copied best model
1169.68/1169.92	c sat variable: 1 optimum/unsat variable: 0
1169.68/1169.93	npSolver-pbo: IterativeSolver.cc:102: void IterativeSolver::checkSolution(): Assertion `parser.cb.ok' failed.
1169.73/1170.10	HOME/npSolver-pbo-I.sh: line 18:  3654 Aborted                 (core dumped) ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=0 -useBinSearch=1 -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-3699139-1338073453/watcher-3699139-1338073453 -o /tmp/evaluation-result-3699139-1338073453/solver-3699139-1338073453 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3699139-1338073453.opb 798276750 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.06 2.20 2.36 3/179 3653
/proc/meminfo: memFree=27207700/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0

[startup+0.0158659 s]
/proc/loadavg: 2.06 2.20 2.36 3/179 3653
/proc/meminfo: memFree=27207700/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100261 s]
/proc/loadavg: 2.06 2.20 2.36 3/179 3653
/proc/meminfo: memFree=27207700/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300165 s]
/proc/loadavg: 2.06 2.20 2.36 3/179 3653
/proc/meminfo: memFree=27207700/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700183 s]
/proc/loadavg: 2.06 2.20 2.36 3/179 3653
/proc/meminfo: memFree=27207700/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5003 s]
/proc/loadavg: 2.06 2.20 2.35 3/182 3662
/proc/meminfo: memFree=27152992/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=45112 CPUtime=1.12 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 9159 0 0 0 110 2 0 0 20 0 1 0 273472135 46194688 9675 33554432000 4194304 5654031 140734106713024 140734106710808 4214344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 11278 9675 142 357 0 10918 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 59060

[startup+3.1003 s]
/proc/loadavg: 2.06 2.20 2.35 3/182 3662
/proc/meminfo: memFree=27152488/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=45908 CPUtime=2.72 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 9342 0 0 0 270 2 0 0 20 0 1 0 273472135 47009792 9858 33554432000 4194304 5654031 140734106713024 140734106710808 4214432 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 11477 9858 142 357 0 11117 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 59856

[startup+6.30035 s]
/proc/loadavg: 2.06 2.20 2.35 3/182 3662
/proc/meminfo: memFree=27148400/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=48072 CPUtime=5.92 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 10555 0 0 0 589 3 0 0 20 0 1 0 273472135 49225728 10653 33554432000 4194304 5654031 140734106713024 140734106700840 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 12018 10653 142 357 0 11658 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 62020

[startup+12.7004 s]
/proc/loadavg: 2.20 2.22 2.36 3/181 3662
/proc/meminfo: memFree=27122940/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=78784 CPUtime=12.32 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 11417 0 0 0 1229 3 0 0 20 0 1 0 273472135 80674816 17104 33554432000 4194304 5654031 140734106713024 140734106700840 4215344 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 19696 17104 142 357 0 19336 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 92732

[startup+25.5004 s]
/proc/loadavg: 2.17 2.22 2.36 3/181 3663
/proc/meminfo: memFree=27118164/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=78784 CPUtime=25.11 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 11619 0 0 0 2508 3 0 0 20 0 1 0 273472135 80674816 18322 33554432000 4194304 5654031 140734106713024 140734106700840 4215357 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 19696 18322 142 357 0 19336 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 92732

[startup+51.1004 s]
/proc/loadavg: 2.11 2.20 2.35 3/181 3663
/proc/meminfo: memFree=27104684/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=97640 CPUtime=50.71 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 13581 0 0 0 5066 5 0 0 20 0 1 0 273472135 99983360 21753 33554432000 4194304 5654031 140734106713024 140734106700840 4232767 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 24410 21753 142 357 0 24050 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 111588

[startup+102.307 s]
/proc/loadavg: 2.04 2.16 2.33 3/181 3663
/proc/meminfo: memFree=27087336/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=128304 CPUtime=101.92 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 13812 0 0 0 10186 6 0 0 20 0 1 0 273472135 131383296 26007 33554432000 4194304 5654031 140734106713024 140734106700840 4215196 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 32076 26007 142 357 0 31716 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 142252

[startup+162.3 s]
/proc/loadavg: 2.01 2.13 2.30 3/181 3663
/proc/meminfo: memFree=27046052/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=128304 CPUtime=161.89 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 14015 0 0 0 16182 7 0 0 20 0 1 0 273472135 131383296 26008 33554432000 4194304 5654031 140734106713024 140734106700840 4214977 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 32076 26008 142 357 0 31716 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 142252

[startup+222.3 s]
/proc/loadavg: 2.00 2.10 2.28 3/181 3663
/proc/meminfo: memFree=27054092/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=177624 CPUtime=221.89 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 14224 0 0 0 22179 10 0 0 20 0 1 0 273472135 181886976 34254 33554432000 4194304 5654031 140734106713024 140734106700840 4215200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 44406 34254 142 357 0 44046 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 191572

[startup+282.3 s]

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

/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 25021 0 0 0 100141 34 0 0 20 0 1 0 273472135 264736768 47983 33554432000 4194304 5654031 140734106713024 140734106700840 4244144 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 64633 47983 142 357 0 64273 0
Current children cumulated CPU time (s) 1002.1
Current children cumulated vsize (KiB) 272480

[startup+1062.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/181 3672
/proc/meminfo: memFree=27013284/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=208444 CPUtime=1061.74 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 25689 0 0 0 106138 36 0 0 20 0 1 0 273472135 213446656 43074 33554432000 4194304 5654031 140734106713024 140734106700840 4215248 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 52111 43074 142 357 0 51751 0
Current children cumulated CPU time (s) 1062.09
Current children cumulated vsize (KiB) 222392

[startup+1122.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/181 3672
/proc/meminfo: memFree=26993676/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=258532 CPUtime=1121.74 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 26517 0 0 0 112137 37 0 0 20 0 1 0 273472135 264736768 47983 33554432000 4194304 5654031 140734106713024 140734106700840 4215248 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 64633 47983 142 357 0 64273 0
Current children cumulated CPU time (s) 1122.09
Current children cumulated vsize (KiB) 272480

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

[startup+1126.3 s]
/proc/loadavg: 2.00 2.00 2.09 3/181 3672
/proc/meminfo: memFree=26991504/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=258532 CPUtime=1125.74 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 26518 0 0 0 112537 37 0 0 20 0 1 0 273472135 264736768 48495 33554432000 4194304 5654031 140734106713024 140734106700840 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 64633 48495 142 357 0 64273 0
Current children cumulated CPU time (s) 1126.09
Current children cumulated vsize (KiB) 272480

[startup+1151.9 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 3672
/proc/meminfo: memFree=27027736/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=208444 CPUtime=1151.33 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 27184 0 0 0 115094 39 0 0 20 0 1 0 273472135 213446656 39490 33554432000 4194304 5654031 140734106713024 140734106711112 4215091 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 52111 39490 142 357 0 51751 0
Current children cumulated CPU time (s) 1151.68
Current children cumulated vsize (KiB) 222392

[startup+1158.31 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 3672
/proc/meminfo: memFree=27027612/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=208444 CPUtime=1157.74 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 27184 0 0 0 115735 39 0 0 20 0 1 0 273472135 213446656 39490 33554432000 4194304 5654031 140734106713024 140734106711112 4215200 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 52111 39490 142 357 0 51751 0
Current children cumulated CPU time (s) 1158.09
Current children cumulated vsize (KiB) 222392

[startup+1164.7 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 3672
/proc/meminfo: memFree=27027364/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=208444 CPUtime=1164.13 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 27185 0 0 0 116374 39 0 0 20 0 1 0 273472135 213446656 40002 33554432000 4194304 5654031 140734106713024 140734106711112 4214996 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 52111 40002 142 357 0 51751 0
Current children cumulated CPU time (s) 1164.48
Current children cumulated vsize (KiB) 222392

[startup+1167.9 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 3672
/proc/meminfo: memFree=27025316/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=208444 CPUtime=1167.33 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 27185 0 0 0 116694 39 0 0 20 0 1 0 273472135 213446656 40002 33554432000 4194304 5654031 140734106713024 140734106700840 4215009 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 52111 40002 142 357 0 51751 0
Current children cumulated CPU time (s) 1167.68
Current children cumulated vsize (KiB) 222392

[startup+1169.5 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 3672
/proc/meminfo: memFree=27023268/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4169 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=208444 CPUtime=1168.93 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 27186 0 0 0 116854 39 0 0 20 0 1 0 273472135 213446656 40514 33554432000 4194304 5654031 140734106713024 140734106700840 4232939 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 52111 40514 142 357 0 51751 0
Current children cumulated CPU time (s) 1169.28
Current children cumulated vsize (KiB) 222392

[startup+1169.9 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 3672
/proc/meminfo: memFree=27023268/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=4800 CPUtime=0.35 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4202496 4189 4046 0 0 23 4 7 1 20 0 1 0 273472098 4915200 895 33554432000 4194304 5992684 140733767500192 140733767485096 5179600 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/3654/statm: 1200 895 184 440 0 756 0
[pid=3662] ppid=3654 vsize=208448 CPUtime=1169.33 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) R 3654 3653 339 0 -1 4202496 27188 0 0 0 116894 39 0 0 20 0 1 0 273472135 213450752 40516 33554432000 4194304 5654031 140734106713024 140734106700840 4976752 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 52112 40516 143 357 0 51752 0
Current children cumulated CPU time (s) 1169.68
Current children cumulated vsize (KiB) 222396

[startup+1170.1 s]
/proc/loadavg: 2.00 2.00 2.08 3/181 3672
/proc/meminfo: memFree=27023268/32873648 swapFree=6844/6844
[pid=3653] ppid=3651 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/3653/stat : 3653 (npSolver-pbo-I.) S 3651 3653 339 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 273472098 9367552 275 33554432000 4194304 5064252 140737142262112 140737142261024 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/3653/statm: 2287 275 233 213 0 72 0
[pid=3654] ppid=3653 vsize=5476 CPUtime=0.38 cores=1,3,5,7
/proc/3654/stat : 3654 (npSolver-pbo) S 3653 3653 339 0 -1 4204032 4894 4046 0 0 25 5 7 1 20 0 1 0 273472098 5607424 1053 33554432000 4194304 5992684 140733767500192 140733767493368 5240597 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/3654/statm: 1369 1053 196 440 0 925 0
[pid=3662] ppid=3654 vsize=208452 CPUtime=1169.35 cores=1,3,5,7
/proc/3662/stat : 3662 (glucosInc) S 3654 3653 339 0 -1 4202496 27193 0 0 0 116896 39 0 0 20 0 1 0 273472135 213454848 40521 33554432000 4194304 5654031 140734106713024 140734106711336 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/3662/statm: 52113 40521 148 357 0 51753 0
Current children cumulated CPU time (s) 1169.73
Current children cumulated vsize (KiB) 223076

Child status: 0

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

Real time (s): 1170.11
CPU time (s): 1169.73
CPU user time (s): 1169.28
CPU system time (s): 0.45
CPU usage (%): 99.9678
Max. virtual memory (cumulated for all children) (KiB): 321800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.332949
system time used= 0.06399
maximum resident set size= 30284
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9315
page faults= 0
swaps= 0
block input operations= 0
block output operations= 26616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 887
involuntary context switches= 12

runsolver used 6.88795 second user time and 9.8715 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-27 01:04:13
IDJOB=3699139
IDBENCH=25045
IDSOLVER=2276
FILE ID=node115/3699139-1338073453
RUNJOBID= node115-1338051787-356
PBS_JOBID= 14624382
Free space on /tmp= 71144 MiB

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

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

MD5SUM BENCH= 83920c844b074c56822148eb18b413de
RANDOM SEED=798276750

node115.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.462
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	: 5332.92
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.462
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.462
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.92
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.462
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.462
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.92
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.462
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.462
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.462
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:       32873648 kB
MemFree:        27207600 kB
Buffers:          288488 kB
Cached:          3597656 kB
SwapCached:            0 kB
Active:          2468640 kB
Inactive:        2385384 kB
Active(anon):     970512 kB
Inactive(anon):        0 kB
Active(file):    1498128 kB
Inactive(file):  2385384 kB
Unevictable:        6844 kB
Mlocked:            6844 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              8552 kB
Writeback:             0 kB
AnonPages:       1115740 kB
Mapped:            15672 kB
Shmem:               200 kB
Slab:             671320 kB
SReclaimable:     115312 kB
SUnreclaim:       556008 kB
KernelStack:        1512 kB
PageTables:         6272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1191020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    444416 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71120 MiB
End job on node115 at 2012-05-27 01:23:44