Trace number 3308792

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

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark731.23
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
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.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  129618   302442 |   38885       0        0     nan |  0.000 % |
0.00/0.39	c |         0 |   68921   217805 |      --       0       --      -- |     --   | -60695/-84632
0.00/0.39	c ==============================================================================
0.00/0.39	c Result  :   #vars: 13945   #clauses: 68921   #literals: 217805
0.00/0.39	c CPU time:   0.380942 s
0.00/0.39	c ==============================================================================
0.00/0.43	c
0.00/0.43	c Starting glucose
0.00/0.43	c
0.00/0.43	
0.00/0.43	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.43	
0.00/0.43	c ============================[ Problem Statistics ]=============================
0.00/0.43	c |                                                                             |
0.00/0.43	c |  Number of variables:  13945                                                |
0.00/0.43	c |  Number of clauses:    68921                                                |
0.00/0.46	c |  Parsing time:         0.03         s                                       |
1300.03/1300.01	HOME/glucose.sh: line 55: 22750 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-3308792-1303984527/watcher-3308792-1303984527 -o /tmp/evaluation-result-3308792-1303984527/solver-3308792-1303984527 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308792-1303984527.cnf 

running on 2 cores: 5,7

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.72 3.91 2.99 3/186 22747
/proc/meminfo: memFree=12949368/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 588683357 8912896 252 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 252 211 178 0 69 0

[startup+0.0922449 s]
/proc/loadavg: 3.72 3.91 2.99 3/186 22747
/proc/meminfo: memFree=12949368/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 588683357 8912896 252 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100251 s]
/proc/loadavg: 3.72 3.91 2.99 3/186 22747
/proc/meminfo: memFree=12949368/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 588683357 8912896 252 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300213 s]
/proc/loadavg: 3.72 3.91 2.99 3/186 22747
/proc/meminfo: memFree=12949368/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 333 0 0 0 0 0 0 0 21 0 1 0 588683357 8912896 252 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70108 s]
/proc/loadavg: 3.72 3.91 2.99 3/186 22747
/proc/meminfo: memFree=12949368/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 8704

[startup+1.50098 s]
/proc/loadavg: 3.72 3.91 2.99 5/194 22763
/proc/meminfo: memFree=12908228/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=9800 CPUtime=1.06 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 2258 0 0 0 106 0 0 0 20 0 1 0 588683400 10035200 2212 33554432000 134512640 135217611 4288900112 18446744073709551615 134532656 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 2450 2212 77 173 0 2275 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 18504

[startup+3.1007 s]
/proc/loadavg: 3.74 3.91 2.99 5/190 22770
/proc/meminfo: memFree=13006096/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=11028 CPUtime=2.65 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 2581 0 0 0 265 0 0 0 25 0 1 0 588683400 11292672 2535 33554432000 134512640 135217611 4288900112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 2757 2535 77 173 0 2582 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 19732

[startup+6.30109 s]
/proc/loadavg: 3.74 3.91 2.99 5/194 22795
/proc/meminfo: memFree=12920812/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=13172 CPUtime=5.85 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 3119 0 0 0 585 0 0 0 25 0 1 0 588683400 13488128 3073 33554432000 134512640 135217611 4288900112 18446744073709551615 134538498 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 3293 3073 77 173 0 3118 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 21876

[startup+12.7009 s]
/proc/loadavg: 3.78 3.91 3.00 5/194 22796
/proc/meminfo: memFree=12957424/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=14836 CPUtime=12.25 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 3504 0 0 0 1225 0 0 0 25 0 1 0 588683400 15192064 3458 33554432000 134512640 135217611 4288900112 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 3709 3458 77 173 0 3534 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 23540

[startup+25.5005 s]
/proc/loadavg: 3.89 3.93 3.02 5/194 22826
/proc/meminfo: memFree=12944016/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=17216 CPUtime=25.05 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 4115 0 0 0 2505 0 0 0 25 0 1 0 588683400 17629184 4069 33554432000 134512640 135217611 4288900112 18446744073709551615 134532688 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 4304 4069 77 173 0 4129 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25920

[startup+51.1008 s]
/proc/loadavg: 3.92 3.94 3.04 5/194 22827
/proc/meminfo: memFree=12927484/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=21432 CPUtime=50.64 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 5153 0 0 0 5064 0 0 0 25 0 1 0 588683400 21946368 5107 33554432000 134512640 135217611 4288900112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 5358 5107 77 173 0 5183 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 30136

[startup+102.307 s]
/proc/loadavg: 3.97 3.94 3.10 5/194 22828
/proc/meminfo: memFree=12895556/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=26904 CPUtime=101.86 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 6523 0 0 0 10185 1 0 0 25 0 1 0 588683400 27549696 6477 33554432000 134512640 135217611 4288900112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 6726 6477 77 173 0 6551 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 35608

[startup+162.301 s]
/proc/loadavg: 4.04 3.97 3.15 5/194 22830
/proc/meminfo: memFree=12859928/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=31596 CPUtime=161.85 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 7716 0 0 0 16184 1 0 0 25 0 1 0 588683400 32354304 7670 33554432000 134512640 135217611 4288900112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 7899 7670 77 173 0 7724 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 40300

[startup+222.301 s]
/proc/loadavg: 4.01 3.97 3.20 5/194 22831
/proc/meminfo: memFree=12828756/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=35420 CPUtime=221.86 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 8611 0 0 0 22184 2 0 0 25 0 1 0 588683400 36270080 8565 33554432000 134512640 135217611 4288900112 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 8855 8565 77 173 0 8680 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 44124

[startup+282.301 s]
/proc/loadavg: 4.00 3.97 3.25 5/194 22833
/proc/meminfo: memFree=12806632/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=37616 CPUtime=281.86 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 9167 0 0 0 28184 2 0 0 25 0 1 0 588683400 38518784 9121 33554432000 134512640 135217611 4288900112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 9404 9121 77 173 0 9229 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 46320

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.30 5/194 22844
/proc/meminfo: memFree=12783208/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=40800 CPUtime=341.86 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 9945 0 0 0 34184 2 0 0 25 0 1 0 588683400 41779200 9899 33554432000 134512640 135217611 4288900112 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 10200 9899 77 173 0 10025 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 49504

[startup+402.3 s]
/proc/loadavg: 4.00 3.97 3.33 5/194 22845
/proc/meminfo: memFree=12764040/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7

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

[pid=22750] ppid=22747 vsize=46656 CPUtime=521.86 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 11438 0 0 0 52183 3 0 0 25 0 1 0 588683400 47775744 11392 33554432000 134512640 135217611 4288900112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 11664 11392 77 173 0 11489 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 55360

[startup+582.301 s]
/proc/loadavg: 4.00 3.97 3.44 5/194 22850
/proc/meminfo: memFree=12715272/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=48828 CPUtime=581.86 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 11890 0 0 0 58183 3 0 0 25 0 1 0 588683400 49999872 11844 33554432000 134512640 135217611 4288900112 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 12207 11844 77 173 0 12032 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 57532

[startup+642.301 s]
/proc/loadavg: 4.00 3.97 3.48 5/194 22852
/proc/meminfo: memFree=12700572/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=50688 CPUtime=641.87 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 12371 0 0 0 64184 3 0 0 25 0 1 0 588683400 51904512 12325 33554432000 134512640 135217611 4288900112 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 12672 12325 77 173 0 12497 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 59392

[startup+702.301 s]
/proc/loadavg: 4.00 3.97 3.50 5/194 22853
/proc/meminfo: memFree=12690964/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=50688 CPUtime=701.87 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 12378 0 0 0 70184 3 0 0 25 0 1 0 588683400 51904512 12332 33554432000 134512640 135217611 4288900112 18446744073709551615 134527753 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 12672 12332 77 173 0 12497 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 59392

[startup+762.307 s]
/proc/loadavg: 4.00 3.97 3.54 5/194 22855
/proc/meminfo: memFree=12676404/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=53548 CPUtime=761.88 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 13083 0 0 0 76184 4 0 0 25 0 1 0 588683400 54833152 13037 33554432000 134512640 135217611 4288900112 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 13387 13037 77 173 0 13212 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 62252

[startup+822.3 s]
/proc/loadavg: 4.00 3.97 3.56 5/194 22886
/proc/meminfo: memFree=12708980/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=57680 CPUtime=821.87 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 14109 0 0 0 82183 4 0 0 25 0 1 0 588683400 59064320 14063 33554432000 134512640 135217611 4288900112 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 14420 14063 77 173 0 14245 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 66384

[startup+882.301 s]
/proc/loadavg: 4.00 3.97 3.58 5/194 22888
/proc/meminfo: memFree=12682036/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=57680 CPUtime=881.88 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 14115 0 0 0 88184 4 0 0 25 0 1 0 588683400 59064320 14069 33554432000 134512640 135217611 4288900112 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 14420 14069 77 173 0 14245 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 66384

[startup+942.301 s]
/proc/loadavg: 4.13 4.00 3.62 5/194 22890
/proc/meminfo: memFree=12666612/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=57680 CPUtime=941.88 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 14121 0 0 0 94184 4 0 0 25 0 1 0 588683400 59064320 14075 33554432000 134512640 135217611 4288900112 18446744073709551615 134532680 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 14420 14075 77 173 0 14245 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 66384

[startup+1002.3 s]
/proc/loadavg: 4.04 4.00 3.64 6/194 22891
/proc/meminfo: memFree=12646116/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=59660 CPUtime=1001.88 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 14621 0 0 0 100184 4 0 0 25 0 1 0 588683400 61091840 14575 33554432000 134512640 135217611 4288900112 18446744073709551615 134533213 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 14915 14575 77 173 0 14740 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 68364

[startup+1062.3 s]
/proc/loadavg: 4.02 4.00 3.66 6/194 22893
/proc/meminfo: memFree=12610840/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=59792 CPUtime=1061.88 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 14648 0 0 0 106184 4 0 0 25 0 1 0 588683400 61227008 14602 33554432000 134512640 135217611 4288900112 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 14948 14602 77 173 0 14773 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 68496

[startup+1122.3 s]
/proc/loadavg: 4.04 4.01 3.68 5/194 22894
/proc/meminfo: memFree=12604212/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=61124 CPUtime=1121.88 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 15009 0 0 0 112184 4 0 0 25 0 1 0 588683400 62590976 14963 33554432000 134512640 135217611 4288900112 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 15281 14963 77 173 0 15106 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 69828

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.70 5/194 22896
/proc/meminfo: memFree=12595732/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=61844 CPUtime=1181.88 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 15184 0 0 0 118184 4 0 0 25 0 1 0 588683400 63328256 15138 33554432000 134512640 135217611 4288900112 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 15461 15138 77 173 0 15286 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 70548

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.72 5/194 22898
/proc/meminfo: memFree=12587864/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=61916 CPUtime=1241.88 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 15212 0 0 0 124184 4 0 0 25 0 1 0 588683400 63401984 15166 33554432000 134512640 135217611 4288900112 18446744073709551615 134522427 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 15479 15166 77 173 0 15304 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 70620



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.73 4/191 22900
/proc/meminfo: memFree=12661356/32950928 swapFree=67111528/67111528
[pid=22747] ppid=22745 vsize=8704 CPUtime=0.43 cores=5,7
/proc/22747/stat : 22747 (glucose.sh) S 22745 22747 22509 0 -1 4202496 359 6156 0 0 0 0 42 1 17 0 1 0 588683357 8912896 254 33554432000 4194304 4922060 140733839364240 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/22747/statm: 2176 254 211 178 0 69 0
[pid=22750] ppid=22747 vsize=63896 CPUtime=1299.6 cores=5,7
/proc/22750/stat : 22750 (glucose_static) R 22747 22747 22509 0 -1 4202496 15690 0 0 0 129955 5 0 0 25 0 1 0 588683400 65429504 15644 33554432000 134512640 135217611 4288900112 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/22750/statm: 15974 15644 77 173 0 15799 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 72600

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.04
CPU user time (s): 1299.97
CPU system time (s): 0.066989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 72600

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.97
system time used= 0.066989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22215
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= 20
involuntary context switches= 1789

runsolver used 2.12168 second user time and 4.98324 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-28 11:55:27
IDJOB=3308792
IDBENCH=82466
IDSOLVER=1691
FILE ID=node113/3308792-1303984527
RUNJOBID= node113-1303983221-22530
PBS_JOBID= 13168713
Free space on /tmp= 71128 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308792-1303984527/watcher-3308792-1303984527 -o /tmp/evaluation-result-3308792-1303984527/solver-3308792-1303984527 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308792-1303984527.cnf

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=632864931

node113.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.846
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.69
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.846
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.76
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.846
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.74
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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:      12949640 kB
Buffers:       1868976 kB
Cached:       17351100 kB
SwapCached:          0 kB
Active:       10839016 kB
Inactive:      8563232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12949640 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           42508 kB
Writeback:           0 kB
AnonPages:      182140 kB
Mapped:          15528 kB
Slab:           534688 kB
PageTables:       5488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   365604 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= 71116 MiB
End job on node113 at 2011-04-28 12:17:09