Trace number 3702636

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 NameAnswerCPU timeWall clock time
npSolver inc-topdown-quickBound? (TO) 1800.08 1801.42

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_3_mh.opb
MD5SUMd4efe70b0c8674b6d4d4e9279975f4ec
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark5682452
Best CPU time to get the best result obtained on this benchmark1800.16
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables31350
Total number of constraints73332
Number of constraints which are clauses57050
Number of constraints which are cardinality constraints (but not clauses)32
Number of constraints which are nor clauses,nor cardinality constraints16250
Minimum length of a constraint2
Maximum length of a constraint925
Number of terms in the objective function 16825
Biggest coefficient in the objective function 182284263
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 13627510549
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 182284263
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 13627510549
Number of bits of the biggest sum of numbers34
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.63	c run inc solver
0.00/0.63	c [INC SYSTEM] run initial solver
0.00/0.63	c [INC SYSTEM] preprocess with white file
3.38/3.66	c [INC SYSTEM] finished preprocessing in 3 s
3.38/3.66	c [INC SYSTEM] execute solver
9.37/9.64	c [INC SEARCH] formula is SAT
9.37/9.65	c [INC SYSTEM] solved the initial formula
9.47/9.76	c model valid
9.47/9.76	c current solution ok
10.77/11.02	o 235068133
10.77/11.02	c starting approximation
10.77/11.02	c factor = 2
10.77/11.02	c factor still to low - shrinking to 1.18651e+07
10.77/11.02	c approx number of clauses: 1e+06
10.77/11.02	c current bound: 117534080
14.61/15.60	c leaving approximation
14.61/15.60	c finished approximation
14.61/15.60	c [INC SYSTEM] there exists a inc, kill it!
14.61/15.62	c write failed with 2
14.61/15.62	c [INC SEARCH] iteration: 0
14.61/15.62	c [INC BOUNDS] best value:235068158 search for 235068157
14.61/15.62	c [INC SYSTEM] create new solver instance
14.61/15.62	c [INC] encode full formula
14.61/15.62	c fallback to adder encoding
17.24/18.23	c set iterative enc to: adder
17.24/18.23	c set iterative enc to: none
17.64/18.64	c [INC SEARCH] isOptimum variable: 0
1800.08/1801.41	HOME/npSolver-pbo-Itdqb.sh: line 18:  4820 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-3702636-1338128694/watcher-3702636-1338128694 -o /tmp/evaluation-result-3702636-1338128694/solver-3702636-1338128694 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702636-1338128694.opb 161728084 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.00 2.00 2.10 3/180 4819
/proc/meminfo: memFree=30652448/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0

[startup+0.028615 s]
/proc/loadavg: 2.00 2.00 2.10 3/180 4819
/proc/meminfo: memFree=30652448/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100255 s]
/proc/loadavg: 2.00 2.00 2.10 3/180 4819
/proc/meminfo: memFree=30652448/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300216 s]
/proc/loadavg: 2.00 2.00 2.10 3/180 4819
/proc/meminfo: memFree=30652448/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700313 s]
/proc/loadavg: 2.00 2.00 2.10 3/180 4819
/proc/meminfo: memFree=30652448/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50043 s]
/proc/loadavg: 2.00 2.00 2.10 3/184 4823
/proc/meminfo: memFree=30468628/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=52632 CPUtime=0.64 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 7805 0 0 0 58 6 0 0 20 0 1 0 278994778 53895168 10033 33554432000 4194304 5992684 140734902902560 140734902897008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4820/statm: 13158 10033 171 440 0 12714 0
[pid=4822] ppid=4820 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4822/stat : 4822 (cp2_pre.sh) S 4820 4819 4091 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 278994843 9367552 276 33554432000 4194304 5064252 140734755881712 140734755880416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4822/statm: 2287 276 234 213 0 72 0
[pid=4823] ppid=4822 vsize=168668 CPUtime=0.83 cores=1,3,5,7
/proc/4823/stat : 4823 (coprocessor) R 4822 4819 4091 0 -1 4202496 27534 0 0 0 79 4 0 0 20 0 1 0 278994843 172716032 37779 33554432000 4194304 6586260 140733886855008 140733886851768 5511711 0 0 4096 8404994 0 0 0 17 3 0 0 0 0 0
/proc/4823/statm: 42167 37779 166 584 0 41579 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 239596

[startup+3.10035 s]
/proc/loadavg: 2.00 2.00 2.10 3/184 4823
/proc/meminfo: memFree=30415172/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=52632 CPUtime=0.64 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 7805 0 0 0 58 6 0 0 20 0 1 0 278994778 53895168 10033 33554432000 4194304 5992684 140734902902560 140734902897008 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4820/statm: 13158 10033 171 440 0 12714 0
[pid=4822] ppid=4820 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4822/stat : 4822 (cp2_pre.sh) S 4820 4819 4091 0 -1 4202496 607 0 0 0 0 0 0 0 20 0 1 0 278994843 9367552 276 33554432000 4194304 5064252 140734755881712 140734755880416 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4822/statm: 2287 276 234 213 0 72 0
[pid=4823] ppid=4822 vsize=210616 CPUtime=2.25 cores=1,3,5,7
/proc/4823/stat : 4823 (coprocessor) R 4822 4819 4091 0 -1 4202496 35366 0 0 0 216 9 0 0 20 0 1 0 278994843 215670784 51479 33554432000 4194304 6586260 140733886855008 140733886850760 5732496 0 0 4096 8404994 0 0 0 17 3 0 0 18 0 0
/proc/4823/statm: 52654 51479 200 584 0 52066 0
Current children cumulated CPU time (s) 2.89
Current children cumulated vsize (KiB) 281544

[startup+6.30039 s]
/proc/loadavg: 2.00 2.00 2.09 3/183 4825
/proc/meminfo: memFree=30504752/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=52632 CPUtime=3.44 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 7824 36269 0 0 58 6 267 13 20 0 1 0 278994778 53895168 10035 33554432000 4194304 5992684 140734902902560 140734902888824 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 0 0 0
/proc/4820/statm: 13158 10035 173 440 0 12714 0
[pid=4825] ppid=4820 vsize=98176 CPUtime=2.63 cores=1,3,5,7
/proc/4825/stat : 4825 (glucosInc) R 4820 4819 4091 0 -1 4202496 19913 0 0 0 259 4 0 0 20 0 1 0 278995144 100532224 22541 33554432000 4194304 5654031 140735008671904 140735008669688 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4825/statm: 24544 22541 140 357 0 24184 0
Current children cumulated CPU time (s) 6.07
Current children cumulated vsize (KiB) 159956

[startup+12.7005 s]
/proc/loadavg: 2.00 2.00 2.09 3/185 4828
/proc/meminfo: memFree=30331496/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=74644 CPUtime=4.94 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 11251 36785 0 0 102 108 267 17 20 0 1 0 278994778 76435456 15502 33554432000 4194304 5992684 140734902902560 140734902894848 5175646 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/4820/statm: 18661 15502 195 440 0 18217 0
[pid=4825] ppid=4820 vsize=99168 CPUtime=5.96 cores=1,3,5,7
/proc/4825/stat : 4825 (glucosInc) S 4820 4819 4091 0 -1 4202496 20208 0 0 0 592 4 0 0 20 0 1 0 278995144 101548032 22836 33554432000 4194304 5654031 140735008671904 140735008670216 4976656 0 0 4096 0 18446744071580380219 0 0 17 5 0 0 0 0 0
/proc/4825/statm: 24792 22836 146 357 0 24432 0
[pid=4827] ppid=4820 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4827/stat : 4827 (satsolver.sh) S 4820 4819 4091 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 278995890 9367552 267 33554432000 4194304 5064252 140737024590960 140737024589872 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/4827/statm: 2287 267 226 213 0 72 0
[pid=4828] ppid=4827 vsize=149044 CPUtime=1.57 cores=1,3,5,7
/proc/4828/stat : 4828 (glucose) R 4827 4819 4091 0 -1 4202496 27470 0 0 0 149 8 0 0 20 0 1 0 278995890 152621056 32282 33554432000 4194304 5208918 140736122769136 140736122766808 4211901 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/4828/statm: 37261 32282 95 248 0 37010 0
Current children cumulated CPU time (s) 12.47
Current children cumulated vsize (KiB) 341152

[startup+25.5004 s]
/proc/loadavg: 2.14 2.03 2.10 3/183 4835
/proc/meminfo: memFree=29883460/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=66732 CPUtime=17.67 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 18788 88656 0 0 363 147 1218 39 20 0 1 0 278994778 68333568 13593 33554432000 4194304 5992684 140734902902560 140734902888392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/4820/statm: 16683 13593 205 440 0 16239 0
[pid=4835] ppid=4820 vsize=556852 CPUtime=6.85 cores=1,3,5,7
/proc/4835/stat : 4835 (glucosInc) R 4820 4819 4091 0 -1 4202496 81062 0 0 0 656 29 0 0 20 0 1 0 278996642 570216448 123365 33554432000 4194304 5654031 140735257814048 140735257811832 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4835/statm: 139213 123365 131 357 0 138853 0
Current children cumulated CPU time (s) 24.52
Current children cumulated vsize (KiB) 632732

[startup+51.1005 s]
/proc/loadavg: 2.09 2.03 2.10 3/183 4835
/proc/meminfo: memFree=29872424/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=66732 CPUtime=17.67 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 18788 88656 0 0 363 147 1218 39 20 0 1 0 278994778 68333568 13593 33554432000 4194304 5992684 140734902902560 140734902888392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/4820/statm: 16683 13593 205 440 0 16239 0
[pid=4835] ppid=4820 vsize=565720 CPUtime=32.45 cores=1,3,5,7
/proc/4835/stat : 4835 (glucosInc) R 4820 4819 4091 0 -1 4202496 83826 0 0 0 3215 30 0 0 20 0 1 0 278996642 579297280 126129 33554432000 4194304 5654031 140735257814048 140735257801864 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4835/statm: 141430 126129 141 357 0 141070 0
Current children cumulated CPU time (s) 50.12
Current children cumulated vsize (KiB) 641600

[startup+102.307 s]
/proc/loadavg: 2.09 2.04 2.09 3/183 4835
/proc/meminfo: memFree=29861416/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=66732 CPUtime=17.67 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 18788 88656 0 0 363 147 1218 39 20 0 1 0 278994778 68333568 13593 33554432000 4194304 5992684 140734902902560 140734902888392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/4820/statm: 16683 13593 205 440 0 16239 0
[pid=4835] ppid=4820 vsize=567848 CPUtime=83.64 cores=1,3,5,7
/proc/4835/stat : 4835 (glucosInc) R 4820 4819 4091 0 -1 4202496 84533 0 0 0 8334 30 0 0 20 0 1 0 278996642 581476352 127341 33554432000 4194304 5654031 140735257814048 140735257811832 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4835/statm: 141962 127341 142 357 0 141602 0
Current children cumulated CPU time (s) 101.31
Current children cumulated vsize (KiB) 643728

[startup+162.3 s]
/proc/loadavg: 2.03 2.03 2.09 3/182 4835
/proc/meminfo: memFree=29846748/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=66732 CPUtime=17.67 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 18788 88656 0 0 363 147 1218 39 20 0 1 0 278994778 68333568 13593 33554432000 4194304 5992684 140734902902560 140734902888392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/4820/statm: 16683 13593 205 440 0 16239 0
[pid=4835] ppid=4820 vsize=575052 CPUtime=143.59 cores=1,3,5,7
/proc/4835/stat : 4835 (glucosInc) R 4820 4819 4091 0 -1 4202496 85699 0 0 0 14328 31 0 0 20 0 1 0 278996642 588853248 129485 33554432000 4194304 5654031 140735257814048 140735257801864 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4835/statm: 143763 129485 142 357 0 143403 0
Current children cumulated CPU time (s) 161.26
Current children cumulated vsize (KiB) 650932

[startup+222.3 s]
/proc/loadavg: 2.01 2.02 2.08 3/183 4836
/proc/meminfo: memFree=29840404/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/loadavg: 2.00 2.00 2.00 3/183 4900
/proc/meminfo: memFree=29824016/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=66732 CPUtime=17.67 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 18788 88656 0 0 363 147 1218 39 20 0 1 0 278994778 68333568 13593 33554432000 4194304 5992684 140734902902560 140734902888392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/4820/statm: 16683 13593 205 440 0 16239 0
[pid=4835] ppid=4820 vsize=673628 CPUtime=1283.38 cores=1,3,5,7
/proc/4835/stat : 4835 (glucosInc) R 4820 4819 4091 0 -1 4202496 89719 0 0 0 128299 39 0 0 20 0 1 0 278996642 689795072 139662 33554432000 4194304 5654031 140735257814048 140735257801864 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4835/statm: 168407 139662 142 357 0 168047 0
Current children cumulated CPU time (s) 1301.05
Current children cumulated vsize (KiB) 749508

[startup+1362.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 4901
/proc/meminfo: memFree=29817988/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=66732 CPUtime=17.67 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 18788 88656 0 0 363 147 1218 39 20 0 1 0 278994778 68333568 13593 33554432000 4194304 5992684 140734902902560 140734902888392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/4820/statm: 16683 13593 205 440 0 16239 0
[pid=4835] ppid=4820 vsize=673628 CPUtime=1343.37 cores=1,3,5,7
/proc/4835/stat : 4835 (glucosInc) R 4820 4819 4091 0 -1 4202496 89721 0 0 0 134298 39 0 0 20 0 1 0 278996642 689795072 140686 33554432000 4194304 5654031 140735257814048 140735257801864 4216690 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4835/statm: 168407 140686 142 357 0 168047 0
Current children cumulated CPU time (s) 1361.04
Current children cumulated vsize (KiB) 749508

[startup+1422.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4902
/proc/meminfo: memFree=29843636/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=66732 CPUtime=17.67 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 18788 88656 0 0 363 147 1218 39 20 0 1 0 278994778 68333568 13593 33554432000 4194304 5992684 140734902902560 140734902888392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/4820/statm: 16683 13593 205 440 0 16239 0
[pid=4835] ppid=4820 vsize=592240 CPUtime=1403.36 cores=1,3,5,7
/proc/4835/stat : 4835 (glucosInc) R 4820 4819 4091 0 -1 4202496 90108 0 0 0 140294 42 0 0 20 0 1 0 278996642 606453760 133566 33554432000 4194304 5654031 140735257814048 140735257812072 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4835/statm: 148060 133566 142 357 0 147700 0
Current children cumulated CPU time (s) 1421.03
Current children cumulated vsize (KiB) 668120

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4902
/proc/meminfo: memFree=29837340/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=66732 CPUtime=17.67 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 18788 88656 0 0 363 147 1218 39 20 0 1 0 278994778 68333568 13593 33554432000 4194304 5992684 140734902902560 140734902888392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/4820/statm: 16683 13593 205 440 0 16239 0
[pid=4835] ppid=4820 vsize=592240 CPUtime=1463.35 cores=1,3,5,7
/proc/4835/stat : 4835 (glucosInc) R 4820 4819 4091 0 -1 4202496 90113 0 0 0 146293 42 0 0 20 0 1 0 278996642 606453760 134593 33554432000 4194304 5654031 140735257814048 140735257801864 4232775 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4835/statm: 148060 134593 142 357 0 147700 0
Current children cumulated CPU time (s) 1481.02
Current children cumulated vsize (KiB) 668120

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 4905
/proc/meminfo: memFree=29826908/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=66732 CPUtime=17.67 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 18788 88656 0 0 363 147 1218 39 20 0 1 0 278994778 68333568 13593 33554432000 4194304 5992684 140734902902560 140734902888392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/4820/statm: 16683 13593 205 440 0 16239 0
[pid=4835] ppid=4820 vsize=592240 CPUtime=1523.35 cores=1,3,5,7
/proc/4835/stat : 4835 (glucosInc) R 4820 4819 4091 0 -1 4202496 90116 0 0 0 152293 42 0 0 20 0 1 0 278996642 606453760 135618 33554432000 4194304 5654031 140735257814048 140735257801864 4232477 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4835/statm: 148060 135618 142 357 0 147700 0
Current children cumulated CPU time (s) 1541.02
Current children cumulated vsize (KiB) 668120

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4905
/proc/meminfo: memFree=29818724/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=66732 CPUtime=17.67 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 18788 88656 0 0 363 147 1218 39 20 0 1 0 278994778 68333568 13593 33554432000 4194304 5992684 140734902902560 140734902888392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/4820/statm: 16683 13593 205 440 0 16239 0
[pid=4835] ppid=4820 vsize=592240 CPUtime=1583.33 cores=1,3,5,7
/proc/4835/stat : 4835 (glucosInc) R 4820 4819 4091 0 -1 4202496 90117 0 0 0 158291 42 0 0 20 0 1 0 278996642 606453760 136130 33554432000 4194304 5654031 140735257814048 140735257801864 4232453 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4835/statm: 148060 136130 142 357 0 147700 0
Current children cumulated CPU time (s) 1601
Current children cumulated vsize (KiB) 668120

[startup+1662.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4905
/proc/meminfo: memFree=29810036/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=66732 CPUtime=17.67 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 18788 88656 0 0 363 147 1218 39 20 0 1 0 278994778 68333568 13593 33554432000 4194304 5992684 140734902902560 140734902888392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/4820/statm: 16683 13593 205 440 0 16239 0
[pid=4835] ppid=4820 vsize=592240 CPUtime=1643.33 cores=1,3,5,7
/proc/4835/stat : 4835 (glucosInc) R 4820 4819 4091 0 -1 4202496 90119 0 0 0 164291 42 0 0 20 0 1 0 278996642 606453760 137154 33554432000 4194304 5654031 140735257814048 140735257801864 4232707 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4835/statm: 148060 137154 142 357 0 147700 0
Current children cumulated CPU time (s) 1661
Current children cumulated vsize (KiB) 668120

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4906
/proc/meminfo: memFree=29842928/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=66732 CPUtime=17.67 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 18788 88656 0 0 363 147 1218 39 20 0 1 0 278994778 68333568 13593 33554432000 4194304 5992684 140734902902560 140734902888392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/4820/statm: 16683 13593 205 440 0 16239 0
[pid=4835] ppid=4820 vsize=673628 CPUtime=1703.31 cores=1,3,5,7
/proc/4835/stat : 4835 (glucosInc) R 4820 4819 4091 0 -1 4202496 90617 0 0 0 170288 43 0 0 20 0 1 0 278996642 689795072 138159 33554432000 4194304 5654031 140735257814048 140735257801864 4232821 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4835/statm: 168407 138159 142 357 0 168047 0
Current children cumulated CPU time (s) 1720.98
Current children cumulated vsize (KiB) 749508

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4906
/proc/meminfo: memFree=29825492/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=66732 CPUtime=17.67 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 18788 88656 0 0 363 147 1218 39 20 0 1 0 278994778 68333568 13593 33554432000 4194304 5992684 140734902902560 140734902888392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/4820/statm: 16683 13593 205 440 0 16239 0
[pid=4835] ppid=4820 vsize=678204 CPUtime=1763.31 cores=1,3,5,7
/proc/4835/stat : 4835 (glucosInc) R 4820 4819 4091 0 -1 4202496 91222 0 0 0 176287 44 0 0 20 0 1 0 278996642 694480896 140806 33554432000 4194304 5654031 140735257814048 140735257801864 4214560 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4835/statm: 169551 140806 142 357 0 169191 0
Current children cumulated CPU time (s) 1780.98
Current children cumulated vsize (KiB) 754084



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.4 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 4906
/proc/meminfo: memFree=29821396/32873844 swapFree=7112/7112
[pid=4819] ppid=4817 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/4819/stat : 4819 (npSolver-pbo-It) S 4817 4819 4091 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 278994778 9367552 275 33554432000 4194304 5064252 140736813861536 140736813860448 273588840014 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/4819/statm: 2287 275 233 213 0 72 0
[pid=4820] ppid=4819 vsize=66732 CPUtime=17.67 cores=1,3,5,7
/proc/4820/stat : 4820 (npSolver-pbo) S 4819 4819 4091 0 -1 4202496 18788 88656 0 0 363 147 1218 39 20 0 1 0 278994778 68333568 13593 33554432000 4194304 5992684 140734902902560 140734902888392 5179600 0 0 4096 0 18446744071580380219 0 0 17 1 0 0 1 0 0
/proc/4820/statm: 16683 13593 205 440 0 16239 0
[pid=4835] ppid=4820 vsize=678204 CPUtime=1782.41 cores=1,3,5,7
/proc/4835/stat : 4835 (glucosInc) R 4820 4819 4091 0 -1 4202496 91259 0 0 0 178197 44 0 0 20 0 1 0 278996642 694480896 141354 33554432000 4194304 5654031 140735257814048 140735257801864 4232800 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/4835/statm: 169551 141354 142 357 0 169191 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 754084

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 4819 and gives
#  childrusage.ru_utime.tv_sec=15
#  childrusage.ru_utime.tv_usec=813595
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=873715
# CPU time returned by wait4() is 17.6873
# while last known CPU time is 1800.08
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.42
CPU time (s): 1800.08
CPU user time (s): 1797.78
CPU system time (s): 2.3
CPU usage (%): 99.9259
Max. virtual memory (cumulated for all children) (KiB): 879736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15.8136
system time used= 1.87371
maximum resident set size= 422944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 107818
page faults= 0
swaps= 0
block input operations= 8
block output operations= 586792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 594
involuntary context switches= 52

runsolver used 7.40087 second user time and 18.4002 second system time

The end

Launcher Data

Begin job on node132 at 2012-05-27 16:24:54
IDJOB=3702636
IDBENCH=92698
IDSOLVER=2278
FILE ID=node132/3702636-1338128694
RUNJOBID= node132-1338123012-4108
PBS_JOBID= 14624343
Free space on /tmp= 71408 MiB

SOLVER NAME= npSolver inc-topdown-quickBound
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Multihop/normalized-minisat25_6_4_3_mh.opb
COMMAND LINE= DIR/npSolver-pbo-Itdqb.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3702636-1338128694/watcher-3702636-1338128694 -o /tmp/evaluation-result-3702636-1338128694/solver-3702636-1338128694 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702636-1338128694.opb 161728084 HOME HOME

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

MD5SUM BENCH= d4efe70b0c8674b6d4d4e9279975f4ec
RANDOM SEED=161728084

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:        30652448 kB
Buffers:          359052 kB
Cached:           357564 kB
SwapCached:         2272 kB
Active:          1313408 kB
Inactive:          29408 kB
Active(anon):     617920 kB
Inactive(anon):     9952 kB
Active(file):     695488 kB
Inactive(file):    19456 kB
Unevictable:        7112 kB
Mlocked:            7112 kB
SwapTotal:      67108856 kB
SwapFree:       67103728 kB
Dirty:             11144 kB
Writeback:            16 kB
AnonPages:        639088 kB
Mapped:            12504 kB
Shmem:                 8 kB
Slab:             730868 kB
SReclaimable:     172244 kB
SUnreclaim:       558624 kB
KernelStack:        1488 kB
PageTables:         5440 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     871748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:    438272 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= 71188 MiB
End job on node132 at 2012-05-27 16:54:56