Trace number 3498761

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.04 4999.91

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.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 |    9760    38688 |    2927       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    9376    37408 |      --       0       --      -- |     --   | -128/-256
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 1600   #clauses: 9376   #literals: 37408
0.00/0.01	c CPU time:   0.004999 s
0.00/0.01	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	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                                       |
5000.01/4999.91	HOME/ebglucose.sh: line 57:  1546 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 /tmp/evaluation-result-3498761-1308502318/watcher-3498761-1308502318 -o /tmp/evaluation-result-3498761-1308502318/solver-3498761-1308502318 -C 5000 -W 5100 -M 15500 HOME/ebglucose.sh HOME/instance-3498761-1308502318.cnf 

running on 4 cores: 0,2,4,6

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: 1.00 1.00 1.09 3/176 1538
/proc/meminfo: memFree=27283720/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 356 233 0 0 0 0 0 0 23 0 1 0 961829510 8912896 253 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/1536/statm: 2176 253 211 178 0 69 0

[startup+0.099149 s]
/proc/loadavg: 1.00 1.00 1.09 3/176 1538
/proc/meminfo: memFree=27283720/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.101147 s]
/proc/loadavg: 1.00 1.00 1.09 3/176 1538
/proc/meminfo: memFree=27283720/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.301102 s]
/proc/loadavg: 1.00 1.00 1.09 3/176 1538
/proc/meminfo: memFree=27283720/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.701033 s]
/proc/loadavg: 1.00 1.00 1.09 3/176 1538
/proc/meminfo: memFree=27283720/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.50089 s]
/proc/loadavg: 1.00 1.00 1.09 4/180 1546
/proc/meminfo: memFree=27276408/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=6984 CPUtime=1.47 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 1132 0 2 0 147 0 0 0 20 0 1 0 961829512 7151616 1075 33554432000 134512640 134556542 4287735376 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/1546/statm: 1746 1075 213 11 0 1080 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15688

[startup+3.10057 s]
/proc/loadavg: 1.00 1.00 1.09 4/180 1546
/proc/meminfo: memFree=27274600/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=7956 CPUtime=3.07 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 1377 0 2 0 307 0 0 0 25 0 1 0 961829512 8146944 1320 33554432000 134512640 134556542 4287735376 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/1546/statm: 1989 1320 213 11 0 1323 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16660

[startup+6.30101 s]
/proc/loadavg: 1.08 1.02 1.09 4/180 1546
/proc/meminfo: memFree=27271756/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=8916 CPUtime=6.27 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 1627 0 2 0 627 0 0 0 25 0 1 0 961829512 9129984 1570 33554432000 134512640 134556542 4287735376 18446744073709551615 134536936 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/1546/statm: 2229 1570 213 11 0 1563 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 17620

[startup+12.7009 s]
/proc/loadavg: 1.15 1.03 1.10 4/180 1546
/proc/meminfo: memFree=27268380/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=10104 CPUtime=12.67 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 1925 0 2 0 1267 0 0 0 25 0 1 0 961829512 10346496 1868 33554432000 134512640 134556542 4287735376 18446744073709551615 134537236 0 0 4096 8388611 0 0 0 17 2 0 0 0
/proc/1546/statm: 2526 1868 213 11 0 1860 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18808

[startup+25.5005 s]
/proc/loadavg: 1.34 1.08 1.11 4/180 1547
/proc/meminfo: memFree=27264932/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=12644 CPUtime=25.46 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 2542 0 2 0 2546 0 0 0 25 0 1 0 961829512 12947456 2485 33554432000 134512640 134556542 4287735376 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 3161 2485 213 11 0 2495 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 21348

[startup+51.1009 s]
/proc/loadavg: 1.56 1.15 1.13 4/180 1547
/proc/meminfo: memFree=27259324/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=16300 CPUtime=51.06 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 3436 0 2 0 5106 0 0 0 25 0 1 0 961829512 16691200 3379 33554432000 134512640 134556542 4287735376 18446744073709551615 134537480 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 4075 3379 214 11 0 3409 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25004

[startup+102.307 s]
/proc/loadavg: 1.81 1.28 1.18 4/180 1549
/proc/meminfo: memFree=27250108/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=21464 CPUtime=102.27 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 4741 0 2 0 10226 1 0 0 25 0 1 0 961829512 21979136 4684 33554432000 134512640 134556542 4287735376 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 5366 4684 214 11 0 4700 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 30168

[startup+162.301 s]
/proc/loadavg: 1.93 1.41 1.22 4/180 1550
/proc/meminfo: memFree=27245600/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=23432 CPUtime=162.27 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 5241 0 2 0 16226 1 0 0 25 0 1 0 961829512 23994368 5184 33554432000 134512640 134556542 4287735376 18446744073709551615 134537209 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 5858 5184 214 11 0 5192 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 32136

[startup+222.301 s]
/proc/loadavg: 1.97 1.51 1.27 4/180 1552
/proc/meminfo: memFree=27241220/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=26472 CPUtime=222.27 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 5987 0 2 0 22226 1 0 0 25 0 1 0 961829512 27107328 5930 33554432000 134512640 134556542 4287735376 18446744073709551615 134535388 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 6618 5930 214 11 0 5952 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 35176

[startup+282.301 s]
/proc/loadavg: 1.99 1.60 1.31 4/180 1553
/proc/meminfo: memFree=27236828/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=28720 CPUtime=282.27 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 6554 0 2 0 28226 1 0 0 25 0 1 0 961829512 29409280 6497 33554432000 134512640 134556542 4287735376 18446744073709551615 134537165 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 7180 6497 214 11 0 6514 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 37424

[startup+342.3 s]
/proc/loadavg: 1.99 1.67 1.35 4/180 1555
/proc/meminfo: memFree=27232948/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=31412 CPUtime=342.27 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 7202 0 2 0 34226 1 0 0 25 0 1 0 961829512 32165888 7145 33554432000 134512640 134556542 4287735376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 7853 7145 214 11 0 7187 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 40116

[startup+402.301 s]
/proc/loadavg: 1.99 1.73 1.39 4/180 1557
/proc/meminfo: memFree=27229168/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6

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

[pid=1546] ppid=1536 vsize=86712 CPUtime=4302.38 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 21093 0 2 0 430229 9 0 0 25 0 1 0 961829512 88793088 20885 33554432000 134512640 134556542 4287735376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 21678 20885 214 11 0 21012 0
Current children cumulated CPU time (s) 4302.39
Current children cumulated vsize (KiB) 95416

[startup+4362.3 s]
/proc/loadavg: 2.07 2.02 1.93 3/180 1729
/proc/meminfo: memFree=26436384/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=86712 CPUtime=4362.38 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 21100 0 2 0 436229 9 0 0 25 0 1 0 961829512 88793088 20892 33554432000 134512640 134556542 4287735376 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 21678 20892 214 11 0 21012 0
Current children cumulated CPU time (s) 4362.39
Current children cumulated vsize (KiB) 95416

[startup+4422.3 s]
/proc/loadavg: 2.02 2.01 1.93 3/180 1731
/proc/meminfo: memFree=26436612/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=86712 CPUtime=4422.38 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 21101 0 2 0 442229 9 0 0 25 0 1 0 961829512 88793088 20893 33554432000 134512640 134556542 4287735376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 21678 20893 214 11 0 21012 0
Current children cumulated CPU time (s) 4422.39
Current children cumulated vsize (KiB) 95416

[startup+4482.3 s]
/proc/loadavg: 2.01 2.00 1.93 3/180 1732
/proc/meminfo: memFree=26433488/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=90548 CPUtime=4482.39 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 22040 0 2 0 448229 10 0 0 25 0 1 0 961829512 92721152 21832 33554432000 134512640 134556542 4287735376 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 22637 21832 214 11 0 21971 0
Current children cumulated CPU time (s) 4482.4
Current children cumulated vsize (KiB) 99252

[startup+4542.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 1734
/proc/meminfo: memFree=26430596/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=93056 CPUtime=4542.39 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 22671 0 2 0 454229 10 0 0 25 0 1 0 961829512 95289344 22463 33554432000 134512640 134556542 4287735376 18446744073709551615 134537230 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 23264 22463 214 11 0 22598 0
Current children cumulated CPU time (s) 4542.4
Current children cumulated vsize (KiB) 101760

[startup+4602.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 1736
/proc/meminfo: memFree=26429940/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=93056 CPUtime=4602.4 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 22671 0 2 0 460230 10 0 0 25 0 1 0 961829512 95289344 22463 33554432000 134512640 134556542 4287735376 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 23264 22463 214 11 0 22598 0
Current children cumulated CPU time (s) 4602.41
Current children cumulated vsize (KiB) 101760

[startup+4662.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 1737
/proc/meminfo: memFree=26429924/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=93056 CPUtime=4662.4 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 22674 0 2 0 466230 10 0 0 25 0 1 0 961829512 95289344 22466 33554432000 134512640 134556542 4287735376 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 23264 22466 214 11 0 22598 0
Current children cumulated CPU time (s) 4662.41
Current children cumulated vsize (KiB) 101760

[startup+4722.31 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 1739
/proc/meminfo: memFree=26429532/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=93056 CPUtime=4722.4 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 22674 0 2 0 472230 10 0 0 25 0 1 0 961829512 95289344 22466 33554432000 134512640 134556542 4287735376 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 23264 22466 214 11 0 22598 0
Current children cumulated CPU time (s) 4722.41
Current children cumulated vsize (KiB) 101760

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 1.93 3/180 1740
/proc/meminfo: memFree=26429492/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=93056 CPUtime=4782.4 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 22676 0 2 0 478230 10 0 0 25 0 1 0 961829512 95289344 22468 33554432000 134512640 134556542 4287735376 18446744073709551615 134537356 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 23264 22468 214 11 0 22598 0
Current children cumulated CPU time (s) 4782.41
Current children cumulated vsize (KiB) 101760

[startup+4842.3 s]
/proc/loadavg: 1.56 1.89 1.89 2/173 1767
/proc/meminfo: memFree=27164156/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=94376 CPUtime=4842.4 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 23004 0 2 0 484230 10 0 0 25 0 1 0 961829512 96641024 22796 33554432000 134512640 134556542 4287735376 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 23594 22796 214 11 0 22928 0
Current children cumulated CPU time (s) 4842.41
Current children cumulated vsize (KiB) 103080

[startup+4902.3 s]
/proc/loadavg: 1.20 1.72 1.84 2/173 1769
/proc/meminfo: memFree=27158176/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=100080 CPUtime=4902.4 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 24436 0 2 0 490229 11 0 0 25 0 1 0 961829512 102481920 24228 33554432000 134512640 134556542 4287735376 18446744073709551615 134533362 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 25020 24228 214 11 0 24354 0
Current children cumulated CPU time (s) 4902.41
Current children cumulated vsize (KiB) 108784

[startup+4962.3 s]
/proc/loadavg: 1.07 1.59 1.78 2/173 1770
/proc/meminfo: memFree=27158144/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=100080 CPUtime=4962.4 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 24438 0 2 0 496229 11 0 0 25 0 1 0 961829512 102481920 24230 33554432000 134512640 134556542 4287735376 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 25020 24230 214 11 0 24354 0
Current children cumulated CPU time (s) 4962.41
Current children cumulated vsize (KiB) 108784



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.04 1.51 1.75 2/173 1771
/proc/meminfo: memFree=27157500/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=101032 CPUtime=5000 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 24653 0 2 0 499989 11 0 0 25 0 1 0 961829512 103456768 24445 33554432000 134512640 134556542 4287735376 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 25258 24445 214 11 0 24592 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 109736

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

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

[startup+4999.9 s]
/proc/loadavg: 1.04 1.51 1.75 2/173 1771
/proc/meminfo: memFree=27157500/32951124 swapFree=67053196/67111528
[pid=1536] ppid=1533 vsize=8704 CPUtime=0.01 cores=0,2,4,6
/proc/1536/stat : 1536 (ebglucose.sh) S 1533 1536 920 0 -1 4202496 380 674 0 0 0 0 1 0 22 0 1 0 961829510 8912896 256 33554432000 4194304 4922060 140734451107248 18446744073709551615 218905549957 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/1536/statm: 2176 256 211 178 0 69 0
[pid=1546] ppid=1536 vsize=101032 CPUtime=5000 cores=0,2,4,6
/proc/1546/stat : 1546 (ebglucose_stati) R 1536 1536 920 0 -1 4202496 24653 0 2 0 499989 11 0 0 25 0 1 0 961829512 103456768 24445 33554432000 134512640 134556542 4287735376 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/1546/statm: 25258 24445 214 11 0 24592 0
Current children cumulated CPU time (s) 5000.01
Current children cumulated vsize (KiB) 109736

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.91
CPU time (s): 5000.04
CPU user time (s): 4999.91
CPU system time (s): 0.12998
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 109736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4999.91
system time used= 0.12998
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25720
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45
involuntary context switches= 64739

runsolver used 8.30474 second user time and 17.2704 second system time

The end

Launcher Data

Begin job on node137 at 2011-06-19 18:51:58
IDJOB=3498761
IDBENCH=83416
IDSOLVER=1992
FILE ID=node137/3498761-1308502318
RUNJOBID= node137-1308502318-1511
PBS_JOBID= 13608169
Free space on /tmp= 73160 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-3498761-1308502318/watcher-3498761-1308502318 -o /tmp/evaluation-result-3498761-1308502318/solver-3498761-1308502318 -C 5000 -W 5100 -M 15500  HOME/ebglucose.sh HOME/instance-3498761-1308502318.cnf

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

MD5SUM BENCH= 07ea67092ce3fd4529e72f69434e3f99
RANDOM SEED=595783599

node137.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.844
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.68
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.844
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.844
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.844
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.74
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.844
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.82
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.844
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.75
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.844
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.83
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.844
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27284816 kB
Buffers:        593304 kB
Cached:        4686884 kB
SwapCached:      12168 kB
Active:        1563024 kB
Inactive:      3736668 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27284816 kB
SwapTotal:    67111528 kB
SwapFree:     67053196 kB
Dirty:            1948 kB
Writeback:           0 kB
AnonPages:       16892 kB
Mapped:           8496 kB
Slab:           302116 kB
PageTables:       4836 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   186604 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 /tmp at the end= 73160 MiB
End job on node137 at 2011-06-19 20:15:20