Trace number 3694590

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
pb2satCp2 2012-05-19? (TO) 1800.07 1800.52

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/IC/
normalized-minisat50_6_9_7_ic.opb
MD5SUMbec2717a52f6ea64bb8c452be5283561
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark22045487
Best CPU time to get the best result obtained on this benchmark1800.86
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables125200
Total number of constraints250157
Number of constraints which are clauses120150
Number of constraints which are cardinality constraints (but not clauses)7
Number of constraints which are nor clauses,nor cardinality constraints130000
Minimum length of a constraint2
Maximum length of a constraint1225
Number of terms in the objective function 7400
Biggest coefficient in the objective function 114791256
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 45888514984
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 114791256
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 45888514984
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

101.77/101.90	c model valid
101.77/101.90	c current solution ok
104.38/104.48	o 368910035
104.38/104.48	c fallback to adder encoding
118.16/118.21	c model valid
118.16/118.21	c current solution ok
118.16/118.29	o 367619749
118.16/118.29	c fallback to adder encoding
137.46/137.52	c model valid
137.46/137.52	c current solution ok
137.46/137.59	o 269534229
137.46/137.59	c fallback to adder encoding
239.72/239.82	c model valid
239.72/239.82	c current solution ok
239.74/239.90	o 243482693
239.74/239.90	c fallback to adder encoding
357.79/357.93	c model valid
357.79/357.93	c current solution ok
357.82/358.01	o 242037329
357.82/358.01	c fallback to adder encoding
391.08/391.21	c model valid
391.08/391.21	c current solution ok
391.08/391.28	o 147785709
391.08/391.28	c fallback to adder encoding
1800.07/1800.51	c error: unexpected solver exit code
1800.07/1800.51	s UNKNOWN

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-3694590-1338230554/watcher-3694590-1338230554 -o /tmp/evaluation-result-3694590-1338230554/solver-3694590-1338230554 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694590-1338230554.opb 1412298324 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.00 2.00 1.93 3/179 17489
/proc/meminfo: memFree=26902056/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0

[startup+0.016685 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 17489
/proc/meminfo: memFree=26902056/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100141 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 17489
/proc/meminfo: memFree=26902056/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300121 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 17489
/proc/meminfo: memFree=26902056/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700102 s]
/proc/loadavg: 2.00 2.00 1.93 3/179 17489
/proc/meminfo: memFree=26902056/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50022 s]
/proc/loadavg: 2.00 2.00 1.93 3/181 17491
/proc/meminfo: memFree=26882204/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=136776 CPUtime=1.48 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) R 17489 17489 17216 0 -1 4202496 12875 0 0 0 141 7 0 0 20 0 1 0 289181235 140058624 26124 33554432000 4194304 5873084 140736789949856 140736789943800 5129975 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17490/statm: 34194 26124 166 410 0 33776 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 145924

[startup+3.10029 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 17493
/proc/meminfo: memFree=26651932/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=102624 CPUtime=1.5 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) S 17489 17489 17216 0 -1 4202496 12879 0 0 0 141 9 0 0 20 0 1 0 289181235 105086976 17589 33554432000 4194304 5873084 140736789949856 140736789946280 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17490/statm: 25656 17589 169 410 0 25238 0
[pid=17492] ppid=17490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17492/stat : 17492 (satsolver.sh) S 17490 17489 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289181386 9367552 267 33554432000 4194304 5064252 140734911343008 140734911341920 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17492/statm: 2287 267 226 213 0 72 0
[pid=17493] ppid=17492 vsize=168184 CPUtime=1.58 cores=0,2,4,6
/proc/17493/stat : 17493 (glucose_static) R 17492 17489 17216 0 -1 4202496 27754 0 0 0 153 5 0 0 20 0 1 0 289181387 172220416 35605 33554432000 4194304 4896791 140734403956064 140734403953272 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 42046 35605 76 172 0 41872 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 289104

[startup+6.30029 s]
/proc/loadavg: 2.00 2.00 1.93 3/183 17493
/proc/meminfo: memFree=26641380/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=102624 CPUtime=1.5 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) S 17489 17489 17216 0 -1 4202496 12879 0 0 0 141 9 0 0 20 0 1 0 289181235 105086976 17589 33554432000 4194304 5873084 140736789949856 140736789946280 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17490/statm: 25656 17589 169 410 0 25238 0
[pid=17492] ppid=17490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17492/stat : 17492 (satsolver.sh) S 17490 17489 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289181386 9367552 267 33554432000 4194304 5064252 140734911343008 140734911341920 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17492/statm: 2287 267 226 213 0 72 0
[pid=17493] ppid=17492 vsize=168316 CPUtime=4.78 cores=0,2,4,6
/proc/17493/stat : 17493 (glucose_static) R 17492 17489 17216 0 -1 4202496 27948 0 0 0 473 5 0 0 20 0 1 0 289181387 172355584 35799 33554432000 4194304 4896791 140734403956064 140734403953272 4224684 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 42079 35799 76 172 0 41905 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 289236

[startup+12.7004 s]
/proc/loadavg: 2.08 2.02 1.94 3/183 17493
/proc/meminfo: memFree=26650560/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=102624 CPUtime=1.5 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) S 17489 17489 17216 0 -1 4202496 12879 0 0 0 141 9 0 0 20 0 1 0 289181235 105086976 17589 33554432000 4194304 5873084 140736789949856 140736789946280 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17490/statm: 25656 17589 169 410 0 25238 0
[pid=17492] ppid=17490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17492/stat : 17492 (satsolver.sh) S 17490 17489 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289181386 9367552 267 33554432000 4194304 5064252 140734911343008 140734911341920 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17492/statm: 2287 267 226 213 0 72 0
[pid=17493] ppid=17492 vsize=168448 CPUtime=11.17 cores=0,2,4,6
/proc/17493/stat : 17493 (glucose_static) R 17492 17489 17216 0 -1 4202496 28084 0 0 0 1111 6 0 0 20 0 1 0 289181387 172490752 35495 33554432000 4194304 4896791 140734403956064 140734403953640 4225002 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 42112 35495 76 172 0 41938 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 289368

[startup+25.5004 s]
/proc/loadavg: 2.07 2.02 1.94 3/183 17493
/proc/meminfo: memFree=26647676/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=102624 CPUtime=1.5 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) S 17489 17489 17216 0 -1 4202496 12879 0 0 0 141 9 0 0 20 0 1 0 289181235 105086976 17589 33554432000 4194304 5873084 140736789949856 140736789946280 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17490/statm: 25656 17589 169 410 0 25238 0
[pid=17492] ppid=17490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17492/stat : 17492 (satsolver.sh) S 17490 17489 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289181386 9367552 267 33554432000 4194304 5064252 140734911343008 140734911341920 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17492/statm: 2287 267 226 213 0 72 0
[pid=17493] ppid=17492 vsize=187972 CPUtime=23.97 cores=0,2,4,6
/proc/17493/stat : 17493 (glucose_static) R 17492 17489 17216 0 -1 4202496 29077 0 0 0 2390 7 0 0 20 0 1 0 289181387 192483328 37064 33554432000 4194304 4896791 140734403956064 140734403953592 4225029 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 46993 37064 76 172 0 46819 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 308892

[startup+51.1004 s]
/proc/loadavg: 2.04 2.01 1.94 3/183 17500
/proc/meminfo: memFree=26242860/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=102624 CPUtime=1.5 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) S 17489 17489 17216 0 -1 4202496 12879 0 0 0 141 9 0 0 20 0 1 0 289181235 105086976 17589 33554432000 4194304 5873084 140736789949856 140736789946280 5124602 0 65536 4102 0 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/17490/statm: 25656 17589 169 410 0 25238 0
[pid=17492] ppid=17490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17492/stat : 17492 (satsolver.sh) S 17490 17489 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289181386 9367552 267 33554432000 4194304 5064252 140734911343008 140734911341920 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17492/statm: 2287 267 226 213 0 72 0
[pid=17493] ppid=17492 vsize=189020 CPUtime=49.57 cores=0,2,4,6
/proc/17493/stat : 17493 (glucose_static) R 17492 17489 17216 0 -1 4202496 31536 0 0 0 4946 11 0 0 20 0 1 0 289181387 193556480 39856 33554432000 4194304 4896791 140734403956064 140734403953640 4224983 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/17493/statm: 47255 39856 76 172 0 47081 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 309940

[startup+102.307 s]
/proc/loadavg: 2.06 2.02 1.94 3/181 17506
/proc/meminfo: memFree=26380616/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=113140 CPUtime=102.28 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) R 17489 17489 17216 0 -1 4202496 15094 38168 0 0 194 43 9970 21 20 0 1 0 289181235 115855360 20226 33554432000 4194304 5873084 140736789949856 140736789946280 5127520 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17490/statm: 28285 20226 177 410 0 27867 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 122288

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/183 17515
/proc/meminfo: memFree=25801724/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=282540 CPUtime=138.86 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) S 17489 17489 17216 0 -1 4202496 41373 163258 0 0 671 265 12868 82 20 0 1 0 289181235 289320960 50720 33554432000 4194304 5873084 140736789949856 140736789943672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17490/statm: 70635 50720 184 410 0 70217 0
[pid=17514] ppid=17490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17514/stat : 17514 (satsolver.sh) S 17490 17489 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289195126 9367552 267 33554432000 4194304 5064252 140733873229264 140733873228176 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17514/statm: 2287 267 226 213 0 72 0
[pid=17515] ppid=17514 vsize=353340 CPUtime=23.38 cores=0,2,4,6
/proc/17515/stat : 17515 (glucose_static) R 17514 17489 17216 0 -1 4202496 61047 0 0 0 2324 14 0 0 20 0 1 0 289195126 361820160 82335 33554432000 4194304 4896791 140735603392976 140735603390184 4225514 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17515/statm: 88335 82335 78 172 0 88161 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 654176

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 1.94 3/182 17518
/proc/meminfo: memFree=25791768/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/17529/stat : 17529 (glucose_static) R 17528 17489 17216 0 -1 4202496 74058 0 0 0 102917 35 0 0 20 0 1 0 289220491 378634240 88179 33554432000 4194304 4896791 140737162692064 140737162689704 4224913 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17529/statm: 92440 88179 78 172 0 92266 0
Current children cumulated CPU time (s) 1421.95
Current children cumulated vsize (KiB) 670596

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.96 3/183 17576
/proc/meminfo: memFree=25778144/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=282540 CPUtime=392.43 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) S 17489 17489 17216 0 -1 4202496 72869 351786 0 0 1150 313 37620 160 20 0 1 0 289181235 289320960 50208 33554432000 4194304 5873084 140736789949856 140736789943672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17490/statm: 70635 50208 184 410 0 70217 0
[pid=17528] ppid=17490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17528/stat : 17528 (satsolver.sh) S 17490 17489 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289220491 9367552 267 33554432000 4194304 5064252 140735507556592 140735507555504 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17528/statm: 2287 267 226 213 0 72 0
[pid=17529] ppid=17528 vsize=420340 CPUtime=1089.5 cores=0,2,4,6
/proc/17529/stat : 17529 (glucose_static) R 17528 17489 17216 0 -1 4202496 75098 0 0 0 108914 36 0 0 20 0 1 0 289220491 430428160 90125 33554432000 4194304 4896791 140737162692064 140737162689592 4223862 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17529/statm: 105085 90125 78 172 0 104911 0
Current children cumulated CPU time (s) 1481.93
Current children cumulated vsize (KiB) 721176

[startup+1542.3 s]
/proc/loadavg: 2.06 2.01 1.97 3/183 17576
/proc/meminfo: memFree=25728416/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=282540 CPUtime=392.43 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) S 17489 17489 17216 0 -1 4202496 72869 351786 0 0 1150 313 37620 160 20 0 1 0 289181235 289320960 50208 33554432000 4194304 5873084 140736789949856 140736789943672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17490/statm: 70635 50208 184 410 0 70217 0
[pid=17528] ppid=17490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17528/stat : 17528 (satsolver.sh) S 17490 17489 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289220491 9367552 267 33554432000 4194304 5064252 140735507556592 140735507555504 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17528/statm: 2287 267 226 213 0 72 0
[pid=17529] ppid=17528 vsize=420624 CPUtime=1149.47 cores=0,2,4,6
/proc/17529/stat : 17529 (glucose_static) R 17528 17489 17216 0 -1 4202496 75197 0 0 0 114911 36 0 0 20 0 1 0 289220491 430718976 91223 33554432000 4194304 4896791 140737162692064 140737162689208 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17529/statm: 105156 91223 78 172 0 104982 0
Current children cumulated CPU time (s) 1541.9
Current children cumulated vsize (KiB) 721460

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.97 3/183 17577
/proc/meminfo: memFree=25727400/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=282540 CPUtime=392.43 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) S 17489 17489 17216 0 -1 4202496 72869 351786 0 0 1150 313 37620 160 20 0 1 0 289181235 289320960 50208 33554432000 4194304 5873084 140736789949856 140736789943672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17490/statm: 70635 50208 184 410 0 70217 0
[pid=17528] ppid=17490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17528/stat : 17528 (satsolver.sh) S 17490 17489 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289220491 9367552 267 33554432000 4194304 5064252 140735507556592 140735507555504 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17528/statm: 2287 267 226 213 0 72 0
[pid=17529] ppid=17528 vsize=420860 CPUtime=1209.46 cores=0,2,4,6
/proc/17529/stat : 17529 (glucose_static) R 17528 17489 17216 0 -1 4202496 75420 0 0 0 120910 36 0 0 20 0 1 0 289220491 430960640 92834 33554432000 4194304 4896791 140737162692064 140737162689704 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17529/statm: 105215 92834 78 172 0 105041 0
Current children cumulated CPU time (s) 1601.89
Current children cumulated vsize (KiB) 721696

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/184 17580
/proc/meminfo: memFree=25750892/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=282540 CPUtime=392.43 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) S 17489 17489 17216 0 -1 4202496 72869 351786 0 0 1150 313 37620 160 20 0 1 0 289181235 289320960 50208 33554432000 4194304 5873084 140736789949856 140736789943672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17490/statm: 70635 50208 184 410 0 70217 0
[pid=17528] ppid=17490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17528/stat : 17528 (satsolver.sh) S 17490 17489 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289220491 9367552 267 33554432000 4194304 5064252 140735507556592 140735507555504 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17528/statm: 2287 267 226 213 0 72 0
[pid=17529] ppid=17528 vsize=421088 CPUtime=1269.46 cores=0,2,4,6
/proc/17529/stat : 17529 (glucose_static) R 17528 17489 17216 0 -1 4202496 75593 0 0 0 126909 37 0 0 20 0 1 0 289220491 431194112 93922 33554432000 4194304 4896791 140737162692064 140737162689704 4224706 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17529/statm: 105272 93922 78 172 0 105098 0
Current children cumulated CPU time (s) 1661.89
Current children cumulated vsize (KiB) 721924

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 17580
/proc/meminfo: memFree=25764744/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=282540 CPUtime=392.43 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) S 17489 17489 17216 0 -1 4202496 72869 351786 0 0 1150 313 37620 160 20 0 1 0 289181235 289320960 50208 33554432000 4194304 5873084 140736789949856 140736789943672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17490/statm: 70635 50208 184 410 0 70217 0
[pid=17528] ppid=17490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17528/stat : 17528 (satsolver.sh) S 17490 17489 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289220491 9367552 267 33554432000 4194304 5064252 140735507556592 140735507555504 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17528/statm: 2287 267 226 213 0 72 0
[pid=17529] ppid=17528 vsize=371392 CPUtime=1329.44 cores=0,2,4,6
/proc/17529/stat : 17529 (glucose_static) R 17528 17489 17216 0 -1 4202496 75919 0 0 0 132906 38 0 0 20 0 1 0 289220491 380305408 88573 33554432000 4194304 4896791 140737162692064 140737162689288 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17529/statm: 92848 88573 78 172 0 92674 0
Current children cumulated CPU time (s) 1721.87
Current children cumulated vsize (KiB) 672228

[startup+1782.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 17625
/proc/meminfo: memFree=26178820/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=282540 CPUtime=392.43 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) S 17489 17489 17216 0 -1 4202496 72869 351786 0 0 1150 313 37620 160 20 0 1 0 289181235 289320960 50208 33554432000 4194304 5873084 140736789949856 140736789943672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17490/statm: 70635 50208 184 410 0 70217 0
[pid=17528] ppid=17490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17528/stat : 17528 (satsolver.sh) S 17490 17489 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289220491 9367552 267 33554432000 4194304 5064252 140735507556592 140735507555504 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17528/statm: 2287 267 226 213 0 72 0
[pid=17529] ppid=17528 vsize=421752 CPUtime=1389.43 cores=0,2,4,6
/proc/17529/stat : 17529 (glucose_static) R 17528 17489 17216 0 -1 4202496 76718 0 0 0 138904 39 0 0 20 0 1 0 289220491 431874048 89828 33554432000 4194304 4896791 140737162692064 140737162689704 4224980 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17529/statm: 105438 89828 78 172 0 105264 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 722588



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 17625
/proc/meminfo: memFree=26154784/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=282540 CPUtime=392.43 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) S 17489 17489 17216 0 -1 4202496 72869 351786 0 0 1150 313 37620 160 20 0 1 0 289181235 289320960 50208 33554432000 4194304 5873084 140736789949856 140736789943672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17490/statm: 70635 50208 184 410 0 70217 0
[pid=17528] ppid=17490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17528/stat : 17528 (satsolver.sh) S 17490 17489 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289220491 9367552 267 33554432000 4194304 5064252 140735507556592 140735507555504 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17528/statm: 2287 267 226 213 0 72 0
[pid=17529] ppid=17528 vsize=422420 CPUtime=1407.64 cores=0,2,4,6
/proc/17529/stat : 17529 (glucose_static) R 17528 17489 17216 0 -1 4202496 77023 0 0 0 140724 40 0 0 20 0 1 0 289220491 432558080 91152 33554432000 4194304 4896791 140737162692064 140737162689272 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17529/statm: 105605 91152 78 172 0 105431 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 723256

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 1.97 3/183 17625
/proc/meminfo: memFree=26154784/32873660 swapFree=7120/7120
[pid=17489] ppid=17487 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17489/stat : 17489 (runPb2satCp2.sh) S 17487 17489 17216 0 -1 4202496 356 0 0 0 0 0 0 0 20 0 1 0 289181235 9367552 274 33554432000 4194304 5064252 140734220356688 140734220355600 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/17489/statm: 2287 274 233 213 0 72 0
[pid=17490] ppid=17489 vsize=282540 CPUtime=392.43 cores=0,2,4,6
/proc/17490/stat : 17490 (pb2sat) S 17489 17489 17216 0 -1 4202496 72869 351786 0 0 1150 313 37620 160 20 0 1 0 289181235 289320960 50208 33554432000 4194304 5873084 140736789949856 140736789943672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/17490/statm: 70635 50208 184 410 0 70217 0
[pid=17528] ppid=17490 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/17528/stat : 17528 (satsolver.sh) S 17490 17489 17216 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 289220491 9367552 267 33554432000 4194304 5064252 140735507556592 140735507555504 270329865806 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/17528/statm: 2287 267 226 213 0 72 0
[pid=17529] ppid=17528 vsize=422420 CPUtime=1407.64 cores=0,2,4,6
/proc/17529/stat : 17529 (glucose_static) R 17528 17489 17216 0 -1 4202496 77023 0 0 0 140724 40 0 0 20 0 1 0 289220491 432558080 91152 33554432000 4194304 4896791 140737162692064 140737162689272 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/17529/statm: 105605 91152 78 172 0 105431 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 723256

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17489 and gives
#  childrusage.ru_utime.tv_sec=387
#  childrusage.ru_utime.tv_usec=713058
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=749278
# CPU time returned by wait4() is 392.462
# while last known CPU time is 1800.07
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.52
CPU time (s): 1800.07
CPU user time (s): 1794.94
CPU system time (s): 5.13
CPU usage (%): 99.9752
Max. virtual memory (cumulated for all children) (KiB): 802324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 387.713
system time used= 4.74928
maximum resident set size= 405452
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 425630
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1594624
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 118
involuntary context switches= 578

runsolver used 3.41548 second user time and 9.23959 second system time

The end

Launcher Data

Begin job on node117 at 2012-05-28 20:42:35
IDJOB=3694590
IDBENCH=92784
IDSOLVER=2273
FILE ID=node117/3694590-1338230554
RUNJOBID= node117-1338228753-17232
PBS_JOBID= 14624638
Free space on /tmp= 69984 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/IC/normalized-minisat50_6_9_7_ic.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694590-1338230554/watcher-3694590-1338230554 -o /tmp/evaluation-result-3694590-1338230554/solver-3694590-1338230554 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694590-1338230554.opb 1412298324 HOME HOME

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

MD5SUM BENCH= bec2717a52f6ea64bb8c452be5283561
RANDOM SEED=1412298324

node117.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.148
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.148
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.148
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.148
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.95
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.148
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.148
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.148
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.148
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:       32873660 kB
MemFree:        26903080 kB
Buffers:          589832 kB
Cached:          4206204 kB
SwapCached:            0 kB
Active:          2812160 kB
Inactive:        2239744 kB
Active(anon):     240068 kB
Inactive(anon):    11352 kB
Active(file):    2572092 kB
Inactive(file):  2228392 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             20604 kB
Writeback:             0 kB
AnonPages:        257768 kB
Mapped:            15328 kB
Shmem:               200 kB
Slab:             773816 kB
SReclaimable:     217928 kB
SUnreclaim:       555888 kB
KernelStack:        1496 kB
PageTables:         4664 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545684 kB
Committed_AS:     448584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     34816 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= 69796 MiB
End job on node117 at 2012-05-28 21:12:35