Trace number 3702637

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.09 1800.62

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Multihop/
normalized-minisat25_6_4_4_mh.opb
MD5SUM9bdb41355cc05d61585f46c460aaeaa4
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark4066318
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 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 116930169
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 14114941895
Number of bits of the sum of numbers in the objective function 34
Biggest number in a constraint 116930169
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 14114941895
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.61	c run inc solver
0.00/0.61	c [INC SYSTEM] run initial solver
0.00/0.61	c [INC SYSTEM] preprocess with white file
3.18/3.21	c [INC SYSTEM] finished preprocessing in 2 s
3.18/3.21	c [INC SYSTEM] execute solver
7.75/7.80	c [INC SEARCH] formula is SAT
7.75/7.82	c [INC SYSTEM] solved the initial formula
7.85/7.93	c model valid
7.85/7.93	c current solution ok
9.15/9.24	o 339507149
9.15/9.24	c starting approximation
9.15/9.24	c factor = 2
9.15/9.24	c factor still to low - shrinking to 1.71366e+07
9.15/9.24	c approx number of clauses: 1e+06
9.15/9.24	c current bound: 169753584
14.15/14.28	c leaving approximation
14.22/14.37	c finished approximation
14.22/14.37	c [INC SYSTEM] there exists a inc, kill it!
14.22/14.37	c write failed with 2
14.22/14.37	c [INC SEARCH] iteration: 0
14.22/14.37	c [INC BOUNDS] best value:339507174 search for 339507173
14.22/14.37	c [INC SYSTEM] create new solver instance
14.22/14.37	c [INC] encode full formula
14.22/14.37	c fallback to adder encoding
16.81/16.93	c set iterative enc to: adder
16.81/16.93	c set iterative enc to: none
17.11/17.28	c [INC SEARCH] isOptimum variable: 0
712.23/712.58	c formula is SAT
712.33/712.66	c [INC SEARCH] copied best model
712.33/712.66	c [INC SEARCH] sat variable: 1 optimum/unsat variable: 0
712.45/712.76	c model valid
712.45/712.76	c current solution ok
712.45/712.76	o 141093106
712.45/712.76	c [INC SEARCH] iteration: 1
712.45/712.76	c [INC BOUNDS] best value:141093131 search for 141093130
712.45/712.76	c [INC SYSTEM] there exists a inc, kill it!
712.45/712.76	c write failed with 2
712.45/712.77	c [INC SYSTEM] create new solver instance
712.45/712.77	c [INC] encode full formula
712.45/712.77	c fallback to adder encoding
715.03/715.32	c set iterative enc to: adder
715.03/715.32	c set iterative enc to: none
715.33/715.68	c [INC SEARCH] isOptimum variable: 0
1800.09/1800.62	HOME/npSolver-pbo-Itdqb.sh: line 18: 32224 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-3702637-1338130287/watcher-3702637-1338130287 -o /tmp/evaluation-result-3702637-1338130287/solver-3702637-1338130287 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-Itdqb.sh HOME/instance-3702637-1338130287.opb 1738706928 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.61 2.14 2.04 3/181 32223
/proc/meminfo: memFree=31720272/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0

[startup+0.0888929 s]
/proc/loadavg: 2.61 2.14 2.04 3/181 32223
/proc/meminfo: memFree=31720272/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100277 s]
/proc/loadavg: 2.61 2.14 2.04 3/181 32223
/proc/meminfo: memFree=31720272/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300241 s]
/proc/loadavg: 2.61 2.14 2.04 3/181 32223
/proc/meminfo: memFree=31720272/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700181 s]
/proc/loadavg: 2.61 2.14 2.04 3/181 32223
/proc/meminfo: memFree=31720272/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.61 2.14 2.04 3/185 32227
/proc/meminfo: memFree=31536444/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=52632 CPUtime=0.63 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 8219 0 0 0 56 7 0 0 20 0 1 0 279154202 53895168 9936 33554432000 4194304 5992684 140734597433920 140734597428368 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 13158 9936 171 440 0 12714 0
[pid=32226] ppid=32224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (cp2_pre.sh) S 32224 32223 31461 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 279154266 9367552 277 33554432000 4194304 5064252 140733771826784 140733771825488 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32226/statm: 2287 277 234 213 0 72 0
[pid=32227] ppid=32226 vsize=171836 CPUtime=0.85 cores=0,2,4,6
/proc/32227/stat : 32227 (coprocessor) R 32226 32223 31461 0 -1 4202496 27388 0 0 0 80 5 0 0 20 0 1 0 279154266 175960064 38143 33554432000 4194304 6586260 140735429315104 140735429311368 5511711 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/32227/statm: 42959 38143 166 584 0 42371 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 242764

[startup+3.10036 s]
/proc/loadavg: 2.56 2.14 2.04 3/185 32227
/proc/meminfo: memFree=31484328/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=52632 CPUtime=0.63 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 8219 0 0 0 56 7 0 0 20 0 1 0 279154202 53895168 9936 33554432000 4194304 5992684 140734597433920 140734597428368 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 13158 9936 171 440 0 12714 0
[pid=32226] ppid=32224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32226/stat : 32226 (cp2_pre.sh) S 32224 32223 31461 0 -1 4202496 610 0 0 0 0 0 0 0 20 0 1 0 279154266 9367552 277 33554432000 4194304 5064252 140733771826784 140733771825488 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32226/statm: 2287 277 234 213 0 72 0
[pid=32227] ppid=32226 vsize=210616 CPUtime=2.44 cores=0,2,4,6
/proc/32227/stat : 32227 (coprocessor) R 32226 32223 31461 0 -1 4202496 35310 0 0 0 233 11 0 0 20 0 1 0 279154266 215670784 51422 33554432000 4194304 6586260 140735429315104 140735429310856 5732496 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0
/proc/32227/statm: 52654 51422 200 584 0 52066 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 281544

[startup+6.30038 s]
/proc/loadavg: 2.56 2.14 2.04 3/184 32229
/proc/meminfo: memFree=31573972/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=52632 CPUtime=3.18 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 8238 36214 0 0 56 7 242 13 20 0 1 0 279154202 53895168 9938 33554432000 4194304 5992684 140734597433920 140734597420184 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 13158 9938 173 440 0 12714 0
[pid=32229] ppid=32224 vsize=98572 CPUtime=3.07 cores=0,2,4,6
/proc/32229/stat : 32229 (glucosInc) R 32224 32223 31461 0 -1 4202496 20289 0 0 0 304 3 0 0 20 0 1 0 279154523 100937728 22845 33554432000 4194304 5654031 140735505578144 140735505575928 4232421 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32229/statm: 24643 22845 140 357 0 24283 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 160352

[startup+12.7004 s]
/proc/loadavg: 2.47 2.14 2.04 3/186 32232
/proc/meminfo: memFree=31400960/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=74644 CPUtime=4.74 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 11639 36730 0 0 100 115 242 17 20 0 1 0 279154202 76435456 15393 33554432000 4194304 5992684 140734597433920 140734597426208 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 18661 15393 195 440 0 18217 0
[pid=32229] ppid=32224 vsize=99168 CPUtime=4.57 cores=0,2,4,6
/proc/32229/stat : 32229 (glucosInc) S 32224 32223 31461 0 -1 4202496 20479 0 0 0 454 3 0 0 20 0 1 0 279154523 101548032 23035 33554432000 4194304 5654031 140735505578144 140735505576456 4976656 0 0 4096 0 18446744071580380219 0 0 17 0 0 0 0 0 0
/proc/32229/statm: 24792 23035 146 357 0 24432 0
[pid=32231] ppid=32224 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32231/stat : 32231 (satsolver.sh) S 32224 32223 31461 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 279155136 9367552 267 33554432000 4194304 5064252 140736374045888 140736374044800 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/32231/statm: 2287 267 226 213 0 72 0
[pid=32232] ppid=32231 vsize=149800 CPUtime=3.34 cores=0,2,4,6
/proc/32232/stat : 32232 (glucose) R 32231 32223 31461 0 -1 4202496 28827 0 0 0 330 4 0 0 20 0 1 0 279155136 153395200 32162 33554432000 4194304 5208918 140733496508272 140733496506104 4228997 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/32232/statm: 37450 32162 95 248 0 37199 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 341908

[startup+25.5003 s]
/proc/loadavg: 2.48 2.15 2.05 3/184 32239
/proc/meminfo: memFree=30935860/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=66732 CPUtime=17.19 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 18854 90742 0 0 360 150 1175 34 20 0 1 0 279154202 68333568 13496 33554432000 4194304 5992684 140734597433920 140734597419752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 16683 13496 205 440 0 16239 0
[pid=32239] ppid=32224 vsize=567972 CPUtime=8.2 cores=0,2,4,6
/proc/32239/stat : 32239 (glucosInc) R 32224 32223 31461 0 -1 4202496 85805 0 0 0 798 22 0 0 20 0 1 0 279155930 581603328 126749 33554432000 4194304 5654031 140737298596032 140737298593816 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32239/statm: 141993 126749 141 357 0 141633 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 643852

[startup+51.1003 s]
/proc/loadavg: 2.32 2.13 2.05 3/184 32240
/proc/meminfo: memFree=30930712/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=66732 CPUtime=17.19 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 18854 90742 0 0 360 150 1175 34 20 0 1 0 279154202 68333568 13496 33554432000 4194304 5992684 140734597433920 140734597419752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 16683 13496 205 440 0 16239 0
[pid=32239] ppid=32224 vsize=570356 CPUtime=33.79 cores=0,2,4,6
/proc/32239/stat : 32239 (glucosInc) R 32224 32223 31461 0 -1 4202496 86676 0 0 0 3357 22 0 0 20 0 1 0 279155930 584044544 128131 33554432000 4194304 5654031 140737298596032 140737298593816 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32239/statm: 142589 128131 142 357 0 142229 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 646236

[startup+102.307 s]
/proc/loadavg: 2.12 2.11 2.04 3/183 32240
/proc/meminfo: memFree=30920964/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=66732 CPUtime=17.19 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 18854 90742 0 0 360 150 1175 34 20 0 1 0 279154202 68333568 13496 33554432000 4194304 5992684 140734597433920 140734597419752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 16683 13496 205 440 0 16239 0
[pid=32239] ppid=32224 vsize=581204 CPUtime=84.99 cores=0,2,4,6
/proc/32239/stat : 32239 (glucosInc) R 32224 32223 31461 0 -1 4202496 88669 0 0 0 8476 23 0 0 20 0 1 0 279155930 595152896 130623 33554432000 4194304 5654031 140737298596032 140737298583848 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32239/statm: 145301 130623 142 357 0 144941 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 657084

[startup+162.3 s]
/proc/loadavg: 2.04 2.09 2.03 3/183 32240
/proc/meminfo: memFree=30915656/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=66732 CPUtime=17.19 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 18854 90742 0 0 360 150 1175 34 20 0 1 0 279154202 68333568 13496 33554432000 4194304 5992684 140734597433920 140734597419752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 16683 13496 205 440 0 16239 0
[pid=32239] ppid=32224 vsize=581204 CPUtime=144.95 cores=0,2,4,6
/proc/32239/stat : 32239 (glucosInc) R 32224 32223 31461 0 -1 4202496 88965 0 0 0 14472 23 0 0 20 0 1 0 279155930 595152896 131899 33554432000 4194304 5654031 140737298596032 140737298583848 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32239/statm: 145301 131899 142 357 0 144941 0
Current children cumulated CPU time (s) 162.14
Current children cumulated vsize (KiB) 657084

[startup+222.3 s]
/proc/loadavg: 2.54 2.20 2.07 2/182 32285
/proc/meminfo: memFree=27495860/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/loadavg: 2.01 2.02 2.03 3/181 32419
/proc/meminfo: memFree=30225564/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=119080 CPUtime=715.42 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 27001 182847 0 0 633 184 70657 68 20 0 1 0 279154202 121937920 26551 33554432000 4194304 5992684 140734597433920 140734597419752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 29770 26551 205 440 0 29326 0
[pid=32414] ppid=32224 vsize=667496 CPUtime=586.43 cores=0,2,4,6
/proc/32414/stat : 32414 (glucosInc) R 32224 32223 31461 0 -1 4202496 90360 0 0 0 58613 30 0 0 20 0 1 0 279225771 683515904 137698 33554432000 4194304 5654031 140736063415776 140736063403592 4232916 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32414/statm: 166874 137698 142 357 0 166514 0
Current children cumulated CPU time (s) 1301.85
Current children cumulated vsize (KiB) 795724

[startup+1362.3 s]
/proc/loadavg: 2.00 2.02 2.03 3/181 32419
/proc/meminfo: memFree=30217376/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=119080 CPUtime=715.42 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 27001 182847 0 0 633 184 70657 68 20 0 1 0 279154202 121937920 26551 33554432000 4194304 5992684 140734597433920 140734597419752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 29770 26551 205 440 0 29326 0
[pid=32414] ppid=32224 vsize=667496 CPUtime=646.41 cores=0,2,4,6
/proc/32414/stat : 32414 (glucosInc) R 32224 32223 31461 0 -1 4202496 90362 0 0 0 64611 30 0 0 20 0 1 0 279225771 683515904 138722 33554432000 4194304 5654031 140736063415776 140736063403592 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32414/statm: 166874 138722 142 357 0 166514 0
Current children cumulated CPU time (s) 1361.83
Current children cumulated vsize (KiB) 795724

[startup+1422.31 s]
/proc/loadavg: 2.00 2.01 2.02 3/181 32419
/proc/meminfo: memFree=30234192/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=119080 CPUtime=715.42 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 27001 182847 0 0 633 184 70657 68 20 0 1 0 279154202 121937920 26551 33554432000 4194304 5992684 140734597433920 140734597419752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 29770 26551 205 440 0 29326 0
[pid=32414] ppid=32224 vsize=586108 CPUtime=706.41 cores=0,2,4,6
/proc/32414/stat : 32414 (glucosInc) R 32224 32223 31461 0 -1 4202496 90989 0 0 0 70608 33 0 0 20 0 1 0 279225771 600174592 131898 33554432000 4194304 5654031 140736063415776 140736063403592 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32414/statm: 146527 131898 142 357 0 146167 0
Current children cumulated CPU time (s) 1421.83
Current children cumulated vsize (KiB) 714336

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.02 3/181 32419
/proc/meminfo: memFree=30226188/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=119080 CPUtime=715.42 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 27001 182847 0 0 633 184 70657 68 20 0 1 0 279154202 121937920 26551 33554432000 4194304 5992684 140734597433920 140734597419752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 29770 26551 205 440 0 29326 0
[pid=32414] ppid=32224 vsize=586108 CPUtime=766.4 cores=0,2,4,6
/proc/32414/stat : 32414 (glucosInc) R 32224 32223 31461 0 -1 4202496 90990 0 0 0 76607 33 0 0 20 0 1 0 279225771 600174592 132410 33554432000 4194304 5654031 140736063415776 140736063403592 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32414/statm: 146527 132410 142 357 0 146167 0
Current children cumulated CPU time (s) 1481.82
Current children cumulated vsize (KiB) 714336

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/181 32419
/proc/meminfo: memFree=30213160/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=119080 CPUtime=715.42 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 27001 182847 0 0 633 184 70657 68 20 0 1 0 279154202 121937920 26551 33554432000 4194304 5992684 140734597433920 140734597419752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 29770 26551 205 440 0 29326 0
[pid=32414] ppid=32224 vsize=586108 CPUtime=826.39 cores=0,2,4,6
/proc/32414/stat : 32414 (glucosInc) R 32224 32223 31461 0 -1 4202496 91137 0 0 0 82606 33 0 0 20 0 1 0 279225771 600174592 133579 33554432000 4194304 5654031 140736063415776 140736063403592 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32414/statm: 146527 133579 142 357 0 146167 0
Current children cumulated CPU time (s) 1541.81
Current children cumulated vsize (KiB) 714336

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/181 32420
/proc/meminfo: memFree=30203728/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=119080 CPUtime=715.42 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 27001 182847 0 0 633 184 70657 68 20 0 1 0 279154202 121937920 26551 33554432000 4194304 5992684 140734597433920 140734597419752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 29770 26551 205 440 0 29326 0
[pid=32414] ppid=32224 vsize=590992 CPUtime=886.38 cores=0,2,4,6
/proc/32414/stat : 32414 (glucosInc) R 32224 32223 31461 0 -1 4202496 91461 0 0 0 88605 33 0 0 20 0 1 0 279225771 605175808 135436 33554432000 4194304 5654031 140736063415776 140736063413544 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32414/statm: 147748 135436 142 357 0 147388 0
Current children cumulated CPU time (s) 1601.8
Current children cumulated vsize (KiB) 719220

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/181 32420
/proc/meminfo: memFree=30190820/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=119080 CPUtime=715.42 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 27001 182847 0 0 633 184 70657 68 20 0 1 0 279154202 121937920 26551 33554432000 4194304 5992684 140734597433920 140734597419752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 29770 26551 205 440 0 29326 0
[pid=32414] ppid=32224 vsize=590992 CPUtime=946.37 cores=0,2,4,6
/proc/32414/stat : 32414 (glucosInc) R 32224 32223 31461 0 -1 4202496 91509 0 0 0 94604 33 0 0 20 0 1 0 279225771 605175808 136506 33554432000 4194304 5654031 140736063415776 140736063403592 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32414/statm: 147748 136506 142 357 0 147388 0
Current children cumulated CPU time (s) 1661.79
Current children cumulated vsize (KiB) 719220

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 2.00 3/182 32423
/proc/meminfo: memFree=30216892/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=119080 CPUtime=715.42 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 27001 182847 0 0 633 184 70657 68 20 0 1 0 279154202 121937920 26551 33554432000 4194304 5992684 140734597433920 140734597419752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 29770 26551 205 440 0 29326 0
[pid=32414] ppid=32224 vsize=672380 CPUtime=1006.37 cores=0,2,4,6
/proc/32414/stat : 32414 (glucosInc) R 32224 32223 31461 0 -1 4202496 92204 0 0 0 100602 35 0 0 20 0 1 0 279225771 688517120 137703 33554432000 4194304 5654031 140736063415776 140736063403592 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32414/statm: 168095 137703 142 357 0 167735 0
Current children cumulated CPU time (s) 1721.79
Current children cumulated vsize (KiB) 800608

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 32423
/proc/meminfo: memFree=30211048/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=119080 CPUtime=715.42 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 27001 182847 0 0 633 184 70657 68 20 0 1 0 279154202 121937920 26551 33554432000 4194304 5992684 140734597433920 140734597419752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 29770 26551 205 440 0 29326 0
[pid=32414] ppid=32224 vsize=672380 CPUtime=1066.36 cores=0,2,4,6
/proc/32414/stat : 32414 (glucosInc) R 32224 32223 31461 0 -1 4202496 92205 0 0 0 106601 35 0 0 20 0 1 0 279225771 688517120 138215 33554432000 4194304 5654031 140736063415776 140736063403592 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32414/statm: 168095 138215 142 357 0 167735 0
Current children cumulated CPU time (s) 1781.78
Current children cumulated vsize (KiB) 800608



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 32423
/proc/meminfo: memFree=30207076/32873648 swapFree=7116/7116
[pid=32223] ppid=32221 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/32223/stat : 32223 (npSolver-pbo-It) S 32221 32223 31461 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 279154202 9367552 275 33554432000 4194304 5064252 140736559787824 140736559786736 260190135886 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/32223/statm: 2287 275 233 213 0 72 0
[pid=32224] ppid=32223 vsize=119080 CPUtime=715.42 cores=0,2,4,6
/proc/32224/stat : 32224 (npSolver-pbo) S 32223 32223 31461 0 -1 4202496 27001 182847 0 0 633 184 70657 68 20 0 1 0 279154202 121937920 26551 33554432000 4194304 5992684 140734597433920 140734597419752 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/32224/statm: 29770 26551 205 440 0 29326 0
[pid=32414] ppid=32224 vsize=672380 CPUtime=1084.67 cores=0,2,4,6
/proc/32414/stat : 32414 (glucosInc) R 32224 32223 31461 0 -1 4202496 92206 0 0 0 108432 35 0 0 20 0 1 0 279225771 688517120 138727 33554432000 4194304 5654031 140736063415776 140736063403592 4232775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/32414/statm: 168095 138727 142 357 0 167735 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 800608

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 32223 and gives
#  childrusage.ru_utime.tv_sec=712
#  childrusage.ru_utime.tv_usec=911620
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=537614
# CPU time returned by wait4() is 715.449
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.62
CPU time (s): 1800.09
CPU user time (s): 1797.22
CPU system time (s): 2.87
CPU usage (%): 99.9705
Max. virtual memory (cumulated for all children) (KiB): 925952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 712.912
system time used= 2.53761
maximum resident set size= 648428
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 210223
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1001720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3139
involuntary context switches= 1000

runsolver used 5.39118 second user time and 9.45556 second system time

The end

Launcher Data

Begin job on node123 at 2012-05-27 16:51:27
IDJOB=3702637
IDBENCH=92704
IDSOLVER=2278
FILE ID=node123/3702637-1338130287
RUNJOBID= node123-1338124037-31477
PBS_JOBID= 14624505
Free space on /tmp= 71664 MiB

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

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

MD5SUM BENCH= 9bdb41355cc05d61585f46c460aaeaa4
RANDOM SEED=1738706928

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.217
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:        31721032 kB
Buffers:          105612 kB
Cached:            84920 kB
SwapCached:          956 kB
Active:           325284 kB
Inactive:          30960 kB
Active(anon):     158812 kB
Inactive(anon):     9416 kB
Active(file):     166472 kB
Inactive(file):    21544 kB
Unevictable:        7116 kB
Mlocked:            7116 kB
SwapTotal:      67108856 kB
SwapFree:       67102956 kB
Dirty:             12716 kB
Writeback:             0 kB
AnonPages:        221944 kB
Mapped:            12292 kB
Shmem:                 0 kB
Slab:             652296 kB
SReclaimable:      96044 kB
SUnreclaim:       556252 kB
KernelStack:        1536 kB
PageTables:         4700 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     321040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    169984 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= 71244 MiB
End job on node123 at 2012-05-27 17:21:28