Trace number 3716006

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.08 1800.41

General information on the benchmark

Name/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-ooo.burch_dill.3.accl.ucl--soft-0-100-0.wbo
MD5SUM65e5bfc23cfeb9f0d41691b20b2e7f01
Bench CategorySOFT-SMALLINT-LIN (only soft 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 benchmark5.62214
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables4622
Total number of constraints12569
Number of soft constraints12569
Number of constraints which are clauses11753
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints816
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 636317
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 636316
Biggest number in a constraint 36
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 130
Number of bits of the biggest sum of numbers8
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

3.96/4.07	o 1477
3.96/4.07	c current bound: 738
3.96/4.07	c fallback to adder encoding
478.04/478.20	o 734
478.04/478.20	c current bound: 367
478.04/478.20	c fallback to adder encoding
1570.21/1570.54	o 365
1570.21/1570.54	c current bound: 182
1570.21/1570.54	c fallback to adder encoding
1800.08/1800.41	c error: unexpected solver exit code
1800.08/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-3716006-1338213151/watcher-3716006-1338213151 -o /tmp/evaluation-result-3716006-1338213151/solver-3716006-1338213151 -C 1800 -W 1900 -M 15500 HOME/runWbo2sat.sh HOME/instance-3716006-1338213151.wbo 63386678 HOME HOME 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.15 2.09 2.02 3/179 21829
/proc/meminfo: memFree=28107756/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=11812 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runsolver) D 21827 21829 17890 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 1 0 287440562 12095488 50 33554432000 4194304 5436572 140734148413136 140734148409432 4883175 0 0 4096 24578 18446744071579943789 0 0 17 2 0 0 0 0 0
/proc/21829/statm: 2953 50 31 304 0 2645 0

[startup+0.0587061 s]
/proc/loadavg: 2.15 2.09 2.02 3/179 21829
/proc/meminfo: memFree=28107756/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.10021 s]
/proc/loadavg: 2.15 2.09 2.02 3/179 21829
/proc/meminfo: memFree=28107756/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.300181 s]
/proc/loadavg: 2.15 2.09 2.02 3/179 21829
/proc/meminfo: memFree=28107756/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+0.700182 s]
/proc/loadavg: 2.15 2.09 2.02 3/179 21829
/proc/meminfo: memFree=28107756/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9148

[startup+1.50025 s]
/proc/loadavg: 2.15 2.09 2.02 3/181 21831
/proc/meminfo: memFree=28093896/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=34772 CPUtime=1.49 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) R 21829 21829 17890 0 -1 4202496 3282 0 0 0 148 1 0 0 20 0 1 0 287440563 35606528 4788 33554432000 4194304 5872148 140736932363600 140736932360456 4744748 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21831/statm: 8693 4788 144 410 0 8275 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 43920

[startup+3.10019 s]
/proc/loadavg: 2.15 2.09 2.02 3/181 21831
/proc/meminfo: memFree=28060324/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=68112 CPUtime=2.91 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 8062 0 0 0 285 6 0 0 20 0 1 0 287440563 69746688 12059 33554432000 4194304 5872148 140736932363600 140736932359480 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 17028 12059 159 410 0 16610 0
Current children cumulated CPU time (s) 2.91
Current children cumulated vsize (KiB) 77260

[startup+6.30029 s]
/proc/loadavg: 2.14 2.09 2.02 3/183 21836
/proc/meminfo: memFree=27779272/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=173296 CPUtime=4.77 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 13696 8528 0 0 364 70 37 6 20 0 1 0 287440563 177455104 33221 33554432000 4194304 5872148 140736932363600 140736932356872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 43324 33221 175 410 0 42906 0
[pid=21835] ppid=21831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21835/stat : 21835 (satsolver.sh) S 21831 21829 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287441043 9367552 266 33554432000 4194304 5064252 140734451970016 140734451968928 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21835/statm: 2287 266 226 213 0 72 0
[pid=21836] ppid=21835 vsize=150840 CPUtime=1.47 cores=0,2,4,6
/proc/21836/stat : 21836 (glucose_static) R 21835 21829 17890 0 -1 4202496 26822 0 0 0 139 8 0 0 20 0 1 0 287441043 154460160 34985 33554432000 4194304 4896791 140736096637328 140736096634536 4204079 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/21836/statm: 37710 34985 76 172 0 37536 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 342432

[startup+12.7003 s]
/proc/loadavg: 2.12 2.09 2.02 3/183 21836
/proc/meminfo: memFree=27740052/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=173296 CPUtime=4.77 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 13696 8528 0 0 364 70 37 6 20 0 1 0 287440563 177455104 33221 33554432000 4194304 5872148 140736932363600 140736932356872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 43324 33221 175 410 0 42906 0
[pid=21835] ppid=21831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21835/stat : 21835 (satsolver.sh) S 21831 21829 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287441043 9367552 266 33554432000 4194304 5064252 140734451970016 140734451968928 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21835/statm: 2287 266 226 213 0 72 0
[pid=21836] ppid=21835 vsize=151236 CPUtime=7.87 cores=0,2,4,6
/proc/21836/stat : 21836 (glucose_static) R 21835 21829 17890 0 -1 4202496 26912 0 0 0 779 8 0 0 20 0 1 0 287441043 154865664 35586 33554432000 4194304 4896791 140736096637328 140736096634536 4203856 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21836/statm: 37809 35586 76 172 0 37635 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 342828

[startup+25.5003 s]
/proc/loadavg: 2.10 2.08 2.02 3/183 21836
/proc/meminfo: memFree=27737636/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=173296 CPUtime=4.77 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 13696 8528 0 0 364 70 37 6 20 0 1 0 287440563 177455104 33221 33554432000 4194304 5872148 140736932363600 140736932356872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 43324 33221 175 410 0 42906 0
[pid=21835] ppid=21831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21835/stat : 21835 (satsolver.sh) S 21831 21829 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287441043 9367552 266 33554432000 4194304 5064252 140734451970016 140734451968928 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21835/statm: 2287 266 226 213 0 72 0
[pid=21836] ppid=21835 vsize=151400 CPUtime=20.66 cores=0,2,4,6
/proc/21836/stat : 21836 (glucose_static) R 21835 21829 17890 0 -1 4202496 26973 0 0 0 2058 8 0 0 20 0 1 0 287441043 155033600 36158 33554432000 4194304 4896791 140736096637328 140736096634648 4203877 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21836/statm: 37850 36158 76 172 0 37676 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 342992

[startup+51.1003 s]
/proc/loadavg: 2.06 2.07 2.02 3/183 21836
/proc/meminfo: memFree=27732164/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=173296 CPUtime=4.77 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 13696 8528 0 0 364 70 37 6 20 0 1 0 287440563 177455104 33221 33554432000 4194304 5872148 140736932363600 140736932356872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 43324 33221 175 410 0 42906 0
[pid=21835] ppid=21831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21835/stat : 21835 (satsolver.sh) S 21831 21829 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287441043 9367552 266 33554432000 4194304 5064252 140734451970016 140734451968928 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21835/statm: 2287 266 226 213 0 72 0
[pid=21836] ppid=21835 vsize=182484 CPUtime=46.25 cores=0,2,4,6
/proc/21836/stat : 21836 (glucose_static) R 21835 21829 17890 0 -1 4202496 27425 0 0 0 4617 8 0 0 20 0 1 0 287441043 186863616 37120 33554432000 4194304 4896791 140736096637328 140736096634536 4204115 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21836/statm: 45621 37120 76 172 0 45447 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 374076

[startup+102.306 s]
/proc/loadavg: 2.02 2.06 2.01 3/183 21836
/proc/meminfo: memFree=27720684/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=173296 CPUtime=4.77 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 13696 8528 0 0 364 70 37 6 20 0 1 0 287440563 177455104 33221 33554432000 4194304 5872148 140736932363600 140736932356872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 43324 33221 175 410 0 42906 0
[pid=21835] ppid=21831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21835/stat : 21835 (satsolver.sh) S 21831 21829 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287441043 9367552 266 33554432000 4194304 5064252 140734451970016 140734451968928 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21835/statm: 2287 266 226 213 0 72 0
[pid=21836] ppid=21835 vsize=182800 CPUtime=97.45 cores=0,2,4,6
/proc/21836/stat : 21836 (glucose_static) R 21835 21829 17890 0 -1 4202496 27494 0 0 0 9737 8 0 0 20 0 1 0 287441043 187187200 38722 33554432000 4194304 4896791 140736096637328 140736096634648 4203820 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21836/statm: 45700 38722 76 172 0 45526 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 374392

[startup+162.3 s]
/proc/loadavg: 2.01 2.05 2.01 3/183 21837
/proc/meminfo: memFree=27722004/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=173296 CPUtime=4.77 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 13696 8528 0 0 364 70 37 6 20 0 1 0 287440563 177455104 33221 33554432000 4194304 5872148 140736932363600 140736932356872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21831/statm: 43324 33221 175 410 0 42906 0
[pid=21835] ppid=21831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21835/stat : 21835 (satsolver.sh) S 21831 21829 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287441043 9367552 266 33554432000 4194304 5064252 140734451970016 140734451968928 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 2 0 0 0 0 0
/proc/21835/statm: 2287 266 226 213 0 72 0
[pid=21836] ppid=21835 vsize=182932 CPUtime=157.44 cores=0,2,4,6
/proc/21836/stat : 21836 (glucose_static) R 21835 21829 17890 0 -1 4202496 28005 0 0 0 15734 10 0 0 20 0 1 0 287441043 187322368 37237 33554432000 4194304 4896791 140736096637328 140736096634856 4203775 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21836/statm: 45733 37237 76 172 0 45559 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 374524

[startup+222.3 s]
/proc/loadavg: 2.00 2.04 2.00 3/183 21840
/proc/meminfo: memFree=27757912/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6

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

/proc/21850/stat : 21850 (glucose_static) R 21849 21829 17890 0 -1 4202496 27595 0 0 0 94312 12 0 0 20 0 1 0 287488453 154140672 34510 33554432000 4194304 4896791 140735019742160 140735019739368 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21850/statm: 37632 34510 78 172 0 37458 0
Current children cumulated CPU time (s) 1422.03
Current children cumulated vsize (KiB) 342700

[startup+1482.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22010
/proc/meminfo: memFree=27550856/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=173876 CPUtime=478.79 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 20827 41082 0 0 429 77 47349 24 20 0 1 0 287440563 178049024 31844 33554432000 4194304 5872148 140736932363600 140736932356872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21831/statm: 43469 31844 175 410 0 43051 0
[pid=21849] ppid=21831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21849/stat : 21849 (satsolver.sh) S 21831 21829 17890 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287488453 9367552 267 33554432000 4194304 5064252 140737081356992 140737081355904 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21849/statm: 2287 267 226 213 0 72 0
[pid=21850] ppid=21849 vsize=152180 CPUtime=1003.22 cores=0,2,4,6
/proc/21850/stat : 21850 (glucose_static) R 21849 21829 17890 0 -1 4202496 27997 0 0 0 100310 12 0 0 20 0 1 0 287488453 155832320 34912 33554432000 4194304 4896791 140735019742160 140735019739368 4203102 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21850/statm: 38045 34912 78 172 0 37871 0
Current children cumulated CPU time (s) 1482.01
Current children cumulated vsize (KiB) 344352

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22010
/proc/meminfo: memFree=27543964/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=173876 CPUtime=478.79 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 20827 41082 0 0 429 77 47349 24 20 0 1 0 287440563 178049024 31844 33554432000 4194304 5872148 140736932363600 140736932356872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21831/statm: 43469 31844 175 410 0 43051 0
[pid=21849] ppid=21831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21849/stat : 21849 (satsolver.sh) S 21831 21829 17890 0 -1 4202496 599 0 0 0 0 0 0 0 20 0 1 0 287488453 9367552 267 33554432000 4194304 5064252 140737081356992 140737081355904 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/21849/statm: 2287 267 226 213 0 72 0
[pid=21850] ppid=21849 vsize=155196 CPUtime=1063.22 cores=0,2,4,6
/proc/21850/stat : 21850 (glucose_static) R 21849 21829 17890 0 -1 4202496 28683 0 0 0 106310 12 0 0 20 0 1 0 287488453 158920704 36093 33554432000 4194304 4896791 140735019742160 140735019739528 4224684 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/21850/statm: 38799 36093 78 172 0 38625 0
Current children cumulated CPU time (s) 1542.01
Current children cumulated vsize (KiB) 347368

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22013
/proc/meminfo: memFree=27568164/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=173876 CPUtime=1570.88 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 27656 71324 0 0 486 84 156475 43 20 0 1 0 287440563 178049024 30820 33554432000 4194304 5872148 140736932363600 140736932356872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21831/statm: 43469 30820 175 410 0 43051 0
[pid=22012] ppid=21831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22012/stat : 22012 (satsolver.sh) S 21831 21829 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287597678 9367552 267 33554432000 4194304 5064252 140733330229296 140733330228208 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22012/statm: 2287 267 226 213 0 72 0
[pid=22013] ppid=22012 vsize=137664 CPUtime=31.12 cores=0,2,4,6
/proc/22013/stat : 22013 (glucose_static) R 22012 21829 17890 0 -1 4202496 23926 0 0 0 3105 7 0 0 20 0 1 0 287597678 140967936 32198 33554432000 4194304 4896791 140737363892704 140737363890136 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22013/statm: 34416 32198 78 172 0 34242 0
Current children cumulated CPU time (s) 1602
Current children cumulated vsize (KiB) 329836

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/184 22016
/proc/meminfo: memFree=27564800/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=173876 CPUtime=1570.88 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 27656 71324 0 0 486 84 156475 43 20 0 1 0 287440563 178049024 30820 33554432000 4194304 5872148 140736932363600 140736932356872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21831/statm: 43469 30820 175 410 0 43051 0
[pid=22012] ppid=21831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22012/stat : 22012 (satsolver.sh) S 21831 21829 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287597678 9367552 267 33554432000 4194304 5064252 140733330229296 140733330228208 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22012/statm: 2287 267 226 213 0 72 0
[pid=22013] ppid=22012 vsize=138000 CPUtime=91.12 cores=0,2,4,6
/proc/22013/stat : 22013 (glucose_static) R 22012 21829 17890 0 -1 4202496 23979 0 0 0 9105 7 0 0 20 0 1 0 287597678 141312000 32251 33554432000 4194304 4896791 140737363892704 140737363890024 4224983 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22013/statm: 34500 32251 78 172 0 34326 0
Current children cumulated CPU time (s) 1662
Current children cumulated vsize (KiB) 330172

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/183 22017
/proc/meminfo: memFree=27561560/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=173876 CPUtime=1570.88 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 27656 71324 0 0 486 84 156475 43 20 0 1 0 287440563 178049024 30820 33554432000 4194304 5872148 140736932363600 140736932356872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21831/statm: 43469 30820 175 410 0 43051 0
[pid=22012] ppid=21831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22012/stat : 22012 (satsolver.sh) S 21831 21829 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287597678 9367552 267 33554432000 4194304 5064252 140733330229296 140733330228208 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22012/statm: 2287 267 226 213 0 72 0
[pid=22013] ppid=22012 vsize=138544 CPUtime=151.11 cores=0,2,4,6
/proc/22013/stat : 22013 (glucose_static) R 22012 21829 17890 0 -1 4202496 24113 0 0 0 15104 7 0 0 20 0 1 0 287597678 141869056 32385 33554432000 4194304 4896791 140737363892704 140737363889912 4225029 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22013/statm: 34636 32385 78 172 0 34462 0
Current children cumulated CPU time (s) 1721.99
Current children cumulated vsize (KiB) 330716

[startup+1782.3 s]
/proc/loadavg: 2.05 2.01 2.00 3/183 22017
/proc/meminfo: memFree=27556764/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=173876 CPUtime=1570.88 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 27656 71324 0 0 486 84 156475 43 20 0 1 0 287440563 178049024 30820 33554432000 4194304 5872148 140736932363600 140736932356872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21831/statm: 43469 30820 175 410 0 43051 0
[pid=22012] ppid=21831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22012/stat : 22012 (satsolver.sh) S 21831 21829 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287597678 9367552 267 33554432000 4194304 5064252 140733330229296 140733330228208 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22012/statm: 2287 267 226 213 0 72 0
[pid=22013] ppid=22012 vsize=140460 CPUtime=211.09 cores=0,2,4,6
/proc/22013/stat : 22013 (glucose_static) R 22012 21829 17890 0 -1 4202496 24666 0 0 0 21102 7 0 0 20 0 1 0 287597678 143831040 32928 33554432000 4194304 4896791 140737363892704 140737363889912 4203098 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22013/statm: 35115 32928 78 172 0 34941 0
Current children cumulated CPU time (s) 1781.97
Current children cumulated vsize (KiB) 332632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 22017
/proc/meminfo: memFree=27554532/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=173876 CPUtime=1570.88 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 27656 71324 0 0 486 84 156475 43 20 0 1 0 287440563 178049024 30820 33554432000 4194304 5872148 140736932363600 140736932356872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21831/statm: 43469 30820 175 410 0 43051 0
[pid=22012] ppid=21831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22012/stat : 22012 (satsolver.sh) S 21831 21829 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287597678 9367552 267 33554432000 4194304 5064252 140733330229296 140733330228208 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22012/statm: 2287 267 226 213 0 72 0
[pid=22013] ppid=22012 vsize=141336 CPUtime=229.2 cores=0,2,4,6
/proc/22013/stat : 22013 (glucose_static) R 22012 21829 17890 0 -1 4202496 25027 0 0 0 22913 7 0 0 20 0 1 0 287597678 144728064 33281 33554432000 4194304 4896791 140737363892704 140737363889896 4202982 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22013/statm: 35334 33281 78 172 0 35160 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 333508

Sending SIGTERM to process tree (bottom up)

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

[startup+1800.4 s]
/proc/loadavg: 2.04 2.01 2.00 3/183 22017
/proc/meminfo: memFree=27554532/32873844 swapFree=7384/7384
[pid=21829] ppid=21827 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/21829/stat : 21829 (runWbo2sat.sh) S 21827 21829 17890 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 287440562 9367552 274 33554432000 4194304 5064252 140736391725536 140736391724448 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 4 0 0 0 0 0
/proc/21829/statm: 2287 274 233 213 0 72 0
[pid=21831] ppid=21829 vsize=173876 CPUtime=1570.88 cores=0,2,4,6
/proc/21831/stat : 21831 (wbo2sat) S 21829 21829 17890 0 -1 4202496 27656 71324 0 0 486 84 156475 43 20 0 1 0 287440563 178049024 30820 33554432000 4194304 5872148 140736932363600 140736932356872 5123914 0 65536 4102 0 18446744071579302229 0 0 17 0 0 0 0 0 0
/proc/21831/statm: 43469 30820 175 410 0 43051 0
[pid=22012] ppid=21831 vsize=9148 CPUtime=0 cores=0,2,4,6
/proc/22012/stat : 22012 (satsolver.sh) S 21831 21829 17890 0 -1 4202496 597 0 0 0 0 0 0 0 20 0 1 0 287597678 9367552 267 33554432000 4194304 5064252 140733330229296 140733330228208 239872927310 0 65536 4100 65538 18446744071579302229 0 0 17 6 0 0 0 0 0
/proc/22012/statm: 2287 267 226 213 0 72 0
[pid=22013] ppid=22012 vsize=141336 CPUtime=229.2 cores=0,2,4,6
/proc/22013/stat : 22013 (glucose_static) R 22012 21829 17890 0 -1 4202496 25027 0 0 0 22913 7 0 0 20 0 1 0 287597678 144728064 33281 33554432000 4194304 4896791 140737363892704 140737363889896 4202982 0 0 4096 0 0 0 0 17 2 0 0 0 0 0
/proc/22013/statm: 35334 33281 78 172 0 35160 0
Current children cumulated CPU time (s) 1800.08
Current children cumulated vsize (KiB) 333508

Child status: 0

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 21829 and gives
#  childrusage.ru_utime.tv_sec=1569
#  childrusage.ru_utime.tv_usec=616382
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=280805
# CPU time returned by wait4() is 1570.9
# while last known CPU time is 1800.08
#
# 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.08
CPU user time (s): 1798.74
CPU system time (s): 1.34
CPU usage (%): 99.9814
Max. virtual memory (cumulated for all children) (KiB): 499156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1569.62
system time used= 1.2808
maximum resident set size= 234884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 99958
page faults= 0
swaps= 0
block input operations= 0
block output operations= 476312
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 50
involuntary context switches= 1683

runsolver used 3.11553 second user time and 8.19975 second system time

The end

Launcher Data

Begin job on node136 at 2012-05-28 15:52:31
IDJOB=3716006
IDBENCH=79332
IDSOLVER=2298
FILE ID=node136/3716006-1338213151
RUNJOBID= node136-1338193482-17906
PBS_JOBID= 14624585
Free space on /tmp= 71044 MiB

SOLVER NAME= wbo2sat 2012-05-19
BENCH NAME= PB10/normalized-PB10/SOFT-SMALLINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-ooo.burch_dill.3.accl.ucl--soft-0-100-0.wbo
COMMAND LINE= DIR/runWbo2sat.sh BENCHNAME RANDOMSEED TMPDIR DIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3716006-1338213151/watcher-3716006-1338213151 -o /tmp/evaluation-result-3716006-1338213151/solver-3716006-1338213151 -C 1800 -W 1900 -M 15500  HOME/runWbo2sat.sh HOME/instance-3716006-1338213151.wbo 63386678 HOME HOME

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

MD5SUM BENCH= 65e5bfc23cfeb9f0d41691b20b2e7f01
RANDOM SEED=63386678

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.247
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:        28107648 kB
Buffers:          489840 kB
Cached:          3203004 kB
SwapCached:        24460 kB
Active:          1683324 kB
Inactive:        2222152 kB
Active(anon):     185100 kB
Inactive(anon):    26984 kB
Active(file):    1498224 kB
Inactive(file):  2195168 kB
Unevictable:        7384 kB
Mlocked:            7384 kB
SwapTotal:      67108856 kB
SwapFree:       67079072 kB
Dirty:              9288 kB
Writeback:             4 kB
AnonPages:        273632 kB
Mapped:            10660 kB
Shmem:                 0 kB
Slab:             720388 kB
SReclaimable:     161592 kB
SUnreclaim:       558796 kB
KernelStack:        1520 kB
PageTables:         4384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:     377424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346368 kB
VmallocChunk:   34341987984 kB
HardwareCorrupted:     0 kB
AnonHugePages:    182272 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= 70916 MiB
End job on node136 at 2012-05-28 16:22:32