Trace number 3702357

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1801.23 1801.73

General information on the benchmark

Name/OPT-BIGINT-LIN/aries-da_nrp/
normalized-aries-da_network_500_3__212_366__32.opb
MD5SUMdb32a99ae563cdd0a4508d97506524ef
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark107914
Best CPU time to get the best result obtained on this benchmark1800.06
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48498
Total number of constraints2000
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)1502
Number of constraints which are nor clauses,nor cardinality constraints498
Minimum length of a constraint32
Maximum length of a constraint673
Number of terms in the objective function 48000
Biggest coefficient in the objective function 114804
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 1641931968
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 114804
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 1641931968
Number of bits of the biggest sum of numbers31
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.41	c run inc solver
0.00/0.41	c [INC SYSTEM] run initial solver
0.00/0.41	c [INC SYSTEM] preprocess with white file
2.68/2.78	c [INC SYSTEM] finished preprocessing in 2 s
2.68/2.78	c [INC SYSTEM] execute solver
2.77/3.16	c [INC SEARCH] formula is SAT
2.77/3.17	c [INC SYSTEM] solved the initial formula
3.19/3.24	c model valid
3.19/3.24	c current solution ok
4.52/4.79	o 392203
4.52/4.79	c starting approximation
4.52/4.79	c factor = 1130
4.52/4.79	c factor still to low - shrinking to 56477.2
4.52/4.79	c approx number of clauses: 1e+06
4.52/4.79	c current bound: 196101
170.17/170.49	c leaving approximation
170.17/170.49	c finished approximation
170.17/170.49	c [INC SYSTEM] there exists a inc, kill it!
170.17/170.49	c write failed with 2
170.17/170.50	c [INC SEARCH] iteration: 0
170.17/170.50	c [INC BOUNDS] best value:392203 search for 392202
170.17/170.50	c [INC SYSTEM] create new solver instance
170.17/170.50	c [INC] encode full formula
170.17/170.50	c fallback to adder encoding
175.31/175.54	c set iterative enc to: adder
175.31/175.54	c set iterative enc to: none
175.91/176.13	c [INC SEARCH] isOptimum variable: 0
1801.23/1801.72	HOME/npSolver-pbo-Itdqb.sh: line 18: 26397 Terminated              ./npSolver-pbo $file $tmp -rnd_seed=$seed -useQuickBound=1 -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-3702357-1338091999/watcher-3702357-1338091999 -o /tmp/evaluation-result-3702357-1338091999/solver-3702357-1338091999 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702357-1338091999.opb 1472691327 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.65 2.08 1.96 3/182 26396
/proc/meminfo: memFree=31388124/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0

[startup+0.0121091 s]
/proc/loadavg: 2.65 2.08 1.96 3/182 26396
/proc/meminfo: memFree=31388124/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100256 s]
/proc/loadavg: 2.65 2.08 1.96 3/182 26396
/proc/meminfo: memFree=31388124/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300263 s]
/proc/loadavg: 2.65 2.08 1.96 3/182 26396
/proc/meminfo: memFree=31388124/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700268 s]
/proc/loadavg: 2.65 2.08 1.96 3/182 26396
/proc/meminfo: memFree=31388124/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50041 s]
/proc/loadavg: 2.65 2.08 1.96 3/186 26400
/proc/meminfo: memFree=31209720/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=48328 CPUtime=0.47 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 6770 0 0 0 38 9 0 0 20 0 1 0 275325206 49487872 8147 33554432000 4194304 5992684 140735279070768 140735279065216 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/26397/statm: 12082 8147 164 440 0 11638 0
[pid=26399] ppid=26397 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26399/stat : 26399 (cp2_pre.sh) S 26397 26396 23606 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 275325254 9367552 276 33554432000 4194304 5064252 140735121265264 140735121263968 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26399/statm: 2287 276 234 213 0 72 0
[pid=26400] ppid=26399 vsize=169080 CPUtime=1 cores=0,2,4,6
/proc/26400/stat : 26400 (coprocessor) R 26399 26396 23606 0 -1 4202496 30709 0 0 0 95 5 0 0 20 0 1 0 275325254 173137920 40954 33554432000 4194304 6586260 140734417071312 140734417068072 4774343 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/26400/statm: 42270 40954 176 584 0 41682 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 235704

[startup+3.10026 s]
/proc/loadavg: 2.65 2.08 1.96 3/186 26407
/proc/meminfo: memFree=31148332/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=48712 CPUtime=2.77 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 6920 35329 0 0 38 9 218 12 20 0 1 0 275325206 49881088 8244 33554432000 4194304 5992684 140735279070768 140735279057032 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 0 0 0
/proc/26397/statm: 12178 8244 166 440 0 11734 0
Current children cumulated CPU time (s) 2.77
Current children cumulated vsize (KiB) 57860

[startup+6.30042 s]
/proc/loadavg: 2.68 2.10 1.96 3/187 26419
/proc/meminfo: memFree=31086724/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=72644 CPUtime=4.34 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 11681 35844 0 0 78 124 218 14 20 0 1 0 275325206 74387456 13816 33554432000 4194304 5992684 140735279070768 140735279063056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 18161 13816 188 440 0 17717 0
[pid=26409] ppid=26397 vsize=90264 CPUtime=0.36 cores=0,2,4,6
/proc/26409/stat : 26409 (glucosInc) S 26397 26396 23606 0 -1 4202496 18427 0 0 0 32 4 0 0 20 0 1 0 275325485 92430336 21253 33554432000 4194304 5654031 140734217929584 140734217927896 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 22566 21253 146 357 0 22206 0
[pid=26418] ppid=26397 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26418/stat : 26418 (satsolver.sh) S 26397 26396 23606 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275325695 9367552 266 33554432000 4194304 5064252 140736051540432 140736051539344 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26418/statm: 2287 266 226 213 0 72 0
[pid=26419] ppid=26418 vsize=136088 CPUtime=1.39 cores=0,2,4,6
/proc/26419/stat : 26419 (glucose) R 26418 26396 23606 0 -1 4202496 26074 0 0 0 134 5 0 0 20 0 1 0 275325695 139354112 30767 33554432000 4194304 5208918 140734748207088 140734748204760 4211537 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26419/statm: 34022 30767 95 248 0 33771 0
Current children cumulated CPU time (s) 6.09
Current children cumulated vsize (KiB) 317292

[startup+12.7004 s]
/proc/loadavg: 2.62 2.09 1.96 3/187 26440
/proc/meminfo: memFree=31085144/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=72644 CPUtime=4.34 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 11681 35844 0 0 78 124 218 14 20 0 1 0 275325206 74387456 13816 33554432000 4194304 5992684 140735279070768 140735279063056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 18161 13816 188 440 0 17717 0
[pid=26409] ppid=26397 vsize=90264 CPUtime=0.36 cores=0,2,4,6
/proc/26409/stat : 26409 (glucosInc) S 26397 26396 23606 0 -1 4202496 18427 0 0 0 32 4 0 0 20 0 1 0 275325485 92430336 21253 33554432000 4194304 5654031 140734217929584 140734217927896 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 22566 21253 146 357 0 22206 0
[pid=26418] ppid=26397 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26418/stat : 26418 (satsolver.sh) S 26397 26396 23606 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275325695 9367552 266 33554432000 4194304 5064252 140736051540432 140736051539344 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26418/statm: 2287 266 226 213 0 72 0
[pid=26419] ppid=26418 vsize=136088 CPUtime=7.79 cores=0,2,4,6
/proc/26419/stat : 26419 (glucose) R 26418 26396 23606 0 -1 4202496 26235 0 0 0 774 5 0 0 20 0 1 0 275325695 139354112 31439 33554432000 4194304 5208918 140734748207088 140734748204920 4211792 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26419/statm: 34022 31439 103 248 0 33771 0
Current children cumulated CPU time (s) 12.49
Current children cumulated vsize (KiB) 317292

[startup+25.5004 s]
/proc/loadavg: 2.48 2.09 1.96 3/185 26487
/proc/meminfo: memFree=31143424/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=72644 CPUtime=4.34 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 11681 35844 0 0 78 124 218 14 20 0 1 0 275325206 74387456 13816 33554432000 4194304 5992684 140735279070768 140735279063056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 18161 13816 188 440 0 17717 0
[pid=26409] ppid=26397 vsize=90264 CPUtime=0.36 cores=0,2,4,6
/proc/26409/stat : 26409 (glucosInc) S 26397 26396 23606 0 -1 4202496 18427 0 0 0 32 4 0 0 20 0 1 0 275325485 92430336 21253 33554432000 4194304 5654031 140734217929584 140734217927896 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 22566 21253 146 357 0 22206 0
[pid=26418] ppid=26397 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26418/stat : 26418 (satsolver.sh) S 26397 26396 23606 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275325695 9367552 266 33554432000 4194304 5064252 140736051540432 140736051539344 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26418/statm: 2287 266 226 213 0 72 0
[pid=26419] ppid=26418 vsize=136088 CPUtime=20.59 cores=0,2,4,6
/proc/26419/stat : 26419 (glucose) R 26418 26396 23606 0 -1 4202496 26238 0 0 0 2054 5 0 0 20 0 1 0 275325695 139354112 31442 33554432000 4194304 5208918 140734748207088 140734748204920 4211584 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26419/statm: 34022 31442 103 248 0 33771 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 317292

[startup+51.1003 s]
/proc/loadavg: 2.32 2.08 1.96 3/187 26569
/proc/meminfo: memFree=31118424/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=72644 CPUtime=4.34 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 11681 35844 0 0 78 124 218 14 20 0 1 0 275325206 74387456 13816 33554432000 4194304 5992684 140735279070768 140735279063056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 18161 13816 188 440 0 17717 0
[pid=26409] ppid=26397 vsize=90264 CPUtime=0.36 cores=0,2,4,6
/proc/26409/stat : 26409 (glucosInc) S 26397 26396 23606 0 -1 4202496 18427 0 0 0 32 4 0 0 20 0 1 0 275325485 92430336 21253 33554432000 4194304 5654031 140734217929584 140734217927896 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 22566 21253 146 357 0 22206 0
[pid=26418] ppid=26397 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26418/stat : 26418 (satsolver.sh) S 26397 26396 23606 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275325695 9367552 266 33554432000 4194304 5064252 140736051540432 140736051539344 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26418/statm: 2287 266 226 213 0 72 0
[pid=26419] ppid=26418 vsize=138372 CPUtime=46.19 cores=0,2,4,6
/proc/26419/stat : 26419 (glucose) R 26418 26396 23606 0 -1 4202496 26642 0 0 0 4614 5 0 0 20 0 1 0 275325695 141692928 31846 33554432000 4194304 5208918 140734748207088 140734748204920 4211553 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26419/statm: 34593 31846 103 248 0 34342 0
Current children cumulated CPU time (s) 50.89
Current children cumulated vsize (KiB) 319576

[startup+102.307 s]
/proc/loadavg: 2.20 2.08 1.97 3/187 26741
/proc/meminfo: memFree=31076484/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=72644 CPUtime=4.34 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 11681 35844 0 0 78 124 218 14 20 0 1 0 275325206 74387456 13816 33554432000 4194304 5992684 140735279070768 140735279063056 5175646 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 18161 13816 188 440 0 17717 0
[pid=26409] ppid=26397 vsize=90264 CPUtime=0.36 cores=0,2,4,6
/proc/26409/stat : 26409 (glucosInc) S 26397 26396 23606 0 -1 4202496 18427 0 0 0 32 4 0 0 20 0 1 0 275325485 92430336 21253 33554432000 4194304 5654031 140734217929584 140734217927896 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/26409/statm: 22566 21253 146 357 0 22206 0
[pid=26418] ppid=26397 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26418/stat : 26418 (satsolver.sh) S 26397 26396 23606 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 275325695 9367552 266 33554432000 4194304 5064252 140736051540432 140736051539344 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/26418/statm: 2287 266 226 213 0 72 0
[pid=26419] ppid=26418 vsize=139828 CPUtime=97.39 cores=0,2,4,6
/proc/26419/stat : 26419 (glucose) R 26418 26396 23606 0 -1 4202496 27156 0 0 0 9734 5 0 0 20 0 1 0 275325695 143183872 33382 33554432000 4194304 5208918 140734748207088 140734748204920 4229021 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/26419/statm: 34957 33382 103 248 0 34706 0
Current children cumulated CPU time (s) 102.09
Current children cumulated vsize (KiB) 321032

[startup+162.3 s]

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

/proc/loadavg: 2.17 2.12 2.03 3/185 30686
/proc/meminfo: memFree=30039368/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=76996 CPUtime=175.93 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 26178 86423 0 0 575 188 16798 32 20 0 1 0 275325206 78843904 15380 33554432000 4194304 5992684 140735279070768 140735279056600 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 19249 15380 198 440 0 18805 0
[pid=26989] ppid=26397 vsize=926380 CPUtime=1125.96 cores=0,2,4,6
/proc/26989/stat : 26989 (glucosInc) R 26397 26396 23606 0 -1 4202496 134865 0 0 0 112560 36 0 0 20 0 1 0 275342819 948613120 221622 33554432000 4194304 5654031 140734095221136 140734095208952 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26989/statm: 231595 221622 141 357 0 231235 0
Current children cumulated CPU time (s) 1301.89
Current children cumulated vsize (KiB) 1012524

[startup+1362.3 s]
/proc/loadavg: 2.17 2.13 2.04 3/185 30889
/proc/meminfo: memFree=30034148/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=76996 CPUtime=175.93 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 26178 86423 0 0 575 188 16798 32 20 0 1 0 275325206 78843904 15380 33554432000 4194304 5992684 140735279070768 140735279056600 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 19249 15380 198 440 0 18805 0
[pid=26989] ppid=26397 vsize=932088 CPUtime=1185.95 cores=0,2,4,6
/proc/26989/stat : 26989 (glucosInc) R 26397 26396 23606 0 -1 4202496 136360 0 0 0 118558 37 0 0 20 0 1 0 275342819 954458112 223112 33554432000 4194304 5654031 140734095221136 140734095218824 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26989/statm: 233022 223112 141 357 0 232662 0
Current children cumulated CPU time (s) 1361.88
Current children cumulated vsize (KiB) 1018232

[startup+1422.3 s]
/proc/loadavg: 2.21 2.15 2.05 3/185 31085
/proc/meminfo: memFree=30033772/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=76996 CPUtime=175.93 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 26178 86423 0 0 575 188 16798 32 20 0 1 0 275325206 78843904 15380 33554432000 4194304 5992684 140735279070768 140735279056600 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 19249 15380 198 440 0 18805 0
[pid=26989] ppid=26397 vsize=932088 CPUtime=1245.95 cores=0,2,4,6
/proc/26989/stat : 26989 (glucosInc) R 26397 26396 23606 0 -1 4202496 136390 0 0 0 124558 37 0 0 20 0 1 0 275342819 954458112 223136 33554432000 4194304 5654031 140734095221136 140734095218824 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26989/statm: 233022 223136 141 357 0 232662 0
Current children cumulated CPU time (s) 1421.88
Current children cumulated vsize (KiB) 1018232

[startup+1482.3 s]
/proc/loadavg: 2.19 2.15 2.05 3/184 31282
/proc/meminfo: memFree=28934920/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=76996 CPUtime=175.93 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 26178 86423 0 0 575 188 16798 32 20 0 1 0 275325206 78843904 15380 33554432000 4194304 5992684 140735279070768 140735279056600 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 19249 15380 198 440 0 18805 0
[pid=26989] ppid=26397 vsize=932088 CPUtime=1305.94 cores=0,2,4,6
/proc/26989/stat : 26989 (glucosInc) R 26397 26396 23606 0 -1 4202496 136417 0 0 0 130557 37 0 0 20 0 1 0 275342819 954458112 223157 33554432000 4194304 5654031 140734095221136 140734095218824 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26989/statm: 233022 223157 141 357 0 232662 0
Current children cumulated CPU time (s) 1481.87
Current children cumulated vsize (KiB) 1018232

[startup+1542.31 s]
/proc/loadavg: 2.45 2.24 2.09 3/184 31373
/proc/meminfo: memFree=28189208/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=76996 CPUtime=175.93 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 26178 86423 0 0 575 188 16798 32 20 0 1 0 275325206 78843904 15380 33554432000 4194304 5992684 140735279070768 140735279056600 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 19249 15380 198 440 0 18805 0
[pid=26989] ppid=26397 vsize=932088 CPUtime=1365.93 cores=0,2,4,6
/proc/26989/stat : 26989 (glucosInc) R 26397 26396 23606 0 -1 4202496 136441 0 0 0 136556 37 0 0 20 0 1 0 275342819 954458112 223175 33554432000 4194304 5654031 140734095221136 140734095218824 4209128 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26989/statm: 233022 223175 141 357 0 232662 0
Current children cumulated CPU time (s) 1541.86
Current children cumulated vsize (KiB) 1018232

[startup+1602.3 s]
/proc/loadavg: 2.77 2.39 2.15 3/183 31501
/proc/meminfo: memFree=29864296/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=76996 CPUtime=175.93 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 26178 86423 0 0 575 188 16798 32 20 0 1 0 275325206 78843904 15380 33554432000 4194304 5992684 140735279070768 140735279056600 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 19249 15380 198 440 0 18805 0
[pid=26989] ppid=26397 vsize=1064480 CPUtime=1425.91 cores=0,2,4,6
/proc/26989/stat : 26989 (glucosInc) R 26397 26396 23606 0 -1 4202496 136615 0 0 0 142553 38 0 0 20 0 1 0 275342819 1090027520 223348 33554432000 4194304 5654031 140734095221136 140734095219224 4232922 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26989/statm: 266120 223348 141 357 0 265760 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 1150624

[startup+1662.3 s]
/proc/loadavg: 2.84 2.48 2.19 2/185 31508
/proc/meminfo: memFree=26581652/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=76996 CPUtime=175.93 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 26178 86423 0 0 575 188 16798 32 20 0 1 0 275325206 78843904 15380 33554432000 4194304 5992684 140735279070768 140735279056600 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 19249 15380 198 440 0 18805 0
[pid=26989] ppid=26397 vsize=1064612 CPUtime=1485.9 cores=0,2,4,6
/proc/26989/stat : 26989 (glucosInc) R 26397 26396 23606 0 -1 4202496 136702 0 0 0 148552 38 0 0 20 0 1 0 275342819 1090162688 223431 33554432000 4194304 5654031 140734095221136 140734095208952 4232752 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26989/statm: 266153 223431 141 357 0 265793 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 1150756

[startup+1722.3 s]
/proc/loadavg: 2.78 2.55 2.24 3/184 31596
/proc/meminfo: memFree=28593824/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=76996 CPUtime=175.93 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 26178 86423 0 0 575 188 16798 32 20 0 1 0 275325206 78843904 15380 33554432000 4194304 5992684 140735279070768 140735279056600 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 19249 15380 198 440 0 18805 0
[pid=26989] ppid=26397 vsize=1064744 CPUtime=1545.89 cores=0,2,4,6
/proc/26989/stat : 26989 (glucosInc) R 26397 26396 23606 0 -1 4202496 136738 0 0 0 154551 38 0 0 20 0 1 0 275342819 1090297856 223976 33554432000 4194304 5654031 140734095221136 140734095218920 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26989/statm: 266186 223976 141 357 0 265826 0
Current children cumulated CPU time (s) 1721.82
Current children cumulated vsize (KiB) 1150888

[startup+1782.3 s]
/proc/loadavg: 2.29 2.45 2.22 2/183 31597
/proc/meminfo: memFree=27647428/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=76996 CPUtime=175.93 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 26178 86423 0 0 575 188 16798 32 20 0 1 0 275325206 78843904 15380 33554432000 4194304 5992684 140735279070768 140735279056600 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 19249 15380 198 440 0 18805 0
[pid=26989] ppid=26397 vsize=1065548 CPUtime=1605.88 cores=0,2,4,6
/proc/26989/stat : 26989 (glucosInc) R 26397 26396 23606 0 -1 4202496 136875 0 0 0 160550 38 0 0 20 0 1 0 275342819 1091121152 224113 33554432000 4194304 5654031 140734095221136 140734095208952 4233280 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26989/statm: 266387 224113 141 357 0 266027 0
Current children cumulated CPU time (s) 1781.81
Current children cumulated vsize (KiB) 1151692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.65 2.51 2.24 2/185 31599
/proc/meminfo: memFree=27646916/32873844 swapFree=7112/7112
[pid=26396] ppid=26394 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/26396/stat : 26396 (npSolver-pbo-It) S 26394 26396 23606 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 275325206 9367552 274 33554432000 4194304 5064252 140737268416992 140737268415904 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/26396/statm: 2287 274 233 213 0 72 0
[pid=26397] ppid=26396 vsize=76996 CPUtime=175.93 cores=0,2,4,6
/proc/26397/stat : 26397 (npSolver-pbo) S 26396 26396 23606 0 -1 4202496 26178 86423 0 0 575 188 16798 32 20 0 1 0 275325206 78843904 15380 33554432000 4194304 5992684 140735279070768 140735279056600 5179600 0 0 4096 0 18446744071580380219 0 0 17 2 0 0 15 0 0
/proc/26397/statm: 19249 15380 198 440 0 18805 0
[pid=26989] ppid=26397 vsize=1065548 CPUtime=1625.3 cores=0,2,4,6
/proc/26989/stat : 26989 (glucosInc) R 26397 26396 23606 0 -1 4202496 136882 0 0 0 162492 38 0 0 20 0 1 0 275342819 1091121152 224120 33554432000 4194304 5654031 140734095221136 140734095208952 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/26989/statm: 266387 224120 141 357 0 266027 0
Current children cumulated CPU time (s) 1801.23
Current children cumulated vsize (KiB) 1151692

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 26396 and gives
#  childrusage.ru_utime.tv_sec=173
#  childrusage.ru_utime.tv_usec=736588
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=222662
# CPU time returned by wait4() is 175.959
# while last known CPU time is 1801.23
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.73
CPU time (s): 1801.23
CPU user time (s): 1798.65
CPU system time (s): 2.58
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 1321980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 173.737
system time used= 2.22266
maximum resident set size= 786144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112976
page faults= 0
swaps= 0
block input operations= 0
block output operations= 937008
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 516
involuntary context switches= 203

runsolver used 3.11553 second user time and 8.5147 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-27 06:13:19
IDJOB=3702357
IDBENCH=71907
IDSOLVER=2278
FILE ID=node132/3702357-1338091999
RUNJOBID= node132-1338088060-23622
PBS_JOBID= 14624453
Free space on /tmp= 71624 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB09/normalized-PB09/OPT-BIGINT-LIN/aries-da_nrp/normalized-aries-da_network_500_3__212_366__32.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702357-1338091999/watcher-3702357-1338091999 -o /tmp/evaluation-result-3702357-1338091999/solver-3702357-1338091999 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702357-1338091999.opb 1472691327 HOME HOME

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

MD5SUM BENCH= db32a99ae563cdd0a4508d97506524ef
RANDOM SEED=1472691327

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


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        31388288 kB
Buffers:          258684 kB
Cached:           317540 kB
SwapCached:         1488 kB
Active:           407892 kB
Inactive:         259456 kB
Active(anon):      83680 kB
Inactive(anon):     8844 kB
Active(file):     324212 kB
Inactive(file):   250612 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67105400 kB
Dirty:             17332 kB
Writeback:             0 kB
AnonPages:        102460 kB
Mapped:            12808 kB
Shmem:                 8 kB
Slab:             677680 kB
SReclaimable:     117736 kB
SUnreclaim:       559944 kB
KernelStack:        1504 kB
PageTables:         4344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     211212 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 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= 70680 MiB
End job on node132 at 2012-05-27 06:43:21