Trace number 3289909

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_2_keyfind_1.cnf
MD5SUM19e0b91e7d093f7cb35b11b46708a49b
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 variables2000
Number of clauses20544
Sum of the clauses size111944
Maximum clause length8
Minimum clause length1
Number of clauses of size 1272
Number of clauses of size 2256
Number of clauses of size 33520
Number of clauses of size 4640
Number of clauses of size 54096
Number of clauses of size over 511760

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   20208   111352 |    6062       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |   19440   108792 |      --       0       --      -- |     --   | -256/-512
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 1600   #clauses: 19440   #literals: 108792
0.00/0.02	c CPU time:   0.011998 s
0.00/0.02	c ==============================================================================
0.00/0.03	c
0.00/0.03	c Starting glucose
0.00/0.03	c
0.00/0.04	
0.00/0.04	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.04	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.04	
0.00/0.04	c ============================[ Problem Statistics ]=============================
0.00/0.04	c |                                                                             |
0.00/0.04	c |  Number of variables:  1600                                                 |
0.00/0.04	c |  Number of clauses:    19440                                                |
0.02/0.05	c |  Parsing time:         0.01         s                                       |
1299.99/1300.01	HOME/ebglucose.sh: line 57: 18577 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-3289909-1303776420/watcher-3289909-1303776420 -o /tmp/evaluation-result-3289909-1303776420/solver-3289909-1303776420 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289909-1303776420.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.00 3.74 3.56 3/182 18569
/proc/meminfo: memFree=21179608/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 353 233 0 0 0 0 0 0 21 0 1 0 489240165 8912896 252 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 252 211 178 0 69 0

[startup+0.0497341 s]
/proc/loadavg: 3.00 3.74 3.56 3/182 18569
/proc/meminfo: memFree=21179608/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.100747 s]
/proc/loadavg: 3.00 3.74 3.56 3/182 18569
/proc/meminfo: memFree=21179608/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.300689 s]
/proc/loadavg: 3.00 3.74 3.56 3/182 18569
/proc/meminfo: memFree=21179608/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+0.700616 s]
/proc/loadavg: 3.00 3.74 3.56 3/182 18569
/proc/meminfo: memFree=21179608/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 8704

[startup+1.5005 s]
/proc/loadavg: 3.00 3.74 3.56 6/198 18603
/proc/meminfo: memFree=21143456/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=8276 CPUtime=1.42 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 1531 0 1 0 142 0 0 0 25 0 1 0 489240169 8474624 1473 33554432000 134512640 134556542 4291853840 18446744073709551615 134537255 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 2069 1473 213 11 0 1403 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 16980

[startup+3.10021 s]
/proc/loadavg: 3.00 3.74 3.56 6/198 18603
/proc/meminfo: memFree=21138212/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=9748 CPUtime=3.02 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 1890 0 1 0 302 0 0 0 25 0 1 0 489240169 9981952 1832 33554432000 134512640 134556542 4291853840 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 2437 1832 213 11 0 1771 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 18452

[startup+6.30063 s]
/proc/loadavg: 3.08 3.75 3.56 6/198 18603
/proc/meminfo: memFree=21129600/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=11496 CPUtime=6.23 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 2339 0 1 0 623 0 0 0 25 0 1 0 489240169 11771904 2281 33554432000 134512640 134556542 4291853840 18446744073709551615 134529857 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 2874 2281 213 11 0 2208 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 20200

[startup+12.7005 s]
/proc/loadavg: 3.15 3.75 3.56 6/198 18603
/proc/meminfo: memFree=21120444/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=13712 CPUtime=12.62 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 2869 0 1 0 1262 0 0 0 25 0 1 0 489240169 14041088 2811 33554432000 134512640 134556542 4291853840 18446744073709551615 134537253 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 3428 2811 214 11 0 2762 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 22416

[startup+25.5011 s]
/proc/loadavg: 3.34 3.76 3.57 6/198 18603
/proc/meminfo: memFree=21108672/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=16104 CPUtime=25.42 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 3481 0 1 0 2542 0 0 0 25 0 1 0 489240169 16490496 3423 33554432000 134512640 134556542 4291853840 18446744073709551615 134530895 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 4026 3423 214 11 0 3360 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 24808

[startup+51.1005 s]
/proc/loadavg: 3.56 3.78 3.58 6/198 18604
/proc/meminfo: memFree=21094736/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=19544 CPUtime=51.02 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 4331 0 1 0 5102 0 0 0 25 0 1 0 489240169 20013056 4273 33554432000 134512640 134556542 4291853840 18446744073709551615 134537752 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 4886 4273 214 11 0 4220 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 28248

[startup+102.307 s]
/proc/loadavg: 3.81 3.81 3.60 6/198 18605
/proc/meminfo: memFree=21072276/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=24560 CPUtime=102.23 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 5552 0 1 0 10222 1 0 0 25 0 1 0 489240169 25149440 5494 33554432000 134512640 134556542 4291853840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 6140 5494 214 11 0 5474 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 33264

[startup+162.301 s]
/proc/loadavg: 3.96 3.86 3.63 6/198 18607
/proc/meminfo: memFree=21055772/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=28328 CPUtime=162.23 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 6532 0 1 0 16222 1 0 0 25 0 1 0 489240169 29007872 6474 33554432000 134512640 134556542 4291853840 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 7082 6474 214 11 0 6416 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 37032

[startup+222.3 s]
/proc/loadavg: 4.03 3.89 3.65 6/198 18609
/proc/meminfo: memFree=21042620/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=31848 CPUtime=222.23 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 7335 0 1 0 22221 2 0 0 25 0 1 0 489240169 32612352 7277 33554432000 134512640 134556542 4291853840 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 7962 7277 214 11 0 7296 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 40552

[startup+282.3 s]
/proc/loadavg: 4.13 3.94 3.68 6/198 18610
/proc/meminfo: memFree=21031804/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=34588 CPUtime=282.23 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 8009 0 1 0 28221 2 0 0 25 0 1 0 489240169 35418112 7951 33554432000 134512640 134556542 4291853840 18446744073709551615 134537241 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 8647 7951 214 11 0 7981 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 43292

[startup+342.3 s]
/proc/loadavg: 4.05 3.95 3.70 6/198 18612
/proc/meminfo: memFree=21019148/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=36400 CPUtime=342.24 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 8473 0 1 0 34221 3 0 0 25 0 1 0 489240169 37273600 8415 33554432000 134512640 134556542 4291853840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 9100 8415 214 11 0 8434 0
Current children cumulated CPU time (s) 342.26
Current children cumulated vsize (KiB) 45104

[startup+402.3 s]
/proc/loadavg: 4.02 3.95 3.72 6/198 18613
/proc/meminfo: memFree=21010680/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7

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

[pid=18577] ppid=18569 vsize=41988 CPUtime=522.24 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 9885 0 1 0 52221 3 0 0 25 0 1 0 489240169 42995712 9827 33554432000 134512640 134556542 4291853840 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 10497 9827 214 11 0 9831 0
Current children cumulated CPU time (s) 522.26
Current children cumulated vsize (KiB) 50692

[startup+582.301 s]
/proc/loadavg: 4.03 3.98 3.76 6/198 18618
/proc/meminfo: memFree=20978612/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=44564 CPUtime=582.24 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 10528 0 1 0 58220 4 0 0 25 0 1 0 489240169 45633536 10470 33554432000 134512640 134556542 4291853840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 11141 10470 214 11 0 10475 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 53268

[startup+642.301 s]
/proc/loadavg: 4.01 3.98 3.77 6/198 18620
/proc/meminfo: memFree=20976248/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=46064 CPUtime=642.25 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 10790 0 1 0 64221 4 0 0 25 0 1 0 489240169 47169536 10732 33554432000 134512640 134556542 4291853840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 11516 10732 214 11 0 10850 0
Current children cumulated CPU time (s) 642.27
Current children cumulated vsize (KiB) 54768

[startup+702.301 s]
/proc/loadavg: 4.09 4.01 3.80 6/198 18621
/proc/meminfo: memFree=20966056/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=47068 CPUtime=702.25 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 11012 0 1 0 70221 4 0 0 25 0 1 0 489240169 48197632 10954 33554432000 134512640 134556542 4291853840 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 11767 10954 214 11 0 11101 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 55772

[startup+762.308 s]
/proc/loadavg: 4.03 4.01 3.81 6/198 18623
/proc/meminfo: memFree=20919656/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=47612 CPUtime=762.26 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 11156 0 1 0 76222 4 0 0 25 0 1 0 489240169 48754688 11098 33554432000 134512640 134556542 4291853840 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 11903 11098 214 11 0 11237 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 56316

[startup+822.301 s]
/proc/loadavg: 4.06 4.02 3.82 6/198 18625
/proc/meminfo: memFree=20902900/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=49516 CPUtime=822.25 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 11654 0 1 0 82221 4 0 0 25 0 1 0 489240169 50704384 11596 33554432000 134512640 134556542 4291853840 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 12379 11596 214 11 0 11713 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 58220

[startup+882.301 s]
/proc/loadavg: 4.02 4.01 3.83 6/198 18626
/proc/meminfo: memFree=20895676/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=50056 CPUtime=882.25 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 11774 0 1 0 88221 4 0 0 25 0 1 0 489240169 51257344 11716 33554432000 134512640 134556542 4291853840 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 12514 11716 214 11 0 11848 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 58760

[startup+942.301 s]
/proc/loadavg: 4.05 4.02 3.84 6/198 18628
/proc/meminfo: memFree=20893304/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=52224 CPUtime=942.25 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 12310 0 1 0 94221 4 0 0 25 0 1 0 489240169 53477376 12252 33554432000 134512640 134556542 4291853840 18446744073709551615 134537174 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 13056 12252 214 11 0 12390 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 60928

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 3.84 6/198 18629
/proc/meminfo: memFree=20892664/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=52224 CPUtime=1002.25 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 12319 0 1 0 100221 4 0 0 25 0 1 0 489240169 53477376 12261 33554432000 134512640 134556542 4291853840 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 13056 12261 214 11 0 12390 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 60928

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 3.86 6/198 18631
/proc/meminfo: memFree=20860152/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=53184 CPUtime=1062.26 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 12567 0 1 0 106221 5 0 0 25 0 1 0 489240169 54460416 12509 33554432000 134512640 134556542 4291853840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 13296 12509 214 11 0 12630 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 61888

[startup+1122.3 s]
/proc/loadavg: 4.09 4.05 3.87 6/198 18633
/proc/meminfo: memFree=20831492/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=54392 CPUtime=1122.26 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 12889 0 1 0 112221 5 0 0 25 0 1 0 489240169 55697408 12831 33554432000 134512640 134556542 4291853840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 13598 12831 214 11 0 12932 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 63096

[startup+1182.3 s]
/proc/loadavg: 4.08 4.05 3.88 6/198 18634
/proc/meminfo: memFree=20829608/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=55184 CPUtime=1182.26 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 13081 0 1 0 118221 5 0 0 25 0 1 0 489240169 56508416 13023 33554432000 134512640 134556542 4291853840 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 13796 13023 214 11 0 13130 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 63888

[startup+1242.3 s]
/proc/loadavg: 4.15 4.07 3.90 6/198 18636
/proc/meminfo: memFree=20825872/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=55732 CPUtime=1242.26 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 13234 0 1 0 124221 5 0 0 25 0 1 0 489240169 57069568 13176 33554432000 134512640 134556542 4291853840 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 13933 13176 214 11 0 13267 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 64436



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.06 3.91 6/198 18637
/proc/meminfo: memFree=20823860/32951124 swapFree=67111352/67111528
[pid=18569] ppid=18565 vsize=8704 CPUtime=0.02 cores=5,7
/proc/18569/stat : 18569 (ebglucose.sh) S 18565 18569 17314 0 -1 4202496 378 998 0 0 0 0 2 0 23 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140733546707552 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/18569/statm: 2176 255 211 178 0 69 0
[pid=18577] ppid=18569 vsize=57092 CPUtime=1299.97 cores=5,7
/proc/18577/stat : 18577 (ebglucose_stati) R 18569 18569 17314 0 -1 4202496 13545 0 1 0 129992 5 0 0 25 0 1 0 489240169 58462208 13487 33554432000 134512640 134556542 4291853840 18446744073709551615 134537285 0 0 4096 8388611 0 0 0 17 5 0 0 2
/proc/18577/statm: 14273 13487 214 11 0 13607 0
Current children cumulated CPU time (s) 1299.99
Current children cumulated vsize (KiB) 65796

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.95
CPU system time (s): 0.06399
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 65796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.95
system time used= 0.06399
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14934
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 27
involuntary context switches= 2977

runsolver used 2.10868 second user time and 5.13522 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-26 02:07:00
IDJOB=3289909
IDBENCH=83410
IDSOLVER=1652
FILE ID=node134/3289909-1303776420
RUNJOBID= node134-1303776420-18551
PBS_JOBID= 13157169
Free space on /tmp= 71064 MiB

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

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

MD5SUM BENCH= 19e0b91e7d093f7cb35b11b46708a49b
RANDOM SEED=1770548932

node134.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.831
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.66
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.831
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.67
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.831
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.83
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.831
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	: 7186.06
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.831
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.80
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.831
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.831
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.831
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.84
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21180160 kB
Buffers:       2297924 kB
Cached:        8861992 kB
SwapCached:         64 kB
Active:        4442156 kB
Inactive:      6782088 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21180160 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            2940 kB
Writeback:           0 kB
AnonPages:       64160 kB
Mapped:          14652 kB
Slab:           483264 kB
PageTables:       4852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   191960 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 71052 MiB
End job on node134 at 2011-04-26 02:28:42