Trace number 3751490

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound (fixed)? (TO) 1800.1 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-BIGINT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir08_trarea_ac.opb
MD5SUM518b30e9adc24b91e46eee343811eb71
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark89369
Best CPU time to get the best result obtained on this benchmark1800.05
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables24250
Total number of constraints51198
Number of constraints which are clauses51198
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 constraint423
Number of terms in the objective function 12053
Biggest coefficient in the objective function 2252
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 21122166
Number of bits of the sum of numbers in the objective function 25
Biggest number in a constraint 2252
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 21122166
Number of bits of the biggest sum of numbers25
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.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
0.00/0.47	c [INC SYSTEM] finished preprocessing in 0 s
0.00/0.47	c [INC SYSTEM] execute solver
0.00/0.49	c [INC SEARCH] formula is SAT
0.00/0.49	c [INC SYSTEM] solved the initial formula
0.00/0.56	c model valid
0.00/0.56	c current solution ok
0.00/0.62	o 101606
0.00/0.62	c starting approximation
0.00/0.62	c factor = 1752.44
0.00/0.62	c factor still to low - shrinking to 3673.97
0.00/0.62	c approx number of clauses: 1e+06
0.00/0.62	c current bound: 50803
0.00/0.97	c leaving approximation
0.00/0.97	c finished approximation
0.00/0.97	c [INC SYSTEM] there exists a inc, kill it!
0.00/0.97	c write failed with 2
0.00/0.97	c [INC SEARCH] iteration: 0
0.00/0.97	c [INC BOUNDS] best value:101606 search for 101605
0.00/0.97	c [INC SYSTEM] create new solver instance
0.00/0.97	c [INC] encode full formula
0.00/0.97	c fallback to adder encoding
1.97/2.06	c set iterative enc to: adder
1.97/2.06	c set iterative enc to: none
2.07/2.19	c [INC SEARCH] isOptimum variable: 0
1800.05/1800.41	c [INC SYSTEM] an unexpexted return value has been received, exit
1800.05/1800.41	s UNKNOWN
1800.05/1800.41	c [INC SYSTEM] there exists a inc, kill it!
1800.05/1800.41	c write failed with -1

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3751490-1339130807/watcher-3751490-1339130807 -o /tmp/evaluation-result-3751490-1339130807/solver-3751490-1339130807 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751490-1339130807.opb 1522220006 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.05 1.94 3/179 18595
/proc/meminfo: memFree=23612824/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0

[startup+0.05301 s]
/proc/loadavg: 2.06 2.05 1.94 3/179 18595
/proc/meminfo: memFree=23612824/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100335 s]
/proc/loadavg: 2.06 2.05 1.94 3/179 18595
/proc/meminfo: memFree=23612824/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.30026 s]
/proc/loadavg: 2.06 2.05 1.94 3/179 18595
/proc/meminfo: memFree=23612824/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700247 s]
/proc/loadavg: 2.06 2.05 1.94 3/179 18595
/proc/meminfo: memFree=23612824/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50033 s]
/proc/loadavg: 2.06 2.05 1.94 3/181 18609
/proc/meminfo: memFree=23577876/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=107036 CPUtime=1.47 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) R 18595 18595 11851 0 -1 4202496 13230 23345 0 0 81 11 47 8 20 0 1 0 379207472 109604864 18801 33554432000 4194304 6004724 140735468894656 140735468890736 4534738 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 26759 18801 194 442 0 26313 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 116184

[startup+3.10022 s]
/proc/loadavg: 2.06 2.05 1.94 3/181 18610
/proc/meminfo: memFree=23417420/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
Current children cumulated CPU time (s) 2.16
Current children cumulated vsize (KiB) 50648
heavy processes:

[startup+6.30039 s]
/proc/loadavg: 2.06 2.05 1.94 3/182 18611
/proc/meminfo: memFree=23305504/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=204856 CPUtime=4.09 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 36796 0 0 0 401 8 0 0 20 0 1 0 379207691 209772544 47350 33554432000 4194304 5654031 140736655699872 140736655697656 4232775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 51214 47350 142 357 0 50854 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 255504

[startup+12.7005 s]
/proc/loadavg: 2.05 2.05 1.94 3/182 18611
/proc/meminfo: memFree=23296508/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=207468 CPUtime=10.49 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 38504 0 0 0 1039 10 0 0 20 0 1 0 379207691 212447232 46964 33554432000 4194304 5654031 140736655699872 140736655687688 4232883 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 51867 46964 142 357 0 51507 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 258116

[startup+25.5004 s]
/proc/loadavg: 2.04 2.05 1.94 3/182 18611
/proc/meminfo: memFree=23292520/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=240564 CPUtime=23.29 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 39668 0 0 0 2318 11 0 0 20 0 1 0 379207691 246337536 51181 33554432000 4194304 5654031 140736655699872 140736655687688 4216057 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 60141 51181 142 357 0 59781 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 291212

[startup+51.1004 s]
/proc/loadavg: 2.03 2.04 1.94 3/182 18611
/proc/meminfo: memFree=23290692/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=244756 CPUtime=48.89 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 41872 0 0 0 4876 13 0 0 20 0 1 0 379207691 250630144 51806 33554432000 4194304 5654031 140736655699872 140736655687688 4232939 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 61189 51806 142 357 0 60829 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 295404

[startup+102.307 s]
/proc/loadavg: 2.01 2.03 1.94 3/181 18611
/proc/meminfo: memFree=23282888/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=248324 CPUtime=100.08 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 44937 0 0 0 9991 17 0 0 20 0 1 0 379207691 254283776 52207 33554432000 4194304 5654031 140736655699872 140736655687688 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 62081 52207 142 357 0 61721 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 298972

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 1.94 3/181 18612
/proc/meminfo: memFree=23268056/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=252036 CPUtime=160.07 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 46930 0 0 0 15986 21 0 0 20 0 1 0 379207691 258084864 55700 33554432000 4194304 5654031 140736655699872 140736655687688 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 63009 55700 142 357 0 62649 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 302684

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 1.94 3/182 18615
/proc/meminfo: memFree=23268520/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=255232 CPUtime=220.06 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 49349 0 0 0 21981 25 0 0 20 0 1 0 379207691 261357568 53877 33554432000 4194304 5654031 140736655699872 140736655687688 4215061 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 63808 53877 142 357 0 63448 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 305880

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/181 18615
/proc/meminfo: memFree=23254780/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0

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

/proc/meminfo: memFree=23153232/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=333008 CPUtime=1239.9 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 64048 0 0 0 123938 52 0 0 20 0 1 0 379207691 341000192 75427 33554432000 4194304 5654031 140736655699872 140736655687688 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 83252 75427 142 357 0 82892 0
Current children cumulated CPU time (s) 1242.06
Current children cumulated vsize (KiB) 383656

[startup+1302.3 s]
/proc/loadavg: 2.04 2.01 1.96 2/177 18645
/proc/meminfo: memFree=28753904/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=333620 CPUtime=1299.9 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 65013 0 0 0 129935 55 0 0 20 0 1 0 379207691 341626880 67937 33554432000 4194304 5654031 140736655699872 140736655687688 4208595 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 83405 67937 142 357 0 83045 0
Current children cumulated CPU time (s) 1302.06
Current children cumulated vsize (KiB) 384268

[startup+1362.3 s]
/proc/loadavg: 2.01 2.01 1.96 3/183 19007
/proc/meminfo: memFree=29708372/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=336952 CPUtime=1359.88 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 65589 0 0 0 135933 55 0 0 20 0 1 0 379207691 345038848 72083 33554432000 4194304 5654031 140736655699872 140736655687688 4232821 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 84238 72083 142 357 0 83878 0
Current children cumulated CPU time (s) 1362.04
Current children cumulated vsize (KiB) 387600

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 1.96 3/184 19395
/proc/meminfo: memFree=29694268/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=336952 CPUtime=1419.88 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 65604 0 0 0 141932 56 0 0 20 0 1 0 379207691 345038848 75170 33554432000 4194304 5654031 140736655699872 140736655687688 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 84238 75170 142 357 0 83878 0
Current children cumulated CPU time (s) 1422.04
Current children cumulated vsize (KiB) 387600

[startup+1482.3 s]
/proc/loadavg: 2.05 2.01 1.96 3/183 19773
/proc/meminfo: memFree=29678268/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=336952 CPUtime=1479.86 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 65633 0 0 0 147930 56 0 0 20 0 1 0 379207691 345038848 78765 33554432000 4194304 5654031 140736655699872 140736655687688 4215091 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 84238 78765 142 357 0 83878 0
Current children cumulated CPU time (s) 1482.02
Current children cumulated vsize (KiB) 387600

[startup+1542.3 s]
/proc/loadavg: 2.03 2.01 1.96 3/183 20165
/proc/meminfo: memFree=29721628/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=336952 CPUtime=1539.84 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 66523 0 0 0 153927 57 0 0 20 0 1 0 379207691 345038848 68636 33554432000 4194304 5654031 140736655699872 140736655687688 4215353 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 84238 68636 142 357 0 83878 0
Current children cumulated CPU time (s) 1542
Current children cumulated vsize (KiB) 387600

[startup+1602.3 s]
/proc/loadavg: 1.95 1.99 1.96 3/183 20550
/proc/meminfo: memFree=29711232/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=336952 CPUtime=1599.84 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 66598 0 0 0 159926 58 0 0 20 0 1 0 379207691 345038848 72288 33554432000 4194304 5654031 140736655699872 140736655687688 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 84238 72288 142 357 0 83878 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 387600

[startup+1662.3 s]
/proc/loadavg: 2.03 2.00 1.96 3/183 20936
/proc/meminfo: memFree=29687336/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=337224 CPUtime=1659.81 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 66789 0 0 0 165923 58 0 0 20 0 1 0 379207691 345317376 76548 33554432000 4194304 5654031 140736655699872 140736655687688 4215009 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 84306 76548 142 357 0 83946 0
Current children cumulated CPU time (s) 1661.97
Current children cumulated vsize (KiB) 387872

[startup+1722.3 s]
/proc/loadavg: 2.01 2.00 1.96 3/183 21321
/proc/meminfo: memFree=29680840/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=337836 CPUtime=1719.8 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 66953 0 0 0 171922 58 0 0 20 0 1 0 379207691 345944064 78756 33554432000 4194304 5654031 140736655699872 140736655687688 4232453 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 84459 78756 142 357 0 84099 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 388484

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 21713
/proc/meminfo: memFree=29720716/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=338328 CPUtime=1779.79 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 67466 0 0 0 177918 61 0 0 20 0 1 0 379207691 346447872 69112 33554432000 4194304 5654031 140736655699872 140736655687688 4215357 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 84582 69112 142 357 0 84222 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 388976



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 21825
/proc/meminfo: memFree=29714248/32873648 swapFree=7372/7372
[pid=18595] ppid=18593 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/18595/stat : 18595 (npSolver-pbo-It) S 18593 18595 11851 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 379207472 9367552 275 33554432000 4194304 5064252 140733359011904 140733359010816 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/18595/statm: 2287 275 233 213 0 72 0
[pid=18596] ppid=18595 vsize=41500 CPUtime=2.16 cores=1,3,5,7
/proc/18596/stat : 18596 (npSolver-pbo) S 18595 18595 11851 0 -1 4202496 14403 23861 0 0 138 23 47 8 20 0 1 0 379207472 42496000 10065 33554432000 4194304 6004724 140735468894656 140735468880504 5190736 0 0 4096 0 18446744071580380219 0 0 17 3 0 0 0 0 0
/proc/18596/statm: 10375 10065 194 442 0 9929 0
[pid=18611] ppid=18596 vsize=338500 CPUtime=1797.89 cores=1,3,5,7
/proc/18611/stat : 18611 (glucosInc) R 18596 18595 11851 0 -1 4202496 67488 0 0 0 179728 61 0 0 20 0 1 0 379207691 346624000 69645 33554432000 4194304 5654031 140736655699872 140736655687688 4215112 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/18611/statm: 84625 69645 142 357 0 84265 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 389148

Sending SIGTERM to process tree (bottom up)

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

Child status: 0
Real time (s): 1800.41
CPU time (s): 1800.1
CPU user time (s): 1799.15
CPU system time (s): 0.945856
CPU usage (%): 99.9826
Max. virtual memory (cumulated for all children) (KiB): 600592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.15
system time used= 0.945856
maximum resident set size= 411028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 106134
page faults= 0
swaps= 0
block input operations= 0
block output operations= 168184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 122
involuntary context switches= 1939

runsolver used 3.36949 second user time and 9.64953 second system time

The end

Launcher Data

Begin job on node115 at 2012-06-08 06:46:47
IDJOB=3751490
IDBENCH=25046
IDSOLVER=2335
FILE ID=node115/3751490-1339130807
RUNJOBID= node115-1339112155-13397
PBS_JOBID= 14643738
Free space on /tmp= 69824 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB07/normalized-PB07/OPT-BIGINT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir08_trarea_ac.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3751490-1339130807/watcher-3751490-1339130807 -o /tmp/evaluation-result-3751490-1339130807/solver-3751490-1339130807 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3751490-1339130807.opb 1522220006 HOME HOME

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

MD5SUM BENCH= 518b30e9adc24b91e46eee343811eb71
RANDOM SEED=1522220006

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:        23613088 kB
Buffers:          167036 kB
Cached:          2693780 kB
SwapCached:         2184 kB
Active:          6811868 kB
Inactive:        1574724 kB
Active(anon):    5524304 kB
Inactive(anon):     2268 kB
Active(file):    1287564 kB
Inactive(file):  1572456 kB
Unevictable:        7372 kB
Mlocked:            7372 kB
SwapTotal:      67108856 kB
SwapFree:       67100224 kB
Dirty:             10540 kB
Writeback:            16 kB
AnonPages:       5529488 kB
Mapped:            10160 kB
Shmem:                 0 kB
Slab:             722984 kB
SReclaimable:     165540 kB
SUnreclaim:       557444 kB
KernelStack:        1472 kB
PageTables:        14948 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    6944804 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2660352 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= 70692 MiB
End job on node115 at 2012-06-08 07:16:47