Trace number 3289863

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
EBGlucose 1.0? (TO) 1299.99 1300.01

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_3_keyfind_1.cnf
MD5SUMff59ad0e88befc51bfa041e45143dc53
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 variables2808
Number of clauses30432
Sum of the clauses size167020
Maximum clause length8
Minimum clause length1
Number of clauses of size 1280
Number of clauses of size 2384
Number of clauses of size 35024
Number of clauses of size 4960
Number of clauses of size 56144
Number of clauses of size over 517640

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.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   30056   166260 |    9016       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |   29288   163700 |      --       0       --      -- |     --   | -256/-512
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 2400   #clauses: 29288   #literals: 163700
0.00/0.02	c CPU time:   0.020996 s
0.00/0.02	c ==============================================================================
0.00/0.05	c
0.00/0.05	c Starting glucose
0.00/0.05	c
0.00/0.05	
0.00/0.05	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.05	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.05	
0.00/0.05	c ============================[ Problem Statistics ]=============================
0.00/0.05	c |                                                                             |
0.00/0.05	c |  Number of variables:  2400                                                 |
0.00/0.05	c |  Number of clauses:    29288                                                |
0.00/0.07	c |  Parsing time:         0.01         s                                       |
1299.97/1300.01	HOME/ebglucose.sh: line 57:  2079 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-3289863-1303775473/watcher-3289863-1303775473 -o /tmp/evaluation-result-3289863-1303775473/solver-3289863-1303775473 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289863-1303775473.cnf 

running on 2 cores: 4,6

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: 1.07 1.32 2.11 5/192 2075
/proc/meminfo: memFree=18702000/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8700 CPUtime=0 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) R 2073 2075 452 0 -1 4194304 194 0 0 0 0 0 0 0 22 0 1 0 567778048 8908800 134 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988189200 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/2075/statm: 2175 146 119 178 0 68 0

[startup+0.080555 s]
/proc/loadavg: 1.07 1.32 2.11 5/192 2075
/proc/meminfo: memFree=18702000/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8704

[startup+0.100503 s]
/proc/loadavg: 1.07 1.32 2.11 5/192 2075
/proc/meminfo: memFree=18702000/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8704

[startup+0.300468 s]
/proc/loadavg: 1.07 1.32 2.11 5/192 2075
/proc/meminfo: memFree=18702000/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8704

[startup+0.700399 s]
/proc/loadavg: 1.07 1.32 2.11 5/192 2075
/proc/meminfo: memFree=18702000/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 8704

[startup+1.50031 s]
/proc/loadavg: 1.07 1.32 2.11 5/194 2080
/proc/meminfo: memFree=18698760/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=9428 CPUtime=1.43 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 1881 0 0 0 143 0 0 0 25 0 1 0 567778054 9654272 1822 33554432000 134512640 134556542 4290635120 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/2079/statm: 2357 1822 213 11 0 1691 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 18132

[startup+3.10098 s]
/proc/loadavg: 1.07 1.32 2.11 5/194 2080
/proc/meminfo: memFree=18694432/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=11052 CPUtime=3.03 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 2291 0 0 0 303 0 0 0 25 0 1 0 567778054 11317248 2232 33554432000 134512640 134556542 4290635120 18446744073709551615 8211824 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/2079/statm: 2763 2232 213 11 0 2097 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 19756

[startup+6.30042 s]
/proc/loadavg: 1.31 1.37 2.12 5/194 2080
/proc/meminfo: memFree=18685884/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=12380 CPUtime=6.21 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 2644 0 0 0 621 0 0 0 25 0 1 0 567778054 12677120 2585 33554432000 134512640 134556542 4290635120 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/2079/statm: 3095 2585 213 11 0 2429 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 21084

[startup+12.7004 s]
/proc/loadavg: 1.52 1.41 2.13 5/194 2080
/proc/meminfo: memFree=18677568/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=14716 CPUtime=12.6 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 3208 0 0 0 1260 0 0 0 25 0 1 0 567778054 15069184 3149 33554432000 134512640 134556542 4290635120 18446744073709551615 134537405 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 3679 3149 214 11 0 3013 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 23420

[startup+25.5011 s]
/proc/loadavg: 2.07 1.54 2.16 5/194 2081
/proc/meminfo: memFree=18669676/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=17232 CPUtime=25.4 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 3811 0 0 0 2540 0 0 0 25 0 1 0 567778054 17645568 3752 33554432000 134512640 134556542 4290635120 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 4308 3752 214 11 0 3642 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 25936

[startup+51.1006 s]
/proc/loadavg: 2.73 1.73 2.20 5/194 2081
/proc/meminfo: memFree=18658188/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=20972 CPUtime=51 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 4786 0 0 0 5100 0 0 0 25 0 1 0 567778054 21475328 4727 33554432000 134512640 134556542 4290635120 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 5243 4727 214 11 0 4577 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 29676

[startup+102.307 s]
/proc/loadavg: 3.45 2.08 2.30 5/194 2083
/proc/meminfo: memFree=18641176/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=26476 CPUtime=102.21 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 6134 0 0 0 10220 1 0 0 25 0 1 0 567778054 27111424 6075 33554432000 134512640 134556542 4290635120 18446744073709551615 134537263 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 6619 6075 214 11 0 5953 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 35180

[startup+162.301 s]
/proc/loadavg: 3.79 2.43 2.40 5/194 2084
/proc/meminfo: memFree=18625760/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=31816 CPUtime=162.2 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 7427 0 0 0 16219 1 0 0 25 0 1 0 567778054 32579584 7368 33554432000 134512640 134556542 4290635120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 7954 7368 214 11 0 7288 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 40520

[startup+222.301 s]
/proc/loadavg: 3.96 2.73 2.50 5/194 2086
/proc/meminfo: memFree=18612460/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=35580 CPUtime=222.21 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 8388 0 0 0 22219 2 0 0 25 0 1 0 567778054 36433920 8329 33554432000 134512640 134556542 4290635120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 8895 8329 214 11 0 8229 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 44284

[startup+282.301 s]
/proc/loadavg: 3.98 2.95 2.59 5/194 2088
/proc/meminfo: memFree=18599040/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=39228 CPUtime=282.21 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 9305 0 0 0 28219 2 0 0 25 0 1 0 567778054 40169472 9246 33554432000 134512640 134556542 4290635120 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 9807 9246 214 11 0 9141 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 47932

[startup+342.301 s]
/proc/loadavg: 3.99 3.14 2.68 5/194 2089
/proc/meminfo: memFree=18591312/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=41512 CPUtime=342.2 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 9807 0 0 0 34218 2 0 0 25 0 1 0 567778054 42508288 9748 33554432000 134512640 134556542 4290635120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 10378 9748 214 11 0 9712 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 50216

[startup+402.301 s]
/proc/loadavg: 3.99 3.30 2.76 5/194 2091
/proc/meminfo: memFree=18582848/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6

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

[pid=2079] ppid=2075 vsize=48848 CPUtime=522.21 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 11651 0 0 0 52218 3 0 0 25 0 1 0 567778054 50020352 11592 33554432000 134512640 134556542 4290635120 18446744073709551615 134531768 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 12212 11592 214 11 0 11546 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 57552

[startup+582.301 s]
/proc/loadavg: 3.99 3.61 2.97 5/194 2096
/proc/meminfo: memFree=18558572/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=50616 CPUtime=582.21 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 12108 0 0 0 58217 4 0 0 25 0 1 0 567778054 51830784 12049 33554432000 134512640 134556542 4290635120 18446744073709551615 134537384 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 12654 12049 214 11 0 11988 0
Current children cumulated CPU time (s) 582.25
Current children cumulated vsize (KiB) 59320

[startup+642.3 s]
/proc/loadavg: 3.99 3.68 3.03 5/194 2106
/proc/meminfo: memFree=18550276/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=53836 CPUtime=642.21 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 12915 0 0 0 64217 4 0 0 25 0 1 0 567778054 55128064 12856 33554432000 134512640 134556542 4290635120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 13459 12856 214 11 0 12793 0
Current children cumulated CPU time (s) 642.25
Current children cumulated vsize (KiB) 62540

[startup+702.301 s]
/proc/loadavg: 3.99 3.73 3.09 5/194 2108
/proc/meminfo: memFree=18541692/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=54800 CPUtime=702.21 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 13159 0 0 0 70217 4 0 0 25 0 1 0 567778054 56115200 13100 33554432000 134512640 134556542 4290635120 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 13700 13100 214 11 0 13034 0
Current children cumulated CPU time (s) 702.25
Current children cumulated vsize (KiB) 63504

[startup+762.307 s]
/proc/loadavg: 3.99 3.78 3.14 5/194 2109
/proc/meminfo: memFree=18538420/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=55616 CPUtime=762.22 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 13370 0 0 0 76218 4 0 0 25 0 1 0 567778054 56950784 13311 33554432000 134512640 134556542 4290635120 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 13904 13311 214 11 0 13238 0
Current children cumulated CPU time (s) 762.26
Current children cumulated vsize (KiB) 64320

[startup+822.301 s]
/proc/loadavg: 4.04 3.83 3.20 5/194 2111
/proc/meminfo: memFree=18527348/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=58124 CPUtime=822.21 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 13836 0 0 0 82217 4 0 0 25 0 1 0 567778054 59518976 13777 33554432000 134512640 134556542 4290635120 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 14531 13777 214 11 0 13865 0
Current children cumulated CPU time (s) 822.25
Current children cumulated vsize (KiB) 66828

[startup+882.301 s]
/proc/loadavg: 4.01 3.86 3.24 5/194 2113
/proc/meminfo: memFree=18525316/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=59760 CPUtime=882.21 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 14235 0 0 0 88217 4 0 0 25 0 1 0 567778054 61194240 14176 33554432000 134512640 134556542 4290635120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 14940 14176 214 11 0 14274 0
Current children cumulated CPU time (s) 882.25
Current children cumulated vsize (KiB) 68464

[startup+942.3 s]
/proc/loadavg: 4.00 3.88 3.29 5/194 2114
/proc/meminfo: memFree=18521440/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=60460 CPUtime=942.21 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 14407 0 0 0 94217 4 0 0 25 0 1 0 567778054 61911040 14348 33554432000 134512640 134556542 4290635120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 15115 14348 214 11 0 14449 0
Current children cumulated CPU time (s) 942.25
Current children cumulated vsize (KiB) 69164

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 3.33 5/194 2116
/proc/meminfo: memFree=18516564/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=61956 CPUtime=1002.22 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 14775 0 0 0 100217 5 0 0 25 0 1 0 567778054 63442944 14716 33554432000 134512640 134556542 4290635120 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 15489 14716 214 11 0 14823 0
Current children cumulated CPU time (s) 1002.26
Current children cumulated vsize (KiB) 70660

[startup+1062.3 s]
/proc/loadavg: 4.05 3.93 3.38 5/194 2117
/proc/meminfo: memFree=18513540/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=62356 CPUtime=1062.22 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 14903 0 0 0 106217 5 0 0 25 0 1 0 567778054 63852544 14844 33554432000 134512640 134556542 4290635120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 15589 14844 214 11 0 14923 0
Current children cumulated CPU time (s) 1062.26
Current children cumulated vsize (KiB) 71060

[startup+1122.3 s]
/proc/loadavg: 4.02 3.94 3.41 5/194 2119
/proc/meminfo: memFree=18508780/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=64128 CPUtime=1122.22 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 15356 0 0 0 112217 5 0 0 25 0 1 0 567778054 65667072 15297 33554432000 134512640 134556542 4290635120 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 16032 15297 214 11 0 15366 0
Current children cumulated CPU time (s) 1122.26
Current children cumulated vsize (KiB) 72832

[startup+1182.3 s]
/proc/loadavg: 4.00 3.95 3.45 5/194 2121
/proc/meminfo: memFree=18505028/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=65372 CPUtime=1182.22 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 15654 0 0 0 118217 5 0 0 25 0 1 0 567778054 66940928 15595 33554432000 134512640 134556542 4290635120 18446744073709551615 134537755 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 16343 15595 214 11 0 15677 0
Current children cumulated CPU time (s) 1182.26
Current children cumulated vsize (KiB) 74076

[startup+1242.3 s]
/proc/loadavg: 4.00 3.95 3.48 5/194 2122
/proc/meminfo: memFree=18497040/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=68148 CPUtime=1242.22 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 16315 0 0 0 124216 6 0 0 25 0 1 0 567778054 69783552 16256 33554432000 134512640 134556542 4290635120 18446744073709551615 134537255 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 17037 16256 214 11 0 16371 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 76852



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.84 3.93 3.50 2/185 2128
/proc/meminfo: memFree=18673288/32950940 swapFree=67111528/67111528
[pid=2075] ppid=2073 vsize=8704 CPUtime=0.04 cores=4,6
/proc/2075/stat : 2075 (ebglucose.sh) S 2073 2075 452 0 -1 4202496 380 1348 0 0 0 0 4 0 22 0 1 0 567778048 8912896 256 33554432000 4194304 4922060 140735154242768 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/2075/statm: 2176 256 211 178 0 69 0
[pid=2079] ppid=2075 vsize=68300 CPUtime=1299.93 cores=4,6
/proc/2079/stat : 2079 (ebglucose_stati) R 2075 2075 452 0 -1 4202496 16370 0 0 0 129987 6 0 0 25 0 1 0 567778054 69939200 16311 33554432000 134512640 134556542 4290635120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/2079/statm: 17075 16311 214 11 0 16409 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 77004

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): 1299.99
CPU user time (s): 1299.92
CPU system time (s): 0.069989
CPU usage (%): 99.9984
Max. virtual memory (cumulated for all children) (KiB): 77004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.92
system time used= 0.069989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18131
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= 3231

runsolver used 1.9877 second user time and 5.11522 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-26 01:51:13
IDJOB=3289863
IDBENCH=83408
IDSOLVER=1652
FILE ID=node117/3289863-1303775473
RUNJOBID= node117-1303775470-2026
PBS_JOBID= 13157164
Free space on /tmp= 71516 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_3_keyfind_1.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3289863-1303775473/watcher-3289863-1303775473 -o /tmp/evaluation-result-3289863-1303775473/solver-3289863-1303775473 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3289863-1303775473.cnf

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

MD5SUM BENCH= ff59ad0e88befc51bfa041e45143dc53
RANDOM SEED=1847528723

node117.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.849
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.849
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.75
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.849
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.849
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.849
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.849
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.849
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.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      18702288 kB
Buffers:       2331416 kB
Cached:       11241956 kB
SwapCached:          0 kB
Active:        6367676 kB
Inactive:      7319840 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      18702288 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           24508 kB
Writeback:           0 kB
AnonPages:      113076 kB
Mapped:          16248 kB
Slab:           497540 kB
PageTables:       5144 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   295064 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= 71536 MiB
End job on node117 at 2011-04-26 02:12:55