Trace number 3365922

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
SAT09 reference solver:glucose 1.0? (TO) 5000.12 5000.02

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
128/aes_128_1_keyfind_1.cnf
MD5SUM5092a9db644d53c7bc023e4dff206812
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1192
Number of clauses10656
Sum of the clauses size56868
Maximum clause length8
Minimum clause length1
Number of clauses of size 1264
Number of clauses of size 2128
Number of clauses of size 32016
Number of clauses of size 4320
Number of clauses of size 52048
Number of clauses of size over 55880

Solver Data

0.00/0.01	c
0.00/0.01	c Starting SatElite Preprocessing
0.00/0.01	c
0.00/0.01	c Parsing...
0.00/0.02	c ==============================================================================
0.00/0.02	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.02	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.02	c ==============================================================================
0.00/0.02	c |         0 |   10360    56444 |    3107       0        0     nan |  0.000 % |
0.00/0.02	c |         0 |    9592    53884 |      --       0       --      -- |     --   | -256/-512
0.00/0.02	c ==============================================================================
0.00/0.02	c Result  :   #vars: 800   #clauses: 9592   #literals: 53884
0.00/0.02	c CPU time:   0.008998 s
0.00/0.02	c ==============================================================================
0.00/0.03	c
0.00/0.03	c Starting glucose
0.00/0.03	c
0.00/0.03	
0.00/0.03	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.03	
0.00/0.03	c ============================[ Problem Statistics ]=============================
0.00/0.03	c |                                                                             |
0.00/0.03	c |  Number of variables:  800                                                  |
0.00/0.03	c |  Number of clauses:    9592                                                 |
0.00/0.03	c |  Parsing time:         0.00         s                                       |
5000.09/5000.01	HOME/glucose.sh: line 55:  6611 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: 961)

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-3365922-1305321559/watcher-3365922-1305321559 -o /tmp/evaluation-result-3365922-1305321559/solver-3365922-1305321559 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365922-1305321559.cnf 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.01 2.00 2/384 6608
/proc/meminfo: memFree=7704740/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=11796 CPUtime=0 cores=1,3,5,7
/proc/6608/stat : 6608 (runsolver) R 6606 6608 6193 0 -1 4202560 41 0 0 0 0 0 0 0 25 0 1 0 722386559 12079104 50 33554432000 4194304 5432360 140736920983904 18446744073709551615 4881623 0 2147483391 4096 24578 0 0 0 17 7 0 0 0
/proc/6608/statm: 2949 50 30 303 0 2643 0

[startup+0.0535399 s]
/proc/loadavg: 2.01 2.01 2.00 2/384 6608
/proc/meminfo: memFree=7704740/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.100538 s]
/proc/loadavg: 2.01 2.01 2.00 2/384 6608
/proc/meminfo: memFree=7704740/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.300495 s]
/proc/loadavg: 2.01 2.01 2.00 2/384 6608
/proc/meminfo: memFree=7704740/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+0.700438 s]
/proc/loadavg: 2.01 2.01 2.00 2/384 6608
/proc/meminfo: memFree=7704740/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 8704

[startup+1.5003 s]
/proc/loadavg: 2.01 2.01 2.00 3/386 6611
/proc/meminfo: memFree=7699888/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=5372 CPUtime=1.46 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 1077 0 0 0 146 0 0 0 25 0 1 0 722386562 5500928 1032 33554432000 134512640 135217611 4288628448 18446744073709551615 134526239 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 1343 1032 76 173 0 1168 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 14076

[startup+3.10102 s]
/proc/loadavg: 2.01 2.01 2.00 3/386 6611
/proc/meminfo: memFree=7698044/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=6684 CPUtime=3.06 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 1404 0 0 0 306 0 0 0 25 0 1 0 722386562 6844416 1359 33554432000 134512640 135217611 4288628448 18446744073709551615 134536810 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 1671 1359 76 173 0 1496 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 15388

[startup+6.30044 s]
/proc/loadavg: 2.00 2.01 2.00 3/386 6611
/proc/meminfo: memFree=7695556/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=7932 CPUtime=6.26 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 1688 0 0 0 626 0 0 0 25 0 1 0 722386562 8122368 1643 33554432000 134512640 135217611 4288628448 18446744073709551615 134536759 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 1983 1643 76 173 0 1808 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16636

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.00 3/386 6611
/proc/meminfo: memFree=7692624/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=9656 CPUtime=12.66 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 2146 0 0 0 1266 0 0 0 25 0 1 0 722386562 9887744 2101 33554432000 134512640 135217611 4288628448 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 2414 2101 76 173 0 2239 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 18360

[startup+25.5011 s]
/proc/loadavg: 2.00 2.01 2.00 3/386 6611
/proc/meminfo: memFree=7690268/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=12332 CPUtime=25.46 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 2791 0 0 0 2546 0 0 0 25 0 1 0 722386562 12627968 2746 33554432000 134512640 135217611 4288628448 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 3083 2746 76 173 0 2908 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 21036

[startup+51.1006 s]
/proc/loadavg: 2.08 2.02 2.01 3/386 6612
/proc/meminfo: memFree=7686152/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=16436 CPUtime=51.06 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 3740 0 0 0 5106 0 0 0 25 0 1 0 722386562 16830464 3695 33554432000 134512640 135217611 4288628448 18446744073709551615 134533313 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 4109 3695 76 173 0 3934 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 25140

[startup+102.314 s]
/proc/loadavg: 2.03 2.02 2.00 3/386 6613
/proc/meminfo: memFree=7680932/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=21336 CPUtime=102.27 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 4931 0 0 0 10227 0 0 0 25 0 1 0 722386562 21848064 4886 33554432000 134512640 135217611 4288628448 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 5334 4886 76 173 0 5159 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 30040

[startup+162.301 s]
/proc/loadavg: 2.01 2.01 2.00 3/386 6615
/proc/meminfo: memFree=7675568/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=23884 CPUtime=162.26 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 5517 0 0 0 16226 0 0 0 25 0 1 0 722386562 24457216 5472 33554432000 134512640 135217611 4288628448 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 5971 5472 76 173 0 5796 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 32588

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/386 6616
/proc/meminfo: memFree=7671552/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=27204 CPUtime=222.26 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 6322 0 0 0 22226 0 0 0 25 0 1 0 722386562 27856896 6277 33554432000 134512640 135217611 4288628448 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 6801 6277 76 173 0 6626 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 35908

[startup+282.301 s]
/proc/loadavg: 2.16 2.03 2.01 3/386 6618
/proc/meminfo: memFree=7668544/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=29444 CPUtime=282.27 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 6852 0 0 0 28226 1 0 0 25 0 1 0 722386562 30150656 6807 33554432000 134512640 135217611 4288628448 18446744073709551615 134533561 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 7361 6807 76 173 0 7186 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 38148

[startup+342.301 s]
/proc/loadavg: 2.13 2.04 2.01 3/386 6620
/proc/meminfo: memFree=7667144/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=31520 CPUtime=342.27 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 7332 0 0 0 34226 1 0 0 25 0 1 0 722386562 32276480 7287 33554432000 134512640 135217611 4288628448 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 7880 7287 76 173 0 7705 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 40224

[startup+402.301 s]
/proc/loadavg: 2.05 2.03 2.00 3/386 6621
/proc/meminfo: memFree=7663896/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7

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

[pid=6611] ppid=6608 vsize=74440 CPUtime=4242.35 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 18432 0 0 0 424232 3 0 0 25 0 1 0 722386562 76226560 17658 33554432000 134512640 135217611 4288628448 18446744073709551615 134533135 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 18610 17658 76 173 0 18435 0
Current children cumulated CPU time (s) 4242.36
Current children cumulated vsize (KiB) 83144

[startup+4302.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/386 6768
/proc/meminfo: memFree=7646748/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=74792 CPUtime=4302.35 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 18519 0 0 0 430232 3 0 0 25 0 1 0 722386562 76587008 17745 33554432000 134512640 135217611 4288628448 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 18698 17745 76 173 0 18523 0
Current children cumulated CPU time (s) 4302.36
Current children cumulated vsize (KiB) 83496

[startup+4362.3 s]
/proc/loadavg: 2.03 2.01 2.00 3/386 6770
/proc/meminfo: memFree=7643128/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=75116 CPUtime=4362.35 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 18593 0 0 0 436232 3 0 0 25 0 1 0 722386562 76918784 17819 33554432000 134512640 135217611 4288628448 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 18779 17819 76 173 0 18604 0
Current children cumulated CPU time (s) 4362.36
Current children cumulated vsize (KiB) 83820

[startup+4422.3 s]
/proc/loadavg: 2.08 2.03 2.01 3/386 6771
/proc/meminfo: memFree=7640608/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=75908 CPUtime=4422.36 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 18802 0 0 0 442233 3 0 0 25 0 1 0 722386562 77729792 18028 33554432000 134512640 135217611 4288628448 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 18977 18028 76 173 0 18802 0
Current children cumulated CPU time (s) 4422.37
Current children cumulated vsize (KiB) 84612

[startup+4482.3 s]
/proc/loadavg: 2.07 2.04 2.01 3/386 6773
/proc/meminfo: memFree=7638964/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=76328 CPUtime=4482.36 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 18907 0 0 0 448233 3 0 0 25 0 1 0 722386562 78159872 18133 33554432000 134512640 135217611 4288628448 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 19082 18133 76 173 0 18907 0
Current children cumulated CPU time (s) 4482.37
Current children cumulated vsize (KiB) 85032

[startup+4542.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/386 6775
/proc/meminfo: memFree=7636948/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=76580 CPUtime=4542.36 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 18952 0 0 0 454233 3 0 0 25 0 1 0 722386562 78417920 18178 33554432000 134512640 135217611 4288628448 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 19145 18178 76 173 0 18970 0
Current children cumulated CPU time (s) 4542.37
Current children cumulated vsize (KiB) 85284

[startup+4602.3 s]
/proc/loadavg: 2.01 2.02 2.00 3/386 6776
/proc/meminfo: memFree=7634188/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=76952 CPUtime=4602.37 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 19037 0 0 0 460234 3 0 0 25 0 1 0 722386562 78798848 18263 33554432000 134512640 135217611 4288628448 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 19238 18263 76 173 0 19063 0
Current children cumulated CPU time (s) 4602.38
Current children cumulated vsize (KiB) 85656

[startup+4662.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/386 6778
/proc/meminfo: memFree=7631684/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=77216 CPUtime=4662.36 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 19136 0 0 0 466233 3 0 0 25 0 1 0 722386562 79069184 18362 33554432000 134512640 135217611 4288628448 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 19304 18362 76 173 0 19129 0
Current children cumulated CPU time (s) 4662.37
Current children cumulated vsize (KiB) 85920

[startup+4722.31 s]
/proc/loadavg: 2.00 2.01 2.00 3/386 6779
/proc/meminfo: memFree=7630532/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=77324 CPUtime=4722.38 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 19166 0 0 0 472235 3 0 0 25 0 1 0 722386562 79179776 18392 33554432000 134512640 135217611 4288628448 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 19331 18392 76 173 0 19156 0
Current children cumulated CPU time (s) 4722.39
Current children cumulated vsize (KiB) 86028

[startup+4782.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/386 6784
/proc/meminfo: memFree=7627868/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=77732 CPUtime=4782.36 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 19243 0 0 0 478233 3 0 0 25 0 1 0 722386562 79597568 18469 33554432000 134512640 135217611 4288628448 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 19433 18469 76 173 0 19258 0
Current children cumulated CPU time (s) 4782.37
Current children cumulated vsize (KiB) 86436

[startup+4842.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/386 6786
/proc/meminfo: memFree=7626404/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=78704 CPUtime=4842.36 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 19479 0 0 0 484233 3 0 0 25 0 1 0 722386562 80592896 18705 33554432000 134512640 135217611 4288628448 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 19676 18705 76 173 0 19501 0
Current children cumulated CPU time (s) 4842.37
Current children cumulated vsize (KiB) 87408

[startup+4902.3 s]
/proc/loadavg: 2.04 2.01 2.00 3/386 6787
/proc/meminfo: memFree=7625380/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=79064 CPUtime=4902.37 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 19550 0 0 0 490233 4 0 0 25 0 1 0 722386562 80961536 18776 33554432000 134512640 135217611 4288628448 18446744073709551615 134533339 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 19766 18776 76 173 0 19591 0
Current children cumulated CPU time (s) 4902.38
Current children cumulated vsize (KiB) 87768

[startup+4962.3 s]
/proc/loadavg: 2.01 2.01 2.00 3/386 6789
/proc/meminfo: memFree=7624360/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=78952 CPUtime=4962.38 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 19552 0 0 0 496234 4 0 0 25 0 1 0 722386562 80846848 18776 33554432000 134512640 135217611 4288628448 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 19738 18776 76 173 0 19563 0
Current children cumulated CPU time (s) 4962.39
Current children cumulated vsize (KiB) 87656



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+5000 s]
/proc/loadavg: 2.08 2.02 2.00 3/386 6790
/proc/meminfo: memFree=7624100/32951124 swapFree=65586204/67111528
[pid=6608] ppid=6606 vsize=8704 CPUtime=0.01 cores=1,3,5,7
/proc/6608/stat : 6608 (glucose.sh) S 6606 6608 6193 0 -1 4202496 359 469 0 0 0 0 1 0 25 0 1 0 722386559 8912896 255 33554432000 4194304 4922060 140733278144432 18446744073709551615 216734997637 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/6608/statm: 2176 255 211 178 0 69 0
[pid=6611] ppid=6608 vsize=79084 CPUtime=5000.08 cores=1,3,5,7
/proc/6611/stat : 6611 (glucose_static) R 6608 6608 6193 0 -1 4202496 19574 0 0 0 500004 4 0 0 25 0 1 0 722386562 80982016 18798 33554432000 134512640 135217611 4288628448 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/6611/statm: 19771 18798 76 173 0 19596 0
Current children cumulated CPU time (s) 5000.09
Current children cumulated vsize (KiB) 87788

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 5000.02
CPU time (s): 5000.12
CPU user time (s): 5000.07
CPU system time (s): 0.045993
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 87788

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000.07
system time used= 0.045993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 20411
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= 17
involuntary context switches= 6694

runsolver used 17.1034 second user time and 42.6995 second system time

The end

Launcher Data

Begin job on node119 at 2011-05-13 23:19:19
IDJOB=3365922
IDBENCH=83412
IDSOLVER=1842
FILE ID=node119/3365922-1305321559
RUNJOBID= node119-1305315245-6212
PBS_JOBID= 13324313
Free space on /tmp= 35096 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/128/aes_128_1_keyfind_1.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365922-1305321559/watcher-3365922-1305321559 -o /tmp/evaluation-result-3365922-1305321559/solver-3365922-1305321559 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365922-1305321559.cnf

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

MD5SUM BENCH= 5092a9db644d53c7bc023e4dff206812
RANDOM SEED=1190038577

node119.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.815
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.63
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.815
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.83
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.815
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.815
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.83
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.815
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.67
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.815
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.815
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.74
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.815
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:       7704764 kB
Buffers:        232260 kB
Cached:       11584628 kB
SwapCached:       4756 kB
Active:       15207888 kB
Inactive:      9554556 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:       7704764 kB
SwapTotal:    67111528 kB
SwapFree:     65586204 kB
Dirty:            2004 kB
Writeback:           8 kB
AnonPages:    12943900 kB
Mapped:          30468 kB
Slab:           360900 kB
PageTables:      56364 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 102549324 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= 35092 MiB
End job on node119 at 2011-05-14 00:42:41