Trace number 3290369

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_4_keyfind_1.cnf
MD5SUMd71ab4cbe872e5620884d4e4d370890a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1092.34
Satisfiable
(Un)Satisfiability was proved
Number of variables912
Number of clauses3488
Sum of the clauses size11040
Maximum clause length5
Minimum clause length1
Number of clauses of size 180
Number of clauses of size 2160
Number of clauses of size 32432
Number of clauses of size 4736
Number of clauses of size 580
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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    3344    10640 |    1003       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    2976    10528 |      --       0       --      -- |     --   | -240/400
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 602   #clauses: 2976   #literals: 10528
0.00/0.00	c CPU time:   0.005999 s
0.00/0.00	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	c
0.00/0.01	
0.00/0.01	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.01	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.01	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  602                                                  |
0.00/0.01	c |  Number of clauses:    2976                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
1300.02/1300.00	HOME/ebglucose.sh: line 57: 18723 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-3290369-1303777722/watcher-3290369-1303777722 -o /tmp/evaluation-result-3290369-1303777722/solver-3290369-1303777722 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3290369-1303777722.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 4.06 4.06 3.91 3/179 18719
/proc/meminfo: memFree=21179756/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) R 18717 18719 17314 0 -1 4202496 337 233 0 0 0 0 0 0 25 0 1 0 489370392 8912896 253 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516654485 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/18719/statm: 2176 253 211 178 0 69 0

[startup+0.0192259 s]
/proc/loadavg: 4.06 4.06 3.91 3/179 18719
/proc/meminfo: memFree=21179756/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101127 s]
/proc/loadavg: 4.06 4.06 3.91 3/179 18719
/proc/meminfo: memFree=21179756/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301092 s]
/proc/loadavg: 4.06 4.06 3.91 3/179 18719
/proc/meminfo: memFree=21179756/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701019 s]
/proc/loadavg: 4.06 4.06 3.91 3/179 18719
/proc/meminfo: memFree=21179756/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50087 s]
/proc/loadavg: 3.81 4.01 3.89 2/180 18723
/proc/meminfo: memFree=21176744/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=6408 CPUtime=1.48 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 940 0 0 0 148 0 0 0 20 0 1 0 489370393 6561792 881 33554432000 134512640 134556542 4293056400 18446744073709551615 134535397 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 1602 881 207 11 0 936 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15112

[startup+3.10058 s]
/proc/loadavg: 3.81 4.01 3.89 2/180 18723
/proc/meminfo: memFree=21175504/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=7128 CPUtime=3.08 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 1144 0 0 0 308 0 0 0 25 0 1 0 489370393 7299072 1085 33554432000 134512640 134556542 4293056400 18446744073709551615 134537585 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 1782 1085 207 11 0 1116 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15832

[startup+6.30099 s]
/proc/loadavg: 3.81 4.01 3.89 2/177 18723
/proc/meminfo: memFree=21174768/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=8116 CPUtime=6.28 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 1359 0 0 0 628 0 0 0 25 0 1 0 489370393 8310784 1300 33554432000 134512640 134556542 4293056400 18446744073709551615 134530770 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 2029 1300 207 11 0 1363 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16820

[startup+12.7008 s]
/proc/loadavg: 3.38 3.91 3.86 2/177 18724
/proc/meminfo: memFree=21173608/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=9460 CPUtime=12.68 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 1708 0 0 0 1268 0 0 0 25 0 1 0 489370393 9687040 1649 33554432000 134512640 134556542 4293056400 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 2365 1649 207 11 0 1699 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18164

[startup+25.5005 s]
/proc/loadavg: 3.01 3.81 3.83 2/177 18724
/proc/meminfo: memFree=21172188/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=11088 CPUtime=25.48 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 2121 0 0 0 2548 0 0 0 25 0 1 0 489370393 11354112 2062 33554432000 134512640 134556542 4293056400 18446744073709551615 134537568 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 2772 2062 207 11 0 2106 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19792

[startup+51.1008 s]
/proc/loadavg: 2.32 3.58 3.75 2/177 18725
/proc/meminfo: memFree=21169804/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=13976 CPUtime=51.08 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 2796 0 0 0 5108 0 0 0 25 0 1 0 489370393 14311424 2737 33554432000 134512640 134556542 4293056400 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 3494 2737 208 11 0 2828 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22680

[startup+102.306 s]
/proc/loadavg: 1.53 3.15 3.59 2/177 18726
/proc/meminfo: memFree=21166568/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=16932 CPUtime=102.29 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 3488 0 0 0 10229 0 0 0 25 0 1 0 489370393 17338368 3429 33554432000 134512640 134556542 4293056400 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 4233 3429 208 11 0 3567 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 25636

[startup+162.301 s]
/proc/loadavg: 1.19 2.75 3.43 2/177 18728
/proc/meminfo: memFree=21164064/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=19764 CPUtime=162.28 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 4131 0 0 0 16228 0 0 0 25 0 1 0 489370393 20238336 4072 33554432000 134512640 134556542 4293056400 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 4941 4072 208 11 0 4275 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 28468

[startup+222.301 s]
/proc/loadavg: 1.07 2.43 3.27 2/177 18729
/proc/meminfo: memFree=21161812/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=22184 CPUtime=222.28 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 4708 0 0 0 22228 0 0 0 25 0 1 0 489370393 22716416 4649 33554432000 134512640 134556542 4293056400 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 5546 4649 208 11 0 4880 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 30888

[startup+282.301 s]
/proc/loadavg: 1.02 2.17 3.13 2/177 18731
/proc/meminfo: memFree=21158816/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=25408 CPUtime=282.29 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 5469 0 0 0 28229 0 0 0 25 0 1 0 489370393 26017792 5410 33554432000 134512640 134556542 4293056400 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 6352 5410 208 11 0 5686 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 34112

[startup+342.301 s]
/proc/loadavg: 1.01 1.95 2.99 2/177 18732
/proc/meminfo: memFree=21158044/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=26216 CPUtime=342.29 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 5665 0 0 0 34229 0 0 0 25 0 1 0 489370393 26845184 5606 33554432000 134512640 134556542 4293056400 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 6554 5606 208 11 0 5888 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 34920

[startup+402.301 s]
/proc/loadavg: 1.00 1.78 2.86 2/177 18734
/proc/meminfo: memFree=21157268/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3

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

[pid=18723] ppid=18719 vsize=29680 CPUtime=522.29 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 6461 0 0 0 52229 0 0 0 25 0 1 0 489370393 30392320 6402 33554432000 134512640 134556542 4293056400 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 7420 6402 208 11 0 6754 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 38384

[startup+582.301 s]
/proc/loadavg: 1.00 1.42 2.53 2/177 18739
/proc/meminfo: memFree=21154360/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=30644 CPUtime=582.29 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 6682 0 0 0 58229 0 0 0 25 0 1 0 489370393 31379456 6623 33554432000 134512640 134556542 4293056400 18446744073709551615 134537359 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 7661 6623 208 11 0 6995 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 39348

[startup+642.301 s]
/proc/loadavg: 1.00 1.34 2.43 2/177 18740
/proc/meminfo: memFree=21152976/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=32128 CPUtime=642.3 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 7022 0 0 0 64230 0 0 0 25 0 1 0 489370393 32899072 6941 33554432000 134512640 134556542 4293056400 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 8032 6941 208 11 0 7366 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 40832

[startup+702.301 s]
/proc/loadavg: 1.00 1.28 2.34 2/177 18742
/proc/meminfo: memFree=21151468/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=33812 CPUtime=702.3 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 7439 0 0 0 70229 1 0 0 25 0 1 0 489370393 34623488 7358 33554432000 134512640 134556542 4293056400 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 8453 7358 208 11 0 7787 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 42516

[startup+762.306 s]
/proc/loadavg: 1.00 1.22 2.25 2/177 18744
/proc/meminfo: memFree=21150828/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=34580 CPUtime=762.31 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 7602 0 0 0 76230 1 0 0 25 0 1 0 489370393 35409920 7521 33554432000 134512640 134556542 4293056400 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 8645 7521 208 11 0 7979 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 43284

[startup+822.301 s]
/proc/loadavg: 1.00 1.18 2.17 2/177 18745
/proc/meminfo: memFree=21150308/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=35632 CPUtime=822.31 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 7765 0 0 0 82230 1 0 0 25 0 1 0 489370393 36487168 7684 33554432000 134512640 134556542 4293056400 18446744073709551615 134537263 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 8908 7684 208 11 0 8242 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 44336

[startup+882.301 s]
/proc/loadavg: 1.00 1.14 2.09 2/177 18747
/proc/meminfo: memFree=21149920/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=36220 CPUtime=882.31 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 7890 0 0 0 88230 1 0 0 25 0 1 0 489370393 37089280 7809 33554432000 134512640 134556542 4293056400 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 9055 7809 208 11 0 8389 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 44924

[startup+942.3 s]
/proc/loadavg: 1.00 1.12 2.02 2/177 18748
/proc/meminfo: memFree=21148788/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=37516 CPUtime=942.31 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 8206 0 0 0 94230 1 0 0 25 0 1 0 489370393 38416384 8125 33554432000 134512640 134556542 4293056400 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 9379 8125 208 11 0 8713 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 46220

[startup+1002.3 s]
/proc/loadavg: 1.00 1.09 1.96 2/177 18750
/proc/meminfo: memFree=21148140/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=38116 CPUtime=1002.31 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 8348 0 0 0 100230 1 0 0 25 0 1 0 489370393 39030784 8267 33554432000 134512640 134556542 4293056400 18446744073709551615 134537176 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 9529 8267 208 11 0 8863 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 46820

[startup+1062.3 s]
/proc/loadavg: 1.06 1.09 1.90 2/177 18752
/proc/meminfo: memFree=21147628/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=38916 CPUtime=1062.31 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 8529 0 0 0 106230 1 0 0 25 0 1 0 489370393 39849984 8427 33554432000 134512640 134556542 4293056400 18446744073709551615 134525037 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 9729 8427 208 11 0 9063 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 47620

[startup+1122.3 s]
/proc/loadavg: 1.09 1.09 1.84 2/177 18753
/proc/meminfo: memFree=21147116/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=39580 CPUtime=1122.31 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 8670 0 0 0 112230 1 0 0 25 0 1 0 489370393 40529920 8568 33554432000 134512640 134556542 4293056400 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 9895 8568 208 11 0 9229 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 48284

[startup+1182.3 s]
/proc/loadavg: 1.03 1.07 1.79 2/177 18755
/proc/meminfo: memFree=21146228/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=40664 CPUtime=1182.31 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 8932 0 0 0 118230 1 0 0 25 0 1 0 489370393 41639936 8830 33554432000 134512640 134556542 4293056400 18446744073709551615 134538022 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 10166 8830 208 11 0 9500 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 49368

[startup+1242.3 s]
/proc/loadavg: 1.12 1.10 1.75 2/177 18756
/proc/meminfo: memFree=21146088/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=40916 CPUtime=1242.31 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 8983 0 0 0 124230 1 0 0 25 0 1 0 489370393 41897984 8881 33554432000 134512640 134556542 4293056400 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 10229 8881 208 11 0 9563 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 49620



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.09 1.09 1.71 2/177 18758
/proc/meminfo: memFree=21145700/32951124 swapFree=67111352/67111528
[pid=18719] ppid=18717 vsize=8704 CPUtime=0 cores=1,3
/proc/18719/stat : 18719 (ebglucose.sh) S 18717 18719 17314 0 -1 4202496 379 524 0 0 0 0 0 0 25 0 1 0 489370392 8912896 256 33554432000 4194304 4922060 140735047685904 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/18719/statm: 2176 256 211 178 0 69 0
[pid=18723] ppid=18719 vsize=41344 CPUtime=1300.02 cores=1,3
/proc/18723/stat : 18723 (ebglucose_stati) R 18719 18719 17314 0 -1 4202496 9068 0 0 0 130001 1 0 0 25 0 1 0 489370393 42336256 8966 33554432000 134512640 134556542 4293056400 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/18723/statm: 10336 8966 208 11 0 9670 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 50048

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

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

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

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

runsolver used 1.64375 second user time and 4.29335 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-26 02:28:42
IDJOB=3290369
IDBENCH=83431
IDSOLVER=1652
FILE ID=node134/3290369-1303777722
RUNJOBID= node134-1303776420-18550
PBS_JOBID= 13157169
Free space on /tmp= 71064 MiB

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

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

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=689814657

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:      21178416 kB
Buffers:       2298040 kB
Cached:        8862352 kB
SwapCached:         64 kB
Active:        4443260 kB
Inactive:      6781724 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21178416 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:             832 kB
Writeback:           0 kB
AnonPages:       63832 kB
Mapped:          14852 kB
Slab:           483108 kB
PageTables:       4884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   194696 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= 71064 MiB
End job on node134 at 2011-04-26 02:50:24