Trace number 3309047

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

General information on the benchmark

NameSAT03/industrial/goldberg/hard_eq_check/
c6288mul.miter.shuffled-as.sat03-346.cnf
MD5SUM9799c8db3562549113e4a12f98721530
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark42.8615
Satisfiable
(Un)Satisfiability was proved
Number of variables9540
Number of clauses61421
Sum of the clauses size207840
Maximum clause length64
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 214116
Number of clauses of size 328488
Number of clauses of size 40
Number of clauses of size 518816
Number of clauses of size over 51

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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   61421   207840 |   18426       0        0     nan |  0.000 % |
0.00/0.06	c |         0 |   61414   208298 |      --       0       --      -- |     --   | -7/458
0.00/0.06	c ==============================================================================
0.00/0.06	c Result  :   #vars: 9533   #clauses: 61414   #literals: 208298
0.00/0.06	c CPU time:   0.058991 s
0.00/0.06	c ==============================================================================
0.00/0.10	c
0.00/0.10	c Starting glucose
0.00/0.10	c
0.00/0.10	
0.00/0.10	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.10	
0.09/0.10	c ============================[ Problem Statistics ]=============================
0.09/0.10	c |                                                                             |
0.09/0.10	c |  Number of variables:  9533                                                 |
0.09/0.10	c |  Number of clauses:    61414                                                |
0.09/0.12	c |  Parsing time:         0.02         s                                       |
1300.03/1300.01	HOME/glucose.sh: line 55: 14412 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-3309047-1303985125/watcher-3309047-1303985125 -o /tmp/evaluation-result-3309047-1303985125/solver-3309047-1303985125 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309047-1303985125.cnf 

running on 2 cores: 1,3

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 4.00 3.49 4/192 14409
/proc/meminfo: memFree=15155872/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 335 0 0 0 0 0 0 0 19 0 1 0 510109536 8912896 253 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 253 211 178 0 69 0

[startup+0.046527 s]
/proc/loadavg: 4.00 4.00 3.49 4/192 14409
/proc/meminfo: memFree=15155872/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 335 0 0 0 0 0 0 0 19 0 1 0 510109536 8912896 253 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100509 s]
/proc/loadavg: 4.00 4.00 3.49 4/192 14409
/proc/meminfo: memFree=15155872/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.300421 s]
/proc/loadavg: 4.00 4.00 3.49 4/192 14409
/proc/meminfo: memFree=15155872/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.700346 s]
/proc/loadavg: 4.00 4.00 3.49 4/192 14409
/proc/meminfo: memFree=15155872/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+1.50025 s]
/proc/loadavg: 4.00 4.00 3.49 5/194 14412
/proc/meminfo: memFree=15144820/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=8572 CPUtime=1.39 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 1997 0 0 0 139 0 0 0 25 0 1 0 510109546 8777728 1952 33554432000 134512640 135217611 4290476160 18446744073709551615 134532734 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 2143 1952 77 173 0 1968 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 17276

[startup+3.10095 s]
/proc/loadavg: 4.00 4.00 3.49 5/194 14412
/proc/meminfo: memFree=15141596/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=9320 CPUtime=2.99 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 2203 0 0 0 299 0 0 0 25 0 1 0 510109546 9543680 2158 33554432000 134512640 135217611 4290476160 18446744073709551615 134540934 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 2330 2158 77 173 0 2155 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18024

[startup+6.30033 s]
/proc/loadavg: 4.00 4.00 3.49 5/194 14412
/proc/meminfo: memFree=15133212/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=11204 CPUtime=6.19 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 2659 0 0 0 619 0 0 0 25 0 1 0 510109546 11472896 2614 33554432000 134512640 135217611 4290476160 18446744073709551615 134533193 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 2801 2614 77 173 0 2626 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 19908

[startup+12.7011 s]
/proc/loadavg: 4.00 4.00 3.49 5/194 14412
/proc/meminfo: memFree=15118604/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=13000 CPUtime=12.59 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 3109 0 0 0 1259 0 0 0 25 0 1 0 510109546 13312000 3064 33554432000 134512640 135217611 4290476160 18446744073709551615 134532700 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 3250 3064 77 173 0 3075 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 21704

[startup+25.5007 s]
/proc/loadavg: 4.00 4.00 3.50 5/194 14412
/proc/meminfo: memFree=15099392/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=14320 CPUtime=25.39 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 3454 0 0 0 2538 1 0 0 25 0 1 0 510109546 14663680 3409 33554432000 134512640 135217611 4290476160 18446744073709551615 134532678 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 3580 3409 77 173 0 3405 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 23024

[startup+51.1008 s]
/proc/loadavg: 4.00 4.00 3.51 5/194 14413
/proc/meminfo: memFree=15094500/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=17132 CPUtime=50.99 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 4107 0 0 0 5098 1 0 0 25 0 1 0 510109546 17543168 4062 33554432000 134512640 135217611 4290476160 18446744073709551615 134527931 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 4283 4062 77 173 0 4108 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25836

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.54 5/194 14414
/proc/meminfo: memFree=15088504/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=21220 CPUtime=102.2 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 5136 0 0 0 10219 1 0 0 25 0 1 0 510109546 21729280 5091 33554432000 134512640 135217611 4290476160 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 5305 5091 77 173 0 5130 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 29924

[startup+162.3 s]
/proc/loadavg: 4.05 4.01 3.57 5/194 14416
/proc/meminfo: memFree=15082112/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=25056 CPUtime=162.19 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 6050 0 0 0 16218 1 0 0 25 0 1 0 510109546 25657344 6005 33554432000 134512640 135217611 4290476160 18446744073709551615 134532700 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 6264 6005 77 173 0 6089 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 33760

[startup+222.301 s]
/proc/loadavg: 4.07 4.02 3.60 5/194 14417
/proc/meminfo: memFree=15075480/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=28992 CPUtime=222.2 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 7034 0 0 0 22219 1 0 0 25 0 1 0 510109546 29687808 6989 33554432000 134512640 135217611 4290476160 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 7248 6989 77 173 0 7073 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 37696

[startup+282.3 s]
/proc/loadavg: 4.02 4.02 3.62 5/194 14419
/proc/meminfo: memFree=15063116/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=37308 CPUtime=282.2 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 9035 0 0 0 28218 2 0 0 25 0 1 0 510109546 38203392 8990 33554432000 134512640 135217611 4290476160 18446744073709551615 134527922 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 9327 8990 77 173 0 9152 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 46012

[startup+342.301 s]
/proc/loadavg: 4.01 4.01 3.64 5/194 14421
/proc/meminfo: memFree=15062176/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=37524 CPUtime=342.2 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 9099 0 0 0 34218 2 0 0 25 0 1 0 510109546 38424576 9054 33554432000 134512640 135217611 4290476160 18446744073709551615 134536942 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 9381 9054 77 173 0 9206 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 46228

[startup+402.3 s]
/proc/loadavg: 4.00 4.01 3.66 5/194 14422
/proc/meminfo: memFree=15059748/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3

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

[pid=14412] ppid=14409 vsize=42216 CPUtime=522.21 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 10171 0 0 0 52218 3 0 0 25 0 1 0 510109546 43229184 10126 33554432000 134512640 135217611 4290476160 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 10554 10126 77 173 0 10379 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 50920

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.71 5/194 14427
/proc/meminfo: memFree=15045648/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=46104 CPUtime=582.21 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 11058 0 0 0 58218 3 0 0 25 0 1 0 510109546 47210496 11013 33554432000 134512640 135217611 4290476160 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 11526 11013 77 173 0 11351 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 54808

[startup+642.3 s]
/proc/loadavg: 4.07 4.02 3.73 5/194 14429
/proc/meminfo: memFree=15043960/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=46392 CPUtime=642.22 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 11158 0 0 0 64219 3 0 0 25 0 1 0 510109546 47505408 11113 33554432000 134512640 135217611 4290476160 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 11598 11113 77 173 0 11423 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 55096

[startup+702.301 s]
/proc/loadavg: 4.02 4.01 3.75 5/194 14460
/proc/meminfo: memFree=15813428/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=46788 CPUtime=702.22 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 11259 0 0 0 70219 3 0 0 25 0 1 0 510109546 47910912 11214 33554432000 134512640 135217611 4290476160 18446744073709551615 134539424 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 11697 11214 77 173 0 11522 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 55492

[startup+762.308 s]
/proc/loadavg: 4.04 4.02 3.76 5/194 14462
/proc/meminfo: memFree=15800656/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=48432 CPUtime=762.22 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 11608 0 0 0 76219 3 0 0 25 0 1 0 510109546 49594368 11563 33554432000 134512640 135217611 4290476160 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 12108 11563 77 173 0 11933 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 57136

[startup+822.301 s]
/proc/loadavg: 4.05 4.03 3.78 5/194 14463
/proc/meminfo: memFree=15789928/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=48884 CPUtime=822.22 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 11755 0 0 0 82219 3 0 0 25 0 1 0 510109546 50057216 11710 33554432000 134512640 135217611 4290476160 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 12221 11710 77 173 0 12046 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 57588

[startup+882.301 s]
/proc/loadavg: 3.41 3.85 3.73 4/187 14483
/proc/meminfo: memFree=15863352/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=51756 CPUtime=882.22 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 12362 0 0 0 88219 3 0 0 25 0 1 0 510109546 52998144 12317 33554432000 134512640 135217611 4290476160 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 12939 12317 77 173 0 12764 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 60460

[startup+942.301 s]
/proc/loadavg: 3.15 3.69 3.68 4/187 14485
/proc/meminfo: memFree=15855632/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=53876 CPUtime=942.22 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 12908 0 0 0 94219 3 0 0 25 0 1 0 510109546 55169024 12863 33554432000 134512640 135217611 4290476160 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 13469 12863 77 173 0 13294 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 62580

[startup+1002.3 s]
/proc/loadavg: 3.09 3.58 3.64 4/187 14486
/proc/meminfo: memFree=15848904/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=55644 CPUtime=1002.23 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 13349 0 0 0 100219 4 0 0 25 0 1 0 510109546 56979456 13304 33554432000 134512640 135217611 4290476160 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 13911 13304 77 173 0 13736 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 64348

[startup+1062.3 s]
/proc/loadavg: 2.46 3.32 3.55 3/180 14506
/proc/meminfo: memFree=15890556/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=56920 CPUtime=1062.23 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 13681 0 0 0 106219 4 0 0 25 0 1 0 510109546 58286080 13636 33554432000 134512640 135217611 4290476160 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 14230 13636 77 173 0 14055 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 65624

[startup+1122.3 s]
/proc/loadavg: 2.17 3.07 3.45 3/180 14507
/proc/meminfo: memFree=15884788/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=58672 CPUtime=1122.23 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 14035 0 0 0 112219 4 0 0 25 0 1 0 510109546 60080128 13990 33554432000 134512640 135217611 4290476160 18446744073709551615 134528068 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 14668 13990 77 173 0 14493 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 67376

[startup+1182.3 s]
/proc/loadavg: 2.06 2.88 3.35 3/180 14509
/proc/meminfo: memFree=15880172/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=60084 CPUtime=1182.23 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 14353 0 0 0 118219 4 0 0 25 0 1 0 510109546 61526016 14308 33554432000 134512640 135217611 4290476160 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 15021 14308 77 173 0 14846 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 68788

[startup+1242.3 s]
/proc/loadavg: 2.02 2.71 3.27 3/180 14511
/proc/meminfo: memFree=15874416/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=60780 CPUtime=1242.23 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 14574 0 0 0 124219 4 0 0 25 0 1 0 510109546 62238720 14529 33554432000 134512640 135217611 4290476160 18446744073709551615 134532614 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 15195 14529 77 173 0 15020 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 69484



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.06 2.60 3.19 3/180 14512
/proc/meminfo: memFree=15873272/32950928 swapFree=67087032/67111528
[pid=14409] ppid=14407 vsize=8704 CPUtime=0.09 cores=1,3
/proc/14409/stat : 14409 (glucose.sh) S 14407 14409 13978 0 -1 4202496 360 1581 0 0 0 0 9 0 19 0 1 0 510109536 8912896 255 33554432000 4194304 4922060 140736288695776 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/14409/statm: 2176 255 211 178 0 69 0
[pid=14412] ppid=14409 vsize=61788 CPUtime=1299.94 cores=1,3
/proc/14412/stat : 14412 (glucose_static) R 14409 14409 13978 0 -1 4202496 14794 0 0 0 129990 4 0 0 25 0 1 0 510109546 63270912 14749 33554432000 134512640 135217611 4290476160 18446744073709551615 134528016 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14412/statm: 15447 14749 77 173 0 15272 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 70492

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.06
CPU user time (s): 1300
CPU system time (s): 0.057991
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 70492

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

runsolver used 1.9657 second user time and 5.14022 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-28 12:05:25
IDJOB=3309047
IDBENCH=84205
IDSOLVER=1691
FILE ID=node148/3309047-1303985125
RUNJOBID= node148-1303983193-13998
PBS_JOBID= 13168678
Free space on /tmp= 71300 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT03/industrial/goldberg/hard_eq_check/c6288mul.miter.shuffled-as.sat03-346.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309047-1303985125/watcher-3309047-1303985125 -o /tmp/evaluation-result-3309047-1303985125/solver-3309047-1303985125 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309047-1303985125.cnf

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

MD5SUM BENCH= 9799c8db3562549113e4a12f98721530
RANDOM SEED=1355547780

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15156144 kB
Buffers:       2082512 kB
Cached:       14331672 kB
SwapCached:       5264 kB
Active:        7630592 kB
Inactive:      9596068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15156144 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:            2760 kB
Writeback:           0 kB
AnonPages:      808512 kB
Mapped:          15004 kB
Slab:           503852 kB
PageTables:       6928 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:  1037260 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= 71388 MiB
End job on node148 at 2011-04-28 12:27:07