Trace number 3290185

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_3_keyfind_1.cnf
MD5SUM4738c3d0ccd52030cff8addcec6bcde9
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 variables1404
Number of clauses7572
Sum of the clauses size29588
Maximum clause length5
Minimum clause length1
Number of clauses of size 1140
Number of clauses of size 2240
Number of clauses of size 32992
Number of clauses of size 41008
Number of clauses of size 53192
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 |    7384    29208 |    2215       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    7000    27928 |      --       0       --      -- |     --   | -128/-256
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 1200   #clauses: 7000   #literals: 27928
0.00/0.00	c CPU time:   0.004999 s
0.00/0.00	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:  1200                                                 |
0.00/0.01	c |  Number of clauses:    7000                                                 |
0.00/0.02	c |  Parsing time:         0.00         s                                       |
1300.03/1300.00	HOME/ebglucose.sh: line 57:  8555 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-3290185-1303777354/watcher-3290185-1303777354 -o /tmp/evaluation-result-3290185-1303777354/solver-3290185-1303777354 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3290185-1303777354.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 1.04 2.03 2.92 3/186 8551
/proc/meminfo: memFree=15122788/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) R 8549 8551 7574 0 -1 4202496 339 232 0 0 0 0 0 0 24 0 1 0 470150876 8912896 253 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095271317 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/8551/statm: 2176 253 211 178 0 69 0

[startup+0.107428 s]
/proc/loadavg: 1.04 2.03 2.92 3/186 8551
/proc/meminfo: memFree=15122788/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.200414 s]
/proc/loadavg: 1.04 2.03 2.92 3/186 8551
/proc/meminfo: memFree=15122788/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.300405 s]
/proc/loadavg: 1.04 2.03 2.92 3/186 8551
/proc/meminfo: memFree=15122788/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.700322 s]
/proc/loadavg: 1.04 2.03 2.92 3/186 8551
/proc/meminfo: memFree=15122788/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.50119 s]
/proc/loadavg: 1.28 2.06 2.93 5/194 8568
/proc/meminfo: memFree=15112316/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=6672 CPUtime=1.48 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 1032 0 0 0 148 0 0 0 25 0 1 0 470150878 6832128 973 33554432000 134512640 134556542 4293888736 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 1668 973 211 11 0 1002 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15376

[startup+3.10085 s]
/proc/loadavg: 1.28 2.06 2.93 5/194 8568
/proc/meminfo: memFree=15109924/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=8040 CPUtime=3.08 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 1396 0 0 0 308 0 0 0 25 0 1 0 470150878 8232960 1337 33554432000 134512640 134556542 4293888736 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 2010 1337 211 11 0 1344 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16744

[startup+6.30029 s]
/proc/loadavg: 1.28 2.06 2.93 5/194 8568
/proc/meminfo: memFree=15104284/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=8472 CPUtime=6.28 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 1500 0 0 0 628 0 0 0 25 0 1 0 470150878 8675328 1441 33554432000 134512640 134556542 4293888736 18446744073709551615 134537755 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 2118 1441 211 11 0 1452 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17176

[startup+12.7011 s]
/proc/loadavg: 1.70 2.13 2.94 5/194 8632
/proc/meminfo: memFree=15100396/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=10484 CPUtime=12.67 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 1989 0 0 0 1267 0 0 0 25 0 1 0 470150878 10735616 1930 33554432000 134512640 134556542 4293888736 18446744073709551615 134531224 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 2621 1930 211 11 0 1955 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 19188

[startup+25.5008 s]
/proc/loadavg: 2.05 2.19 2.95 5/194 8632
/proc/meminfo: memFree=15090376/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=12596 CPUtime=25.47 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 2516 0 0 0 2547 0 0 0 25 0 1 0 470150878 12898304 2457 33554432000 134512640 134556542 4293888736 18446744073709551615 134537484 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 3149 2457 211 11 0 2483 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 21300

[startup+51.1011 s]
/proc/loadavg: 2.82 2.36 2.98 5/194 8633
/proc/meminfo: memFree=15080264/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=15716 CPUtime=51.07 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 3300 0 0 0 5107 0 0 0 25 0 1 0 470150878 16093184 3241 33554432000 134512640 134556542 4293888736 18446744073709551615 134537454 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 3929 3241 212 11 0 3263 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24420

[startup+102.301 s]
/proc/loadavg: 3.48 2.61 3.03 5/194 8634
/proc/meminfo: memFree=15064628/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=19932 CPUtime=102.29 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 4317 0 0 0 10228 1 0 0 25 0 1 0 470150878 20410368 4258 33554432000 134512640 134556542 4293888736 18446744073709551615 134537206 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 4983 4258 212 11 0 4317 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 28636

[startup+162.301 s]
/proc/loadavg: 3.81 2.86 3.09 5/194 8639
/proc/meminfo: memFree=15052136/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=23372 CPUtime=162.28 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 5205 0 0 0 16227 1 0 0 25 0 1 0 470150878 23932928 5146 33554432000 134512640 134556542 4293888736 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 5843 5146 212 11 0 5177 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 32076

[startup+222.307 s]
/proc/loadavg: 3.93 3.06 3.14 5/194 8641
/proc/meminfo: memFree=15039552/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=26688 CPUtime=222.29 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 6036 0 0 0 22228 1 0 0 25 0 1 0 470150878 27328512 5977 33554432000 134512640 134556542 4293888736 18446744073709551615 134537758 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 6672 5977 212 11 0 6006 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 35392

[startup+282.301 s]
/proc/loadavg: 3.97 3.23 3.19 5/194 8642
/proc/meminfo: memFree=15033576/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=29676 CPUtime=282.29 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 6739 0 0 0 28227 2 0 0 25 0 1 0 470150878 30388224 6680 33554432000 134512640 134556542 4293888736 18446744073709551615 134537495 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 7419 6680 212 11 0 6753 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 38380

[startup+342.301 s]
/proc/loadavg: 3.99 3.37 3.24 5/194 8644
/proc/meminfo: memFree=15027464/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=30336 CPUtime=342.29 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 6911 0 0 0 34227 2 0 0 25 0 1 0 470150878 31064064 6852 33554432000 134512640 134556542 4293888736 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 7584 6852 212 11 0 6918 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 39040

[startup+402.301 s]
/proc/loadavg: 4.03 3.50 3.29 5/194 8645
/proc/meminfo: memFree=15020008/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2

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

[pid=8555] ppid=8551 vsize=40852 CPUtime=582.29 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 9561 0 0 0 58226 3 0 0 25 0 1 0 470150878 41832448 9502 33554432000 134512640 134556542 4293888736 18446744073709551615 134537764 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 10213 9502 212 11 0 9547 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 49556

[startup+642.3 s]
/proc/loadavg: 4.05 3.79 3.45 5/194 8652
/proc/meminfo: memFree=14997696/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=40852 CPUtime=642.29 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 9568 0 0 0 64226 3 0 0 25 0 1 0 470150878 41832448 9509 33554432000 134512640 134556542 4293888736 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 10213 9509 212 11 0 9547 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 49556

[startup+702.3 s]
/proc/loadavg: 4.02 3.83 3.48 5/194 8653
/proc/meminfo: memFree=14994468/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=41512 CPUtime=702.29 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 9748 0 0 0 70226 3 0 0 25 0 1 0 470150878 42508288 9689 33554432000 134512640 134556542 4293888736 18446744073709551615 134537315 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 10378 9689 212 11 0 9712 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 50216

[startup+762.3 s]
/proc/loadavg: 4.00 3.86 3.51 5/194 8655
/proc/meminfo: memFree=14989360/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=42700 CPUtime=762.3 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 10025 0 0 0 76227 3 0 0 25 0 1 0 470150878 43724800 9966 33554432000 134512640 134556542 4293888736 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 10675 9966 212 11 0 10009 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 51404

[startup+822.3 s]
/proc/loadavg: 4.00 3.88 3.54 5/194 8657
/proc/meminfo: memFree=14984512/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=43892 CPUtime=822.3 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 10274 0 0 0 82227 3 0 0 25 0 1 0 470150878 44945408 10215 33554432000 134512640 134556542 4293888736 18446744073709551615 134537390 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 10973 10215 212 11 0 10307 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 52596

[startup+882.307 s]
/proc/loadavg: 4.00 3.90 3.57 5/194 8658
/proc/meminfo: memFree=14976560/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=48680 CPUtime=882.31 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 11467 0 0 0 88227 4 0 0 25 0 1 0 470150878 49848320 11408 33554432000 134512640 134556542 4293888736 18446744073709551615 134537255 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 12170 11408 212 11 0 11504 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 57384

[startup+942.3 s]
/proc/loadavg: 4.00 3.91 3.59 5/194 8660
/proc/meminfo: memFree=14974308/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=48636 CPUtime=942.31 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 11473 0 0 0 94227 4 0 0 25 0 1 0 470150878 49803264 11414 33554432000 134512640 134556542 4293888736 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 12159 11414 212 11 0 11493 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 57340

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.61 5/194 8661
/proc/meminfo: memFree=14972816/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=48636 CPUtime=1002.31 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 11476 0 0 0 100227 4 0 0 25 0 1 0 470150878 49803264 11417 33554432000 134512640 134556542 4293888736 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 12159 11417 212 11 0 11493 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 57340

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.64 5/194 8663
/proc/meminfo: memFree=14971188/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=48636 CPUtime=1062.3 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 11485 0 0 0 106226 4 0 0 25 0 1 0 470150878 49803264 11426 33554432000 134512640 134556542 4293888736 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 12159 11426 212 11 0 11493 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 57340

[startup+1122.3 s]
/proc/loadavg: 4.13 3.98 3.66 5/194 8665
/proc/meminfo: memFree=14968688/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=48636 CPUtime=1122.31 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 11487 0 0 0 112227 4 0 0 25 0 1 0 470150878 49803264 11428 33554432000 134512640 134556542 4293888736 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 12159 11428 212 11 0 11493 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 57340

[startup+1182.3 s]
/proc/loadavg: 4.14 4.01 3.69 5/194 8666
/proc/meminfo: memFree=14962720/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=53104 CPUtime=1182.31 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 12593 0 0 0 118226 5 0 0 25 0 1 0 470150878 54378496 12534 33554432000 134512640 134556542 4293888736 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 13276 12534 212 11 0 12610 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 61808

[startup+1242.3 s]
/proc/loadavg: 4.05 4.00 3.71 5/194 8668
/proc/meminfo: memFree=14960088/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=53104 CPUtime=1242.32 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 12595 0 0 0 124227 5 0 0 25 0 1 0 470150878 54378496 12536 33554432000 134512640 134556542 4293888736 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 13276 12536 212 11 0 12610 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 61808



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.00 3.73 3/188 8671
/proc/meminfo: memFree=15033272/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=53104 CPUtime=1300.02 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 12599 0 0 0 129997 5 0 0 25 0 1 0 470150878 54378496 12540 33554432000 134512640 134556542 4293888736 18446744073709551615 134531472 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 13276 12540 212 11 0 12610 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 61808

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 3/188 8671
/proc/meminfo: memFree=15033272/32951124 swapFree=67111528/67111528
[pid=8551] ppid=8549 vsize=8704 CPUtime=0.01 cores=0,2
/proc/8551/stat : 8551 (ebglucose.sh) S 8549 8551 7574 0 -1 4202496 382 608 0 0 0 0 1 0 25 0 1 0 470150876 8912896 256 33554432000 4194304 4922060 140734378992464 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/8551/statm: 2176 256 211 178 0 69 0
[pid=8555] ppid=8551 vsize=53104 CPUtime=1300.02 cores=0,2
/proc/8555/stat : 8555 (ebglucose_stati) R 8551 8551 7574 0 -1 4202496 12599 0 0 0 129997 5 0 0 25 0 1 0 470150878 54378496 12540 33554432000 134512640 134556542 4293888736 18446744073709551615 134531472 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/8555/statm: 13276 12540 212 11 0 12610 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 61808

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

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

runsolver used 2.25466 second user time and 4.84426 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-26 02:22:34
IDJOB=3290185
IDBENCH=83421
IDSOLVER=1652
FILE ID=node142/3290185-1303777354
RUNJOBID= node142-1303777354-8513
PBS_JOBID= 13157183
Free space on /tmp= 71160 MiB

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

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

MD5SUM BENCH= 4738c3d0ccd52030cff8addcec6bcde9
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:      15122944 kB
Buffers:       2080464 kB
Cached:       15105728 kB
SwapCached:          0 kB
Active:        7229344 kB
Inactive:     10026048 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15122944 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            3172 kB
Writeback:           0 kB
AnonPages:       68480 kB
Mapped:          15640 kB
Slab:           507492 kB
PageTables:       5116 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   232780 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