Trace number 3498768

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) 5000.13 5000.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 benchmark
Best CPU time to get the best result obtained on this benchmark
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.004999 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	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                                       |
5000.10/5000.01	HOME/ebglucose.sh: line 57: 10561 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.1 (svn: 989)

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 /var/tmp/evaluation-result-3498768-1307969271/watcher-3498768-1307969271 -o /var/tmp/evaluation-result-3498768-1307969271/solver-3498768-1307969271 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498768-1307969271.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 10557
/proc/meminfo: memFree=8264220/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 987157925 8912896 252 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10557/statm: 2176 252 211 178 0 69 0

[startup+0.0442119 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 10557
/proc/meminfo: memFree=8264220/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100262 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 10557
/proc/meminfo: memFree=8264220/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30023 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 10557
/proc/meminfo: memFree=8264220/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700159 s]
/proc/loadavg: 2.00 2.00 2.00 2/178 10557
/proc/meminfo: memFree=8264220/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50102 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10561
/proc/meminfo: memFree=8261376/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=6408 CPUtime=1.48 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 939 0 0 0 148 0 0 0 25 0 1 0 987157926 6561792 880 33554432000 134512640 134556542 4294551856 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10561/statm: 1602 880 206 11 0 936 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15112

[startup+3.10073 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10561
/proc/meminfo: memFree=8260492/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=7128 CPUtime=3.08 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 1143 0 0 0 308 0 0 0 25 0 1 0 987157926 7299072 1084 33554432000 134512640 134556542 4294551856 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10561/statm: 1782 1084 206 11 0 1116 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15832

[startup+6.30019 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10561
/proc/meminfo: memFree=8258880/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=8116 CPUtime=6.28 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 1358 0 0 0 628 0 0 0 25 0 1 0 987157926 8310784 1299 33554432000 134512640 134556542 4294551856 18446744073709551615 134543413 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10561/statm: 2029 1299 206 11 0 1363 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16820

[startup+12.7011 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10561
/proc/meminfo: memFree=8257496/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=9460 CPUtime=12.68 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 1707 0 0 0 1268 0 0 0 25 0 1 0 987157926 9687040 1648 33554432000 134512640 134556542 4294551856 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10561/statm: 2365 1648 206 11 0 1699 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18164

[startup+25.5008 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10562
/proc/meminfo: memFree=8255900/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=11088 CPUtime=25.48 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 2120 0 0 0 2548 0 0 0 25 0 1 0 987157926 11354112 2061 33554432000 134512640 134556542 4294551856 18446744073709551615 134537209 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10561/statm: 2772 2061 206 11 0 2106 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19792

[startup+51.1003 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10562
/proc/meminfo: memFree=8252356/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=13976 CPUtime=51.08 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 2795 0 0 0 5108 0 0 0 25 0 1 0 987157926 14311424 2736 33554432000 134512640 134556542 4294551856 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10561/statm: 3494 2736 207 11 0 2828 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 22680

[startup+102.306 s]
/proc/loadavg: 2.04 2.01 2.00 3/180 10564
/proc/meminfo: memFree=8248848/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=16932 CPUtime=102.29 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 3487 0 0 0 10229 0 0 0 25 0 1 0 987157926 17338368 3428 33554432000 134512640 134556542 4294551856 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10561/statm: 4233 3428 207 11 0 3567 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 25636

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 10565
/proc/meminfo: memFree=8245712/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=19764 CPUtime=162.28 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 4130 0 0 0 16228 0 0 0 25 0 1 0 987157926 20238336 4071 33554432000 134512640 134556542 4294551856 18446744073709551615 134537349 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10561/statm: 4941 4071 207 11 0 4275 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 28468

[startup+222.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/180 10567
/proc/meminfo: memFree=8239456/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=22184 CPUtime=222.28 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 4720 0 0 0 22228 0 0 0 25 0 1 0 987157926 22716416 4661 33554432000 134512640 134556542 4294551856 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10561/statm: 5546 4661 207 11 0 4880 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 30888

[startup+282.301 s]
/proc/loadavg: 2.02 2.01 2.00 3/180 10569
/proc/meminfo: memFree=8236288/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=25408 CPUtime=282.28 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 5477 0 0 0 28228 0 0 0 25 0 1 0 987157926 26017792 5418 33554432000 134512640 134556542 4294551856 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10561/statm: 6352 5418 207 11 0 5686 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 34112

[startup+342.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/180 10570
/proc/meminfo: memFree=8235600/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=26216 CPUtime=342.28 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 5677 0 0 0 34228 0 0 0 25 0 1 0 987157926 26845184 5618 33554432000 134512640 134556542 4294551856 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/10561/statm: 6554 5618 207 11 0 5888 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 34920

[startup+402.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/180 10572
/proc/meminfo: memFree=8234540/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7

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

[pid=10561] ppid=10557 vsize=65028 CPUtime=4242.38 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 14384 0 0 0 424234 4 0 0 25 0 1 0 987157926 66588672 14282 33554432000 134512640 134556542 4294551856 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10561/statm: 16257 14282 207 11 0 15591 0
Current children cumulated CPU time (s) 4242.38
Current children cumulated vsize (KiB) 73732

[startup+4302.3 s]
/proc/loadavg: 1.00 1.15 1.54 2/173 10713
/proc/meminfo: memFree=8286288/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=65844 CPUtime=4302.37 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 14538 0 0 0 430233 4 0 0 25 0 1 0 987157926 67424256 14436 33554432000 134512640 134556542 4294551856 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10561/statm: 16461 14436 207 11 0 15795 0
Current children cumulated CPU time (s) 4302.37
Current children cumulated vsize (KiB) 74548

[startup+4362.3 s]
/proc/loadavg: 1.00 1.12 1.50 2/173 10714
/proc/meminfo: memFree=8285736/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=66448 CPUtime=4362.38 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 14683 0 0 0 436233 5 0 0 25 0 1 0 987157926 68042752 14581 33554432000 134512640 134556542 4294551856 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10561/statm: 16612 14581 207 11 0 15946 0
Current children cumulated CPU time (s) 4362.38
Current children cumulated vsize (KiB) 75152

[startup+4422.3 s]
/proc/loadavg: 1.00 1.10 1.47 3/173 10725
/proc/meminfo: memFree=8285440/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=66752 CPUtime=4422.39 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 14738 0 0 0 442234 5 0 0 25 0 1 0 987157926 68354048 14636 33554432000 134512640 134556542 4294551856 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10561/statm: 16688 14636 207 11 0 16022 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 75456

[startup+4482.3 s]
/proc/loadavg: 1.00 1.08 1.43 2/173 10727
/proc/meminfo: memFree=8285424/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=66932 CPUtime=4482.39 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 14769 0 0 0 448234 5 0 0 25 0 1 0 987157926 68538368 14667 33554432000 134512640 134556542 4294551856 18446744073709551615 134537755 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10561/statm: 16733 14667 207 11 0 16067 0
Current children cumulated CPU time (s) 4482.39
Current children cumulated vsize (KiB) 75636

[startup+4542.3 s]
/proc/loadavg: 1.00 1.06 1.41 2/173 10728
/proc/meminfo: memFree=8285128/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=67200 CPUtime=4542.39 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 14819 0 0 0 454234 5 0 0 25 0 1 0 987157926 68812800 14717 33554432000 134512640 134556542 4294551856 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10561/statm: 16800 14717 207 11 0 16134 0
Current children cumulated CPU time (s) 4542.39
Current children cumulated vsize (KiB) 75904

[startup+4602.3 s]
/proc/loadavg: 1.00 1.05 1.38 2/173 10730
/proc/meminfo: memFree=8284812/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=67508 CPUtime=4602.39 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 14892 0 0 0 460234 5 0 0 25 0 1 0 987157926 69128192 14790 33554432000 134512640 134556542 4294551856 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10561/statm: 16877 14790 207 11 0 16211 0
Current children cumulated CPU time (s) 4602.39
Current children cumulated vsize (KiB) 76212

[startup+4662.3 s]
/proc/loadavg: 1.00 1.03 1.35 2/173 10731
/proc/meminfo: memFree=8284508/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=67828 CPUtime=4662.39 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 14936 0 0 0 466234 5 0 0 25 0 1 0 987157926 69455872 14834 33554432000 134512640 134556542 4294551856 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10561/statm: 16957 14834 207 11 0 16291 0
Current children cumulated CPU time (s) 4662.39
Current children cumulated vsize (KiB) 76532

[startup+4722.31 s]
/proc/loadavg: 1.00 1.03 1.33 2/173 10733
/proc/meminfo: memFree=8284456/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=68224 CPUtime=4722.4 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 15007 0 0 0 472235 5 0 0 25 0 1 0 987157926 69861376 14905 33554432000 134512640 134556542 4294551856 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10561/statm: 17056 14905 207 11 0 16390 0
Current children cumulated CPU time (s) 4722.4
Current children cumulated vsize (KiB) 76928

[startup+4782.3 s]
/proc/loadavg: 1.00 1.02 1.30 2/173 10735
/proc/meminfo: memFree=8283780/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=68948 CPUtime=4782.39 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 15158 0 0 0 478234 5 0 0 25 0 1 0 987157926 70602752 15056 33554432000 134512640 134556542 4294551856 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10561/statm: 17237 15056 207 11 0 16571 0
Current children cumulated CPU time (s) 4782.39
Current children cumulated vsize (KiB) 77652

[startup+4842.3 s]
/proc/loadavg: 1.03 1.03 1.28 2/173 10736
/proc/meminfo: memFree=8283096/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=69476 CPUtime=4842.39 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 15296 0 0 0 484234 5 0 0 25 0 1 0 987157926 71143424 15194 33554432000 134512640 134556542 4294551856 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10561/statm: 17369 15194 207 11 0 16703 0
Current children cumulated CPU time (s) 4842.39
Current children cumulated vsize (KiB) 78180

[startup+4902.3 s]
/proc/loadavg: 1.01 1.02 1.26 2/173 10738
/proc/meminfo: memFree=8282808/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=70004 CPUtime=4902.39 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 15419 0 0 0 490234 5 0 0 25 0 1 0 987157926 71684096 15317 33554432000 134512640 134556542 4294551856 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10561/statm: 17501 15317 207 11 0 16835 0
Current children cumulated CPU time (s) 4902.39
Current children cumulated vsize (KiB) 78708

[startup+4962.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/173 10739
/proc/meminfo: memFree=8282640/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=70148 CPUtime=4962.39 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 15455 0 0 0 496234 5 0 0 25 0 1 0 987157926 71831552 15353 33554432000 134512640 134556542 4294551856 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10561/statm: 17537 15353 207 11 0 16871 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 78852



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 1.00 1.01 1.24 2/173 10740
/proc/meminfo: memFree=8282728/32950940 swapFree=67053420/67111528
[pid=10557] ppid=10555 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10557/stat : 10557 (ebglucose.sh) S 10555 10557 9247 0 -1 4202496 382 525 0 0 0 0 0 0 25 0 1 0 987157925 8912896 255 33554432000 4194304 4922060 140735610080352 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/10557/statm: 2176 255 211 178 0 69 0
[pid=10561] ppid=10557 vsize=70148 CPUtime=5000.1 cores=1,3,5,7
/proc/10561/stat : 10561 (ebglucose_stati) R 10557 10557 9247 0 -1 4202496 15455 0 0 0 500005 5 0 0 25 0 1 0 987157926 71831552 15353 33554432000 134512640 134556542 4294551856 18446744073709551615 134529850 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/10561/statm: 17537 15353 207 11 0 16871 0
Current children cumulated CPU time (s) 5000.1
Current children cumulated vsize (KiB) 78852

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): 5000.01
CPU time (s): 5000.13
CPU user time (s): 5000.06
CPU system time (s): 0.06299
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 78852

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.06
system time used= 0.06299
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16372
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= 33
involuntary context switches= 10581

runsolver used 6.98894 second user time and 17.2274 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-13 14:47:52
IDJOB=3498768
IDBENCH=83431
IDSOLVER=1992
FILE ID=node117/3498768-1307969271
RUNJOBID= node117-1307959510-9772
PBS_JOBID= 13559711
Free space on /var/tmp= 2872 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 /var/tmp/evaluation-result-3498768-1307969271/watcher-3498768-1307969271 -o /var/tmp/evaluation-result-3498768-1307969271/solver-3498768-1307969271 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498768-1307969271.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=1737566635

node117.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:       8264268 kB
Buffers:        109332 kB
Cached:       23701088 kB
SwapCached:      11180 kB
Active:        8068820 kB
Inactive:     15834168 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:       8264268 kB
SwapTotal:    67111528 kB
SwapFree:     67053420 kB
Dirty:             840 kB
Writeback:           0 kB
AnonPages:       89792 kB
Mapped:          13856 kB
Slab:           718704 kB
PageTables:       4692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   282732 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /var/tmp at the end= 2884 MiB
End job on node117 at 2011-06-13 16:11:14