Trace number 3365940

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.07 4999.92

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_4_keyfind_1.cnf
MD5SUMd71ab4cbe872e5620884d4e4d370890a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables912
Number of clauses3488
Sum of the clauses size11040
Maximum clause length5
Minimum clause length1
Number of clauses of size 180
Number of clauses of size 2160
Number of clauses of size 32432
Number of clauses of size 4736
Number of clauses of size 580
Number of clauses of size over 50

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    3344    10640 |    1003       0        0     nan |  0.000 % |
0.00/0.00	c |         0 |    2976    10528 |      --       0       --      -- |     --   | -240/400
0.00/0.00	c ==============================================================================
0.00/0.00	c Result  :   #vars: 602   #clauses: 2976   #literals: 10528
0.00/0.00	c CPU time:   0.006998 s
0.00/0.00	c ==============================================================================
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.01	
0.00/0.01	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.01	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  602                                                  |
0.00/0.01	c |  Number of clauses:    2976                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
5000.04/4999.91	HOME/glucose.sh: line 55: 10334 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-3365940-1305322766/watcher-3365940-1305322766 -o /tmp/evaluation-result-3365940-1305322766/solver-3365940-1305322766 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365940-1305322766.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.08 2.05 2.02 2/365 10332
/proc/meminfo: memFree=13215548/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 722507243 8912896 252 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/10332/statm: 2176 252 211 178 0 69 0

[startup+0.0948479 s]
/proc/loadavg: 2.08 2.05 2.02 2/365 10332
/proc/meminfo: memFree=13215548/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100846 s]
/proc/loadavg: 2.08 2.05 2.02 2/365 10332
/proc/meminfo: memFree=13215548/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300811 s]
/proc/loadavg: 2.08 2.05 2.02 2/365 10332
/proc/meminfo: memFree=13215548/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700675 s]
/proc/loadavg: 2.08 2.05 2.02 2/365 10332
/proc/meminfo: memFree=13215548/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50054 s]
/proc/loadavg: 2.08 2.05 2.02 3/367 10335
/proc/meminfo: memFree=13212764/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=4288 CPUtime=1.48 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 772 0 0 0 148 0 0 0 25 0 1 0 722507244 4390912 727 33554432000 134512640 135217611 4287159472 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 1072 727 75 173 0 897 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 12992

[startup+3.10024 s]
/proc/loadavg: 2.08 2.05 2.02 3/367 10335
/proc/meminfo: memFree=13211400/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=4964 CPUtime=3.08 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 913 0 0 0 308 0 0 0 25 0 1 0 722507244 5083136 868 33554432000 134512640 135217611 4287159472 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 1241 868 75 173 0 1066 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 13668

[startup+6.30065 s]
/proc/loadavg: 2.08 2.05 2.02 3/367 10335
/proc/meminfo: memFree=13209540/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=6188 CPUtime=6.29 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 1214 0 0 0 629 0 0 0 25 0 1 0 722507244 6336512 1169 33554432000 134512640 135217611 4287159472 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 1547 1169 75 173 0 1372 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 14892

[startup+12.7005 s]
/proc/loadavg: 2.06 2.05 2.01 3/367 10335
/proc/meminfo: memFree=13207708/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=7272 CPUtime=12.69 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 1502 0 0 0 1269 0 0 0 25 0 1 0 722507244 7446528 1457 33554432000 134512640 135217611 4287159472 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 1818 1457 75 173 0 1643 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15976

[startup+25.5001 s]
/proc/loadavg: 2.05 2.05 2.01 3/367 10335
/proc/meminfo: memFree=13205120/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=8952 CPUtime=25.48 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 1883 0 0 0 2548 0 0 0 25 0 1 0 722507244 9166848 1838 33554432000 134512640 135217611 4287159472 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 2238 1838 75 173 0 2063 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 17656

[startup+51.1005 s]
/proc/loadavg: 2.03 2.04 2.01 3/367 10336
/proc/meminfo: memFree=13201728/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=11524 CPUtime=51.09 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 2491 0 0 0 5109 0 0 0 25 0 1 0 722507244 11800576 2446 33554432000 134512640 135217611 4287159472 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 2881 2446 75 173 0 2706 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 20228

[startup+102.313 s]
/proc/loadavg: 2.01 2.03 2.01 3/367 10337
/proc/meminfo: memFree=13198468/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=14532 CPUtime=102.3 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 3230 0 0 0 10230 0 0 0 25 0 1 0 722507244 14880768 3185 33554432000 134512640 135217611 4287159472 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 3633 3185 75 173 0 3458 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 23236

[startup+162.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/367 10339
/proc/meminfo: memFree=13195340/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=17424 CPUtime=162.29 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 3905 0 0 0 16229 0 0 0 25 0 1 0 722507244 17842176 3860 33554432000 134512640 135217611 4287159472 18446744073709551615 134533196 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 4356 3860 75 173 0 4181 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 26128

[startup+222.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/367 10341
/proc/meminfo: memFree=13192572/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=19696 CPUtime=222.28 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 4442 0 0 0 22228 0 0 0 25 0 1 0 722507244 20168704 4397 33554432000 134512640 135217611 4287159472 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 4924 4397 75 173 0 4749 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 28400

[startup+282.3 s]
/proc/loadavg: 2.11 2.05 2.01 3/367 10342
/proc/meminfo: memFree=13189432/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=21180 CPUtime=282.29 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 4808 0 0 0 28228 1 0 0 25 0 1 0 722507244 21688320 4763 33554432000 134512640 135217611 4287159472 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 5295 4763 75 173 0 5120 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 29884

[startup+342.3 s]
/proc/loadavg: 2.09 2.05 2.01 3/367 10344
/proc/meminfo: memFree=13187920/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=23160 CPUtime=342.29 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 5211 0 0 0 34228 1 0 0 25 0 1 0 722507244 23715840 5166 33554432000 134512640 135217611 4287159472 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 5790 5166 75 173 0 5615 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 31864

[startup+402.3 s]
/proc/loadavg: 2.03 2.04 2.00 3/367 10345
/proc/meminfo: memFree=13185524/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7

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

[pid=10334] ppid=10332 vsize=65848 CPUtime=4302.41 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 14828 0 0 0 430236 5 0 0 25 0 1 0 722507244 67428352 14780 33554432000 134512640 135217611 4287159472 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 16462 14780 75 173 0 16287 0
Current children cumulated CPU time (s) 4302.41
Current children cumulated vsize (KiB) 74552

[startup+4362.3 s]
/proc/loadavg: 1.00 1.13 1.50 2/360 10481
/proc/meminfo: memFree=13229512/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=65848 CPUtime=4362.41 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 14828 0 0 0 436236 5 0 0 25 0 1 0 722507244 67428352 14780 33554432000 134512640 135217611 4287159472 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 16462 14780 75 173 0 16287 0
Current children cumulated CPU time (s) 4362.41
Current children cumulated vsize (KiB) 74552

[startup+4422.3 s]
/proc/loadavg: 1.00 1.10 1.47 3/360 10483
/proc/meminfo: memFree=13229472/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=66248 CPUtime=4422.41 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 14899 0 0 0 442236 5 0 0 25 0 1 0 722507244 67837952 14851 33554432000 134512640 135217611 4287159472 18446744073709551615 134533775 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 16562 14851 75 173 0 16387 0
Current children cumulated CPU time (s) 4422.41
Current children cumulated vsize (KiB) 74952

[startup+4482.3 s]
/proc/loadavg: 1.00 1.08 1.44 2/360 10484
/proc/meminfo: memFree=13227332/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=68508 CPUtime=4482.41 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 15441 0 0 0 448236 5 0 0 25 0 1 0 722507244 70152192 15393 33554432000 134512640 135217611 4287159472 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 17127 15393 75 173 0 16952 0
Current children cumulated CPU time (s) 4482.41
Current children cumulated vsize (KiB) 77212

[startup+4542.3 s]
/proc/loadavg: 1.00 1.06 1.41 2/360 10486
/proc/meminfo: memFree=13227164/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=68616 CPUtime=4542.42 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 15450 0 0 0 454237 5 0 0 25 0 1 0 722507244 70262784 15402 33554432000 134512640 135217611 4287159472 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 17154 15402 75 173 0 16979 0
Current children cumulated CPU time (s) 4542.42
Current children cumulated vsize (KiB) 77320

[startup+4602.3 s]
/proc/loadavg: 1.00 1.05 1.38 2/360 10487
/proc/meminfo: memFree=13226016/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=69312 CPUtime=4602.43 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 15606 0 0 0 460237 6 0 0 25 0 1 0 722507244 70975488 15558 33554432000 134512640 135217611 4287159472 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 17328 15558 75 173 0 17153 0
Current children cumulated CPU time (s) 4602.43
Current children cumulated vsize (KiB) 78016

[startup+4662.3 s]
/proc/loadavg: 1.05 1.05 1.35 2/360 10489
/proc/meminfo: memFree=13226472/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=69472 CPUtime=4662.43 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 15653 0 0 0 466237 6 0 0 25 0 1 0 722507244 71139328 15605 33554432000 134512640 135217611 4287159472 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 17368 15605 75 173 0 17193 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 78176

[startup+4722.31 s]
/proc/loadavg: 1.06 1.06 1.34 2/360 10491
/proc/meminfo: memFree=13226432/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=69580 CPUtime=4722.44 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 15666 0 0 0 472238 6 0 0 25 0 1 0 722507244 71249920 15618 33554432000 134512640 135217611 4287159472 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 17395 15618 75 173 0 17220 0
Current children cumulated CPU time (s) 4722.44
Current children cumulated vsize (KiB) 78284

[startup+4782.3 s]
/proc/loadavg: 1.02 1.04 1.31 2/360 10492
/proc/meminfo: memFree=13226128/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=69848 CPUtime=4782.43 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 15707 0 0 0 478237 6 0 0 25 0 1 0 722507244 71524352 15659 33554432000 134512640 135217611 4287159472 18446744073709551615 134533161 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 17462 15659 75 173 0 17287 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 78552

[startup+4842.3 s]
/proc/loadavg: 1.01 1.03 1.29 2/360 10494
/proc/meminfo: memFree=13225972/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=70224 CPUtime=4842.43 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 15815 0 0 0 484237 6 0 0 25 0 1 0 722507244 71909376 15767 33554432000 134512640 135217611 4287159472 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 17556 15767 75 173 0 17381 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 78928

[startup+4902.3 s]
/proc/loadavg: 1.00 1.02 1.27 2/360 10504
/proc/meminfo: memFree=13225316/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=70636 CPUtime=4902.43 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 15888 0 0 0 490237 6 0 0 25 0 1 0 722507244 72331264 15840 33554432000 134512640 135217611 4287159472 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 17659 15840 75 173 0 17484 0
Current children cumulated CPU time (s) 4902.43
Current children cumulated vsize (KiB) 79340

[startup+4962.3 s]
/proc/loadavg: 1.00 1.02 1.25 2/360 10506
/proc/meminfo: memFree=13225300/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=70636 CPUtime=4962.43 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 15902 0 0 0 496237 6 0 0 25 0 1 0 722507244 72331264 15854 33554432000 134512640 135217611 4287159472 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 17659 15854 75 173 0 17484 0
Current children cumulated CPU time (s) 4962.43
Current children cumulated vsize (KiB) 79340



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 1.00 1.02 1.24 2/360 10507
/proc/meminfo: memFree=13224784/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=71196 CPUtime=5000.04 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 16053 0 0 0 499998 6 0 0 25 0 1 0 722507244 72904704 16005 33554432000 134512640 135217611 4287159472 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 17799 16005 76 173 0 17624 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 79900

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

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

[startup+4999.9 s]
/proc/loadavg: 1.00 1.02 1.24 2/360 10507
/proc/meminfo: memFree=13224784/32950928 swapFree=65762508/67111528
[pid=10332] ppid=10330 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/10332/stat : 10332 (glucose.sh) S 10330 10332 9851 0 -1 4202496 359 291 0 0 0 0 0 0 25 0 1 0 722507243 8912896 254 33554432000 4194304 4922060 140734537331584 18446744073709551615 260905213061 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/10332/statm: 2176 254 211 178 0 69 0
[pid=10334] ppid=10332 vsize=71196 CPUtime=5000.04 cores=1,3,5,7
/proc/10334/stat : 10334 (glucose_static) R 10332 10332 9851 0 -1 4202496 16053 0 0 0 499998 6 0 0 25 0 1 0 722507244 72904704 16005 33554432000 134512640 135217611 4287159472 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/10334/statm: 17799 16005 76 173 0 17624 0
Current children cumulated CPU time (s) 5000.04
Current children cumulated vsize (KiB) 79900

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.92
CPU time (s): 5000.07
CPU user time (s): 5000
CPU system time (s): 0.067989
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 79900

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 5000
system time used= 0.067989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16713
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= 18
involuntary context switches= 7697

runsolver used 16.6355 second user time and 42.1186 second system time

The end

Launcher Data

Begin job on node116 at 2011-05-13 23:39:26
IDJOB=3365940
IDBENCH=83431
IDSOLVER=1842
FILE ID=node116/3365940-1305322766
RUNJOBID= node116-1305315246-9870
PBS_JOBID= 13324316
Free space on /tmp= 45448 MiB

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

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

MD5SUM BENCH= d71ab4cbe872e5620884d4e4d370890a
RANDOM SEED=1296426230

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.826
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:     32950928 kB
MemFree:      13215820 kB
Buffers:        255456 kB
Cached:        9692684 kB
SwapCached:      12420 kB
Active:       11151960 kB
Inactive:      8193292 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13215820 kB
SwapTotal:    67111528 kB
SwapFree:     65762508 kB
Dirty:            2956 kB
Writeback:           0 kB
AnonPages:     9395096 kB
Mapped:          16316 kB
Slab:           280280 kB
PageTables:      44300 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 82839524 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= 45448 MiB
End job on node116 at 2011-05-14 01:02:48