Trace number 3700093

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? (TO) 1800.01 1800.62

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/NG/
normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX180_K192_cod2.opb
MD5SUM6aef9ca2bb094f9e5aa00d5eeeaa5070
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-3088
Best CPU time to get the best result obtained on this benchmark1800.85
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables400896
Total number of constraints402763
Number of constraints which are clauses400785
Number of constraints which are cardinality constraints (but not clauses)194
Number of constraints which are nor clauses,nor cardinality constraints1784
Minimum length of a constraint2
Maximum length of a constraint58023
Number of terms in the objective function 1605
Biggest coefficient in the objective function 1024
Number of bits for the biggest coefficient in the objective function 11
Sum of the numbers in the objective function 189008
Number of bits of the sum of numbers in the objective function 18
Biggest number in a constraint 1024
Number of bits of the biggest number in a constraint 11
Biggest sum of numbers in a constraint 189008
Number of bits of the biggest sum of numbers18
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

4.09/4.12	c fallback to adder encoding
6.99/7.02	c run inc solver
6.99/7.02	c [INC SYSTEM] run initial solver
6.99/7.02	c [INC SYSTEM] preprocess with white file
24.73/24.92	c [INC SYSTEM] finished preprocessing in 17 s
24.73/24.92	c [INC SYSTEM] execute solver
338.92/339.14	c [INC SEARCH] formula is SAT
339.01/339.25	c [INC SYSTEM] solved the initial formula
339.91/340.18	c model valid
339.91/340.18	c current solution ok
347.92/348.40	o -2145
347.92/348.40	c execute binary inc search
347.92/348.40	c [INC SEARCH] current bound: 93431
347.92/348.40	c [INC SEARCH] iteration: 0
347.92/348.40	c [INC SEARCH] lower bound: 0 upperbound 186863 current bound: 93431 best value:186863
347.92/348.40	c [INC SYSTEM] there exists a inc, kill it!
347.92/348.40	c write failed with 2
347.92/348.43	c [INC SYSTEM] create new solver instance
347.92/348.43	c [INC] encode full formula
347.92/348.43	c fallback to adder encoding
348.22/348.58	c set iterative enc to: adder
348.22/348.58	c set iterative enc to: none
348.53/348.80	c [INC SEARCH] isOptimum variable: 0

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-3700093-1338124084/watcher-3700093-1338124084 -o /tmp/evaluation-result-3700093-1338124084/solver-3700093-1338124084 -C 1800 -W 1900 -M 15500 HOME/npSolver-pbo-I.sh HOME/instance-3700093-1338124084.opb 1011006641 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.56 2.14 2.04 3/178 23100
/proc/meminfo: memFree=28004104/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0

[startup+0.0639329 s]
/proc/loadavg: 2.56 2.14 2.04 3/178 23100
/proc/meminfo: memFree=28004104/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100267 s]
/proc/loadavg: 2.56 2.14 2.04 3/178 23100
/proc/meminfo: memFree=28004104/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300236 s]
/proc/loadavg: 2.56 2.14 2.04 3/178 23100
/proc/meminfo: memFree=28004104/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700241 s]
/proc/loadavg: 2.56 2.14 2.04 3/178 23100
/proc/meminfo: memFree=28004104/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50028 s]
/proc/loadavg: 2.56 2.14 2.04 3/180 23102
/proc/meminfo: memFree=27992192/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=13548 CPUtime=1.49 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) R 23100 23100 22966 0 -1 4202496 2940 0 0 0 149 0 0 0 20 0 1 0 278536946 13873152 2441 33554432000 4194304 5992684 140733418552272 140733418548008 4374769 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23101/statm: 3387 2441 146 440 0 2943 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 22696

[startup+3.10029 s]
/proc/loadavg: 2.56 2.14 2.04 3/180 23102
/proc/meminfo: memFree=27974572/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=49776 CPUtime=3.09 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) R 23100 23100 22966 0 -1 4202496 10380 0 0 0 308 1 0 0 20 0 1 0 278536946 50970624 11410 33554432000 4194304 5992684 140733418552272 140733418548264 4569959 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23101/statm: 12444 11410 159 440 0 12000 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58924

[startup+6.30032 s]
/proc/loadavg: 2.51 2.14 2.04 3/180 23102
/proc/meminfo: memFree=27315008/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=372780 CPUtime=6.29 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) R 23100 23100 22966 0 -1 4202496 32126 0 0 0 619 10 0 0 20 0 1 0 278536946 381726720 84647 33554432000 4194304 5992684 140733418552272 140733418547240 4524999 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23101/statm: 93195 84647 167 440 0 92751 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 381928

[startup+12.7004 s]
/proc/loadavg: 2.47 2.13 2.04 3/184 23106
/proc/meminfo: memFree=24944276/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=372780 CPUtime=7.01 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 32849 0 0 0 654 47 0 0 20 0 1 0 278536946 381726720 91353 33554432000 4194304 5992684 140733418552272 140733418546720 5175646 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/23101/statm: 93195 91353 174 440 0 92751 0
[pid=23105] ppid=23101 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23105/stat : 23105 (cp2_pre.sh) S 23101 23100 22966 0 -1 4202496 608 0 0 0 0 0 0 0 20 0 1 0 278537648 9367552 276 33554432000 4194304 5064252 140734776499584 140734776498288 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/23105/statm: 2287 276 234 213 0 72 0
[pid=23106] ppid=23105 vsize=1154936 CPUtime=5.66 cores=0,2,4,6
/proc/23106/stat : 23106 (coprocessor) R 23105 23100 22966 0 -1 4202496 77430 0 0 0 537 29 0 0 20 0 1 0 278537649 1182654464 255022 33554432000 4194304 6586260 140733273185520 140733273181848 5511711 0 0 4096 8404994 0 0 0 17 0 0 0 0 0 0
/proc/23106/statm: 288734 255023 164 584 0 288146 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 1546012

[startup+25.5003 s]
/proc/loadavg: 2.81 2.23 2.07 3/181 23110
/proc/meminfo: memFree=26357756/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=372780 CPUtime=24.79 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 32866 119110 0 0 654 48 1703 74 20 0 1 0 278536946 381726720 91355 33554432000 4194304 5992684 140733418552272 140733418538536 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23101/statm: 93195 91355 176 440 0 92751 0
[pid=23110] ppid=23101 vsize=336520 CPUtime=0.57 cores=0,2,4,6
/proc/23110/stat : 23110 (glucosInc) R 23101 23100 22966 0 -1 4202496 42279 0 0 0 48 9 0 0 20 0 1 0 278539438 344596480 74319 33554432000 4194304 5654031 140735522497728 140735521447080 4797458 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23110/statm: 84130 74320 109 357 0 83770 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 718448

[startup+51.1003 s]
/proc/loadavg: 2.53 2.21 2.07 3/182 23111
/proc/meminfo: memFree=26110812/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=372780 CPUtime=24.79 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 32866 119110 0 0 654 48 1703 74 20 0 1 0 278536946 381726720 91355 33554432000 4194304 5992684 140733418552272 140733418538536 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23101/statm: 93195 91355 176 440 0 92751 0
[pid=23110] ppid=23101 vsize=615712 CPUtime=26.16 cores=0,2,4,6
/proc/23110/stat : 23110 (glucosInc) R 23101 23100 22966 0 -1 4202496 88353 0 0 0 2598 18 0 0 20 0 1 0 278539438 630489088 135481 33554432000 4194304 5654031 140735522497728 140735522495512 4215009 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23110/statm: 153928 135481 140 357 0 153568 0
Current children cumulated CPU time (s) 50.95
Current children cumulated vsize (KiB) 997640

[startup+102.3 s]
/proc/loadavg: 2.23 2.17 2.06 3/181 23114
/proc/meminfo: memFree=25963980/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=372780 CPUtime=24.79 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 32866 119110 0 0 654 48 1703 74 20 0 1 0 278536946 381726720 91355 33554432000 4194304 5992684 140733418552272 140733418538536 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23101/statm: 93195 91355 176 440 0 92751 0
[pid=23110] ppid=23101 vsize=631160 CPUtime=77.34 cores=0,2,4,6
/proc/23110/stat : 23110 (glucosInc) R 23101 23100 22966 0 -1 4202496 89922 0 0 0 7716 18 0 0 20 0 1 0 278539438 646307840 139605 33554432000 4194304 5654031 140735522497728 140735522485544 4214494 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/23110/statm: 157790 139605 141 357 0 157430 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 1013088

[startup+162.3 s]
/proc/loadavg: 2.12 2.15 2.06 3/182 23117
/proc/meminfo: memFree=25943360/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=372780 CPUtime=24.79 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 32866 119110 0 0 654 48 1703 74 20 0 1 0 278536946 381726720 91355 33554432000 4194304 5992684 140733418552272 140733418538536 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23101/statm: 93195 91355 176 440 0 92751 0
[pid=23110] ppid=23101 vsize=631160 CPUtime=137.34 cores=0,2,4,6
/proc/23110/stat : 23110 (glucosInc) R 23101 23100 22966 0 -1 4202496 89922 0 0 0 13715 19 0 0 20 0 1 0 278539438 646307840 139605 33554432000 4194304 5654031 140735522497728 140735522485544 4214505 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23110/statm: 157790 139605 141 357 0 157430 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 1013088

[startup+222.3 s]
/proc/loadavg: 2.08 2.14 2.06 3/181 23117
/proc/meminfo: memFree=25933500/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=372780 CPUtime=24.79 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 32866 119110 0 0 654 48 1703 74 20 0 1 0 278536946 381726720 91355 33554432000 4194304 5992684 140733418552272 140733418538536 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 0 0 0
/proc/23101/statm: 93195 91355 176 440 0 92751 0
[pid=23110] ppid=23101 vsize=631160 CPUtime=197.33 cores=0,2,4,6
/proc/23110/stat : 23110 (glucosInc) R 23101 23100 22966 0 -1 4202496 89922 0 0 0 19714 19 0 0 20 0 1 0 278539438 646307840 139605 33554432000 4194304 5654031 140735522497728 140735522485544 4232453 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23110/statm: 157790 139605 141 357 0 157430 0
Current children cumulated CPU time (s) 222.12
Current children cumulated vsize (KiB) 1013088

[startup+282.3 s]
/proc/loadavg: 2.06 2.12 2.06 3/181 23117
/proc/meminfo: memFree=25902904/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=372780 CPUtime=24.79 cores=0,2,4,6

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

/proc/meminfo: memFree=25645924/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=410888 CPUtime=348.53 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 45242 210914 0 0 920 705 33093 135 20 0 1 0 278536946 420749312 99689 33554432000 4194304 5992684 140733418552272 140733418537176 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 10 0 0
/proc/23101/statm: 102722 99689 186 440 0 102278 0
[pid=23121] ppid=23101 vsize=720588 CPUtime=1013.23 cores=0,2,4,6
/proc/23121/stat : 23121 (glucosInc) R 23101 23100 22966 0 -1 4202496 100923 0 0 0 101270 53 0 0 20 0 1 0 278571826 737882112 158727 33554432000 4194304 5654031 140735799511424 140735799499240 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23121/statm: 180147 158727 141 357 0 179787 0
Current children cumulated CPU time (s) 1361.76
Current children cumulated vsize (KiB) 1140624

[startup+1422.3 s]
/proc/loadavg: 2.07 2.02 2.00 3/181 23130
/proc/meminfo: memFree=25642644/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=410888 CPUtime=348.53 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 45242 210914 0 0 920 705 33093 135 20 0 1 0 278536946 420749312 99689 33554432000 4194304 5992684 140733418552272 140733418537176 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 10 0 0
/proc/23101/statm: 102722 99689 186 440 0 102278 0
[pid=23121] ppid=23101 vsize=721128 CPUtime=1073.22 cores=0,2,4,6
/proc/23121/stat : 23121 (glucosInc) R 23101 23100 22966 0 -1 4202496 102384 0 0 0 107265 57 0 0 20 0 1 0 278571826 738435072 155787 33554432000 4194304 5654031 140735799511424 140735799499240 4232707 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23121/statm: 180282 155787 141 357 0 179922 0
Current children cumulated CPU time (s) 1421.75
Current children cumulated vsize (KiB) 1141164

[startup+1482.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 23130
/proc/meminfo: memFree=25681432/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=410888 CPUtime=348.53 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 45242 210914 0 0 920 705 33093 135 20 0 1 0 278536946 420749312 99689 33554432000 4194304 5992684 140733418552272 140733418537176 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 10 0 0
/proc/23101/statm: 102722 99689 186 440 0 102278 0
[pid=23121] ppid=23101 vsize=724452 CPUtime=1133.22 cores=0,2,4,6
/proc/23121/stat : 23121 (glucosInc) R 23101 23100 22966 0 -1 4202496 104065 0 0 0 113260 62 0 0 20 0 1 0 278571826 741838848 152556 33554432000 4194304 5654031 140735799511424 140735799509512 4232821 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23121/statm: 181113 152556 141 357 0 180753 0
Current children cumulated CPU time (s) 1481.75
Current children cumulated vsize (KiB) 1144488

[startup+1542.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/181 23130
/proc/meminfo: memFree=25639356/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=410888 CPUtime=348.53 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 45242 210914 0 0 920 705 33093 135 20 0 1 0 278536946 420749312 99689 33554432000 4194304 5992684 140733418552272 140733418537176 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 10 0 0
/proc/23101/statm: 102722 99689 186 440 0 102278 0
[pid=23121] ppid=23101 vsize=724452 CPUtime=1193.21 cores=0,2,4,6
/proc/23121/stat : 23121 (glucosInc) R 23101 23100 22966 0 -1 4202496 104365 0 0 0 119259 62 0 0 20 0 1 0 278571826 741838848 159498 33554432000 4194304 5654031 140735799511424 140735799499240 4208595 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23121/statm: 181113 159498 141 357 0 180753 0
Current children cumulated CPU time (s) 1541.74
Current children cumulated vsize (KiB) 1144488

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23131
/proc/meminfo: memFree=25644384/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=410888 CPUtime=348.53 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 45242 210914 0 0 920 705 33093 135 20 0 1 0 278536946 420749312 99689 33554432000 4194304 5992684 140733418552272 140733418537176 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 10 0 0
/proc/23101/statm: 102722 99689 186 440 0 102278 0
[pid=23121] ppid=23101 vsize=724452 CPUtime=1253.2 cores=0,2,4,6
/proc/23121/stat : 23121 (glucosInc) R 23101 23100 22966 0 -1 4202496 105723 0 0 0 125253 67 0 0 20 0 1 0 278571826 741838848 154907 33554432000 4194304 5654031 140735799511424 140735799499240 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23121/statm: 181113 154907 141 357 0 180753 0
Current children cumulated CPU time (s) 1601.73
Current children cumulated vsize (KiB) 1144488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23131
/proc/meminfo: memFree=25604232/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=410888 CPUtime=348.53 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 45242 210914 0 0 920 705 33093 135 20 0 1 0 278536946 420749312 99689 33554432000 4194304 5992684 140733418552272 140733418537176 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 10 0 0
/proc/23101/statm: 102722 99689 186 440 0 102278 0
[pid=23121] ppid=23101 vsize=724872 CPUtime=1313.19 cores=0,2,4,6
/proc/23121/stat : 23121 (glucosInc) R 23101 23100 22966 0 -1 4202496 105843 0 0 0 131252 67 0 0 20 0 1 0 278571826 742268928 161159 33554432000 4194304 5654031 140735799511424 140735799499240 4232477 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23121/statm: 181218 161159 141 357 0 180858 0
Current children cumulated CPU time (s) 1661.72
Current children cumulated vsize (KiB) 1144908

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23131
/proc/meminfo: memFree=25640976/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=410888 CPUtime=348.53 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 45242 210914 0 0 920 705 33093 135 20 0 1 0 278536946 420749312 99689 33554432000 4194304 5992684 140733418552272 140733418537176 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 10 0 0
/proc/23101/statm: 102722 99689 186 440 0 102278 0
[pid=23121] ppid=23101 vsize=734384 CPUtime=1373.18 cores=0,2,4,6
/proc/23121/stat : 23121 (glucosInc) R 23101 23100 22966 0 -1 4202496 108742 0 0 0 137246 72 0 0 20 0 1 0 278571826 752009216 159132 33554432000 4194304 5654031 140735799511424 140735799499240 4232453 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23121/statm: 183596 159132 141 357 0 183236 0
Current children cumulated CPU time (s) 1721.71
Current children cumulated vsize (KiB) 1154420

[startup+1782.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 23131
/proc/meminfo: memFree=25643768/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=410888 CPUtime=348.53 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 45242 210914 0 0 920 705 33093 135 20 0 1 0 278536946 420749312 99689 33554432000 4194304 5992684 140733418552272 140733418537176 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 10 0 0
/proc/23101/statm: 102722 99689 186 440 0 102278 0
[pid=23121] ppid=23101 vsize=652996 CPUtime=1433.18 cores=0,2,4,6
/proc/23121/stat : 23121 (glucosInc) R 23101 23100 22966 0 -1 4202496 109417 0 0 0 143242 76 0 0 20 0 1 0 278571826 668667904 154372 33554432000 4194304 5654031 140735799511424 140735799509448 4214993 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23121/statm: 163249 154372 141 357 0 162889 0
Current children cumulated CPU time (s) 1781.71
Current children cumulated vsize (KiB) 1073032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 23132
/proc/meminfo: memFree=26534528/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=410888 CPUtime=348.53 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 45242 210914 0 0 920 705 33093 135 20 0 1 0 278536946 420749312 99689 33554432000 4194304 5992684 140733418552272 140733418537176 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 10 0 0
/proc/23101/statm: 102722 99689 186 440 0 102278 0
[pid=23121] ppid=23101 vsize=734384 CPUtime=1451.48 cores=0,2,4,6
/proc/23121/stat : 23121 (glucosInc) R 23101 23100 22966 0 -1 4202496 110106 0 0 0 145071 77 0 0 20 0 1 0 278571826 752009216 156076 33554432000 4194304 5654031 140735799511424 140735799499240 4232794 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23121/statm: 183596 156076 141 357 0 183236 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1154420

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+1800.6 s]
/proc/loadavg: 2.00 2.00 2.00 2/177 23132
/proc/meminfo: memFree=26534528/32873844 swapFree=6856/6856
[pid=23100] ppid=23098 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/23100/stat : 23100 (npSolver-pbo-I.) S 23098 23100 22966 0 -1 4202496 359 0 0 0 0 0 0 0 20 0 1 0 278536946 9367552 275 33554432000 4194304 5064252 140736467612832 140736467611744 270118053454 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/23100/statm: 2287 275 233 213 0 72 0
[pid=23101] ppid=23100 vsize=410888 CPUtime=348.53 cores=0,2,4,6
/proc/23101/stat : 23101 (npSolver-pbo) S 23100 23100 22966 0 -1 4202496 45242 210914 0 0 920 705 33093 135 20 0 1 0 278536946 420749312 99689 33554432000 4194304 5992684 140733418552272 140733418537176 5179600 0 0 4096 0 18446744071580380219 0 0 17 4 0 0 10 0 0
/proc/23101/statm: 102722 99689 186 440 0 102278 0
[pid=23121] ppid=23101 vsize=734384 CPUtime=1451.48 cores=0,2,4,6
/proc/23121/stat : 23121 (glucosInc) R 23101 23100 22966 0 -1 4202496 110106 0 0 0 145071 77 0 0 20 0 1 0 278571826 752009216 156076 33554432000 4194304 5654031 140735799511424 140735799499240 4232794 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/23121/statm: 183596 156076 141 357 0 183236 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 1154420

Child ended because it received signal 15 (SIGTERM)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23100 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=0
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=999
# CPU time returned by wait4() is 0.000999
# while last known CPU time is 1800.01
#
# 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.01
CPU user time (s): 1790.84
CPU system time (s): 9.17
CPU usage (%): 99.9663
Max. virtual memory (cumulated for all children) (KiB): 1874016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0
system time used= 0.000999
maximum resident set size= 1100
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 359
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4
involuntary context switches= 1

runsolver used 4.03139 second user time and 9.8745 second system time

The end

Launcher Data

Begin job on node106 at 2012-05-27 15:08:05
IDJOB=3700093
IDBENCH=90903
IDSOLVER=2276
FILE ID=node106/3700093-1338124084
RUNJOBID= node106-1338124026-22982
PBS_JOBID= 14624504
Free space on /tmp= 71272 MiB

SOLVER NAME= npSolver inc
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/NG/normalized-NG.dot_luby_10null10mast_rapportOE2.0_TMAX180_K192_cod2.opb
COMMAND LINE= DIR/npSolver-pbo-I.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3700093-1338124084/watcher-3700093-1338124084 -o /tmp/evaluation-result-3700093-1338124084/solver-3700093-1338124084 -C 1800 -W 1900 -M 15500  HOME/npSolver-pbo-I.sh HOME/instance-3700093-1338124084.opb 1011006641 HOME HOME

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

MD5SUM BENCH= 6aef9ca2bb094f9e5aa00d5eeeaa5070
RANDOM SEED=1011006641

node106.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.065
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.13
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.065
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.065
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.91
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.065
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.92
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.065
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.065
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.065
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.065
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:       32873844 kB
MemFree:        28004104 kB
Buffers:          333596 kB
Cached:          3705020 kB
SwapCached:            0 kB
Active:          1291756 kB
Inactive:        2763632 kB
Active(anon):      19408 kB
Inactive(anon):        0 kB
Active(file):    1272348 kB
Inactive(file):  2763632 kB
Unevictable:        6856 kB
Mlocked:            6856 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             73220 kB
Writeback:             0 kB
AnonPages:         23328 kB
Mapped:            15100 kB
Shmem:               200 kB
Slab:             675956 kB
SReclaimable:     116964 kB
SUnreclaim:       558992 kB
KernelStack:        1424 kB
PageTables:         3992 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     132668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:      2048 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= 71040 MiB
End job on node106 at 2012-05-27 15:38:07