Trace number 3695947

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
pb2sat 2012-05-19? (TO) 1800 1800.41

General information on the benchmark

Namenormalized-PB07/OPT-BIGINT-LIN/submittedPB07/
aksoy/trarea_ac/normalized-fir06_trarea_ac.opb
MD5SUM83920c844b074c56822148eb18b413de
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark37056
Best CPU time to get the best result obtained on this benchmark1800.01
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function
Optimality of the best value was proved NO
Number of variables4360
Total number of constraints8610
Number of constraints which are clauses8610
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint163
Number of terms in the objective function 2173
Biggest coefficient in the objective function 2124
Number of bits for the biggest coefficient in the objective function 12
Sum of the numbers in the objective function 3653850
Number of bits of the sum of numbers in the objective function 22
Biggest number in a constraint 2124
Number of bits of the biggest number in a constraint 12
Biggest sum of numbers in a constraint 3653850
Number of bits of the biggest sum of numbers22
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.05	c model valid
0.00/0.05	c current solution ok
0.00/0.07	o 274112
0.00/0.07	c current bound: 137056
0.00/0.07	c fallback to adder encoding
1800.00/1800.41	c error: unexpected solver exit code
1800.00/1800.41	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-3695947-1338076005/watcher-3695947-1338076005 -o /tmp/evaluation-result-3695947-1338076005/solver-3695947-1338076005 -C 1800 -W 1900 -M 15500 HOME/runPb2sat.sh HOME/instance-3695947-1338076005.opb 1358219623 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: 2.04 2.03 2.00 3/177 8058
/proc/meminfo: memFree=31451608/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0

[startup+0.0777859 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 8058
/proc/meminfo: memFree=31451608/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100276 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 8058
/proc/meminfo: memFree=31451608/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300265 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 8058
/proc/meminfo: memFree=31451608/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700275 s]
/proc/loadavg: 2.04 2.03 2.00 3/177 8058
/proc/meminfo: memFree=31451608/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.5004 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 8065
/proc/meminfo: memFree=31380844/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=44452 CPUtime=1.18 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 10267 0 0 0 115 3 0 0 20 0 1 0 273729017 45518848 9589 33554432000 4194304 4896791 140737049372496 140737049369704 4203013 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 11113 9589 77 172 0 10939 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 83788

[startup+3.10039 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 8065
/proc/meminfo: memFree=31377804/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=45764 CPUtime=2.78 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 10833 0 0 0 275 3 0 0 20 0 1 0 273729017 46862336 10412 33554432000 4194304 4896791 140737049372496 140737049369640 4203070 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 11441 10412 78 172 0 11267 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 85100

[startup+6.3004 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 8065
/proc/meminfo: memFree=31371292/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=55008 CPUtime=5.97 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 12438 0 0 0 594 3 0 0 20 0 1 0 273729017 56328192 11134 33554432000 4194304 4896791 140737049372496 140737049369704 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 13752 11134 78 172 0 13578 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 94344

[startup+12.7004 s]
/proc/loadavg: 2.04 2.03 2.00 3/181 8065
/proc/meminfo: memFree=31373744/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=50044 CPUtime=12.38 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 15316 0 0 0 1233 5 0 0 20 0 1 0 273729017 51245056 11472 33554432000 4194304 4896791 140737049372496 140737049369704 4225041 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 12511 11472 78 172 0 12337 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 89380

[startup+25.5005 s]
/proc/loadavg: 2.10 2.04 2.00 3/181 8065
/proc/meminfo: memFree=31369352/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=60428 CPUtime=25.17 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 18868 0 0 0 2510 7 0 0 20 0 1 0 273729017 61878272 12562 33554432000 4194304 4896791 140737049372496 140737049370024 4225180 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 15107 12562 78 172 0 14933 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 99764

[startup+51.1004 s]
/proc/loadavg: 2.06 2.04 2.00 3/181 8065
/proc/meminfo: memFree=31343936/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=75896 CPUtime=50.77 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 22231 0 0 0 5068 9 0 0 20 0 1 0 273729017 77717504 16163 33554432000 4194304 4896791 140737049372496 140737049368232 4203856 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 18974 16163 78 172 0 18800 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 115232

[startup+102.307 s]
/proc/loadavg: 2.02 2.03 2.00 3/181 8065
/proc/meminfo: memFree=31322268/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=80956 CPUtime=101.96 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 26554 0 0 0 10183 13 0 0 20 0 1 0 273729017 82898944 17931 33554432000 4194304 4896791 140737049372496 140737049369640 4225157 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 20239 17931 78 172 0 20065 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 120292

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/181 8065
/proc/meminfo: memFree=31339184/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7

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

/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 58540 0 0 0 136113 58 0 0 20 0 1 0 273729017 165167104 31887 33554432000 4194304 4896791 140737049372496 140737049370024 4203877 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 40324 31887 78 172 0 40150 0
Current children cumulated CPU time (s) 1361.99
Current children cumulated vsize (KiB) 200632

[startup+1422.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/182 8113
/proc/meminfo: memFree=31242488/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=162264 CPUtime=1421.7 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 59087 0 0 0 142112 58 0 0 20 0 1 0 273729017 166158336 37390 33554432000 4194304 4896791 140737049372496 140737049369704 4204115 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 40566 37390 78 172 0 40392 0
Current children cumulated CPU time (s) 1421.98
Current children cumulated vsize (KiB) 201600

[startup+1482.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 8113
/proc/meminfo: memFree=31223940/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=213468 CPUtime=1481.68 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 59679 0 0 0 148109 59 0 0 20 0 1 0 273729017 218591232 42065 33554432000 4194304 4896791 140737049372496 140737049370024 4203709 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 53367 42065 78 172 0 53193 0
Current children cumulated CPU time (s) 1481.96
Current children cumulated vsize (KiB) 252804

[startup+1542.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/181 8114
/proc/meminfo: memFree=31263532/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=165948 CPUtime=1541.66 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 60934 0 0 0 154104 62 0 0 20 0 1 0 273729017 169930752 33859 33554432000 4194304 4896791 140737049372496 140737049369704 4203783 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 41487 33859 78 172 0 41313 0
Current children cumulated CPU time (s) 1541.94
Current children cumulated vsize (KiB) 205284

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8114
/proc/meminfo: memFree=31229872/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=167332 CPUtime=1601.65 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 61519 0 0 0 160103 62 0 0 20 0 1 0 273729017 171347968 39837 33554432000 4194304 4896791 140737049372496 140737049369704 4203862 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 41833 39837 78 172 0 41659 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 206668

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/181 8114
/proc/meminfo: memFree=31204672/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=137960 CPUtime=1661.64 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 63066 0 0 0 166099 65 0 0 20 0 1 0 273729017 141271040 31961 33554432000 4194304 4896791 140737049372496 140737049369704 4224924 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 34490 31961 78 172 0 34316 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 177296

[startup+1722.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/181 8114
/proc/meminfo: memFree=31241360/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=169024 CPUtime=1721.63 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 63722 0 0 0 172097 66 0 0 20 0 1 0 273729017 173080576 37721 33554432000 4194304 4896791 140737049372496 140737049367576 4203775 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 42256 37721 78 172 0 42082 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 208360

[startup+1782.3 s]
/proc/loadavg: 2.12 2.04 2.01 3/179 8209
/proc/meminfo: memFree=30621988/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=219544 CPUtime=1781.62 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 64511 0 0 0 178096 66 0 0 20 0 1 0 273729017 224813056 41564 33554432000 4194304 4896791 140737049372496 140737049370024 4202982 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 54886 41564 78 172 0 54712 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 258880



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.09 2.03 2.01 3/179 8209
/proc/meminfo: memFree=30267868/32873844 swapFree=6088/6088
[pid=8058] ppid=8056 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8058/stat : 8058 (runPb2sat.sh) S 8056 8058 719 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 273728986 9367552 275 33554432000 4194304 5064252 140734698023504 140734698022416 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/8058/statm: 2287 275 233 213 0 72 0
[pid=8059] ppid=8058 vsize=21040 CPUtime=0.28 cores=1,3,5,7
/proc/8059/stat : 8059 (pb2sat) S 8058 8058 719 0 -1 4202496 3685 1831 0 0 25 3 0 0 20 0 1 0 273728986 21544960 4501 33554432000 4194304 5873084 140736928879856 140736928873672 5124602 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/8059/statm: 5260 4501 179 410 0 4842 0
[pid=8064] ppid=8059 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/8064/stat : 8064 (satsolver.sh) S 8059 8058 719 0 -1 4202496 596 0 0 0 0 0 0 0 20 0 1 0 273729017 9367552 266 33554432000 4194304 5064252 140737103142928 140737103141840 226329519694 0 65536 4100 65538 18446744071579302229 0 0 17 7 0 0 0 0 0
/proc/8064/statm: 2287 266 226 213 0 72 0
[pid=8065] ppid=8064 vsize=220020 CPUtime=1799.72 cores=1,3,5,7
/proc/8065/stat : 8065 (glucose_static) R 8064 8058 719 0 -1 4202496 64777 0 0 0 179905 67 0 0 20 0 1 0 273729017 225300480 43869 33554432000 4194304 4896791 140737049372496 140737049370024 4224118 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/8065/statm: 55005 43869 78 172 0 54831 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 259356

Sending SIGTERM to process tree (bottom up)

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

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 8058 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=263959
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=48992
# CPU time returned by wait4() is 0.312951
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1800.41
CPU time (s): 1800
CPU user time (s): 1799.3
CPU system time (s): 0.7
CPU usage (%): 99.9771
Max. virtual memory (cumulated for all children) (KiB): 307524

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.263959
system time used= 0.048992
maximum resident set size= 30516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6492
page faults= 0
swaps= 0
block input operations= 0
block output operations= 26400
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 14
involuntary context switches= 9

runsolver used 5.99409 second user time and 12.5681 second system time

The end

Launcher Data

Begin job on node110 at 2012-05-27 01:46:46
IDJOB=3695947
IDBENCH=25045
IDSOLVER=2274
FILE ID=node110/3695947-1338076005
RUNJOBID= node110-1338050719-736
PBS_JOBID= 14624381
Free space on /tmp= 71544 MiB

SOLVER NAME= pb2sat 2012-05-19
BENCH NAME= PB07/normalized-PB07/OPT-BIGINT-LIN/submittedPB07/aksoy/trarea_ac/normalized-fir06_trarea_ac.opb
COMMAND LINE= DIR/runPb2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3695947-1338076005/watcher-3695947-1338076005 -o /tmp/evaluation-result-3695947-1338076005/solver-3695947-1338076005 -C 1800 -W 1900 -M 15500  HOME/runPb2sat.sh HOME/instance-3695947-1338076005.opb 1358219623 HOME HOME

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

MD5SUM BENCH= 83920c844b074c56822148eb18b413de
RANDOM SEED=1358219623

node110.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.893
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	: 5333.78
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.893
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.893
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.893
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.893
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.92
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.893
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.90
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.893
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.893
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:        31452368 kB
Buffers:          202092 kB
Cached:           377164 kB
SwapCached:          168 kB
Active:           611952 kB
Inactive:          31536 kB
Active(anon):      52744 kB
Inactive(anon):    13744 kB
Active(file):     559208 kB
Inactive(file):    17792 kB
Unevictable:        6088 kB
Mlocked:            6088 kB
SwapTotal:      67108856 kB
SwapFree:       67107984 kB
Dirty:              9044 kB
Writeback:             0 kB
AnonPages:         74148 kB
Mapped:            15184 kB
Shmem:               196 kB
Slab:             639008 kB
SReclaimable:      81432 kB
SUnreclaim:       557576 kB
KernelStack:        1488 kB
PageTables:         4288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     180652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 71528 MiB
End job on node110 at 2012-05-27 02:16:46