Trace number 3365580

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
SAT09 reference solver:glucose 1.0? (TO) 5000.07 4999.92

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsrotate/
countbitsrotate032.cnf
MD5SUM8d76aa747359ea8ccf15726792949452
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8527
Number of clauses25484
Sum of the clauses size59460
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 216988
Number of clauses of size 38494
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   25482    59458 |    7644       0        0     nan |  0.000 % |
0.00/0.07	c |         0 |   19097    53996 |      --       0       --      -- |     --   | -6383/-5457
0.00/0.07	c ==============================================================================
0.00/0.07	c Result  :   #vars: 4641   #clauses: 19097   #literals: 53996
0.00/0.07	c CPU time:   0.067989 s
0.00/0.07	c ==============================================================================
0.00/0.08	c
0.00/0.08	c Starting glucose
0.00/0.08	c
0.00/0.08	
0.00/0.08	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.08	
0.00/0.08	c ============================[ Problem Statistics ]=============================
0.00/0.08	c |                                                                             |
0.00/0.08	c |  Number of variables:  4641                                                 |
0.00/0.08	c |  Number of clauses:    19097                                                |
0.00/0.08	c |  Parsing time:         0.01         s                                       |
5000.04/4999.91	HOME/glucose.sh: line 55:  9925 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3365580-1305315283/watcher-3365580-1305315283 -o /tmp/evaluation-result-3365580-1305315283/solver-3365580-1305315283 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365580-1305315283.cnf 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 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: 0.94 0.24 0.08 2/365 9922
/proc/meminfo: memFree=13198672/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 721759027 8912896 252 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9922/statm: 2176 252 211 178 0 69 0

[startup+0.03544 s]
/proc/loadavg: 0.94 0.24 0.08 2/365 9922
/proc/meminfo: memFree=13198672/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 332 0 0 0 0 0 0 0 25 0 1 0 721759027 8912896 252 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9922/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.104461 s]
/proc/loadavg: 0.94 0.24 0.08 2/365 9922
/proc/meminfo: memFree=13198672/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.300422 s]
/proc/loadavg: 0.94 0.24 0.08 2/365 9922
/proc/meminfo: memFree=13198672/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.700352 s]
/proc/loadavg: 0.94 0.24 0.08 2/365 9922
/proc/meminfo: memFree=13198672/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+1.50122 s]
/proc/loadavg: 0.94 0.24 0.08 3/367 9925
/proc/meminfo: memFree=13194564/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=4360 CPUtime=1.41 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 819 0 0 0 141 0 0 0 25 0 1 0 721759035 4464640 774 33554432000 134512640 135217611 4292084784 18446744073709551615 134533291 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 1090 774 76 173 0 915 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13064

[startup+3.1008 s]
/proc/loadavg: 0.94 0.24 0.08 3/367 9925
/proc/meminfo: memFree=13192980/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=4756 CPUtime=3.01 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 925 0 0 0 301 0 0 0 25 0 1 0 721759035 4870144 880 33554432000 134512640 135217611 4292084784 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 1189 880 76 173 0 1014 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13460

[startup+6.30033 s]
/proc/loadavg: 1.02 0.26 0.09 3/367 9925
/proc/meminfo: memFree=13191724/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=5304 CPUtime=6.21 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 1052 0 0 0 621 0 0 0 25 0 1 0 721759035 5431296 1007 33554432000 134512640 135217611 4292084784 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 1326 1007 76 173 0 1151 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14008

[startup+12.7012 s]
/proc/loadavg: 1.10 0.29 0.10 3/367 9925
/proc/meminfo: memFree=13189140/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=6388 CPUtime=12.62 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 1298 0 0 0 1262 0 0 0 25 0 1 0 721759035 6541312 1253 33554432000 134512640 135217611 4292084784 18446744073709551615 134533362 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 1597 1253 76 173 0 1422 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15092

[startup+25.5008 s]
/proc/loadavg: 1.30 0.38 0.13 3/367 9926
/proc/meminfo: memFree=13185908/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=7928 CPUtime=25.41 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 1675 0 0 0 2541 0 0 0 25 0 1 0 721759035 8118272 1630 33554432000 134512640 135217611 4292084784 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 1982 1630 76 173 0 1807 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16632

[startup+51.1011 s]
/proc/loadavg: 1.54 0.51 0.18 3/367 9927
/proc/meminfo: memFree=13179272/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=9480 CPUtime=51.01 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 2071 0 0 0 5101 0 0 0 25 0 1 0 721759035 9707520 2026 33554432000 134512640 135217611 4292084784 18446744073709551615 134537290 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 2370 2026 76 173 0 2195 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18184

[startup+102.313 s]
/proc/loadavg: 1.80 0.73 0.27 3/367 9928
/proc/meminfo: memFree=13173580/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=12068 CPUtime=102.23 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 2688 0 0 0 10223 0 0 0 25 0 1 0 721759035 12357632 2643 33554432000 134512640 135217611 4292084784 18446744073709551615 134536983 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 3017 2643 76 173 0 2842 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 20772

[startup+162.301 s]
/proc/loadavg: 1.92 0.96 0.37 3/367 9929
/proc/meminfo: memFree=13166852/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=14108 CPUtime=162.21 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 3147 0 0 0 16221 0 0 0 25 0 1 0 721759035 14446592 3102 33554432000 134512640 135217611 4292084784 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 3527 3102 76 173 0 3352 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 22812

[startup+222.301 s]
/proc/loadavg: 1.97 1.15 0.47 3/367 9931
/proc/meminfo: memFree=13160848/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=16696 CPUtime=222.21 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 3760 0 0 0 22221 0 0 0 25 0 1 0 721759035 17096704 3715 33554432000 134512640 135217611 4292084784 18446744073709551615 134533609 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 4174 3715 76 173 0 3999 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 25400

[startup+282.301 s]
/proc/loadavg: 1.99 1.30 0.57 3/367 9967
/proc/meminfo: memFree=13215252/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=19400 CPUtime=282.22 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 4375 0 0 0 28222 0 0 0 25 0 1 0 721759035 19865600 4330 33554432000 134512640 135217611 4292084784 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 4850 4330 76 173 0 4675 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 28104

[startup+342.301 s]
/proc/loadavg: 1.99 1.42 0.65 3/367 9998
/proc/meminfo: memFree=13137124/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=21068 CPUtime=342.22 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 4802 0 0 0 34222 0 0 0 25 0 1 0 721759035 21573632 4757 33554432000 134512640 135217611 4292084784 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 5267 4757 76 173 0 5092 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 29772

[startup+402.301 s]
/proc/loadavg: 2.03 1.54 0.74 3/367 10001
/proc/meminfo: memFree=13132672/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6

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

[pid=9925] ppid=9922 vsize=67232 CPUtime=4302.34 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 15449 0 0 0 430229 5 0 0 25 0 1 0 721759035 68845568 15372 33554432000 134512640 135217611 4292084784 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 16808 15372 76 173 0 16633 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 75936

[startup+4362.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/367 10149
/proc/meminfo: memFree=12517688/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=67500 CPUtime=4362.34 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 15514 0 0 0 436229 5 0 0 25 0 1 0 721759035 69120000 15437 33554432000 134512640 135217611 4292084784 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 16875 15437 76 173 0 16700 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 76204

[startup+4422.3 s]
/proc/loadavg: 2.00 2.02 1.97 3/367 10151
/proc/meminfo: memFree=12517772/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=67660 CPUtime=4422.35 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 15557 0 0 0 442230 5 0 0 25 0 1 0 721759035 69283840 15480 33554432000 134512640 135217611 4292084784 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 16915 15480 76 173 0 16740 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 76364

[startup+4482.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/367 10153
/proc/meminfo: memFree=12517728/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=67660 CPUtime=4482.35 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 15559 0 0 0 448230 5 0 0 25 0 1 0 721759035 69283840 15482 33554432000 134512640 135217611 4292084784 18446744073709551615 134537005 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 16915 15482 76 173 0 16740 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 76364

[startup+4542.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/367 10154
/proc/meminfo: memFree=12517672/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=67660 CPUtime=4542.35 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 15560 0 0 0 454230 5 0 0 25 0 1 0 721759035 69283840 15483 33554432000 134512640 135217611 4292084784 18446744073709551615 134533022 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 16915 15483 76 173 0 16740 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 76364

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/367 10156
/proc/meminfo: memFree=12516364/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=68092 CPUtime=4602.36 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 15639 0 0 0 460231 5 0 0 25 0 1 0 721759035 69726208 15562 33554432000 134512640 135217611 4292084784 18446744073709551615 134533213 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 17023 15562 76 173 0 16848 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 76796

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.97 3/367 10157
/proc/meminfo: memFree=12516428/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=68252 CPUtime=4662.35 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 15675 0 0 0 466230 5 0 0 25 0 1 0 721759035 69890048 15598 33554432000 134512640 135217611 4292084784 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 17063 15598 76 173 0 16888 0
Current children cumulated CPU time (s) 4662.42
Current children cumulated vsize (KiB) 76956

[startup+4722.31 s]
/proc/loadavg: 2.04 2.01 1.98 3/367 10159
/proc/meminfo: memFree=12516132/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=68432 CPUtime=4722.37 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 15697 0 0 0 472232 5 0 0 25 0 1 0 721759035 70074368 15620 33554432000 134512640 135217611 4292084784 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 17108 15620 76 173 0 16933 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 77136

[startup+4782.3 s]
/proc/loadavg: 2.17 2.04 1.99 3/367 10161
/proc/meminfo: memFree=12516068/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=68592 CPUtime=4782.36 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 15732 0 0 0 478231 5 0 0 25 0 1 0 721759035 70238208 15655 33554432000 134512640 135217611 4292084784 18446744073709551615 134538464 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 17148 15655 76 173 0 16973 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 77296

[startup+4842.3 s]
/proc/loadavg: 2.13 2.04 2.00 3/367 10162
/proc/meminfo: memFree=12463804/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=68752 CPUtime=4842.36 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 15768 0 0 0 484231 5 0 0 25 0 1 0 721759035 70402048 15691 33554432000 134512640 135217611 4292084784 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 17188 15691 76 173 0 17013 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 77456

[startup+4902.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/367 10164
/proc/meminfo: memFree=12463020/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=68752 CPUtime=4902.36 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 15773 0 0 0 490231 5 0 0 25 0 1 0 721759035 70402048 15696 33554432000 134512640 135217611 4292084784 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 17188 15696 76 173 0 17013 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 77456

[startup+4962.3 s]
/proc/loadavg: 2.02 2.02 2.00 3/367 10165
/proc/meminfo: memFree=12463712/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=68912 CPUtime=4962.36 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 15797 0 0 0 496231 5 0 0 25 0 1 0 721759035 70565888 15720 33554432000 134512640 135217611 4292084784 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 17228 15720 76 173 0 17053 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 77616



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/367 10167
/proc/meminfo: memFree=12463808/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=68912 CPUtime=4999.97 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 15800 0 0 0 499992 5 0 0 25 0 1 0 721759035 70565888 15723 33554432000 134512640 135217611 4292084784 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 17228 15723 76 173 0 17053 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 77616

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+4999.9 s]
/proc/loadavg: 2.01 2.02 2.00 3/367 10167
/proc/meminfo: memFree=12463808/32950928 swapFree=65762508/67111528
[pid=9922] ppid=9920 vsize=8704 CPUtime=0.07 cores=0,2,4,6
/proc/9922/stat : 9922 (glucose.sh) S 9920 9922 9851 0 -1 4202496 358 1296 0 0 0 0 7 0 25 0 1 0 721759027 8912896 254 33554432000 4194304 4922060 140733476655408 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/9922/statm: 2176 254 211 178 0 69 0
[pid=9925] ppid=9922 vsize=68912 CPUtime=4999.97 cores=0,2,4,6
/proc/9925/stat : 9925 (glucose_static) R 9922 9922 9851 0 -1 4202496 15800 0 0 0 499992 5 0 0 25 0 1 0 721759035 70565888 15723 33554432000 134512640 135217611 4292084784 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/9925/statm: 17228 15723 76 173 0 17053 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 77616

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.07
CPU user time (s): 5000.01
CPU system time (s): 0.05999
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 77616

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.01
system time used= 0.05999
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17464
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 6488

runsolver used 18.4532 second user time and 40.3839 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-13 21:34:44
IDJOB=3365580
IDBENCH=70775
IDSOLVER=1842
FILE ID=node116/3365580-1305315283
RUNJOBID= node116-1305315246-9869
PBS_JOBID= 13324316
Free space on /tmp= 45404 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsrotate/countbitsrotate032.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365580-1305315283/watcher-3365580-1305315283 -o /tmp/evaluation-result-3365580-1305315283/solver-3365580-1305315283 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365580-1305315283.cnf

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

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=2098473044

node116.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.65
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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.826
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      13198820 kB
Buffers:        252940 kB
Cached:        9718804 kB
SwapCached:      12420 kB
Active:       11175416 kB
Inactive:      8184792 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13198820 kB
SwapTotal:    67111528 kB
SwapFree:     65762508 kB
Dirty:           41484 kB
Writeback:           0 kB
AnonPages:     9386792 kB
Mapped:          16288 kB
Slab:           281428 kB
PageTables:      43844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82830368 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 45312 MiB
End job on node116 at 2011-05-13 22:58:05