Trace number 3290093

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
EBGlucose 1.0? (TO) 1300.05 1300.01

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
64/aes_64_2_keyfind_1.cnf
MD5SUM1024a3346322fdba0a20b51f99eae4c0
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 variables1000
Number of clauses5176
Sum of the clauses size20024
Maximum clause length5
Minimum clause length1
Number of clauses of size 1136
Number of clauses of size 2160
Number of clauses of size 32080
Number of clauses of size 4672
Number of clauses of size 52128
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 |    5008    19728 |    1502       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    4624    18448 |      --       0       --      -- |     --   | -128/-256
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 800   #clauses: 4624   #literals: 18448
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.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:  800                                                  |
0.00/0.01	c |  Number of clauses:    4624                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
1300.02/1300.01	HOME/ebglucose.sh: line 57:  8541 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-3290093-1303777354/watcher-3290093-1303777354 -o /tmp/evaluation-result-3290093-1303777354/solver-3290093-1303777354 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3290093-1303777354.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 1.04 2.03 2.92 2/178 8534
/proc/meminfo: memFree=15129104/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) R 8529 8534 7574 0 -1 4202496 362 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 254 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095111877 0 0 4100 65536 0 0 0 17 4 0 0 0
/proc/8534/statm: 2176 254 211 178 0 69 0

[startup+0.106386 s]
/proc/loadavg: 1.04 2.03 2.92 2/178 8534
/proc/meminfo: memFree=15129104/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.20034 s]
/proc/loadavg: 1.04 2.03 2.92 2/178 8534
/proc/meminfo: memFree=15129104/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300345 s]
/proc/loadavg: 1.04 2.03 2.92 2/178 8534
/proc/meminfo: memFree=15129104/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700274 s]
/proc/loadavg: 1.04 2.03 2.92 2/178 8534
/proc/meminfo: memFree=15129104/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50113 s]
/proc/loadavg: 1.28 2.06 2.93 5/194 8568
/proc/meminfo: memFree=15113804/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=6584 CPUtime=1.48 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 1015 0 0 0 148 0 0 0 25 0 1 0 470150857 6742016 955 33554432000 134512640 134556542 4292912448 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 1646 955 211 11 0 980 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 15288

[startup+3.10081 s]
/proc/loadavg: 1.28 2.06 2.93 5/194 8568
/proc/meminfo: memFree=15110048/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=7376 CPUtime=3.08 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 1207 0 0 0 308 0 0 0 25 0 1 0 470150857 7553024 1147 33554432000 134512640 134556542 4292912448 18446744073709551615 134537349 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 1844 1147 211 11 0 1178 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 16080

[startup+6.30025 s]
/proc/loadavg: 1.28 2.06 2.93 5/194 8568
/proc/meminfo: memFree=15104472/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=9012 CPUtime=6.28 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 1595 0 0 0 628 0 0 0 25 0 1 0 470150857 9228288 1535 33554432000 134512640 134556542 4292912448 18446744073709551615 10849602 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 2253 1535 211 11 0 1587 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 17716

[startup+12.7011 s]
/proc/loadavg: 1.70 2.13 2.94 4/188 8619
/proc/meminfo: memFree=15103480/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=10932 CPUtime=12.68 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 2074 0 0 0 1268 0 0 0 25 0 1 0 470150857 11194368 2014 33554432000 134512640 134556542 4292912448 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 2733 2014 211 11 0 2067 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19636

[startup+25.5007 s]
/proc/loadavg: 2.05 2.19 2.95 5/194 8632
/proc/meminfo: memFree=15090256/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=12700 CPUtime=25.47 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 2520 0 0 0 2547 0 0 0 25 0 1 0 470150857 13004800 2460 33554432000 134512640 134556542 4292912448 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 3175 2460 211 11 0 2509 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 21404

[startup+51.101 s]
/proc/loadavg: 2.72 2.33 2.97 5/194 8633
/proc/meminfo: memFree=15080388/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=15424 CPUtime=51.07 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 3199 0 0 0 5107 0 0 0 25 0 1 0 470150857 15794176 3139 33554432000 134512640 134556542 4292912448 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 3856 3139 212 11 0 3190 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24128

[startup+102.301 s]
/proc/loadavg: 3.48 2.61 3.03 5/194 8634
/proc/meminfo: memFree=15064628/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=18832 CPUtime=102.28 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 3992 0 0 0 10228 0 0 0 25 0 1 0 470150857 19283968 3932 33554432000 134512640 134556542 4292912448 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 4708 3932 212 11 0 4042 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 27536

[startup+162.301 s]
/proc/loadavg: 3.81 2.86 3.09 5/194 8639
/proc/meminfo: memFree=15052384/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=21672 CPUtime=162.29 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 4725 0 0 0 16228 1 0 0 25 0 1 0 470150857 22192128 4665 33554432000 134512640 134556542 4292912448 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 5418 4665 212 11 0 4752 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 30376

[startup+222.307 s]
/proc/loadavg: 3.93 3.06 3.14 5/194 8641
/proc/meminfo: memFree=15039676/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=25928 CPUtime=222.29 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 5804 0 0 0 22228 1 0 0 25 0 1 0 470150857 26550272 5744 33554432000 134512640 134556542 4292912448 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 6482 5744 212 11 0 5816 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 34632

[startup+282.301 s]
/proc/loadavg: 3.97 3.23 3.19 5/194 8642
/proc/meminfo: memFree=15033576/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=26892 CPUtime=282.29 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 5965 0 0 0 28228 1 0 0 25 0 1 0 470150857 27537408 5905 33554432000 134512640 134556542 4292912448 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 6723 5905 212 11 0 6057 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 35596

[startup+342.301 s]
/proc/loadavg: 3.99 3.37 3.24 5/194 8644
/proc/meminfo: memFree=15027464/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=28844 CPUtime=342.28 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 6454 0 0 0 34227 1 0 0 25 0 1 0 470150857 29536256 6394 33554432000 134512640 134556542 4292912448 18446744073709551615 134537273 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 7211 6394 212 11 0 6545 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 37548

[startup+402.3 s]
/proc/loadavg: 4.03 3.50 3.29 5/194 8645
/proc/meminfo: memFree=15020008/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6

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

[pid=8541] ppid=8534 vsize=35196 CPUtime=582.3 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 7983 0 0 0 58228 2 0 0 25 0 1 0 470150857 36040704 7923 33554432000 134512640 134556542 4292912448 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 8799 7923 212 11 0 8133 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 43900

[startup+642.3 s]
/proc/loadavg: 4.05 3.79 3.45 5/194 8652
/proc/meminfo: memFree=14997696/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=37060 CPUtime=642.3 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 8424 0 0 0 64228 2 0 0 25 0 1 0 470150857 37949440 8364 33554432000 134512640 134556542 4292912448 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 9265 8364 212 11 0 8599 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 45764

[startup+702.3 s]
/proc/loadavg: 4.02 3.83 3.48 5/194 8653
/proc/meminfo: memFree=14994468/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=38200 CPUtime=702.3 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 8731 0 0 0 70228 2 0 0 25 0 1 0 470150857 39116800 8671 33554432000 134512640 134556542 4292912448 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 9550 8671 212 11 0 8884 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 46904

[startup+762.3 s]
/proc/loadavg: 4.00 3.86 3.51 5/194 8655
/proc/meminfo: memFree=14989360/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=40236 CPUtime=762.3 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 9151 0 0 0 76228 2 0 0 25 0 1 0 470150857 41201664 9091 33554432000 134512640 134556542 4292912448 18446744073709551615 134537332 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 10059 9091 212 11 0 9393 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 48940

[startup+822.3 s]
/proc/loadavg: 4.00 3.88 3.54 5/194 8657
/proc/meminfo: memFree=14984512/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=42760 CPUtime=822.3 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 9793 0 0 0 82228 2 0 0 25 0 1 0 470150857 43786240 9733 33554432000 134512640 134556542 4292912448 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 10690 9733 212 11 0 10024 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 51464

[startup+882.307 s]
/proc/loadavg: 4.00 3.90 3.57 5/194 8658
/proc/meminfo: memFree=14976560/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=44008 CPUtime=882.31 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 10053 0 0 0 88229 2 0 0 25 0 1 0 470150857 45064192 9993 33554432000 134512640 134556542 4292912448 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 11002 9993 212 11 0 10336 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 52712

[startup+942.301 s]
/proc/loadavg: 4.00 3.91 3.59 5/194 8660
/proc/meminfo: memFree=14974308/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=44308 CPUtime=942.3 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 10117 0 0 0 94228 2 0 0 25 0 1 0 470150857 45371392 10057 33554432000 134512640 134556542 4292912448 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 11077 10057 212 11 0 10411 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 53012

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.61 5/194 8661
/proc/meminfo: memFree=14972816/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=44664 CPUtime=1002.31 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 10184 0 0 0 100228 3 0 0 25 0 1 0 470150857 45735936 10124 33554432000 134512640 134556542 4292912448 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 11166 10124 212 11 0 10500 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 53368

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.64 5/194 8663
/proc/meminfo: memFree=14971312/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=45012 CPUtime=1062.32 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 10295 0 0 0 106229 3 0 0 25 0 1 0 470150857 46092288 10220 33554432000 134512640 134556542 4292912448 18446744073709551615 134537752 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 11253 10220 212 11 0 10587 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 53716

[startup+1122.3 s]
/proc/loadavg: 4.13 3.98 3.66 5/194 8665
/proc/meminfo: memFree=14968688/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=46440 CPUtime=1122.31 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 10651 0 0 0 112228 3 0 0 25 0 1 0 470150857 47554560 10576 33554432000 134512640 134556542 4292912448 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 11610 10576 212 11 0 10944 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 55144

[startup+1182.3 s]
/proc/loadavg: 4.14 4.01 3.69 5/194 8666
/proc/meminfo: memFree=14962720/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=46700 CPUtime=1182.31 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 10710 0 0 0 118228 3 0 0 25 0 1 0 470150857 47820800 10635 33554432000 134512640 134556542 4292912448 18446744073709551615 134537601 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 11675 10635 212 11 0 11009 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 55404

[startup+1242.3 s]
/proc/loadavg: 4.05 4.00 3.71 5/194 8668
/proc/meminfo: memFree=14960088/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=47896 CPUtime=1242.32 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 11023 0 0 0 124229 3 0 0 25 0 1 0 470150857 49045504 10948 33554432000 134512640 134556542 4292912448 18446744073709551615 134531229 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 11974 10948 212 11 0 11308 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 56600



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.73 6/194 8669
/proc/meminfo: memFree=14958700/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=48252 CPUtime=1300.02 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 11083 0 0 0 129999 3 0 0 25 0 1 0 470150857 49410048 11008 33554432000 134512640 134556542 4292912448 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 12063 11008 212 11 0 11397 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 56956

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

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

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.73 6/194 8669
/proc/meminfo: memFree=14958700/32951124 swapFree=67111528/67111528
[pid=8534] ppid=8529 vsize=8704 CPUtime=0 cores=4,6
/proc/8534/stat : 8534 (ebglucose.sh) S 8529 8534 7574 0 -1 4202496 380 543 0 0 0 0 0 0 21 0 1 0 470150856 8912896 255 33554432000 4194304 4922060 140737034989088 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/8534/statm: 2176 255 211 178 0 69 0
[pid=8541] ppid=8534 vsize=48252 CPUtime=1300.02 cores=4,6
/proc/8541/stat : 8541 (ebglucose_stati) R 8534 8534 7574 0 -1 4202496 11083 0 0 0 129999 3 0 0 25 0 1 0 470150857 49410048 11008 33554432000 134512640 134556542 4292912448 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/8541/statm: 12063 11008 212 11 0 11397 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 56956

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.01
system time used= 0.040993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12018
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= 132
involuntary context switches= 1908

runsolver used 2.29565 second user time and 4.80127 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-26 02:22:34
IDJOB=3290093
IDBENCH=83418
IDSOLVER=1652
FILE ID=node142/3290093-1303777354
RUNJOBID= node142-1303777354-8514
PBS_JOBID= 13157183
Free space on /tmp= 71164 MiB

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

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

MD5SUM BENCH= 1024a3346322fdba0a20b51f99eae4c0
RANDOM SEED=101641962

node142.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.846
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.846
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	: 5131.95
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.846
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.82
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.846
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.67
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.846
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.81
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.846
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.846
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.82
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.846
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15129912 kB
Buffers:       2080448 kB
Cached:       15104968 kB
SwapCached:          0 kB
Active:        7223752 kB
Inactive:     10025984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15129912 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            2008 kB
Writeback:           0 kB
AnonPages:       64600 kB
Mapped:          14476 kB
Slab:           507492 kB
PageTables:       5504 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   187084 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= 71160 MiB
End job on node142 at 2011-04-26 02:44:16