Trace number 3308444

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) 1300.05 1300.01

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                                       |
1300.03/1300.01	HOME/glucose.sh: line 55: 14225 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: 935)

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-3308444-1303983221/watcher-3308444-1303983221 -o /tmp/evaluation-result-3308444-1303983221/solver-3308444-1303983221 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308444-1303983221.cnf 

running on 2 cores: 1,3

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 4/182 14221
/proc/meminfo: memFree=12896648/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 588552738 8912896 252 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 252 211 178 0 69 0

[startup+0.0252889 s]
/proc/loadavg: 0.00 0.00 0.00 4/182 14221
/proc/meminfo: memFree=12896648/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 333 0 0 0 0 0 0 0 22 0 1 0 588552738 8912896 252 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100198 s]
/proc/loadavg: 0.00 0.00 0.00 4/182 14221
/proc/meminfo: memFree=12896648/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.300159 s]
/proc/loadavg: 0.00 0.00 0.00 4/182 14221
/proc/meminfo: memFree=12896648/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+0.700083 s]
/proc/loadavg: 0.00 0.00 0.00 4/182 14221
/proc/meminfo: memFree=12896648/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8704

[startup+1.50099 s]
/proc/loadavg: 0.16 0.03 0.01 4/188 14262
/proc/meminfo: memFree=12817392/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=4360 CPUtime=1.41 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 818 0 0 0 141 0 0 0 25 0 1 0 588552747 4464640 773 33554432000 134512640 135217611 4288693648 18446744073709551615 134537355 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 1090 773 76 173 0 915 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 13064

[startup+3.10068 s]
/proc/loadavg: 0.16 0.03 0.01 4/188 14262
/proc/meminfo: memFree=12802512/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=4756 CPUtime=3.01 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 925 0 0 0 301 0 0 0 25 0 1 0 588552747 4870144 880 33554432000 134512640 135217611 4288693648 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 1189 880 76 173 0 1014 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13460

[startup+6.30107 s]
/proc/loadavg: 0.16 0.03 0.01 4/188 14263
/proc/meminfo: memFree=12772428/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=5304 CPUtime=6.21 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 1052 0 0 0 621 0 0 0 25 0 1 0 588552747 5431296 1007 33554432000 134512640 135217611 4288693648 18446744073709551615 134537319 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 1326 1007 76 173 0 1151 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 14008

[startup+12.7009 s]
/proc/loadavg: 0.60 0.13 0.04 4/188 14264
/proc/meminfo: memFree=12799616/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=6388 CPUtime=12.61 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 1298 0 0 0 1261 0 0 0 25 0 1 0 588552747 6541312 1253 33554432000 134512640 135217611 4288693648 18446744073709551615 134537479 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 1597 1253 76 173 0 1422 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 15092

[startup+25.5004 s]
/proc/loadavg: 1.12 0.26 0.08 5/194 14276
/proc/meminfo: memFree=12689896/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=7920 CPUtime=25.41 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 1670 0 0 0 2541 0 0 0 25 0 1 0 588552747 8110080 1625 33554432000 134512640 135217611 4288693648 18446744073709551615 134536968 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 1980 1625 76 173 0 1805 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 16624

[startup+51.1005 s]
/proc/loadavg: 2.10 0.56 0.19 5/194 14277
/proc/meminfo: memFree=12670276/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=9488 CPUtime=51.01 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 2071 0 0 0 5101 0 0 0 25 0 1 0 588552747 9715712 2026 33554432000 134512640 135217611 4288693648 18446744073709551615 134536761 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 2372 2026 76 173 0 2197 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 18192

[startup+102.307 s]
/proc/loadavg: 3.24 1.13 0.40 5/194 14308
/proc/meminfo: memFree=12672320/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=12068 CPUtime=102.22 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 2687 0 0 0 10222 0 0 0 25 0 1 0 588552747 12357632 2642 33554432000 134512640 135217611 4288693648 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 3017 2642 76 173 0 2842 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 20772

[startup+162.3 s]
/proc/loadavg: 3.72 1.65 0.63 5/194 14310
/proc/meminfo: memFree=12649608/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=14104 CPUtime=162.21 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 3126 0 0 0 16221 0 0 0 25 0 1 0 588552747 14442496 3081 33554432000 134512640 135217611 4288693648 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 3526 3081 76 173 0 3351 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 22808

[startup+222.301 s]
/proc/loadavg: 3.94 2.09 0.84 5/194 14311
/proc/meminfo: memFree=12632300/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=16620 CPUtime=222.21 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 3748 0 0 0 22221 0 0 0 25 0 1 0 588552747 17018880 3703 33554432000 134512640 135217611 4288693648 18446744073709551615 134532674 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 4155 3703 76 173 0 3980 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 25324

[startup+282.3 s]
/proc/loadavg: 3.97 2.44 1.03 5/190 14367
/proc/meminfo: memFree=12626072/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=19292 CPUtime=282.21 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 4372 0 0 0 28221 0 0 0 25 0 1 0 588552747 19755008 4327 33554432000 134512640 135217611 4288693648 18446744073709551615 134527804 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 4823 4327 76 173 0 4648 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 27996

[startup+342.301 s]
/proc/loadavg: 4.08 2.75 1.23 5/194 14379
/proc/meminfo: memFree=12023076/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=21068 CPUtime=342.21 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 4801 0 0 0 34221 0 0 0 25 0 1 0 588552747 21573632 4756 33554432000 134512640 135217611 4288693648 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 5267 4756 76 173 0 5092 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 29772

[startup+402.3 s]
/proc/loadavg: 4.03 2.97 1.40 5/194 14381
/proc/meminfo: memFree=12016700/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3

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

[pid=14225] ppid=14221 vsize=24668 CPUtime=522.22 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 5669 0 0 0 52222 0 0 0 25 0 1 0 588552747 25260032 5624 33554432000 134512640 135217611 4288693648 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 6167 5624 76 173 0 5992 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 33372

[startup+582.301 s]
/proc/loadavg: 4.03 3.44 1.85 5/194 14446
/proc/meminfo: memFree=12536580/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=25220 CPUtime=582.22 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 5780 0 0 0 58222 0 0 0 25 0 1 0 588552747 25825280 5735 33554432000 134512640 135217611 4288693648 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 6305 5735 76 173 0 6130 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 33924

[startup+642.3 s]
/proc/loadavg: 4.09 3.56 1.99 5/194 14447
/proc/meminfo: memFree=12513852/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=25900 CPUtime=642.24 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 5956 0 0 0 64223 1 0 0 25 0 1 0 588552747 26521600 5911 33554432000 134512640 135217611 4288693648 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 6475 5911 76 173 0 6300 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 34604

[startup+702.301 s]
/proc/loadavg: 4.10 3.65 2.12 5/194 14449
/proc/meminfo: memFree=12470804/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=27156 CPUtime=702.24 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 6198 0 0 0 70223 1 0 0 25 0 1 0 588552747 27807744 6153 33554432000 134512640 135217611 4288693648 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 6789 6153 76 173 0 6614 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 35860

[startup+762.307 s]
/proc/loadavg: 4.08 3.73 2.24 5/194 14451
/proc/meminfo: memFree=12469772/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=27932 CPUtime=762.24 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 6377 0 0 0 76223 1 0 0 25 0 1 0 588552747 28602368 6332 33554432000 134512640 135217611 4288693648 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 6983 6332 76 173 0 6808 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 36636

[startup+822.301 s]
/proc/loadavg: 4.03 3.77 2.35 5/194 14452
/proc/meminfo: memFree=12460316/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=29348 CPUtime=822.24 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 6701 0 0 0 82223 1 0 0 25 0 1 0 588552747 30052352 6656 33554432000 134512640 135217611 4288693648 18446744073709551615 134533133 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 7337 6656 76 173 0 7162 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 38052

[startup+882.301 s]
/proc/loadavg: 4.01 3.81 2.45 5/194 14454
/proc/meminfo: memFree=12449744/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=31068 CPUtime=882.24 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 7098 0 0 0 88223 1 0 0 25 0 1 0 588552747 31813632 7053 33554432000 134512640 135217611 4288693648 18446744073709551615 134537022 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 7767 7053 76 173 0 7592 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 39772

[startup+942.301 s]
/proc/loadavg: 4.00 3.84 2.54 5/194 14455
/proc/meminfo: memFree=12449220/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=31536 CPUtime=942.24 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 7194 0 0 0 94223 1 0 0 25 0 1 0 588552747 32292864 7149 33554432000 134512640 135217611 4288693648 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 7884 7149 76 173 0 7709 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 40240

[startup+1002.3 s]
/proc/loadavg: 4.00 3.87 2.63 5/194 14457
/proc/meminfo: memFree=12448068/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=32224 CPUtime=1002.24 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 7370 0 0 0 100223 1 0 0 25 0 1 0 588552747 32997376 7325 33554432000 134512640 135217611 4288693648 18446744073709551615 134533245 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 8056 7325 76 173 0 7881 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 40928

[startup+1062.3 s]
/proc/loadavg: 4.00 3.89 2.71 5/194 14459
/proc/meminfo: memFree=12405372/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=33076 CPUtime=1062.24 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 7590 0 0 0 106223 1 0 0 25 0 1 0 588552747 33869824 7545 33554432000 134512640 135217611 4288693648 18446744073709551615 134537270 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 8269 7545 76 173 0 8094 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 41780

[startup+1122.3 s]
/proc/loadavg: 4.00 3.91 2.79 5/194 14460
/proc/meminfo: memFree=12388712/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=33500 CPUtime=1122.25 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 7689 0 0 0 112223 2 0 0 25 0 1 0 588552747 34304000 7644 33554432000 134512640 135217611 4288693648 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 8375 7644 76 173 0 8200 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 42204

[startup+1182.3 s]
/proc/loadavg: 4.04 3.94 2.87 5/194 14462
/proc/meminfo: memFree=12388064/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=34040 CPUtime=1182.25 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 7821 0 0 0 118223 2 0 0 25 0 1 0 588552747 34856960 7776 33554432000 134512640 135217611 4288693648 18446744073709551615 134533280 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 8510 7776 76 173 0 8335 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 42744

[startup+1242.3 s]
/proc/loadavg: 4.11 3.98 2.95 5/194 14463
/proc/meminfo: memFree=12369440/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=34616 CPUtime=1242.26 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 7933 0 0 0 124224 2 0 0 25 0 1 0 588552747 35446784 7888 33554432000 134512640 135217611 4288693648 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 8654 7888 76 173 0 8479 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 43320



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.98 3.01 5/194 14465
/proc/meminfo: memFree=12364220/32950928 swapFree=67111524/67111528
[pid=14221] ppid=14219 vsize=8704 CPUtime=0.07 cores=1,3
/proc/14221/stat : 14221 (glucose.sh) S 14219 14221 14176 0 -1 4202496 359 1297 0 0 0 0 7 0 22 0 1 0 588552738 8912896 254 33554432000 4194304 4922060 140736933632928 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14221/statm: 2176 254 211 178 0 69 0
[pid=14225] ppid=14221 vsize=35252 CPUtime=1299.96 cores=1,3
/proc/14225/stat : 14225 (glucose_static) R 14221 14221 14176 0 -1 4202496 8101 0 0 0 129994 2 0 0 25 0 1 0 588552747 36098048 8056 33554432000 134512640 135217611 4288693648 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14225/statm: 8813 8056 76 173 0 8638 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 43956

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.05
CPU user time (s): 1300.03
CPU system time (s): 0.027995
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 43956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.03
system time used= 0.027995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9767
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= 22
involuntary context switches= 16135

runsolver used 2.10768 second user time and 4.99724 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-28 11:33:41
IDJOB=3308444
IDBENCH=70775
IDSOLVER=1691
FILE ID=node115/3308444-1303983221
RUNJOBID= node115-1303983220-14196
PBS_JOBID= 13168711
Free space on /tmp= 72728 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-3308444-1303983221/watcher-3308444-1303983221 -o /tmp/evaluation-result-3308444-1303983221/solver-3308444-1303983221 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308444-1303983221.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 8d76aa747359ea8ccf15726792949452
RANDOM SEED=1600639036

node115.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.811
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.62
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.811
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.811
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.811
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.811
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.811
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.74
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.811
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.811
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12896920 kB
Buffers:       2310860 kB
Cached:       17117712 kB
SwapCached:          4 kB
Active:        7406380 kB
Inactive:     12092636 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12896920 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            4692 kB
Writeback:           0 kB
AnonPages:       70200 kB
Mapped:          15208 kB
Slab:           491916 kB
PageTables:       5164 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   218492 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= 72648 MiB
End job on node115 at 2011-04-28 11:55:23