Trace number 3308948

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.03 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
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 variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

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.08	c ==============================================================================
0.00/0.08	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.08	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.08	c ==============================================================================
0.00/0.08	c |         0 |  181861   467419 |   54558       0        0     nan |  0.000 % |
0.00/0.67	c |         0 |  126676   470112 |      --       0       --      -- |     --   | -55185/2693
0.00/0.67	c ==============================================================================
0.00/0.67	c Result  :   #vars: 22844   #clauses: 126676   #literals: 470112
0.00/0.67	c CPU time:   0.648901 s
0.00/0.67	c ==============================================================================
0.00/0.76	c
0.00/0.76	c Starting glucose
0.00/0.76	c
0.00/0.76	
0.00/0.76	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.76	
0.00/0.76	c ============================[ Problem Statistics ]=============================
0.00/0.76	c |                                                                             |
0.00/0.76	c |  Number of variables:  22844                                                |
0.00/0.76	c |  Number of clauses:    126676                                               |
0.75/0.81	c |  Parsing time:         0.05         s                                       |
1300.01/1300.01	HOME/glucose.sh: line 55: 17728 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-3308948-1303984776/watcher-3308948-1303984776 -o /tmp/evaluation-result-3308948-1303984776/solver-3308948-1303984776 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308948-1303984776.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 4.04 3.99 3.23 5/192 17725
/proc/meminfo: memFree=17579276/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 588708434 8912896 253 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 253 211 178 0 69 0

[startup+0.042404 s]
/proc/loadavg: 4.04 3.99 3.23 5/192 17725
/proc/meminfo: memFree=17579276/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 588708434 8912896 253 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100394 s]
/proc/loadavg: 4.04 3.99 3.23 5/192 17725
/proc/meminfo: memFree=17579276/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 588708434 8912896 253 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300359 s]
/proc/loadavg: 4.04 3.99 3.23 5/192 17725
/proc/meminfo: memFree=17579276/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 588708434 8912896 253 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700289 s]
/proc/loadavg: 4.04 3.99 3.23 5/192 17725
/proc/meminfo: memFree=17579276/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 588708434 8912896 253 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50015 s]
/proc/loadavg: 4.04 3.99 3.23 5/194 17728
/proc/meminfo: memFree=17559304/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=14192 CPUtime=0.72 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 3349 0 0 0 72 0 0 0 21 0 1 0 588708511 14532608 3304 33554432000 134512640 135217611 4290408096 18446744073709551615 134533260 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 3548 3304 77 173 0 3373 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 22896

[startup+3.10087 s]
/proc/loadavg: 4.04 3.99 3.23 5/194 17729
/proc/meminfo: memFree=17556824/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=17144 CPUtime=2.32 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 4098 0 0 0 232 0 0 0 25 0 1 0 588708511 17555456 4053 33554432000 134512640 135217611 4290408096 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 4286 4053 77 173 0 4111 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 25848

[startup+6.30037 s]
/proc/loadavg: 4.03 3.99 3.23 5/194 17729
/proc/meminfo: memFree=17553588/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=19368 CPUtime=5.52 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 4618 0 0 0 552 0 0 0 25 0 1 0 588708511 19832832 4573 33554432000 134512640 135217611 4290408096 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 4842 4573 77 173 0 4667 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 28072

[startup+12.7002 s]
/proc/loadavg: 4.03 3.99 3.24 5/194 17729
/proc/meminfo: memFree=17549676/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=21024 CPUtime=11.92 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 5022 0 0 0 1192 0 0 0 25 0 1 0 588708511 21528576 4977 33554432000 134512640 135217611 4290408096 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 5256 4977 77 173 0 5081 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 29728

[startup+25.501 s]
/proc/loadavg: 4.02 3.99 3.25 5/194 17729
/proc/meminfo: memFree=17544836/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=23100 CPUtime=24.73 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 5523 0 0 0 2472 1 0 0 25 0 1 0 588708511 23654400 5478 33554432000 134512640 135217611 4290408096 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 5775 5478 77 173 0 5600 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31804

[startup+51.1005 s]
/proc/loadavg: 4.01 3.99 3.27 5/194 17730
/proc/meminfo: memFree=17537724/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=26024 CPUtime=50.33 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 6272 0 0 0 5032 1 0 0 25 0 1 0 588708511 26648576 6227 33554432000 134512640 135217611 4290408096 18446744073709551615 134533341 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 6506 6227 77 173 0 6331 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 34728

[startup+102.307 s]
/proc/loadavg: 4.00 3.99 3.30 5/194 17740
/proc/meminfo: memFree=17526844/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=31448 CPUtime=101.53 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 7591 0 0 0 10152 1 0 0 25 0 1 0 588708511 32202752 7546 33554432000 134512640 135217611 4290408096 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 7862 7546 77 173 0 7687 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 40152

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.35 5/194 17742
/proc/meminfo: memFree=17518376/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=35536 CPUtime=161.53 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 8593 0 0 0 16151 2 0 0 25 0 1 0 588708511 36388864 8548 33554432000 134512640 135217611 4290408096 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 8884 8548 77 173 0 8709 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 44240

[startup+222.301 s]
/proc/loadavg: 4.00 3.99 3.38 5/194 17743
/proc/meminfo: memFree=17505952/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=39248 CPUtime=221.52 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 9481 0 0 0 22150 2 0 0 25 0 1 0 588708511 40189952 9436 33554432000 134512640 135217611 4290408096 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 9812 9436 77 173 0 9637 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 47952

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.42 5/194 17745
/proc/meminfo: memFree=17497620/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=41272 CPUtime=281.52 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 10001 0 0 0 28150 2 0 0 25 0 1 0 588708511 42262528 9956 33554432000 134512640 135217611 4290408096 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 10318 9956 77 173 0 10143 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 49976

[startup+342.3 s]
/proc/loadavg: 4.00 3.99 3.45 5/194 17747
/proc/meminfo: memFree=17487540/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=44660 CPUtime=341.52 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 10826 0 0 0 34150 2 0 0 25 0 1 0 588708511 45731840 10781 33554432000 134512640 135217611 4290408096 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 11165 10781 77 173 0 10990 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 53364

[startup+402.301 s]
/proc/loadavg: 4.09 4.02 3.49 5/194 17748
/proc/meminfo: memFree=17481924/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2

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

[pid=17728] ppid=17725 vsize=49680 CPUtime=521.53 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 12103 0 0 0 52150 3 0 0 25 0 1 0 588708511 50872320 12058 33554432000 134512640 135217611 4290408096 18446744073709551615 134533336 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 12420 12058 77 173 0 12245 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 58384

[startup+582.3 s]
/proc/loadavg: 4.00 4.00 3.58 5/194 17753
/proc/meminfo: memFree=17458880/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=53016 CPUtime=581.54 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 12820 0 0 0 58150 4 0 0 25 0 1 0 588708511 54288384 12775 33554432000 134512640 135217611 4290408096 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 13254 12775 77 173 0 13079 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 61720

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.60 5/194 17755
/proc/meminfo: memFree=17451032/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=55812 CPUtime=641.54 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 13559 0 0 0 64150 4 0 0 25 0 1 0 588708511 57151488 13514 33554432000 134512640 135217611 4290408096 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 13953 13514 77 173 0 13778 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 64516

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.62 5/194 17756
/proc/meminfo: memFree=17447288/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=58584 CPUtime=701.54 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 14253 0 0 0 70150 4 0 0 25 0 1 0 588708511 59990016 14208 33554432000 134512640 135217611 4290408096 18446744073709551615 134538496 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 14646 14208 77 173 0 14471 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 67288

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.64 5/194 17758
/proc/meminfo: memFree=17441808/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=60840 CPUtime=761.54 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 14801 0 0 0 76150 4 0 0 25 0 1 0 588708511 62300160 14756 33554432000 134512640 135217611 4290408096 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 15210 14756 77 173 0 15035 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 69544

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.66 5/194 17759
/proc/meminfo: memFree=17437940/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=62980 CPUtime=821.53 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 15342 0 0 0 82149 4 0 0 25 0 1 0 588708511 64491520 15297 33554432000 134512640 135217611 4290408096 18446744073709551615 134533670 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 15745 15297 77 173 0 15570 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 71684

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.68 5/194 17761
/proc/meminfo: memFree=17431964/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=62980 CPUtime=881.54 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 15351 0 0 0 88150 4 0 0 25 0 1 0 588708511 64491520 15306 33554432000 134512640 135217611 4290408096 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 15745 15306 77 173 0 15570 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 71684

[startup+942.3 s]
/proc/loadavg: 4.08 4.02 3.70 5/194 17763
/proc/meminfo: memFree=17425980/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=65984 CPUtime=941.54 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 16098 0 0 0 94150 4 0 0 25 0 1 0 588708511 67567616 16053 33554432000 134512640 135217611 4290408096 18446744073709551615 134532978 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 16496 16053 77 173 0 16321 0
Current children cumulated CPU time (s) 942.29
Current children cumulated vsize (KiB) 74688

[startup+1002.3 s]
/proc/loadavg: 4.03 4.01 3.72 5/194 17764
/proc/meminfo: memFree=17424828/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=65984 CPUtime=1001.54 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 16103 0 0 0 100150 4 0 0 25 0 1 0 588708511 67567616 16058 33554432000 134512640 135217611 4290408096 18446744073709551615 134533213 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 16496 16058 77 173 0 16321 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 74688

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 3.73 5/194 17766
/proc/meminfo: memFree=17422064/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=65984 CPUtime=1061.54 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 16112 0 0 0 106150 4 0 0 25 0 1 0 588708511 67567616 16067 33554432000 134512640 135217611 4290408096 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 16496 16067 77 173 0 16321 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 74688

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.75 5/194 17767
/proc/meminfo: memFree=17418560/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=66272 CPUtime=1121.54 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 16178 0 0 0 112150 4 0 0 25 0 1 0 588708511 67862528 16133 33554432000 134512640 135217611 4290408096 18446744073709551615 134533065 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 16568 16133 77 173 0 16393 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 74976

[startup+1182.3 s]
/proc/loadavg: 2.74 3.68 3.65 2/173 17825
/proc/meminfo: memFree=17631964/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=69592 CPUtime=1181.54 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 16978 0 0 0 118149 5 0 0 25 0 1 0 588708511 71262208 16933 33554432000 134512640 135217611 4290408096 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 17398 16933 77 173 0 17223 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 78296

[startup+1242.3 s]
/proc/loadavg: 1.64 3.19 3.48 2/173 17827
/proc/meminfo: memFree=17631544/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=69880 CPUtime=1241.54 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 17069 0 0 0 124149 5 0 0 25 0 1 0 588708511 71557120 17024 33554432000 134512640 135217611 4290408096 18446744073709551615 134533631 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 17470 17024 77 173 0 17295 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 78584



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.23 2.79 3.33 2/173 17828
/proc/meminfo: memFree=17629868/32950940 swapFree=67111528/67111528
[pid=17725] ppid=17723 vsize=8704 CPUtime=0.75 cores=0,2
/proc/17725/stat : 17725 (glucose.sh) S 17723 17725 17281 0 -1 4202496 359 8058 0 0 0 0 73 2 18 0 1 0 588708434 8912896 255 33554432000 4194304 4922060 140736471994640 18446744073709551615 215988411525 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/17725/statm: 2176 255 211 178 0 69 0
[pid=17728] ppid=17725 vsize=71660 CPUtime=1299.26 cores=0,2
/proc/17728/stat : 17728 (glucose_static) R 17725 17725 17281 0 -1 4202496 17487 0 0 0 129920 6 0 0 25 0 1 0 588708511 73379840 17442 33554432000 134512640 135217611 4290408096 18446744073709551615 134532912 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/17728/statm: 17915 17442 77 173 0 17740 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 80364

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.03
CPU user time (s): 1299.94
CPU system time (s): 0.093985
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 80364

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.94
system time used= 0.093985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25914
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= 2490

runsolver used 2.09668 second user time and 4.87926 second system time

The end

Launcher Data

Begin job on node117 at 2011-04-28 11:59:37
IDJOB=3308948
IDBENCH=83137
IDSOLVER=1691
FILE ID=node117/3308948-1303984776
RUNJOBID= node117-1303983223-17299
PBS_JOBID= 13168709
Free space on /tmp= 71648 MiB

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

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=2079501604

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:      17579308 kB
Buffers:       2371732 kB
Cached:       12259388 kB
SwapCached:          0 kB
Active:        8105760 kB
Inactive:      6685568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      17579308 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5052 kB
Writeback:           0 kB
AnonPages:      159404 kB
Mapped:          15944 kB
Slab:           516896 kB
PageTables:       5288 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:   344220 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= 71672 MiB
End job on node117 at 2011-04-28 12:21:19