Trace number 3694713

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-19? (TO) 1800.09 1801.22

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-p2756.opb
MD5SUM54b9b4de78a7992fd69d0caeed32daef
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark3124
Best CPU time to get the best result obtained on this benchmark1.66275
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 3695
Optimality of the best value was proved NO
Number of variables2756
Total number of constraints749
Number of constraints which are clauses132
Number of constraints which are cardinality constraints (but not clauses)220
Number of constraints which are nor clauses,nor cardinality constraints397
Minimum length of a constraint2
Maximum length of a constraint546
Number of terms in the objective function 2166
Biggest coefficient in the objective function 11000
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 321831
Number of bits of the sum of numbers in the objective function 19
Biggest number in a constraint 11000
Number of bits of the biggest number in a constraint 14
Biggest sum of numbers in a constraint 321831
Number of bits of the biggest sum of numbers19
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

17.08/17.12	c fallback to adder encoding
34.57/34.65	c model valid
34.57/34.65	c current solution ok
41.34/42.17	o 165047
41.34/42.17	c fallback to adder encoding
1229.41/1230.47	c model valid
1229.41/1230.47	c current solution ok
1229.91/1230.92	o 135939
1229.91/1230.92	c fallback to adder encoding
1800.09/1801.21	c error: unexpected solver exit code
1800.09/1801.21	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-3694713-1338050000/watcher-3694713-1338050000 -o /tmp/evaluation-result-3694713-1338050000/solver-3694713-1338050000 -C 1800 -W 1900 -M 15500 HOME/runPb2satCp2.sh HOME/instance-3694713-1338050000.opb 1153620033 HOME HOME 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1900 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.06 1.41 4/173 2794
/proc/meminfo: memFree=28765336/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0

[startup+0.10274 s]
/proc/loadavg: 1.00 1.06 1.41 4/173 2794
/proc/meminfo: memFree=28765336/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.200267 s]
/proc/loadavg: 1.00 1.06 1.41 4/173 2794
/proc/meminfo: memFree=28765336/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300249 s]
/proc/loadavg: 1.00 1.06 1.41 4/173 2794
/proc/meminfo: memFree=28765336/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700234 s]
/proc/loadavg: 1.00 1.06 1.41 4/173 2794
/proc/meminfo: memFree=28765336/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50026 s]
/proc/loadavg: 1.00 1.06 1.41 3/181 2808
/proc/meminfo: memFree=28713592/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=34876 CPUtime=1.48 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) R 2793 2793 32565 0 -1 4202496 2886 0 0 0 148 0 0 0 20 0 1 0 271128589 35713024 5931 33554432000 4194304 5873084 140734992834240 140734992828808 4728183 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2797/statm: 8719 5931 146 410 0 8301 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 44024

[startup+3.10026 s]
/proc/loadavg: 1.08 1.08 1.42 3/181 2814
/proc/meminfo: memFree=28695748/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=67644 CPUtime=3.09 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) R 2793 2793 32565 0 -1 4202496 3424 0 0 0 307 2 0 0 20 0 1 0 271128589 69267456 11563 33554432000 4194304 5873084 140734992834240 140734992828792 4394390 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2797/statm: 16911 11563 146 410 0 16493 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 76792

[startup+6.30027 s]
/proc/loadavg: 1.08 1.08 1.42 3/181 2814
/proc/meminfo: memFree=28644852/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=133180 CPUtime=6.28 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) R 2793 2793 32565 0 -1 4202496 3991 0 0 0 625 3 0 0 20 0 1 0 271128589 136376320 23851 33554432000 4194304 5873084 140734992834240 140734992828744 4779725 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2797/statm: 33295 23851 146 410 0 32877 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 142328

[startup+12.7003 s]
/proc/loadavg: 1.22 1.11 1.42 3/181 2814
/proc/meminfo: memFree=28533624/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=264252 CPUtime=12.68 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) R 2793 2793 32565 0 -1 4202496 4615 0 0 0 1261 7 0 0 20 0 1 0 271128589 270594048 48939 33554432000 4194304 5873084 140734992834240 140734992831608 4327221 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/2797/statm: 66063 48939 146 410 0 65645 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 273400

[startup+25.5005 s]
/proc/loadavg: 1.34 1.14 1.43 3/183 2819
/proc/meminfo: memFree=27766488/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=553132 CPUtime=17.97 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) S 2793 2793 32565 0 -1 4202496 12250 0 0 0 1741 56 0 0 20 0 1 0 271128589 566407168 73823 33554432000 4194304 5873084 140734992834240 140734992830664 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/2797/statm: 138283 73823 170 410 0 137865 0
[pid=2818] ppid=2797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2818/stat : 2818 (satsolver.sh) S 2797 2793 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271130388 9367552 266 33554432000 4194304 5064252 140735714905456 140735714904368 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2818/statm: 2287 266 226 213 0 72 0
[pid=2819] ppid=2818 vsize=516788 CPUtime=7.5 cores=1,3,5,7
/proc/2819/stat : 2819 (glucose_static) R 2818 2793 32565 0 -1 4202496 42707 0 0 0 732 18 0 0 20 0 1 0 271130388 529190912 95063 33554432000 4194304 4896791 140737004171312 140737004168600 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2819/statm: 129197 95063 78 172 0 129023 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1088216

[startup+51.1006 s]
/proc/loadavg: 1.64 1.22 1.45 3/183 2828
/proc/meminfo: memFree=27415316/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=584412 CPUtime=41.66 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) S 2793 2793 32565 0 -1 4202496 16176 51186 0 0 1896 561 1641 68 20 0 1 0 271128589 598437888 81576 33554432000 4194304 5873084 140734992834240 140734992828056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 70 0 0
/proc/2797/statm: 146103 81576 179 410 0 145685 0
[pid=2824] ppid=2797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2824/stat : 2824 (satsolver.sh) S 2797 2793 32565 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271132830 9367552 266 33554432000 4194304 5064252 140734694353808 140734694352720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2824/statm: 2287 266 226 213 0 72 0
[pid=2825] ppid=2824 vsize=545796 CPUtime=8.67 cores=1,3,5,7
/proc/2825/stat : 2825 (glucose_static) R 2824 2793 32565 0 -1 4202496 49074 0 0 0 845 22 0 0 20 0 1 0 271132830 558895104 104472 33554432000 4194304 4896791 140735369527840 140735369525096 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2825/statm: 136449 104472 77 172 0 136275 0
Current children cumulated CPU time (s) 50.33
Current children cumulated vsize (KiB) 1148504

[startup+102.301 s]
/proc/loadavg: 1.86 1.35 1.48 3/183 2829
/proc/meminfo: memFree=27344144/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=584412 CPUtime=41.66 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) S 2793 2793 32565 0 -1 4202496 16176 51186 0 0 1896 561 1641 68 20 0 1 0 271128589 598437888 81576 33554432000 4194304 5873084 140734992834240 140734992828056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 70 0 0
/proc/2797/statm: 146103 81576 179 410 0 145685 0
[pid=2824] ppid=2797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2824/stat : 2824 (satsolver.sh) S 2797 2793 32565 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271132830 9367552 266 33554432000 4194304 5064252 140734694353808 140734694352720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2824/statm: 2287 266 226 213 0 72 0
[pid=2825] ppid=2824 vsize=587104 CPUtime=59.88 cores=1,3,5,7
/proc/2825/stat : 2825 (glucose_static) R 2824 2793 32565 0 -1 4202496 59052 0 0 0 5962 26 0 0 20 0 1 0 271132830 601194496 117339 33554432000 4194304 4896791 140735369527840 140735369525048 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2825/statm: 146776 117339 77 172 0 146602 0
Current children cumulated CPU time (s) 101.54
Current children cumulated vsize (KiB) 1189812

[startup+162.3 s]
/proc/loadavg: 1.94 1.47 1.50 3/183 2829
/proc/meminfo: memFree=27312484/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=584412 CPUtime=41.66 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) S 2793 2793 32565 0 -1 4202496 16176 51186 0 0 1896 561 1641 68 20 0 1 0 271128589 598437888 81576 33554432000 4194304 5873084 140734992834240 140734992828056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 70 0 0
/proc/2797/statm: 146103 81576 179 410 0 145685 0
[pid=2824] ppid=2797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2824/stat : 2824 (satsolver.sh) S 2797 2793 32565 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271132830 9367552 266 33554432000 4194304 5064252 140734694353808 140734694352720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2824/statm: 2287 266 226 213 0 72 0
[pid=2825] ppid=2824 vsize=599840 CPUtime=119.86 cores=1,3,5,7
/proc/2825/stat : 2825 (glucose_static) R 2824 2793 32565 0 -1 4202496 62629 0 0 0 11959 27 0 0 20 0 1 0 271132830 614236160 123832 33554432000 4194304 4896791 140735369527840 140735369523576 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2825/statm: 149960 123832 77 172 0 149786 0
Current children cumulated CPU time (s) 161.52
Current children cumulated vsize (KiB) 1202548

[startup+222.308 s]
/proc/loadavg: 2.04 1.58 1.54 3/183 2829
/proc/meminfo: memFree=27288040/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=584412 CPUtime=41.66 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) S 2793 2793 32565 0 -1 4202496 16176 51186 0 0 1896 561 1641 68 20 0 1 0 271128589 598437888 81576 33554432000 4194304 5873084 140734992834240 140734992828056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 70 0 0
/proc/2797/statm: 146103 81576 179 410 0 145685 0
[pid=2824] ppid=2797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2824/stat : 2824 (satsolver.sh) S 2797 2793 32565 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 271132830 9367552 266 33554432000 4194304 5064252 140734694353808 140734694352720 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2824/statm: 2287 266 226 213 0 72 0
[pid=2825] ppid=2824 vsize=605676 CPUtime=179.86 cores=1,3,5,7
/proc/2825/stat : 2825 (glucose_static) R 2824 2793 32565 0 -1 4202496 64854 0 0 0 17958 28 0 0 20 0 1 0 271132830 620212224 128238 33554432000 4194304 4896791 140735369527840 140735369525352 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2825/statm: 151419 128238 77 172 0 151245 0
Current children cumulated CPU time (s) 221.52

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

/proc/2845/stat : 2845 (glucose_static) R 2844 2793 32565 0 -1 4202496 63341 0 0 0 19078 28 0 0 20 0 1 0 271251706 619208704 130706 33554432000 4194304 4896791 140735168569296 140735168566504 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2845/statm: 151174 130706 77 172 0 151000 0
Current children cumulated CPU time (s) 1421.25
Current children cumulated vsize (KiB) 1223444

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 1.86 3/183 2846
/proc/meminfo: memFree=27290592/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=600452 CPUtime=1230.19 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) S 2793 2793 32565 0 -1 4202496 21542 139856 0 0 1920 564 120361 174 20 0 1 0 271128589 614862848 85485 33554432000 4194304 5873084 140734992834240 140734992828056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 70 0 0
/proc/2797/statm: 150113 85485 179 410 0 149695 0
[pid=2844] ppid=2797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2844/stat : 2844 (satsolver.sh) S 2797 2793 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271251705 9367552 267 33554432000 4194304 5064252 140733250334336 140733250333248 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2844/statm: 2287 267 226 213 0 72 0
[pid=2845] ppid=2844 vsize=609976 CPUtime=251.04 cores=1,3,5,7
/proc/2845/stat : 2845 (glucose_static) R 2844 2793 32565 0 -1 4202496 65981 0 0 0 25070 34 0 0 20 0 1 0 271251706 624615424 120634 33554432000 4194304 4896791 140735168569296 140735168566504 4225550 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2845/statm: 152494 120634 77 172 0 152320 0
Current children cumulated CPU time (s) 1481.23
Current children cumulated vsize (KiB) 1228724

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.86 3/183 2846
/proc/meminfo: memFree=27263756/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=600452 CPUtime=1230.19 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) S 2793 2793 32565 0 -1 4202496 21542 139856 0 0 1920 564 120361 174 20 0 1 0 271128589 614862848 85485 33554432000 4194304 5873084 140734992834240 140734992828056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 70 0 0
/proc/2797/statm: 150113 85485 179 410 0 149695 0
[pid=2844] ppid=2797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2844/stat : 2844 (satsolver.sh) S 2797 2793 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271251705 9367552 267 33554432000 4194304 5064252 140733250334336 140733250333248 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2844/statm: 2287 267 226 213 0 72 0
[pid=2845] ppid=2844 vsize=613000 CPUtime=311.04 cores=1,3,5,7
/proc/2845/stat : 2845 (glucose_static) R 2844 2793 32565 0 -1 4202496 67420 0 0 0 31069 35 0 0 20 0 1 0 271251706 627712000 124966 33554432000 4194304 4896791 140735168569296 140735168566504 4225168 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2845/statm: 153250 124966 77 172 0 153076 0
Current children cumulated CPU time (s) 1541.23
Current children cumulated vsize (KiB) 1231748

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/184 2850
/proc/meminfo: memFree=27238184/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=600452 CPUtime=1230.19 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) S 2793 2793 32565 0 -1 4202496 21542 139856 0 0 1920 564 120361 174 20 0 1 0 271128589 614862848 85485 33554432000 4194304 5873084 140734992834240 140734992828056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 70 0 0
/proc/2797/statm: 150113 85485 179 410 0 149695 0
[pid=2844] ppid=2797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2844/stat : 2844 (satsolver.sh) S 2797 2793 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271251705 9367552 267 33554432000 4194304 5064252 140733250334336 140733250333248 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2844/statm: 2287 267 226 213 0 72 0
[pid=2845] ppid=2844 vsize=617236 CPUtime=371.02 cores=1,3,5,7
/proc/2845/stat : 2845 (glucose_static) R 2844 2793 32565 0 -1 4202496 69183 0 0 0 37066 36 0 0 20 0 1 0 271251706 632049664 130472 33554432000 4194304 4896791 140735168569296 140735168564392 4224118 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2845/statm: 154309 130472 77 172 0 154135 0
Current children cumulated CPU time (s) 1601.21
Current children cumulated vsize (KiB) 1235984

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.87 3/184 2873
/proc/meminfo: memFree=27217504/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=600452 CPUtime=1230.19 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) S 2793 2793 32565 0 -1 4202496 21542 139856 0 0 1920 564 120361 174 20 0 1 0 271128589 614862848 85485 33554432000 4194304 5873084 140734992834240 140734992828056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 70 0 0
/proc/2797/statm: 150113 85485 179 410 0 149695 0
[pid=2844] ppid=2797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2844/stat : 2844 (satsolver.sh) S 2797 2793 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271251705 9367552 267 33554432000 4194304 5064252 140733250334336 140733250333248 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2844/statm: 2287 267 226 213 0 72 0
[pid=2845] ppid=2844 vsize=620280 CPUtime=431.01 cores=1,3,5,7
/proc/2845/stat : 2845 (glucose_static) R 2844 2793 32565 0 -1 4202496 70661 0 0 0 43064 37 0 0 20 0 1 0 271251706 635166720 135356 33554432000 4194304 4896791 140735168569296 140735168566504 4225120 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2845/statm: 155070 135356 77 172 0 154896 0
Current children cumulated CPU time (s) 1661.2
Current children cumulated vsize (KiB) 1239028

[startup+1722.3 s]
/proc/loadavg: 2.15 2.03 1.89 3/183 2873
/proc/meminfo: memFree=27093208/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=600452 CPUtime=1230.19 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) S 2793 2793 32565 0 -1 4202496 21542 139856 0 0 1920 564 120361 174 20 0 1 0 271128589 614862848 85485 33554432000 4194304 5873084 140734992834240 140734992828056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 70 0 0
/proc/2797/statm: 150113 85485 179 410 0 149695 0
[pid=2844] ppid=2797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2844/stat : 2844 (satsolver.sh) S 2797 2793 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271251705 9367552 267 33554432000 4194304 5064252 140733250334336 140733250333248 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2844/statm: 2287 267 226 213 0 72 0
[pid=2845] ppid=2844 vsize=622228 CPUtime=491 cores=1,3,5,7
/proc/2845/stat : 2845 (glucose_static) R 2844 2793 32565 0 -1 4202496 71840 0 0 0 49062 38 0 0 20 0 1 0 271251706 637161472 139467 33554432000 4194304 4896791 140735168569296 140735168565032 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2845/statm: 155557 139467 77 172 0 155383 0
Current children cumulated CPU time (s) 1721.19
Current children cumulated vsize (KiB) 1240976

[startup+1782.3 s]
/proc/loadavg: 2.05 2.02 1.90 3/183 2873
/proc/meminfo: memFree=27159924/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=600452 CPUtime=1230.19 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) S 2793 2793 32565 0 -1 4202496 21542 139856 0 0 1920 564 120361 174 20 0 1 0 271128589 614862848 85485 33554432000 4194304 5873084 140734992834240 140734992828056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 70 0 0
/proc/2797/statm: 150113 85485 179 410 0 149695 0
[pid=2844] ppid=2797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2844/stat : 2844 (satsolver.sh) S 2797 2793 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271251705 9367552 267 33554432000 4194304 5064252 140733250334336 140733250333248 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2844/statm: 2287 267 226 213 0 72 0
[pid=2845] ppid=2844 vsize=624828 CPUtime=551 cores=1,3,5,7
/proc/2845/stat : 2845 (glucose_static) R 2844 2793 32565 0 -1 4202496 73607 0 0 0 55055 45 0 0 20 0 1 0 271251706 639823872 126602 33554432000 4194304 4896791 140735168569296 140735168566504 4224109 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2845/statm: 156207 126602 77 172 0 156033 0
Current children cumulated CPU time (s) 1781.19
Current children cumulated vsize (KiB) 1243576



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1801.2 s]
/proc/loadavg: 2.04 2.02 1.90 2/174 2898
/proc/meminfo: memFree=27350912/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=600452 CPUtime=1230.19 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) S 2793 2793 32565 0 -1 4202496 21542 139856 0 0 1920 564 120361 174 20 0 1 0 271128589 614862848 85485 33554432000 4194304 5873084 140734992834240 140734992828056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 70 0 0
/proc/2797/statm: 150113 85485 179 410 0 149695 0
[pid=2844] ppid=2797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2844/stat : 2844 (satsolver.sh) S 2797 2793 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271251705 9367552 267 33554432000 4194304 5064252 140733250334336 140733250333248 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2844/statm: 2287 267 226 213 0 72 0
[pid=2845] ppid=2844 vsize=625384 CPUtime=569.9 cores=1,3,5,7
/proc/2845/stat : 2845 (glucose_static) R 2844 2793 32565 0 -1 4202496 73756 0 0 0 56945 45 0 0 20 0 1 0 271251706 640393216 127773 33554432000 4194304 4896791 140735168569296 140735168565032 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2845/statm: 156346 127773 77 172 0 156172 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1244132

Sending SIGTERM to process tree (bottom up)

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

[startup+1801.2 s]
/proc/loadavg: 2.04 2.02 1.90 2/174 2898
/proc/meminfo: memFree=27350912/32873844 swapFree=7100/7100
[pid=2793] ppid=2790 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2793/stat : 2793 (runPb2satCp2.sh) S 2790 2793 32565 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 271128589 9367552 274 33554432000 4194304 5064252 140734976466368 140734976465280 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/2793/statm: 2287 274 233 213 0 72 0
[pid=2797] ppid=2793 vsize=600452 CPUtime=1230.19 cores=1,3,5,7
/proc/2797/stat : 2797 (pb2sat) S 2793 2793 32565 0 -1 4202496 21542 139856 0 0 1920 564 120361 174 20 0 1 0 271128589 614862848 85485 33554432000 4194304 5873084 140734992834240 140734992828056 5124602 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 70 0 0
/proc/2797/statm: 150113 85485 179 410 0 149695 0
[pid=2844] ppid=2797 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/2844/stat : 2844 (satsolver.sh) S 2797 2793 32565 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 271251705 9367552 267 33554432000 4194304 5064252 140733250334336 140733250333248 247064061518 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/2844/statm: 2287 267 226 213 0 72 0
[pid=2845] ppid=2844 vsize=625384 CPUtime=569.9 cores=1,3,5,7
/proc/2845/stat : 2845 (glucose_static) R 2844 2793 32565 0 -1 4202496 73756 0 0 0 56945 45 0 0 20 0 1 0 271251706 640393216 127773 33554432000 4194304 4896791 140735168569296 140735168565032 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/2845/statm: 156346 127773 77 172 0 156172 0
Current children cumulated CPU time (s) 1800.09
Current children cumulated vsize (KiB) 1244132

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 2793 and gives
#  childrusage.ru_utime.tv_sec=1222
#  childrusage.ru_utime.tv_usec=812104
#  childrusage.ru_stime.tv_sec=7
#  childrusage.ru_stime.tv_usec=395875
# CPU time returned by wait4() is 1230.21
# while last known CPU time is 1800.09
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1801.22
CPU time (s): 1800.09
CPU user time (s): 1792.26
CPU system time (s): 7.83
CPU usage (%): 99.9374
Max. virtual memory (cumulated for all children) (KiB): 1592132

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1222.81
system time used= 7.39588
maximum resident set size= 829520
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162375
page faults= 0
swaps= 0
block input operations= 16
block output operations= 2207296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 103
involuntary context switches= 1281

runsolver used 6.92995 second user time and 21.7717 second system time

The end

Launcher Data

Begin job on node103 at 2012-05-26 18:33:20
IDJOB=3694713
IDBENCH=1871
IDSOLVER=2273
FILE ID=node103/3694713-1338050000
RUNJOBID= node103-1338050000-2770
PBS_JOBID= 14624368
Free space on /tmp= 71576 MiB

SOLVER NAME= pb2satCp2 2012-05-19
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-p2756.opb
COMMAND LINE= DIR/runPb2satCp2.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3694713-1338050000/watcher-3694713-1338050000 -o /tmp/evaluation-result-3694713-1338050000/solver-3694713-1338050000 -C 1800 -W 1900 -M 15500  HOME/runPb2satCp2.sh HOME/instance-3694713-1338050000.opb 1153620033 HOME HOME

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

MD5SUM BENCH= 54b9b4de78a7992fd69d0caeed32daef
RANDOM SEED=1153620033

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.189
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		: 2666.189
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:        28766360 kB
Buffers:          255500 kB
Cached:          3068524 kB
SwapCached:            0 kB
Active:           895980 kB
Inactive:        2438264 kB
Active(anon):      13068 kB
Inactive(anon):        0 kB
Active(file):     882912 kB
Inactive(file):  2438264 kB
Unevictable:        7100 kB
Mlocked:            7100 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             17496 kB
Writeback:             0 kB
AnonPages:         17444 kB
Mapped:            13568 kB
Shmem:               200 kB
Slab:             634436 kB
SReclaimable:      76780 kB
SUnreclaim:       557656 kB
KernelStack:        1392 kB
PageTables:         4200 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     102932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 71028 MiB
End job on node103 at 2012-05-26 19:03:21