Trace number 3309182

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.02 1300.01

General information on the benchmark

NameSAT-Race-2010-CNF/cryptography/
mizh/sha0_36_5.cnf
MD5SUM7aa25d61513f0f224b5ca45e4e1e0448
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark21.1548
Satisfiable
(Un)Satisfiability was proved
Number of variables50073
Number of clauses210223
Sum of the clauses size628359
Maximum clause length4
Minimum clause length1
Number of clauses of size 1177
Number of clauses of size 286980
Number of clauses of size 338042
Number of clauses of size 485024
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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  180233   522082 |   54069       0        0     nan |  0.000 % |
0.00/0.38	c |         0 |  120346   408066 |      --       0       --      -- |     --   | -57195/-106031
0.00/0.38	c ==============================================================================
0.00/0.38	c Result  :   #vars: 20577   #clauses: 120346   #literals: 408066
0.00/0.38	c CPU time:   0.352946 s
0.00/0.38	c ==============================================================================
0.00/0.45	c
0.00/0.45	c Starting glucose
0.00/0.45	c
0.00/0.45	
0.00/0.45	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.45	
0.00/0.45	c ============================[ Problem Statistics ]=============================
0.00/0.45	c |                                                                             |
0.00/0.45	c |  Number of variables:  20577                                                |
0.00/0.45	c |  Number of clauses:    120346                                               |
0.45/0.50	c |  Parsing time:         0.04         s                                       |
1300.00/1300.01	HOME/glucose.sh: line 55: 24800 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-3309182-1303986023/watcher-3309182-1303986023 -o /tmp/evaluation-result-3309182-1303986023/solver-3309182-1303986023 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309182-1303986023.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: 3.92 3.98 3.78 4/192 24797
/proc/meminfo: memFree=16423124/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) R 24795 24797 24250 0 -1 4202496 317 0 0 0 0 0 0 0 25 0 1 0 510200779 8912896 253 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204467605 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/24797/statm: 2176 253 211 178 0 69 0

[startup+0.0134589 s]
/proc/loadavg: 3.92 3.98 3.78 4/192 24797
/proc/meminfo: memFree=16423124/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510200779 8912896 253 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.10048 s]
/proc/loadavg: 3.92 3.98 3.78 4/192 24797
/proc/meminfo: memFree=16423124/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510200779 8912896 253 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300449 s]
/proc/loadavg: 3.92 3.98 3.78 4/192 24797
/proc/meminfo: memFree=16423124/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510200779 8912896 253 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700346 s]
/proc/loadavg: 3.92 3.98 3.78 4/192 24797
/proc/meminfo: memFree=16423124/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 8704

[startup+1.50025 s]
/proc/loadavg: 3.92 3.98 3.78 5/194 24800
/proc/meminfo: memFree=16405136/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=14696 CPUtime=1.03 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 3432 0 0 0 103 0 0 0 25 0 1 0 510200825 15048704 3383 33554432000 134512640 135217611 4292418096 18446744073709551615 134526248 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 3674 3383 77 173 0 3499 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 23400

[startup+3.10098 s]
/proc/loadavg: 3.92 3.98 3.78 5/194 24800
/proc/meminfo: memFree=16402780/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=16576 CPUtime=2.63 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 3895 0 0 0 263 0 0 0 25 0 1 0 510200825 16973824 3846 33554432000 134512640 135217611 4292418096 18446744073709551615 134539125 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 4144 3846 77 173 0 3969 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25280

[startup+6.30044 s]
/proc/loadavg: 3.93 3.98 3.78 5/194 24800
/proc/meminfo: memFree=16399904/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=18768 CPUtime=5.83 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 4436 0 0 0 583 0 0 0 25 0 1 0 510200825 19218432 4387 33554432000 134512640 135217611 4292418096 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 4692 4387 77 173 0 4517 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27472

[startup+12.7004 s]
/proc/loadavg: 3.93 3.98 3.78 5/194 24800
/proc/meminfo: memFree=16396556/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=21408 CPUtime=12.22 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 5121 0 0 0 1222 0 0 0 25 0 1 0 510200825 21921792 5072 33554432000 134512640 135217611 4292418096 18446744073709551615 134526193 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 5352 5072 77 173 0 5177 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30112

[startup+25.5002 s]
/proc/loadavg: 3.95 3.98 3.78 5/194 24800
/proc/meminfo: memFree=16391564/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=24300 CPUtime=25.03 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 5834 0 0 0 2502 1 0 0 25 0 1 0 510200825 24883200 5785 33554432000 134512640 135217611 4292418096 18446744073709551615 134526303 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 6075 5785 77 173 0 5900 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 33004

[startup+51.1009 s]
/proc/loadavg: 3.96 3.98 3.79 5/194 24801
/proc/meminfo: memFree=16384376/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=27824 CPUtime=50.63 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 6680 0 0 0 5062 1 0 0 25 0 1 0 510200825 28491776 6631 33554432000 134512640 135217611 4292418096 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 6956 6631 77 173 0 6781 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 36528

[startup+102.307 s]
/proc/loadavg: 3.98 3.98 3.80 5/194 24802
/proc/meminfo: memFree=16377520/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=31916 CPUtime=101.83 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 7709 0 0 0 10182 1 0 0 25 0 1 0 510200825 32681984 7660 33554432000 134512640 135217611 4292418096 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 7979 7660 77 173 0 7804 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 40620

[startup+162.301 s]
/proc/loadavg: 3.46 3.83 3.76 4/187 24822
/proc/meminfo: memFree=16439708/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=35480 CPUtime=161.83 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 8645 0 0 0 16182 1 0 0 25 0 1 0 510200825 36331520 8596 33554432000 134512640 135217611 4292418096 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 8870 8596 77 173 0 8695 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 44184

[startup+222.301 s]
/proc/loadavg: 3.25 3.69 3.71 4/187 24824
/proc/meminfo: memFree=16431376/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=39048 CPUtime=221.83 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 9482 0 0 0 22181 2 0 0 25 0 1 0 510200825 39985152 9433 33554432000 134512640 135217611 4292418096 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 9762 9433 77 173 0 9587 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 47752

[startup+282.301 s]
/proc/loadavg: 3.09 3.57 3.66 4/187 24825
/proc/meminfo: memFree=16426020/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=41420 CPUtime=281.84 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 10084 0 0 0 28182 2 0 0 25 0 1 0 510200825 42414080 10035 33554432000 134512640 135217611 4292418096 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 10355 10035 77 173 0 10180 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 50124

[startup+342.301 s]
/proc/loadavg: 3.03 3.46 3.62 4/187 24827
/proc/meminfo: memFree=16419532/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=44456 CPUtime=341.83 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 10834 0 0 0 34181 2 0 0 25 0 1 0 510200825 45522944 10785 33554432000 134512640 135217611 4292418096 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 11114 10785 77 173 0 10939 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 53160

[startup+402.301 s]
/proc/loadavg: 3.01 3.37 3.58 4/187 24828
/proc/meminfo: memFree=16415672/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3

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

[pid=24800] ppid=24797 vsize=51160 CPUtime=521.83 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 12538 0 0 0 52181 2 0 0 25 0 1 0 510200825 52387840 12489 33554432000 134512640 135217611 4292418096 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 12790 12489 77 173 0 12615 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 59864

[startup+582.301 s]
/proc/loadavg: 3.00 3.20 3.47 4/187 24833
/proc/meminfo: memFree=16400464/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=52356 CPUtime=581.83 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 12757 0 0 0 58181 2 0 0 25 0 1 0 510200825 53612544 12708 33554432000 134512640 135217611 4292418096 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 13089 12708 77 173 0 12914 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 61060

[startup+642.3 s]
/proc/loadavg: 3.00 3.16 3.44 4/187 24835
/proc/meminfo: memFree=16395368/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=54072 CPUtime=641.85 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 13189 0 0 0 64182 3 0 0 25 0 1 0 510200825 55369728 13140 33554432000 134512640 135217611 4292418096 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 13518 13140 77 173 0 13343 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 62776

[startup+702.3 s]
/proc/loadavg: 2.61 3.03 3.37 3/180 24854
/proc/meminfo: memFree=16705796/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=56712 CPUtime=701.84 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 13844 0 0 0 70181 3 0 0 25 0 1 0 510200825 58073088 13795 33554432000 134512640 135217611 4292418096 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 14178 13795 77 173 0 14003 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 65416

[startup+762.306 s]
/proc/loadavg: 2.22 2.84 3.29 3/180 24856
/proc/meminfo: memFree=16703408/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=58032 CPUtime=761.85 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 14184 0 0 0 76182 3 0 0 25 0 1 0 510200825 59424768 14135 33554432000 134512640 135217611 4292418096 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 14508 14135 77 173 0 14333 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 66736

[startup+822.301 s]
/proc/loadavg: 2.08 2.68 3.20 3/180 24858
/proc/meminfo: memFree=16700904/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=58956 CPUtime=821.84 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 14422 0 0 0 82181 3 0 0 25 0 1 0 510200825 60370944 14373 33554432000 134512640 135217611 4292418096 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 14739 14373 77 173 0 14564 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 67660

[startup+882.301 s]
/proc/loadavg: 2.03 2.56 3.12 3/180 24859
/proc/meminfo: memFree=16697772/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=61332 CPUtime=881.84 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 15049 0 0 0 88181 3 0 0 25 0 1 0 510200825 62803968 15000 33554432000 134512640 135217611 4292418096 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 15333 15000 77 173 0 15158 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 70036

[startup+942.301 s]
/proc/loadavg: 2.01 2.45 3.05 3/180 24861
/proc/meminfo: memFree=16695136/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=62916 CPUtime=941.84 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 15441 0 0 0 94181 3 0 0 25 0 1 0 510200825 64425984 15392 33554432000 134512640 135217611 4292418096 18446744073709551615 134541827 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 15729 15392 77 173 0 15554 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 71620

[startup+1002.3 s]
/proc/loadavg: 2.00 2.37 2.98 3/180 24862
/proc/meminfo: memFree=16692612/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=63840 CPUtime=1001.84 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 15688 0 0 0 100181 3 0 0 25 0 1 0 510200825 65372160 15639 33554432000 134512640 135217611 4292418096 18446744073709551615 134542243 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 15960 15639 77 173 0 15785 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 72544

[startup+1062.3 s]
/proc/loadavg: 2.00 2.30 2.92 3/180 24864
/proc/meminfo: memFree=16689236/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=65820 CPUtime=1061.84 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 16161 0 0 0 106181 3 0 0 25 0 1 0 510200825 67399680 16112 33554432000 134512640 135217611 4292418096 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 16455 16112 77 173 0 16280 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 74524

[startup+1122.3 s]
/proc/loadavg: 1.56 2.13 2.82 2/173 24884
/proc/meminfo: memFree=16839800/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=67264 CPUtime=1121.85 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 16527 0 0 0 112181 4 0 0 25 0 1 0 510200825 68878336 16478 33554432000 134512640 135217611 4292418096 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 16816 16478 77 173 0 16641 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 75968

[startup+1182.3 s]
/proc/loadavg: 1.20 1.92 2.70 2/173 24885
/proc/meminfo: memFree=16839660/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=67264 CPUtime=1181.85 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 16541 0 0 0 118181 4 0 0 25 0 1 0 510200825 68878336 16492 33554432000 134512640 135217611 4292418096 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 16816 16492 77 173 0 16641 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 75968

[startup+1242.3 s]
/proc/loadavg: 1.07 1.75 2.60 2/173 24887
/proc/meminfo: memFree=16838148/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=68848 CPUtime=1241.84 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 16944 0 0 0 124180 4 0 0 25 0 1 0 510200825 70500352 16895 33554432000 134512640 135217611 4292418096 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 17212 16895 77 173 0 17037 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 77552



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.02 1.61 2.49 2/173 24888
/proc/meminfo: memFree=16836140/32951124 swapFree=67111528/67111528
[pid=24797] ppid=24795 vsize=8704 CPUtime=0.45 cores=1,3
/proc/24797/stat : 24797 (glucose.sh) S 24795 24797 24250 0 -1 4202496 360 8032 0 0 0 0 42 3 21 0 1 0 510200779 8912896 255 33554432000 4194304 4922060 140737145517888 18446744073709551615 210204466309 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/24797/statm: 2176 255 211 178 0 69 0
[pid=24800] ppid=24797 vsize=70952 CPUtime=1299.55 cores=1,3
/proc/24800/stat : 24800 (glucose_static) R 24797 24797 24250 0 -1 4202496 17461 0 0 0 129951 4 0 0 25 0 1 0 510200825 72654848 17412 33554432000 134512640 135217611 4292418096 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/24800/statm: 17738 17412 77 173 0 17563 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 79656

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.02
CPU user time (s): 1299.94
CPU system time (s): 0.085986
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 79656

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.94
system time used= 0.085986
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25863
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= 17
involuntary context switches= 5715

runsolver used 1.9887 second user time and 4.85826 second system time

The end

Launcher Data

Begin job on node130 at 2011-04-28 12:20:23
IDJOB=3309182
IDBENCH=88136
IDSOLVER=1691
FILE ID=node130/3309182-1303986023
RUNJOBID= node130-1303983199-24270
PBS_JOBID= 13168696
Free space on /tmp= 71784 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT-Race-2010-CNF/cryptography/mizh/sha0_36_5.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309182-1303986023/watcher-3309182-1303986023 -o /tmp/evaluation-result-3309182-1303986023/solver-3309182-1303986023 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309182-1303986023.cnf

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

MD5SUM BENCH= 7aa25d61513f0f224b5ca45e4e1e0448
RANDOM SEED=272414139

node130.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.838
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.67
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.838
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	: 5332.83
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.838
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.838
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.81
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.838
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.75
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.838
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.83
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.838
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.838
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.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16423156 kB
Buffers:       2124408 kB
Cached:       13509724 kB
SwapCached:          0 kB
Active:        7705020 kB
Inactive:      8269344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16423156 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5936 kB
Writeback:          92 kB
AnonPages:      339512 kB
Mapped:          16404 kB
Slab:           489316 kB
PageTables:       5968 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   535828 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= 71984 MiB
End job on node130 at 2011-04-28 12:42:05