Trace number 3289955

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
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 variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

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 |   10360    56444 |    3107       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    9592    53884 |      --       0       --      -- |     --   | -256/-512
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 800   #clauses: 9592   #literals: 53884
0.00/0.01	c CPU time:   0.006998 s
0.00/0.01	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:  800                                                  |
0.00/0.02	c |  Number of clauses:    9592                                                 |
0.00/0.03	c |  Parsing time:         0.00         s                                       |
1300.01/1300.01	HOME/ebglucose.sh: line 57: 18576 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-3289955-1303776420/watcher-3289955-1303776420 -o /tmp/evaluation-result-3289955-1303776420/solver-3289955-1303776420 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3289955-1303776420.cnf 

running on 2 cores: 0,2

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/183 18570
/proc/meminfo: memFree=21178980/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8700 CPUtime=0 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 321 0 0 0 0 0 0 0 18 0 1 0 489240165 8908800 249 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516834048 0 0 4100 65536 18446744071562362840 0 0 17 2 0 0 0
/proc/18567/statm: 2175 249 209 178 0 68 0
[pid=18570] ppid=18567 vsize=8700 CPUtime=0 cores=0,2
/proc/18570/stat : 18570 (ebglucose.sh) R 18567 18567 17314 0 -1 4202560 58 0 0 0 0 0 0 0 19 0 1 0 489240165 8908800 81 33554432000 4194304 4922060 140734999854064 18446744073709551615 4330720 0 0 4096 65538 0 0 0 17 2 0 0 0
/proc/18570/statm: 2175 81 41 178 0 68 0

[startup+0.052196 s]
/proc/loadavg: 3.00 3.74 3.56 4/183 18570
/proc/meminfo: memFree=21178980/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.152163 s]
/proc/loadavg: 3.00 3.74 3.56 4/183 18570
/proc/meminfo: memFree=21178980/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.300115 s]
/proc/loadavg: 3.00 3.74 3.56 4/183 18570
/proc/meminfo: memFree=21178980/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.701056 s]
/proc/loadavg: 3.00 3.74 3.56 4/183 18570
/proc/meminfo: memFree=21178980/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.5009 s]
/proc/loadavg: 3.00 3.74 3.56 6/198 18603
/proc/meminfo: memFree=21143456/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=7424 CPUtime=1.46 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 1254 0 0 0 146 0 0 0 23 0 1 0 489240168 7602176 1195 33554432000 134512640 134556542 4294188368 18446744073709551615 134534209 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/18576/statm: 1856 1195 211 11 0 1190 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 16128

[startup+3.10066 s]
/proc/loadavg: 3.00 3.74 3.56 6/198 18603
/proc/meminfo: memFree=21138212/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=8088 CPUtime=3.06 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 1431 0 0 0 306 0 0 0 25 0 1 0 489240168 8282112 1372 33554432000 134512640 134556542 4294188368 18446744073709551615 134533116 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 2022 1372 211 11 0 1356 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 16792

[startup+6.30108 s]
/proc/loadavg: 3.08 3.75 3.56 6/198 18603
/proc/meminfo: memFree=21129600/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=9584 CPUtime=6.26 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 1768 0 0 0 626 0 0 0 25 0 1 0 489240168 9814016 1709 33554432000 134512640 134556542 4294188368 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 2396 1709 211 11 0 1730 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18288

[startup+12.7009 s]
/proc/loadavg: 3.15 3.75 3.56 6/198 18603
/proc/meminfo: memFree=21120444/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=11304 CPUtime=12.66 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 2238 0 0 0 1266 0 0 0 25 0 1 0 489240168 11575296 2179 33554432000 134512640 134556542 4294188368 18446744073709551615 134537174 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 2826 2179 211 11 0 2160 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 20008

[startup+25.5006 s]
/proc/loadavg: 3.34 3.76 3.57 6/198 18603
/proc/meminfo: memFree=21108672/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=13372 CPUtime=25.46 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 2728 0 0 0 2546 0 0 0 25 0 1 0 489240168 13692928 2669 33554432000 134512640 134556542 4294188368 18446744073709551615 134537510 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 3343 2669 212 11 0 2677 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 22076

[startup+51.1009 s]
/proc/loadavg: 3.56 3.78 3.58 6/198 18604
/proc/meminfo: memFree=21094736/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=16276 CPUtime=51.05 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 3411 0 0 0 5105 0 0 0 25 0 1 0 489240168 16666624 3352 33554432000 134512640 134556542 4294188368 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 4069 3352 212 11 0 3403 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 24980

[startup+102.308 s]
/proc/loadavg: 3.81 3.81 3.60 5/198 18605
/proc/meminfo: memFree=21072276/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=19956 CPUtime=102.27 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 4336 0 0 0 10226 1 0 0 25 0 1 0 489240168 20434944 4277 33554432000 134512640 134556542 4294188368 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 4989 4277 212 11 0 4323 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 28660

[startup+162.301 s]
/proc/loadavg: 3.96 3.86 3.63 6/198 18607
/proc/meminfo: memFree=21055772/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=23388 CPUtime=162.26 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 5195 0 0 0 16225 1 0 0 25 0 1 0 489240168 23949312 5136 33554432000 134512640 134556542 4294188368 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 5847 5136 212 11 0 5181 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 32092

[startup+222.301 s]
/proc/loadavg: 4.03 3.89 3.65 6/198 18609
/proc/meminfo: memFree=21042620/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=25504 CPUtime=222.26 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 5689 0 0 0 22225 1 0 0 25 0 1 0 489240168 26116096 5630 33554432000 134512640 134556542 4294188368 18446744073709551615 134537328 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 6376 5630 212 11 0 5710 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 34208

[startup+282.301 s]
/proc/loadavg: 4.13 3.94 3.68 6/198 18610
/proc/meminfo: memFree=21031804/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=27204 CPUtime=282.26 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 6094 0 0 0 28225 1 0 0 25 0 1 0 489240168 27856896 6035 33554432000 134512640 134556542 4294188368 18446744073709551615 134537255 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 6801 6035 212 11 0 6135 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 35908

[startup+342.301 s]
/proc/loadavg: 4.05 3.95 3.70 6/198 18612
/proc/meminfo: memFree=21019148/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=28628 CPUtime=342.26 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 6441 0 0 0 34225 1 0 0 25 0 1 0 489240168 29315072 6382 33554432000 134512640 134556542 4294188368 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 7157 6382 212 11 0 6491 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 37332

[startup+402.301 s]

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

[pid=18576] ppid=18567 vsize=34376 CPUtime=522.27 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 7817 0 0 0 52224 3 0 0 25 0 1 0 489240168 35201024 7758 33554432000 134512640 134556542 4294188368 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 8594 7758 212 11 0 7928 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 43080

[startup+582.301 s]
/proc/loadavg: 4.03 3.98 3.76 6/198 18618
/proc/meminfo: memFree=20978612/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=36572 CPUtime=582.28 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 8312 0 0 0 58225 3 0 0 25 0 1 0 489240168 37449728 8253 33554432000 134512640 134556542 4294188368 18446744073709551615 134537349 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 9143 8253 212 11 0 8477 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 45276

[startup+642.301 s]
/proc/loadavg: 4.01 3.98 3.77 6/198 18620
/proc/meminfo: memFree=20976248/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=37796 CPUtime=642.28 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 8511 0 0 0 64225 3 0 0 25 0 1 0 489240168 38703104 8452 33554432000 134512640 134556542 4294188368 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 9449 8452 212 11 0 8783 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 46500

[startup+702.301 s]
/proc/loadavg: 4.09 4.01 3.80 6/198 18621
/proc/meminfo: memFree=20966056/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=39848 CPUtime=702.28 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 9028 0 0 0 70225 3 0 0 25 0 1 0 489240168 40804352 8969 33554432000 134512640 134556542 4294188368 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 9962 8969 212 11 0 9296 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 48552

[startup+762.307 s]
/proc/loadavg: 4.03 4.01 3.81 6/198 18623
/proc/meminfo: memFree=20919656/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=41004 CPUtime=762.28 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 9293 0 0 0 76225 3 0 0 25 0 1 0 489240168 41988096 9234 33554432000 134512640 134556542 4294188368 18446744073709551615 134537484 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 10251 9234 212 11 0 9585 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 49708

[startup+822.301 s]
/proc/loadavg: 4.06 4.02 3.82 5/198 18625
/proc/meminfo: memFree=20902900/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=41632 CPUtime=822.28 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 9428 0 0 0 82225 3 0 0 25 0 1 0 489240168 42631168 9369 33554432000 134512640 134556542 4294188368 18446744073709551615 134537755 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 10408 9369 212 11 0 9742 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 50336

[startup+882.3 s]
/proc/loadavg: 4.02 4.01 3.83 5/198 18626
/proc/meminfo: memFree=20895676/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=43228 CPUtime=882.28 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 9794 0 0 0 88225 3 0 0 25 0 1 0 489240168 44265472 9735 33554432000 134512640 134556542 4294188368 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 10807 9735 212 11 0 10141 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 51932

[startup+942.3 s]
/proc/loadavg: 4.05 4.02 3.84 5/198 18628
/proc/meminfo: memFree=20893304/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=43372 CPUtime=942.28 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 9839 0 0 0 94225 3 0 0 25 0 1 0 489240168 44412928 9780 33554432000 134512640 134556542 4294188368 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 10843 9780 212 11 0 10177 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 52076

[startup+1002.3 s]
/proc/loadavg: 4.02 4.02 3.84 5/198 18629
/proc/meminfo: memFree=20892664/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=43896 CPUtime=1002.28 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 9950 0 0 0 100224 4 0 0 25 0 1 0 489240168 44949504 9891 33554432000 134512640 134556542 4294188368 18446744073709551615 134537728 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 10974 9891 212 11 0 10308 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 52600

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 3.86 5/198 18631
/proc/meminfo: memFree=20860152/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=45132 CPUtime=1062.29 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 10298 0 0 0 106225 4 0 0 25 0 1 0 489240168 46215168 10239 33554432000 134512640 134556542 4294188368 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 11283 10239 212 11 0 10617 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 53836

[startup+1122.3 s]
/proc/loadavg: 4.09 4.05 3.87 5/198 18633
/proc/meminfo: memFree=20831492/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=45396 CPUtime=1122.29 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 10342 0 0 0 112225 4 0 0 25 0 1 0 489240168 46485504 10283 33554432000 134512640 134556542 4294188368 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 11349 10283 212 11 0 10683 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 54100

[startup+1182.3 s]
/proc/loadavg: 4.08 4.05 3.88 5/198 18634
/proc/meminfo: memFree=20829608/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=46084 CPUtime=1182.29 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 10527 0 0 0 118225 4 0 0 25 0 1 0 489240168 47190016 10468 33554432000 134512640 134556542 4294188368 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 11521 10468 212 11 0 10855 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 54788

[startup+1242.3 s]
/proc/loadavg: 4.15 4.07 3.90 5/198 18636
/proc/meminfo: memFree=20825872/32951124 swapFree=67111352/67111528
[pid=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=46640 CPUtime=1242.29 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 10667 0 0 0 124225 4 0 0 25 0 1 0 489240168 47759360 10608 33554432000 134512640 134556542 4294188368 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 11660 10608 212 11 0 10994 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 55344



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=18567] ppid=18564 vsize=8704 CPUtime=0.01 cores=0,2
/proc/18567/stat : 18567 (ebglucose.sh) S 18564 18567 17314 0 -1 4202496 379 701 0 0 0 0 1 0 18 0 1 0 489240165 8912896 255 33554432000 4194304 4922060 140734999854064 18446744073709551615 246516653189 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/18567/statm: 2176 255 211 178 0 69 0
[pid=18576] ppid=18567 vsize=46904 CPUtime=1300 cores=0,2
/proc/18576/stat : 18576 (ebglucose_stati) R 18567 18567 17314 0 -1 4202496 10752 0 0 0 129996 4 0 0 25 0 1 0 489240168 48029696 10693 33554432000 134512640 134556542 4294188368 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/18576/statm: 11726 10693 212 11 0 11060 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 55608

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.03
CPU user time (s): 1299.98
CPU system time (s): 0.055991
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 55608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.98
system time used= 0.055991
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 11845
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= 31
involuntary context switches= 2692

runsolver used 2.28665 second user time and 4.86926 second system time

The end

Launcher Data

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

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

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
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:      21180168 kB
Buffers:       2297924 kB
Cached:        8861992 kB
SwapCached:         64 kB
Active:        4441940 kB
Inactive:      6782256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21180168 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