Trace number 3716355

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
wbo2sat 2012-05-19? (TO) 1800.1 1800.51

General information on the benchmark

Name/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/
normalized-pigeon-cardinality-31-30--soft-66-100-0.wbo
MD5SUM318c9cc5b16e210b9b0a9873d7c14d4c
Bench CategoryPARTIAL-SMALLINT-LIN (both soft and hard constraints, small integers, linear constraints)
Best result obtained on this benchmarkMOPT
Best cost obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark0.068989
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables930
Total number of constraints61
Number of soft constraints16
Number of constraints which are clauses31
Number of constraints which are cardinality constraints (but not clauses)30
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint30
Maximum length of a constraint31
Top cost 916
Min constraint cost 1
Max constraint cost 96
Sum of constraints costs 915
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 32
Number of bits of the biggest sum of numbers6
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

0.00/0.15	o 431
0.00/0.15	c current bound: 215
1.86/1.95	o 195
1.86/1.95	c current bound: 97
2.47/2.54	o 90
2.47/2.54	c current bound: 45
176.54/176.64	o 40
176.54/176.64	c current bound: 20
177.43/177.59	o 1
177.43/177.59	c current bound: 0
1800.10/1800.51	c error: unexpected solver exit code
1800.10/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-3716355-1338179411/watcher-3716355-1338179411 -o /tmp/evaluation-result-3716355-1338179411/solver-3716355-1338179411 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716355-1338179411.wbo 64501524 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.00 2.00 2.00 3/180 27138
/proc/meminfo: memFree=31208720/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0

[startup+0.087859 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27138
/proc/meminfo: memFree=31208720/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.100288 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27138
/proc/meminfo: memFree=31208720/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300268 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27138
/proc/meminfo: memFree=31208720/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700228 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 27138
/proc/meminfo: memFree=31208720/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50035 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27145
/proc/meminfo: memFree=31197820/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=0.13 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1020 2234 0 0 3 3 7 0 20 0 1 0 284067895 3833856 512 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27139/statm: 936 512 173 410 0 518 0
[pid=27144] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27144/stat : 27144 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284067911 9367552 267 33554432000 4194304 5064252 140737281315088 140737281314000 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27144/statm: 2287 267 226 213 0 72 0
[pid=27145] ppid=27144 vsize=8928 CPUtime=1.33 cores=1,3,5,7
/proc/27145/stat : 27145 (glucose_static) R 27144 27138 24824 0 -1 4202496 2747 0 0 0 133 0 0 0 20 0 1 0 284067911 9142272 1690 33554432000 4194304 4896791 140734269950048 140734269947256 4230803 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27145/statm: 2232 1690 78 172 0 2058 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 30968

[startup+3.10026 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27148
/proc/meminfo: memFree=31198316/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=2.52 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1346 9124 0 0 4 3 243 2 20 0 1 0 284067895 3833856 538 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27139/statm: 936 538 173 410 0 518 0
Current children cumulated CPU time (s) 2.52
Current children cumulated vsize (KiB) 12892

[startup+6.30036 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27151
/proc/meminfo: memFree=31195088/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=2.52 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1346 9124 0 0 4 3 243 2 20 0 1 0 284067895 3833856 538 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27139/statm: 936 538 173 410 0 518 0
[pid=27150] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27150/stat : 27150 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284068149 9367552 266 33554432000 4194304 5064252 140735361154320 140735361153232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27150/statm: 2287 266 226 213 0 72 0
[pid=27151] ppid=27150 vsize=9192 CPUtime=3.75 cores=1,3,5,7
/proc/27151/stat : 27151 (glucose_static) R 27150 27138 24824 0 -1 4202496 3848 0 0 0 375 0 0 0 20 0 1 0 284068150 9412608 1655 33554432000 4194304 4896791 140733983636624 140733983634152 4203644 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27151/statm: 2298 1655 78 172 0 2124 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 31232

[startup+12.7004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27151
/proc/meminfo: memFree=31184840/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=2.52 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1346 9124 0 0 4 3 243 2 20 0 1 0 284067895 3833856 538 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27139/statm: 936 538 173 410 0 518 0
[pid=27150] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27150/stat : 27150 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284068149 9367552 266 33554432000 4194304 5064252 140735361154320 140735361153232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27150/statm: 2287 266 226 213 0 72 0
[pid=27151] ppid=27150 vsize=14976 CPUtime=10.15 cores=1,3,5,7
/proc/27151/stat : 27151 (glucose_static) R 27150 27138 24824 0 -1 4202496 6724 0 0 0 1014 1 0 0 20 0 1 0 284068150 15335424 2857 33554432000 4194304 4896791 140733983636624 140733983633832 4225445 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27151/statm: 3744 2857 78 172 0 3570 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 37016

[startup+25.5004 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27151
/proc/meminfo: memFree=31168968/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=2.52 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1346 9124 0 0 4 3 243 2 20 0 1 0 284067895 3833856 538 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27139/statm: 936 538 173 410 0 518 0
[pid=27150] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27150/stat : 27150 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284068149 9367552 266 33554432000 4194304 5064252 140735361154320 140735361153232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27150/statm: 2287 266 226 213 0 72 0
[pid=27151] ppid=27150 vsize=16780 CPUtime=22.94 cores=1,3,5,7
/proc/27151/stat : 27151 (glucose_static) R 27150 27138 24824 0 -1 4202496 11117 0 0 0 2292 2 0 0 20 0 1 0 284068150 17182720 3255 33554432000 4194304 4896791 140733983636624 140733983634152 4225138 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27151/statm: 4195 3255 78 172 0 4021 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 38820

[startup+51.1004 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27151
/proc/meminfo: memFree=31188996/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=2.52 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1346 9124 0 0 4 3 243 2 20 0 1 0 284067895 3833856 538 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27139/statm: 936 538 173 410 0 518 0
[pid=27150] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27150/stat : 27150 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284068149 9367552 266 33554432000 4194304 5064252 140735361154320 140735361153232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27150/statm: 2287 266 226 213 0 72 0
[pid=27151] ppid=27150 vsize=23220 CPUtime=48.54 cores=1,3,5,7
/proc/27151/stat : 27151 (glucose_static) R 27150 27138 24824 0 -1 4202496 16657 0 0 0 4850 4 0 0 20 0 1 0 284068150 23777280 4342 33554432000 4194304 4896791 140733983636624 140733983634152 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27151/statm: 5805 4342 78 172 0 5631 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 45260

[startup+102.307 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27151
/proc/meminfo: memFree=31179712/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=2.52 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1346 9124 0 0 4 3 243 2 20 0 1 0 284067895 3833856 538 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27139/statm: 936 538 173 410 0 518 0
[pid=27150] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27150/stat : 27150 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284068149 9367552 266 33554432000 4194304 5064252 140735361154320 140735361153232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27150/statm: 2287 266 226 213 0 72 0
[pid=27151] ppid=27150 vsize=26456 CPUtime=99.74 cores=1,3,5,7
/proc/27151/stat : 27151 (glucose_static) R 27150 27138 24824 0 -1 4202496 23668 0 0 0 9966 8 0 0 20 0 1 0 284068150 27090944 5784 33554432000 4194304 4896791 140733983636624 140733983633832 4225180 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27151/statm: 6614 5784 78 172 0 6440 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 48496

[startup+162.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 27151
/proc/meminfo: memFree=31169912/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=2.52 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1346 9124 0 0 4 3 243 2 20 0 1 0 284067895 3833856 538 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 3 0 0 0 0 0
/proc/27139/statm: 936 538 173 410 0 518 0
[pid=27150] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27150/stat : 27150 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 284068149 9367552 266 33554432000 4194304 5064252 140735361154320 140735361153232 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27150/statm: 2287 266 226 213 0 72 0
[pid=27151] ppid=27150 vsize=26160 CPUtime=159.72 cores=1,3,5,7
/proc/27151/stat : 27151 (glucose_static) R 27150 27138 24824 0 -1 4202496 31214 0 0 0 15960 12 0 0 20 0 1 0 284068150 26787840 5879 33554432000 4194304 4896791 140733983636624 140733983634200 4225361 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27151/statm: 6540 5879 78 172 0 6366 0
Current children cumulated CPU time (s) 162.24

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

/proc/27158/stat : 27158 (glucose_static) R 27157 27138 24824 0 -1 4202496 111414 0 0 0 124356 87 0 0 20 0 1 0 284085655 193368064 38648 33554432000 4194304 4896791 140734017076192 140734017071928 4224684 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27158/statm: 47209 38648 78 172 0 47035 0
Current children cumulated CPU time (s) 1421.97
Current children cumulated vsize (KiB) 210876

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27232
/proc/meminfo: memFree=31042608/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=177.54 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1572 46452 0 0 4 3 17731 16 20 0 1 0 284067895 3833856 539 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27139/statm: 936 539 174 410 0 518 0
[pid=27157] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27157/stat : 27157 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284085655 9367552 267 33554432000 4194304 5064252 140737278074064 140737278072976 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27157/statm: 2287 267 226 213 0 72 0
[pid=27158] ppid=27157 vsize=191808 CPUtime=1304.41 cores=1,3,5,7
/proc/27158/stat : 27158 (glucose_static) R 27157 27138 24824 0 -1 4202496 113583 0 0 0 130350 91 0 0 20 0 1 0 284085655 196411392 43671 33554432000 4194304 4896791 140734017076192 140734017073400 4225029 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27158/statm: 47952 43671 78 172 0 47778 0
Current children cumulated CPU time (s) 1481.95
Current children cumulated vsize (KiB) 213848

[startup+1542.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27232
/proc/meminfo: memFree=31022620/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=177.54 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1572 46452 0 0 4 3 17731 16 20 0 1 0 284067895 3833856 539 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27139/statm: 936 539 174 410 0 518 0
[pid=27157] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27157/stat : 27157 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284085655 9367552 267 33554432000 4194304 5064252 140737278074064 140737278072976 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27157/statm: 2287 267 226 213 0 72 0
[pid=27158] ppid=27157 vsize=194048 CPUtime=1364.39 cores=1,3,5,7
/proc/27158/stat : 27158 (glucose_static) R 27157 27138 24824 0 -1 4202496 115452 0 0 0 136346 93 0 0 20 0 1 0 284085655 198705152 47500 33554432000 4194304 4896791 140734017076192 140734017071320 4224983 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27158/statm: 48512 47500 78 172 0 48338 0
Current children cumulated CPU time (s) 1541.93
Current children cumulated vsize (KiB) 216088

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 27232
/proc/meminfo: memFree=31007124/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=177.54 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1572 46452 0 0 4 3 17731 16 20 0 1 0 284067895 3833856 539 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27139/statm: 936 539 174 410 0 518 0
[pid=27157] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27157/stat : 27157 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284085655 9367552 267 33554432000 4194304 5064252 140737278074064 140737278072976 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27157/statm: 2287 267 226 213 0 72 0
[pid=27158] ppid=27157 vsize=165048 CPUtime=1424.39 cores=1,3,5,7
/proc/27158/stat : 27158 (glucose_static) R 27157 27138 24824 0 -1 4202496 117998 0 0 0 142341 98 0 0 20 0 1 0 284085655 169009152 38806 33554432000 4194304 4896791 140734017076192 140734017071272 4204523 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27158/statm: 41262 38806 78 172 0 41088 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 187088

[startup+1662.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/183 27232
/proc/meminfo: memFree=31039660/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=177.54 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1572 46452 0 0 4 3 17731 16 20 0 1 0 284067895 3833856 539 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27139/statm: 936 539 174 410 0 518 0
[pid=27157] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27157/stat : 27157 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284085655 9367552 267 33554432000 4194304 5064252 140737278074064 140737278072976 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27157/statm: 2287 267 226 213 0 72 0
[pid=27158] ppid=27157 vsize=198744 CPUtime=1484.37 cores=1,3,5,7
/proc/27158/stat : 27158 (glucose_static) R 27157 27138 24824 0 -1 4202496 120284 0 0 0 148336 101 0 0 20 0 1 0 284085655 203513856 41257 33554432000 4194304 4896791 140734017076192 140734017073768 4223872 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27158/statm: 49686 41257 78 172 0 49512 0
Current children cumulated CPU time (s) 1661.91
Current children cumulated vsize (KiB) 220784

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 2.00 3/183 27232
/proc/meminfo: memFree=31022032/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=177.54 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1572 46452 0 0 4 3 17731 16 20 0 1 0 284067895 3833856 539 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27139/statm: 936 539 174 410 0 518 0
[pid=27157] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27157/stat : 27157 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284085655 9367552 267 33554432000 4194304 5064252 140737278074064 140737278072976 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27157/statm: 2287 267 226 213 0 72 0
[pid=27158] ppid=27157 vsize=201684 CPUtime=1544.37 cores=1,3,5,7
/proc/27158/stat : 27158 (glucose_static) R 27157 27138 24824 0 -1 4202496 122766 0 0 0 154331 106 0 0 20 0 1 0 284085655 206524416 45216 33554432000 4194304 4896791 140734017076192 140734017073400 4225008 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27158/statm: 50421 45216 78 172 0 50247 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 223724

[startup+1782.3 s]
/proc/loadavg: 2.01 2.00 2.00 3/183 27233
/proc/meminfo: memFree=31013876/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=177.54 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1572 46452 0 0 4 3 17731 16 20 0 1 0 284067895 3833856 539 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27139/statm: 936 539 174 410 0 518 0
[pid=27157] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27157/stat : 27157 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284085655 9367552 267 33554432000 4194304 5064252 140737278074064 140737278072976 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27157/statm: 2287 267 226 213 0 72 0
[pid=27158] ppid=27157 vsize=203476 CPUtime=1604.36 cores=1,3,5,7
/proc/27158/stat : 27158 (glucose_static) R 27157 27138 24824 0 -1 4202496 124472 0 0 0 160327 109 0 0 20 0 1 0 284085655 208359424 46674 33554432000 4194304 4896791 140734017076192 140734017073624 4224706 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27158/statm: 50869 46674 78 172 0 50695 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 225516



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.5 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 27236
/proc/meminfo: memFree=30988236/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=177.54 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1572 46452 0 0 4 3 17731 16 20 0 1 0 284067895 3833856 539 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27139/statm: 936 539 174 410 0 518 0
[pid=27157] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27157/stat : 27157 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284085655 9367552 267 33554432000 4194304 5064252 140737278074064 140737278072976 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27157/statm: 2287 267 226 213 0 72 0
[pid=27158] ppid=27157 vsize=254396 CPUtime=1622.56 cores=1,3,5,7
/proc/27158/stat : 27158 (glucose_static) R 27157 27138 24824 0 -1 4202496 124976 0 0 0 162146 110 0 0 20 0 1 0 284085655 260501504 51261 33554432000 4194304 4896791 140734017076192 140734017073720 4224992 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27158/statm: 63599 51261 78 172 0 63425 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 276436

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 2.00 3/184 27236
/proc/meminfo: memFree=30988236/32873648 swapFree=6852/6852
[pid=27138] ppid=27136 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27138/stat : 27138 (runWbo2sat.sh) S 27136 27138 24824 0 -1 4202496 358 0 0 0 0 0 0 0 20 0 1 0 284067895 9367552 275 33554432000 4194304 5064252 140736093422896 140736093421808 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 5 0 0 0 0 0
/proc/27138/statm: 2287 275 233 213 0 72 0
[pid=27139] ppid=27138 vsize=3744 CPUtime=177.54 cores=1,3,5,7
/proc/27139/stat : 27139 (wbo2sat) S 27138 27138 24824 0 -1 4202496 1572 46452 0 0 4 3 17731 16 20 0 1 0 284067895 3833856 539 33554432000 4194304 5872148 140734180159072 140734180152344 5123914 0 65536 4102 0 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27139/statm: 936 539 174 410 0 518 0
[pid=27157] ppid=27139 vsize=9148 CPUtime=0 cores=1,3,5,7
/proc/27157/stat : 27157 (satsolver.sh) S 27139 27138 24824 0 -1 4202496 598 0 0 0 0 0 0 0 20 0 1 0 284085655 9367552 267 33554432000 4194304 5064252 140737278074064 140737278072976 271787386446 0 65536 4100 65538 18446744071579302229 0 0 17 1 0 0 0 0 0
/proc/27157/statm: 2287 267 226 213 0 72 0
[pid=27158] ppid=27157 vsize=254396 CPUtime=1622.56 cores=1,3,5,7
/proc/27158/stat : 27158 (glucose_static) R 27157 27138 24824 0 -1 4202496 124976 0 0 0 162146 110 0 0 20 0 1 0 284085655 260501504 51261 33554432000 4194304 4896791 140734017076192 140734017073720 4224992 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/27158/statm: 63599 51261 78 172 0 63425 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 276436

Child status: 0

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

Real time (s): 1800.51
CPU time (s): 1800.1
CPU user time (s): 1798.81
CPU system time (s): 1.29
CPU usage (%): 99.9771
Max. virtual memory (cumulated for all children) (KiB): 324288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 177.354
system time used= 0.206968
maximum resident set size= 37476
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49001
page faults= 0
swaps= 0
block input operations= 0
block output operations= 6112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 54
involuntary context switches= 217

runsolver used 3.34449 second user time and 9.1876 second system time

The end

Launcher Data

Begin job on node115 at 2012-05-28 06:30:11
IDJOB=3716355
IDBENCH=78707
IDSOLVER=2298
FILE ID=node115/3716355-1338179411
RUNJOBID= node115-1338159625-24841
PBS_JOBID= 14624555
Free space on /tmp= 71636 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/PARTIAL-SMALLINT-LIN/PB06/submitted-PB06/roussel/normalized-pigeon-cardinality-31-30--soft-66-100-0.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716355-1338179411/watcher-3716355-1338179411 -o /tmp/evaluation-result-3716355-1338179411/solver-3716355-1338179411 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716355-1338179411.wbo 64501524 HOME HOME

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

MD5SUM BENCH= 318c9cc5b16e210b9b0a9873d7c14d4c
RANDOM SEED=64501524

node115.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.462
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.92
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.462
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.462
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.462
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.462
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.462
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		: 2666.462
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.462
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:       32873648 kB
MemFree:        31208704 kB
Buffers:          349284 kB
Cached:           290576 kB
SwapCached:          972 kB
Active:           717968 kB
Inactive:         100756 kB
Active(anon):     172012 kB
Inactive(anon):     9248 kB
Active(file):     545956 kB
Inactive(file):    91508 kB
Unevictable:        6852 kB
Mlocked:            6852 kB
SwapTotal:      67108856 kB
SwapFree:       67106424 kB
Dirty:              8772 kB
Writeback:             0 kB
AnonPages:        186888 kB
Mapped:            12516 kB
Shmem:                96 kB
Slab:             706536 kB
SReclaimable:     149924 kB
SUnreclaim:       556612 kB
KernelStack:        1536 kB
PageTables:         4660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:     316932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:     98304 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= 71624 MiB
End job on node115 at 2012-05-28 07:00:12