Trace number 3695433

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
pb2satCp2 2012-05-19OPT3 181.278 181.49

General information on the benchmark

Namenormalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/
factor-mod-B/factor-mod-size=7-P0=17-P1=53-P2=109-B.opb
MD5SUM2eab9a3df979d0268940cd1121c39af7
Bench CategoryOPT-SMALLINT-NLC (optimisation, small integers, non linear constraints)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark0.017996
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3
Optimality of the best value was proved YES
Number of variables42
Total number of constraints5
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints5
Minimum length of a constraint7
Maximum length of a constraint63
Number of terms in the objective function 7
Biggest coefficient in the objective function 64
Number of bits for the biggest coefficient in the objective function 7
Sum of the numbers in the objective function 127
Number of bits of the sum of numbers in the objective function 7
Biggest number in a constraint 8192
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 32512
Number of bits of the biggest sum of numbers15
Number of products (including duplicates)98
Sum of products size (including duplicates)196
Number of different products98
Sum of products size196

Solver Data

25.58/25.68	c model valid
25.58/25.68	c current solution ok
29.42/29.87	o 3
181.16/181.44	s OPTIMUM FOUND
181.16/181.44	v x1 x2 -x3 -x4 -x5 -x6 -x7 x8 -x9 x10 -x11 x12 -x13 -x14 x15 x16 x17 x18 x19 -x20 -x21 x22 x23 x24 x25 x26 x27 -x28 -x29 -x30 -x31 -x32 -x33 -x34 -x35 x36 x37 x38 x39 -x40 -x41 -x42 x43 x44 -x45 -x46 -x47 -x48 -x49 -x50 -x51 -x52 -x53 -x54 -x55 -x56 x57 x58 -x59 -x60 -x61 -x62 -x63 -x64 -x65 -x66 -x67 -x68 -x69 -x70 x71 x72 -x73 -x74 -x75 -x76 -x77 -x78 -x79 -x80 -x81 -x82 -x83 -x84 -x85 -x86 -x87 -x88 -x89 -x90 -x91 

Verifier Data

OK	3

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-3695433-1338080164/watcher-3695433-1338080164 -o /tmp/evaluation-result-3695433-1338080164/solver-3695433-1338080164 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3695433-1338080164.opb 411638012 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.03 2.01 2.00 3/177 1776
/proc/meminfo: memFree=29730296/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0

[startup+0.0610991 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 1776
/proc/meminfo: memFree=29730296/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100285 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 1776
/proc/meminfo: memFree=29730296/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300245 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 1776
/proc/meminfo: memFree=29730296/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.70024 s]
/proc/loadavg: 2.03 2.01 2.00 3/177 1776
/proc/meminfo: memFree=29730296/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50027 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 1779
/proc/meminfo: memFree=29685396/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=34780 CPUtime=1.49 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) R 1776 1776 28113 0 -1 4202496 2995 0 0 0 149 0 0 0 20 0 1 0 274140800 35614720 7566 33554432000 4194304 5873084 140735384382128 140735384378536 4394338 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1778/statm: 8695 7566 146 410 0 8277 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43928

[startup+3.10027 s]
/proc/loadavg: 2.03 2.01 2.00 3/179 1779
/proc/meminfo: memFree=29639596/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=67548 CPUtime=3.09 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) R 1776 1776 28113 0 -1 4202496 3537 0 0 0 308 1 0 0 20 0 1 0 274140800 69169152 15246 33554432000 4194304 5873084 140735384382128 140735384378920 4746351 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1778/statm: 16887 15246 146 410 0 16469 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76696

[startup+6.30027 s]
/proc/loadavg: 2.02 2.01 2.00 3/179 1779
/proc/meminfo: memFree=29506228/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=133084 CPUtime=6.29 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) R 1776 1776 28113 0 -1 4202496 4110 0 0 0 626 3 0 0 20 0 1 0 274140800 136278016 30606 33554432000 4194304 5873084 140735384382128 140735384378536 4995824 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/1778/statm: 33271 30606 146 410 0 32853 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 142232

[startup+12.7004 s]
/proc/loadavg: 2.02 2.01 2.00 3/181 1782
/proc/meminfo: memFree=28886164/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=264320 CPUtime=8.38 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) S 1776 1776 28113 0 -1 4202496 5073 0 0 0 810 28 0 0 20 0 1 0 274140800 270663680 39340 33554432000 4194304 5873084 140735384382128 140735384378552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1778/statm: 66080 39340 162 410 0 65662 0
[pid=1780] ppid=1778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1780/stat : 1780 (satsolver.sh) S 1778 1776 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274141638 9367552 266 33554432000 4194304 5064252 140735850671504 140735850670416 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1780/statm: 2287 266 226 213 0 72 0
[pid=1782] ppid=1780 vsize=314788 CPUtime=4.29 cores=0,2,4,6
/proc/1782/stat : 1782 (glucose_static) R 1780 1776 28113 0 -1 4202496 24150 0 0 0 418 11 0 0 20 0 1 0 274141638 322342912 67460 33554432000 4194304 4896791 140735997376208 140735997373416 4225029 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1782/statm: 78697 67460 76 172 0 78523 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 597404

[startup+25.5004 s]
/proc/loadavg: 2.08 2.02 2.00 3/180 1782
/proc/meminfo: memFree=28564376/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=264320 CPUtime=8.38 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) S 1776 1776 28113 0 -1 4202496 5073 0 0 0 810 28 0 0 20 0 1 0 274140800 270663680 39340 33554432000 4194304 5873084 140735384382128 140735384378552 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/1778/statm: 66080 39340 162 410 0 65662 0
[pid=1780] ppid=1778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1780/stat : 1780 (satsolver.sh) S 1778 1776 28113 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 274141638 9367552 266 33554432000 4194304 5064252 140735850671504 140735850670416 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1780/statm: 2287 266 226 213 0 72 0
[pid=1782] ppid=1780 vsize=368616 CPUtime=17.1 cores=0,2,4,6
/proc/1782/stat : 1782 (glucose_static) R 1780 1776 28113 0 -1 4202496 33906 0 0 0 1696 14 0 0 20 0 1 0 274141638 377462784 78121 33554432000 4194304 4896791 140735997376208 140735997373640 4224975 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/1782/statm: 92154 78121 78 172 0 91980 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 651232

[startup+51.1005 s]
/proc/loadavg: 2.12 2.04 2.01 3/181 1786
/proc/meminfo: memFree=27860776/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=264324 CPUtime=29.67 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) S 1776 1776 28113 0 -1 4202496 5151 35027 0 0 886 327 1713 41 20 0 1 0 274140800 270667776 39361 33554432000 4194304 5873084 140735384382128 140735384375944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 16 0 0
/proc/1778/statm: 66081 39361 173 410 0 65663 0
[pid=1785] ppid=1778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1785/stat : 1785 (satsolver.sh) S 1778 1776 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274143786 9367552 267 33554432000 4194304 5064252 140734611114592 140734611113504 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1785/statm: 2287 267 226 213 0 72 0
[pid=1786] ppid=1785 vsize=377988 CPUtime=21.21 cores=0,2,4,6
/proc/1786/stat : 1786 (glucose_static) R 1785 1776 28113 0 -1 4202496 35930 0 0 0 2108 13 0 0 20 0 1 0 274143787 387059712 81900 33554432000 4194304 4896791 140734519890256 140734519887688 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1786/statm: 94497 81900 76 172 0 94323 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 660608

[startup+102.307 s]
/proc/loadavg: 2.34 2.11 2.03 3/183 1788
/proc/meminfo: memFree=23565228/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=264324 CPUtime=29.67 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) S 1776 1776 28113 0 -1 4202496 5151 35027 0 0 886 327 1713 41 20 0 1 0 274140800 270667776 39361 33554432000 4194304 5873084 140735384382128 140735384375944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 16 0 0
/proc/1778/statm: 66081 39361 173 410 0 65663 0
[pid=1785] ppid=1778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1785/stat : 1785 (satsolver.sh) S 1778 1776 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274143786 9367552 267 33554432000 4194304 5064252 140734611114592 140734611113504 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1785/statm: 2287 267 226 213 0 72 0
[pid=1786] ppid=1785 vsize=403640 CPUtime=72.41 cores=0,2,4,6
/proc/1786/stat : 1786 (glucose_static) R 1785 1776 28113 0 -1 4202496 41492 0 0 0 7225 16 0 0 20 0 1 0 274143787 413327360 90481 33554432000 4194304 4896791 140734519890256 140734519887688 4225442 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1786/statm: 100910 90481 78 172 0 100736 0
Current children cumulated CPU time (s) 102.08
Current children cumulated vsize (KiB) 686260

[startup+162.3 s]
/proc/loadavg: 2.17 2.10 2.03 3/183 1788
/proc/meminfo: memFree=23228540/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=264324 CPUtime=29.67 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) S 1776 1776 28113 0 -1 4202496 5151 35027 0 0 886 327 1713 41 20 0 1 0 274140800 270667776 39361 33554432000 4194304 5873084 140735384382128 140735384375944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 16 0 0
/proc/1778/statm: 66081 39361 173 410 0 65663 0
[pid=1785] ppid=1778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1785/stat : 1785 (satsolver.sh) S 1778 1776 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274143786 9367552 267 33554432000 4194304 5064252 140734611114592 140734611113504 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1785/statm: 2287 267 226 213 0 72 0
[pid=1786] ppid=1785 vsize=552408 CPUtime=132.4 cores=0,2,4,6
/proc/1786/stat : 1786 (glucose_static) R 1785 1776 28113 0 -1 4202496 45245 0 0 0 13221 19 0 0 20 0 1 0 274143787 565665792 96506 33554432000 4194304 4896791 140734519890256 140734519887544 4224992 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1786/statm: 138102 96506 78 172 0 137928 0
Current children cumulated CPU time (s) 162.07
Current children cumulated vsize (KiB) 835028

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

[startup+166.3 s]
/proc/loadavg: 2.15 2.10 2.03 3/183 1788
/proc/meminfo: memFree=23218736/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=264324 CPUtime=29.67 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) S 1776 1776 28113 0 -1 4202496 5151 35027 0 0 886 327 1713 41 20 0 1 0 274140800 270667776 39361 33554432000 4194304 5873084 140735384382128 140735384375944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 16 0 0
/proc/1778/statm: 66081 39361 173 410 0 65663 0
[pid=1785] ppid=1778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1785/stat : 1785 (satsolver.sh) S 1778 1776 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274143786 9367552 267 33554432000 4194304 5064252 140734611114592 140734611113504 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1785/statm: 2287 267 226 213 0 72 0
[pid=1786] ppid=1785 vsize=552408 CPUtime=136.4 cores=0,2,4,6
/proc/1786/stat : 1786 (glucose_static) R 1785 1776 28113 0 -1 4202496 45273 0 0 0 13621 19 0 0 20 0 1 0 274143787 565665792 96534 33554432000 4194304 4896791 140734519890256 140734519887544 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1786/statm: 138102 96534 78 172 0 137928 0
Current children cumulated CPU time (s) 166.07
Current children cumulated vsize (KiB) 835028

[startup+172.707 s]
/proc/loadavg: 2.14 2.10 2.03 3/183 1788
/proc/meminfo: memFree=23212656/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=264324 CPUtime=29.67 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) S 1776 1776 28113 0 -1 4202496 5151 35027 0 0 886 327 1713 41 20 0 1 0 274140800 270667776 39361 33554432000 4194304 5873084 140735384382128 140735384375944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 16 0 0
/proc/1778/statm: 66081 39361 173 410 0 65663 0
[pid=1785] ppid=1778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1785/stat : 1785 (satsolver.sh) S 1778 1776 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274143786 9367552 267 33554432000 4194304 5064252 140734611114592 140734611113504 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1785/statm: 2287 267 226 213 0 72 0
[pid=1786] ppid=1785 vsize=553428 CPUtime=142.8 cores=0,2,4,6
/proc/1786/stat : 1786 (glucose_static) R 1785 1776 28113 0 -1 4202496 45576 0 0 0 14261 19 0 0 20 0 1 0 274143787 566710272 96731 33554432000 4194304 4896791 140734519890256 140734519887544 4225442 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1786/statm: 138357 96731 78 172 0 138183 0
Current children cumulated CPU time (s) 172.47
Current children cumulated vsize (KiB) 836048

[startup+175.9 s]
/proc/loadavg: 2.13 2.09 2.03 3/183 1788
/proc/meminfo: memFree=23210360/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=264324 CPUtime=29.67 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) S 1776 1776 28113 0 -1 4202496 5151 35027 0 0 886 327 1713 41 20 0 1 0 274140800 270667776 39361 33554432000 4194304 5873084 140735384382128 140735384375944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 16 0 0
/proc/1778/statm: 66081 39361 173 410 0 65663 0
[pid=1785] ppid=1778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1785/stat : 1785 (satsolver.sh) S 1778 1776 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274143786 9367552 267 33554432000 4194304 5064252 140734611114592 140734611113504 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1785/statm: 2287 267 226 213 0 72 0
[pid=1786] ppid=1785 vsize=553964 CPUtime=146 cores=0,2,4,6
/proc/1786/stat : 1786 (glucose_static) R 1785 1776 28113 0 -1 4202496 45647 0 0 0 14581 19 0 0 20 0 1 0 274143787 567259136 97313 33554432000 4194304 4896791 140734519890256 140734519887688 4224975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1786/statm: 138491 97313 78 172 0 138317 0
Current children cumulated CPU time (s) 175.67
Current children cumulated vsize (KiB) 836584

[startup+179.1 s]
/proc/loadavg: 2.13 2.09 2.03 3/183 1788
/proc/meminfo: memFree=23210236/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=264324 CPUtime=29.67 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) S 1776 1776 28113 0 -1 4202496 5151 35027 0 0 886 327 1713 41 20 0 1 0 274140800 270667776 39361 33554432000 4194304 5873084 140735384382128 140735384375944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 16 0 0
/proc/1778/statm: 66081 39361 173 410 0 65663 0
[pid=1785] ppid=1778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1785/stat : 1785 (satsolver.sh) S 1778 1776 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274143786 9367552 267 33554432000 4194304 5064252 140734611114592 140734611113504 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1785/statm: 2287 267 226 213 0 72 0
[pid=1786] ppid=1785 vsize=554284 CPUtime=149.19 cores=0,2,4,6
/proc/1786/stat : 1786 (glucose_static) R 1785 1776 28113 0 -1 4202496 45709 0 0 0 14900 19 0 0 20 0 1 0 274143787 567586816 97375 33554432000 4194304 4896791 140734519890256 140734519887688 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1786/statm: 138571 97375 78 172 0 138397 0
Current children cumulated CPU time (s) 178.86
Current children cumulated vsize (KiB) 836904

[startup+180.7 s]
/proc/loadavg: 2.12 2.09 2.03 3/183 1788
/proc/meminfo: memFree=23210112/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=264324 CPUtime=29.67 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) S 1776 1776 28113 0 -1 4202496 5151 35027 0 0 886 327 1713 41 20 0 1 0 274140800 270667776 39361 33554432000 4194304 5873084 140735384382128 140735384375944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 16 0 0
/proc/1778/statm: 66081 39361 173 410 0 65663 0
[pid=1785] ppid=1778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1785/stat : 1785 (satsolver.sh) S 1778 1776 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274143786 9367552 267 33554432000 4194304 5064252 140734611114592 140734611113504 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1785/statm: 2287 267 226 213 0 72 0
[pid=1786] ppid=1785 vsize=554284 CPUtime=150.79 cores=0,2,4,6
/proc/1786/stat : 1786 (glucose_static) R 1785 1776 28113 0 -1 4202496 45712 0 0 0 15060 19 0 0 20 0 1 0 274143787 567586816 97378 33554432000 4194304 4896791 140734519890256 140734519887688 4224960 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1786/statm: 138571 97378 78 172 0 138397 0
Current children cumulated CPU time (s) 180.46
Current children cumulated vsize (KiB) 836904

[startup+181.1 s]
/proc/loadavg: 2.12 2.09 2.03 3/183 1788
/proc/meminfo: memFree=23210112/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=264324 CPUtime=29.67 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) S 1776 1776 28113 0 -1 4202496 5151 35027 0 0 886 327 1713 41 20 0 1 0 274140800 270667776 39361 33554432000 4194304 5873084 140735384382128 140735384375944 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 16 0 0
/proc/1778/statm: 66081 39361 173 410 0 65663 0
[pid=1785] ppid=1778 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1785/stat : 1785 (satsolver.sh) S 1778 1776 28113 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 274143786 9367552 267 33554432000 4194304 5064252 140734611114592 140734611113504 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/1785/statm: 2287 267 226 213 0 72 0
[pid=1786] ppid=1785 vsize=554284 CPUtime=151.19 cores=0,2,4,6
/proc/1786/stat : 1786 (glucose_static) R 1785 1776 28113 0 -1 4202496 45712 0 0 0 15100 19 0 0 20 0 1 0 274143787 567586816 97378 33554432000 4194304 4896791 140734519890256 140734519887688 4225002 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1786/statm: 138571 97378 78 172 0 138397 0
Current children cumulated CPU time (s) 180.86
Current children cumulated vsize (KiB) 836904

[startup+181.3 s]
/proc/loadavg: 2.12 2.09 2.03 3/183 1788
/proc/meminfo: memFree=23210112/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=264324 CPUtime=180.96 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) S 1776 1776 28113 0 -1 4202496 5176 81346 0 0 886 327 16820 63 20 0 1 0 274140800 270667776 39361 33554432000 4194304 5873084 140735384382128 140735384376440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 16 0 0
/proc/1778/statm: 66081 39361 173 410 0 65663 0
Current children cumulated CPU time (s) 180.96
Current children cumulated vsize (KiB) 273472

[startup+181.4 s]
/proc/loadavg: 2.12 2.09 2.03 3/182 1790
/proc/meminfo: memFree=23626020/32873844 swapFree=7628/7628
[pid=1776] ppid=1774 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/1776/stat : 1776 (runPb2satCp2.sh) S 1774 1776 28113 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 274140799 9367552 275 33554432000 4194304 5064252 140735726167792 140735726166704 254750123598 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/1776/statm: 2287 275 233 213 0 72 0
[pid=1778] ppid=1776 vsize=264324 CPUtime=180.96 cores=0,2,4,6
/proc/1778/stat : 1778 (pb2sat) S 1776 1776 28113 0 -1 4202496 5176 81346 0 0 886 327 16820 63 20 0 1 0 274140800 270667776 39361 33554432000 4194304 5873084 140735384382128 140735384376440 5124602 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 16 0 0
/proc/1778/statm: 66081 39361 173 410 0 65663 0
[pid=1790] ppid=1778 vsize=16712 CPUtime=0.2 cores=0,2,4,6
/proc/1790/stat : 1790 (cp) R 1778 1776 28113 0 -1 4202496 512 0 0 0 0 20 0 0 20 0 1 0 274158918 17113088 198 33554432000 4194304 4305796 140735727432912 140735727430856 254750311904 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/1790/statm: 4178 198 157 28 0 74 0
Current children cumulated CPU time (s) 181.16
Current children cumulated vsize (KiB) 290184

Child status: 0
Real time (s): 181.49
CPU time (s): 181.278
CPU user time (s): 177.078
CPU system time (s): 4.20036
CPU usage (%): 99.8834
Max. virtual memory (cumulated for all children) (KiB): 836904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 177.078
system time used= 4.20036
maximum resident set size= 389520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 87870
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1237320
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 49
involuntary context switches= 284

runsolver used 0.360945 second user time and 1.14582 second system time

The end

Launcher Data

Begin job on node145 at 2012-05-27 02:56:04
IDJOB=3695433
IDBENCH=47990
IDSOLVER=2273
FILE ID=node145/3695433-1338080164
RUNJOBID= node145-1338052957-28129
PBS_JOBID= 14624410
Free space on /tmp= 71464 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-SMALLINT-NLC/submittedPB07/roussel/factor-mod-B/factor-mod-size=7-P0=17-P1=53-P2=109-B.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695433-1338080164/watcher-3695433-1338080164 -o /tmp/evaluation-result-3695433-1338080164/solver-3695433-1338080164 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3695433-1338080164.opb 411638012 HOME HOME

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

MD5SUM BENCH= 2eab9a3df979d0268940cd1121c39af7
RANDOM SEED=411638012

node145.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.149
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.29
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.149
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.149
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	: 5313.38
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.149
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.149
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.149
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.149
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.149
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.89
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873844 kB
MemFree:        29730560 kB
Buffers:          276108 kB
Cached:          1744896 kB
SwapCached:            0 kB
Active:           959836 kB
Inactive:        1364764 kB
Active(anon):     293956 kB
Inactive(anon):    12156 kB
Active(file):     665880 kB
Inactive(file):  1352608 kB
Unevictable:        7628 kB
Mlocked:            7628 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17208 kB
Writeback:             0 kB
AnonPages:        413472 kB
Mapped:            14892 kB
Shmem:               200 kB
Slab:             663864 kB
SReclaimable:     105232 kB
SUnreclaim:       558632 kB
KernelStack:        1504 kB
PageTables:         5084 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     651176 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    393216 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= 69668 MiB
End job on node145 at 2012-05-27 02:59:06