Trace number 3290047

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/
64/aes_64_4_keyfind_1.cnf
MD5SUM07ea67092ce3fd4529e72f69434e3f99
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 variables1808
Number of clauses9968
Sum of the clauses size39152
Maximum clause length5
Minimum clause length1
Number of clauses of size 1144
Number of clauses of size 2320
Number of clauses of size 33904
Number of clauses of size 41344
Number of clauses of size 54256
Number of clauses of size over 50

Solver Data

0.00/0.02	c
0.00/0.02	c Starting SatElite Preprocessing
0.00/0.02	c
0.00/0.02	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 |    9760    38688 |    2927       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |    9376    37408 |      --       0       --      -- |     --   | -128/-256
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 1600   #clauses: 9376   #literals: 37408
0.00/0.02	c CPU time:   0.007998 s
0.00/0.02	c ==============================================================================
0.00/0.02	c
0.00/0.02	c Starting glucose
0.00/0.02	c
0.00/0.02	
0.00/0.02	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.02	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.02	
0.00/0.02	c ============================[ Problem Statistics ]=============================
0.00/0.02	c |                                                                             |
0.00/0.02	c |  Number of variables:  1600                                                 |
0.00/0.02	c |  Number of clauses:    9376                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
1300.01/1300.01	HOME/ebglucose.sh: line 57: 18602 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-3290047-1303776420/watcher-3290047-1303776420 -o /tmp/evaluation-result-3290047-1303776420/solver-3290047-1303776420 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3290047-1303776420.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: 3.00 3.74 3.56 4/196 18598
/proc/meminfo: memFree=21158592/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=11800 CPUtime=0 cores=4,6
/proc/18598/stat : 18598 (runsolver) R 18596 18598 17314 0 -1 4202560 41 0 0 0 0 0 0 0 23 0 1 0 489240188 12083200 51 33554432000 4194304 5434984 140733313668400 18446744073709551615 4881607 0 2147483391 4096 24578 0 0 0 17 6 0 0 0
/proc/18598/statm: 2950 51 31 303 0 2644 0

[startup+0.075361 s]
/proc/loadavg: 3.00 3.74 3.56 4/196 18598
/proc/meminfo: memFree=21158592/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.100355 s]
/proc/loadavg: 3.00 3.74 3.56 4/196 18598
/proc/meminfo: memFree=21158592/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.30032 s]
/proc/loadavg: 3.00 3.74 3.56 4/196 18598
/proc/meminfo: memFree=21158592/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.700249 s]
/proc/loadavg: 3.00 3.74 3.56 4/196 18598
/proc/meminfo: memFree=21158592/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.5011 s]
/proc/loadavg: 3.00 3.74 3.56 5/198 18603
/proc/meminfo: memFree=21141844/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=6984 CPUtime=1.47 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 1136 0 0 0 147 0 0 0 25 0 1 0 489240190 7151616 1076 33554432000 134512640 134556542 4291857056 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/18602/statm: 1746 1076 213 11 0 1080 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15688

[startup+3.10081 s]
/proc/loadavg: 3.00 3.74 3.56 5/198 18603
/proc/meminfo: memFree=21136600/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=7956 CPUtime=3.06 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 1373 0 0 0 306 0 0 0 25 0 1 0 489240190 8146944 1313 33554432000 134512640 134556542 4291857056 18446744073709551615 134537197 0 0 4096 8388611 0 0 0 17 6 0 0 0
/proc/18602/statm: 1989 1313 213 11 0 1323 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16660

[startup+6.30028 s]
/proc/loadavg: 3.08 3.75 3.56 5/198 18603
/proc/meminfo: memFree=21129352/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=8916 CPUtime=6.25 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 1631 0 0 0 625 0 0 0 25 0 1 0 489240190 9129984 1571 33554432000 134512640 134556542 4291857056 18446744073709551615 134537335 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 2229 1571 213 11 0 1563 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 17620

[startup+12.7011 s]
/proc/loadavg: 3.15 3.75 3.56 5/198 18603
/proc/meminfo: memFree=21120320/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=10104 CPUtime=12.65 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 1929 0 0 0 1265 0 0 0 25 0 1 0 489240190 10346496 1869 33554432000 134512640 134556542 4291857056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 2526 1869 213 11 0 1860 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 18808

[startup+25.5008 s]
/proc/loadavg: 3.34 3.76 3.57 5/198 18603
/proc/meminfo: memFree=21108424/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=13444 CPUtime=25.45 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 2748 0 0 0 2545 0 0 0 25 0 1 0 489240190 13766656 2688 33554432000 134512640 134556542 4291857056 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 3361 2688 213 11 0 2695 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 22148

[startup+51.1011 s]
/proc/loadavg: 3.56 3.78 3.58 5/198 18604
/proc/meminfo: memFree=21094612/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=16300 CPUtime=51.05 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 3440 0 0 0 5105 0 0 0 25 0 1 0 489240190 16691200 3380 33554432000 134512640 134556542 4291857056 18446744073709551615 134537359 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 4075 3380 214 11 0 3409 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 25004

[startup+102.307 s]
/proc/loadavg: 3.81 3.81 3.60 5/198 18605
/proc/meminfo: memFree=21072276/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=21584 CPUtime=102.26 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 4747 0 0 0 10226 0 0 0 25 0 1 0 489240190 22102016 4687 33554432000 134512640 134556542 4291857056 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 5396 4687 214 11 0 4730 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 30288

[startup+162.301 s]
/proc/loadavg: 3.96 3.86 3.63 5/198 18607
/proc/meminfo: memFree=21055772/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=24092 CPUtime=162.25 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 5414 0 0 0 16225 0 0 0 25 0 1 0 489240190 24670208 5354 33554432000 134512640 134556542 4291857056 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 6023 5354 214 11 0 5357 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 32796

[startup+222.301 s]
/proc/loadavg: 4.03 3.89 3.65 5/198 18609
/proc/meminfo: memFree=21042620/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=27264 CPUtime=222.26 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 6187 0 0 0 22225 1 0 0 25 0 1 0 489240190 27918336 6127 33554432000 134512640 134556542 4291857056 18446744073709551615 134535104 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 6816 6127 214 11 0 6150 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 35968

[startup+282.301 s]
/proc/loadavg: 4.13 3.94 3.68 5/198 18610
/proc/meminfo: memFree=21031804/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=28988 CPUtime=282.26 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 6635 0 0 0 28225 1 0 0 25 0 1 0 489240190 29683712 6575 33554432000 134512640 134556542 4291857056 18446744073709551615 134537265 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 7247 6575 214 11 0 6581 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 37692

[startup+342.301 s]
/proc/loadavg: 4.05 3.95 3.70 5/198 18612
/proc/meminfo: memFree=21019148/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=33924 CPUtime=342.26 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 7828 0 0 0 34225 1 0 0 25 0 1 0 489240190 34738176 7768 33554432000 134512640 134556542 4291857056 18446744073709551615 134537418 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 8481 7768 214 11 0 7815 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 42628

[startup+402.301 s]
/proc/loadavg: 4.02 3.95 3.72 5/198 18613
/proc/meminfo: memFree=21010680/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6

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

[pid=18602] ppid=18598 vsize=37092 CPUtime=522.27 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 8625 0 0 0 52225 2 0 0 25 0 1 0 489240190 37982208 8565 33554432000 134512640 134556542 4291857056 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 9273 8565 214 11 0 8607 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 45796

[startup+582.301 s]
/proc/loadavg: 4.03 3.98 3.76 5/198 18618
/proc/meminfo: memFree=20978612/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=39884 CPUtime=582.27 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 9347 0 0 0 58225 2 0 0 25 0 1 0 489240190 40841216 9287 33554432000 134512640 134556542 4291857056 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 9971 9287 214 11 0 9305 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 48588

[startup+642.3 s]
/proc/loadavg: 4.01 3.98 3.77 5/198 18620
/proc/meminfo: memFree=20976248/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=40016 CPUtime=642.28 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 9369 0 0 0 64226 2 0 0 25 0 1 0 489240190 40976384 9309 33554432000 134512640 134556542 4291857056 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 10004 9309 214 11 0 9338 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 48720

[startup+702.3 s]
/proc/loadavg: 4.09 4.01 3.80 5/198 18621
/proc/meminfo: memFree=20965932/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=42420 CPUtime=702.27 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 9962 0 0 0 70225 2 0 0 25 0 1 0 489240190 43438080 9902 33554432000 134512640 134556542 4291857056 18446744073709551615 134537233 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 10605 9902 214 11 0 9939 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 51124

[startup+762.307 s]
/proc/loadavg: 4.03 4.01 3.81 5/198 18623
/proc/meminfo: memFree=20919408/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=43212 CPUtime=762.28 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 10185 0 0 0 76226 2 0 0 25 0 1 0 489240190 44249088 10125 33554432000 134512640 134556542 4291857056 18446744073709551615 134536950 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 10803 10125 214 11 0 10137 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 51916

[startup+822.3 s]
/proc/loadavg: 4.06 4.02 3.82 5/198 18625
/proc/meminfo: memFree=20902900/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=44796 CPUtime=822.27 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 10581 0 0 0 82225 2 0 0 25 0 1 0 489240190 45871104 10521 33554432000 134512640 134556542 4291857056 18446744073709551615 134537540 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 11199 10521 214 11 0 10533 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 53500

[startup+882.3 s]
/proc/loadavg: 4.02 4.01 3.83 5/198 18626
/proc/meminfo: memFree=20895676/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=50360 CPUtime=882.27 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 11897 0 0 0 88225 2 0 0 25 0 1 0 489240190 51568640 11837 33554432000 134512640 134556542 4291857056 18446744073709551615 134530746 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 12590 11837 214 11 0 11924 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 59064

[startup+942.3 s]
/proc/loadavg: 4.05 4.02 3.84 5/198 18628
/proc/meminfo: memFree=20893304/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=50284 CPUtime=942.28 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 11900 0 0 0 94225 3 0 0 25 0 1 0 489240190 51490816 11837 33554432000 134512640 134556542 4291857056 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 12571 11837 214 11 0 11905 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 58988

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 3.84 5/198 18629
/proc/meminfo: memFree=20892664/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=50284 CPUtime=1002.29 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 11904 0 0 0 100226 3 0 0 25 0 1 0 489240190 51490816 11841 33554432000 134512640 134556542 4291857056 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 12571 11841 214 11 0 11905 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 58988

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 3.86 5/198 18631
/proc/meminfo: memFree=20860028/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=50284 CPUtime=1062.29 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 11909 0 0 0 106226 3 0 0 25 0 1 0 489240190 51490816 11846 33554432000 134512640 134556542 4291857056 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 12571 11846 214 11 0 11905 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 58988

[startup+1122.3 s]
/proc/loadavg: 4.09 4.05 3.87 5/198 18633
/proc/meminfo: memFree=20831492/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=51076 CPUtime=1122.29 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 12094 0 0 0 112226 3 0 0 25 0 1 0 489240190 52301824 12031 33554432000 134512640 134556542 4291857056 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 12769 12031 214 11 0 12103 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 59780

[startup+1182.3 s]
/proc/loadavg: 4.08 4.05 3.88 5/198 18634
/proc/meminfo: memFree=20829360/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=52000 CPUtime=1182.29 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 12328 0 0 0 118226 3 0 0 25 0 1 0 489240190 53248000 12265 33554432000 134512640 134556542 4291857056 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 13000 12265 214 11 0 12334 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 60704

[startup+1242.3 s]
/proc/loadavg: 4.15 4.07 3.90 5/198 18636
/proc/meminfo: memFree=20825872/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=53584 CPUtime=1242.29 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 12723 0 0 0 124226 3 0 0 25 0 1 0 489240190 54870016 12660 33554432000 134512640 134556542 4291857056 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 13396 12660 214 11 0 12730 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 62288



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.06 4.06 3.91 2/190 18640
/proc/meminfo: memFree=21111852/32951124 swapFree=67111352/67111528
[pid=18598] ppid=18596 vsize=8704 CPUtime=0.01 cores=4,6
/proc/18598/stat : 18598 (ebglucose.sh) S 18596 18598 17314 0 -1 4202496 379 673 0 0 0 0 1 0 23 0 1 0 489240188 8912896 255 33554432000 4194304 4922060 140735519506224 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/18598/statm: 2176 255 211 178 0 69 0
[pid=18602] ppid=18598 vsize=53584 CPUtime=1300 cores=4,6
/proc/18602/stat : 18602 (ebglucose_stati) R 18598 18598 17314 0 -1 4202496 12725 0 0 0 129997 3 0 0 25 0 1 0 489240190 54870016 12662 33554432000 134512640 134556542 4291857056 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/18602/statm: 13396 12662 214 11 0 12730 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 62288

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.99
CPU system time (s): 0.036994
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 62288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.99
system time used= 0.036994
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13810
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= 26
involuntary context switches= 1976

runsolver used 2.26365 second user time and 4.84026 second system time

The end

Launcher Data

Begin job on node134 at 2011-04-26 02:07:00
IDJOB=3290047
IDBENCH=83416
IDSOLVER=1652
FILE ID=node134/3290047-1303776420
RUNJOBID= node134-1303776420-18549
PBS_JOBID= 13157169
Free space on /tmp= 71060 MiB

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

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

MD5SUM BENCH= 07ea67092ce3fd4529e72f69434e3f99
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:      21158748 kB
Buffers:       2297972 kB
Cached:        8868540 kB
SwapCached:         64 kB
Active:        4462472 kB
Inactive:      6782068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21158748 kB
SwapTotal:    67111528 kB
SwapFree:     67111352 kB
Dirty:            8760 kB
Writeback:           0 kB
AnonPages:       76964 kB
Mapped:          16592 kB
Slab:           483524 kB
PageTables:       5240 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   266684 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:28:42