Trace number 3308903

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) 1300.04 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top21.cnf
MD5SUM9fab5edd49fb904ff76ff7abf98e0d14
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 variables51138
Number of clauses162526
Sum of the clauses size397144
Maximum clause length2101
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 299113
Number of clauses of size 362300
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5863

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.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  152640   373004 |   45791       0        0     nan |  0.000 % |
0.00/0.51	c |         0 |   95209   320851 |      --       0       --      -- |     --   | -57431/-52153
0.00/0.51	c ==============================================================================
0.00/0.51	c Result  :   #vars: 18664   #clauses: 95209   #literals: 320851
0.00/0.51	c CPU time:   0.494924 s
0.00/0.51	c ==============================================================================
0.00/0.57	c
0.00/0.57	c Starting glucose
0.00/0.57	c
0.00/0.57	
0.00/0.57	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.57	
0.00/0.57	c ============================[ Problem Statistics ]=============================
0.00/0.57	c |                                                                             |
0.00/0.57	c |  Number of variables:  18664                                                |
0.00/0.57	c |  Number of clauses:    95209                                                |
0.57/0.61	c |  Parsing time:         0.03         s                                       |
1300.02/1300.01	HOME/glucose.sh: line 55: 17664 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-3308903-1303984630/watcher-3308903-1303984630 -o /tmp/evaluation-result-3308903-1303984630/solver-3308903-1303984630 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308903-1303984630.cnf 

running on 2 cores: 5,7

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: 4.00 3.96 3.10 4/192 17661
/proc/meminfo: memFree=17509728/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 588693743 8912896 253 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 253 211 178 0 69 0

[startup+0.026519 s]
/proc/loadavg: 4.00 3.96 3.10 4/192 17661
/proc/meminfo: memFree=17509728/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 588693743 8912896 253 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100504 s]
/proc/loadavg: 4.00 3.96 3.10 4/192 17661
/proc/meminfo: memFree=17509728/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 588693743 8912896 253 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300469 s]
/proc/loadavg: 4.00 3.96 3.10 4/192 17661
/proc/meminfo: memFree=17509728/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 588693743 8912896 253 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700403 s]
/proc/loadavg: 4.00 3.96 3.10 4/192 17661
/proc/meminfo: memFree=17509728/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 8704

[startup+1.50026 s]
/proc/loadavg: 4.00 3.96 3.10 5/194 17664
/proc/meminfo: memFree=17493228/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=12032 CPUtime=0.91 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 2826 0 0 0 91 0 0 0 25 0 1 0 588693801 12320768 2781 33554432000 134512640 135217611 4290836288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 3008 2781 77 173 0 2833 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 20736

[startup+3.10098 s]
/proc/loadavg: 4.00 3.97 3.10 5/194 17664
/proc/meminfo: memFree=17491636/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=14208 CPUtime=2.51 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 3372 0 0 0 251 0 0 0 25 0 1 0 588693801 14548992 3327 33554432000 134512640 135217611 4290836288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 3552 3327 77 173 0 3377 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 22912

[startup+6.30042 s]
/proc/loadavg: 4.00 3.97 3.10 5/194 17694
/proc/meminfo: memFree=17512432/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=16764 CPUtime=5.71 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 3995 0 0 0 571 0 0 0 25 0 1 0 588693801 17166336 3950 33554432000 134512640 135217611 4290836288 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 4191 3950 77 173 0 4016 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25468

[startup+12.7003 s]
/proc/loadavg: 4.00 3.97 3.11 5/194 17695
/proc/meminfo: memFree=17519268/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=18372 CPUtime=12.11 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 4401 0 0 0 1211 0 0 0 25 0 1 0 588693801 18812928 4356 33554432000 134512640 135217611 4290836288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 4593 4356 77 173 0 4418 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 27076

[startup+25.5011 s]
/proc/loadavg: 4.00 3.97 3.12 5/194 17695
/proc/meminfo: memFree=17509832/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=21548 CPUtime=24.91 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 5194 0 0 0 2490 1 0 0 25 0 1 0 588693801 22065152 5149 33554432000 134512640 135217611 4290836288 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 5387 5149 77 173 0 5212 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 30252

[startup+51.1006 s]
/proc/loadavg: 4.00 3.97 3.14 5/194 17696
/proc/meminfo: memFree=17501736/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=24432 CPUtime=50.51 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 5895 0 0 0 5050 1 0 0 25 0 1 0 588693801 25018368 5850 33554432000 134512640 135217611 4290836288 18446744073709551615 134533013 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 6108 5850 77 173 0 5933 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 33136

[startup+102.307 s]
/proc/loadavg: 4.08 3.99 3.20 5/194 17697
/proc/meminfo: memFree=17488036/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=27224 CPUtime=101.71 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 6564 0 0 0 10170 1 0 0 25 0 1 0 588693801 27877376 6519 33554432000 134512640 135217611 4290836288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 6806 6519 77 173 0 6631 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 35928

[startup+162.301 s]
/proc/loadavg: 4.03 3.99 3.24 5/194 17729
/proc/meminfo: memFree=17547940/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=31928 CPUtime=161.71 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 7686 0 0 0 16169 2 0 0 25 0 1 0 588693801 32694272 7641 33554432000 134512640 135217611 4290836288 18446744073709551615 134537465 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 7982 7641 77 173 0 7807 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 40632

[startup+222.301 s]
/proc/loadavg: 4.01 3.99 3.29 5/194 17730
/proc/meminfo: memFree=17532636/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=34224 CPUtime=221.71 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 8201 0 0 0 22169 2 0 0 25 0 1 0 588693801 35045376 8156 33554432000 134512640 135217611 4290836288 18446744073709551615 134538666 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 8556 8156 77 173 0 8381 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 42928

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.33 5/194 17741
/proc/meminfo: memFree=17521992/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=36104 CPUtime=281.71 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 8678 0 0 0 28169 2 0 0 25 0 1 0 588693801 36970496 8633 33554432000 134512640 135217611 4290836288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 9026 8633 77 173 0 8851 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 44808

[startup+342.301 s]
/proc/loadavg: 4.00 3.99 3.37 5/194 17743
/proc/meminfo: memFree=17509564/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=38196 CPUtime=341.72 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 9191 0 0 0 34169 3 0 0 25 0 1 0 588693801 39112704 9146 33554432000 134512640 135217611 4290836288 18446744073709551615 134537897 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 9549 9146 77 173 0 9374 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 46900

[startup+402.301 s]
/proc/loadavg: 4.00 3.99 3.40 5/194 17744
/proc/meminfo: memFree=17501232/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7

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

[pid=17664] ppid=17661 vsize=45104 CPUtime=521.72 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 10808 0 0 0 52169 3 0 0 25 0 1 0 588693801 46186496 10763 33554432000 134512640 135217611 4290836288 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 11276 10763 77 173 0 11101 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 53808

[startup+582.3 s]
/proc/loadavg: 4.05 4.01 3.51 5/194 17749
/proc/meminfo: memFree=17478688/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=48816 CPUtime=581.72 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 11670 0 0 0 58169 3 0 0 25 0 1 0 588693801 49987584 11625 33554432000 134512640 135217611 4290836288 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 12204 11625 77 173 0 12029 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 57520

[startup+642.301 s]
/proc/loadavg: 4.02 4.01 3.54 5/194 17751
/proc/meminfo: memFree=17470952/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=49432 CPUtime=641.73 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 11822 0 0 0 64170 3 0 0 25 0 1 0 588693801 50618368 11777 33554432000 134512640 135217611 4290836288 18446744073709551615 134533040 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 12358 11777 77 173 0 12183 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 58136

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.57 5/194 17752
/proc/meminfo: memFree=17462372/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=49796 CPUtime=701.72 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 11923 0 0 0 70169 3 0 0 25 0 1 0 588693801 50991104 11878 33554432000 134512640 135217611 4290836288 18446744073709551615 134533144 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 12449 11878 77 173 0 12274 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 58500

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.59 5/194 17754
/proc/meminfo: memFree=17455392/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=52412 CPUtime=761.74 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 12533 0 0 0 76170 4 0 0 25 0 1 0 588693801 53669888 12488 33554432000 134512640 135217611 4290836288 18446744073709551615 134522536 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 13103 12488 77 173 0 12928 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 61116

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.61 5/194 17755
/proc/meminfo: memFree=17449040/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=52596 CPUtime=821.73 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 12567 0 0 0 82169 4 0 0 25 0 1 0 588693801 53858304 12522 33554432000 134512640 135217611 4290836288 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 13149 12522 77 173 0 12974 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 61300

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.64 5/194 17757
/proc/meminfo: memFree=17443808/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=52928 CPUtime=881.73 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 12665 0 0 0 88169 4 0 0 25 0 1 0 588693801 54198272 12620 33554432000 134512640 135217611 4290836288 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 13232 12620 77 173 0 13057 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 61632

[startup+942.3 s]
/proc/loadavg: 4.00 4.00 3.65 5/194 17759
/proc/meminfo: memFree=17441180/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=53692 CPUtime=941.73 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 12856 0 0 0 94169 4 0 0 25 0 1 0 588693801 54980608 12811 33554432000 134512640 135217611 4290836288 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 13423 12811 77 173 0 13248 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 62396

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.67 5/194 17760
/proc/meminfo: memFree=17433716/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=55176 CPUtime=1001.74 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 13148 0 0 0 100170 4 0 0 25 0 1 0 588693801 56500224 13103 33554432000 134512640 135217611 4290836288 18446744073709551615 134533100 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 13794 13103 77 173 0 13619 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 63880

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.69 5/194 17762
/proc/meminfo: memFree=17428732/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=58404 CPUtime=1061.73 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 13957 0 0 0 106169 4 0 0 25 0 1 0 588693801 59805696 13912 33554432000 134512640 135217611 4290836288 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 14601 13912 77 173 0 14426 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 67108

[startup+1122.3 s]
/proc/loadavg: 4.04 4.01 3.71 5/194 17763
/proc/meminfo: memFree=17425092/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=58548 CPUtime=1121.73 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 13995 0 0 0 112169 4 0 0 25 0 1 0 588693801 59953152 13950 33554432000 134512640 135217611 4290836288 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 14637 13950 77 173 0 14462 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 67252

[startup+1182.3 s]
/proc/loadavg: 4.01 4.01 3.73 5/194 17765
/proc/meminfo: memFree=17423452/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=59116 CPUtime=1181.73 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 14142 0 0 0 118169 4 0 0 25 0 1 0 588693801 60534784 14097 33554432000 134512640 135217611 4290836288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 14779 14097 77 173 0 14604 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 67820

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.74 5/194 17767
/proc/meminfo: memFree=17419688/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=59900 CPUtime=1241.73 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 14296 0 0 0 124169 4 0 0 25 0 1 0 588693801 61337600 14251 33554432000 134512640 135217611 4290836288 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 14975 14251 77 173 0 14800 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 68604



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.78 3.95 3.74 4/187 17786
/proc/meminfo: memFree=17486008/32950940 swapFree=67111528/67111528
[pid=17661] ppid=17659 vsize=8704 CPUtime=0.57 cores=5,7
/proc/17661/stat : 17661 (glucose.sh) S 17659 17661 17281 0 -1 4202496 360 6839 0 0 0 0 55 2 20 0 1 0 588693743 8912896 255 33554432000 4194304 4922060 140736624542928 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/17661/statm: 2176 255 211 178 0 69 0
[pid=17664] ppid=17661 vsize=60672 CPUtime=1299.45 cores=5,7
/proc/17664/stat : 17664 (glucose_static) R 17661 17661 17281 0 -1 4202496 14478 0 0 0 129940 5 0 0 25 0 1 0 588693801 62128128 14433 33554432000 134512640 135217611 4290836288 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/17664/statm: 15168 14433 77 173 0 14993 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 69376

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): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.96
CPU system time (s): 0.079987
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 69376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.079987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21708
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= 9
involuntary context switches= 1915

runsolver used 2.11268 second user time and 4.99124 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-28 11:57:10
IDJOB=3308903
IDBENCH=83115
IDSOLVER=1691
FILE ID=node117/3308903-1303984630
RUNJOBID= node117-1303983223-17302
PBS_JOBID= 13168709
Free space on /tmp= 71624 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-top21.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308903-1303984630/watcher-3308903-1303984630 -o /tmp/evaluation-result-3308903-1303984630/solver-3308903-1303984630 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308903-1303984630.cnf

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

MD5SUM BENCH= 9fab5edd49fb904ff76ff7abf98e0d14
RANDOM SEED=616281722

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

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


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      17510008 kB
Buffers:       2371680 kB
Cached:       12280464 kB
SwapCached:          0 kB
Active:        8182952 kB
Inactive:      6677956 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17510008 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           37460 kB
Writeback:           0 kB
AnonPages:      208068 kB
Mapped:          16024 kB
Slab:           517220 kB
PageTables:       5884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   397768 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= 71656 MiB
End job on node117 at 2011-04-28 12:18:52