Trace number 3308921

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

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-top25.cnf
MD5SUM1d36146d5d79c91e0605a19242395228
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark527.919
Satisfiable
(Un)Satisfiability was proved
Number of variables71356
Number of clauses227126
Sum of the clauses size555264
Maximum clause length2747
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2137909
Number of clauses of size 387742
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 51127

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.09	c ==============================================================================
0.00/0.09	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.09	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.09	c ==============================================================================
0.00/0.09	c |         0 |  213504   522328 |   64051       0        0     nan |  0.000 % |
0.00/0.72	c |         0 |  133536   451114 |      --       0       --      -- |     --   | -79968/-71214
0.00/0.72	c ==============================================================================
0.00/0.72	c Result  :   #vars: 26201   #clauses: 133536   #literals: 451114
0.00/0.72	c CPU time:   0.697893 s
0.00/0.72	c ==============================================================================
0.00/0.81	c
0.00/0.81	c Starting glucose
0.00/0.81	c
0.00/0.81	
0.00/0.81	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.81	
0.00/0.81	c ============================[ Problem Statistics ]=============================
0.00/0.81	c |                                                                             |
0.00/0.81	c |  Number of variables:  26201                                                |
0.00/0.81	c |  Number of clauses:    133536                                               |
0.00/0.86	c |  Parsing time:         0.04         s                                       |
1300.03/1300.01	HOME/glucose.sh: line 55: 14327 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-3308921-1303984654/watcher-3308921-1303984654 -o /tmp/evaluation-result-3308921-1303984654/solver-3308921-1303984654 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308921-1303984654.cnf 

running on 2 cores: 4,6

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.98 3.16 4/192 14324
/proc/meminfo: memFree=15297940/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) R 14322 14324 13978 0 -1 4202496 315 0 0 0 0 0 0 0 24 0 1 0 510062440 8912896 252 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476515221 0 65538 4100 65536 0 0 0 17 4 0 0 0
/proc/14324/statm: 2176 252 211 178 0 69 0

[startup+0.0890761 s]
/proc/loadavg: 4.00 3.98 3.16 4/192 14324
/proc/meminfo: memFree=15297940/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 510062440 8912896 252 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14324/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101091 s]
/proc/loadavg: 4.00 3.98 3.16 4/192 14324
/proc/meminfo: memFree=15297940/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 510062440 8912896 252 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14324/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301047 s]
/proc/loadavg: 4.00 3.98 3.16 4/192 14324
/proc/meminfo: memFree=15297940/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 510062440 8912896 252 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14324/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700968 s]
/proc/loadavg: 4.00 3.98 3.16 4/192 14324
/proc/meminfo: memFree=15297940/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 510062440 8912896 252 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/14324/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50081 s]
/proc/loadavg: 4.00 3.98 3.16 5/194 14327
/proc/meminfo: memFree=15276816/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=14584 CPUtime=0.67 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 3496 0 0 0 67 0 0 0 21 0 1 0 510062522 14934016 3450 33554432000 134512640 135217611 4293465280 18446744073709551615 134542243 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 3646 3450 77 173 0 3471 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 23288

[startup+3.1005 s]
/proc/loadavg: 4.00 3.98 3.16 5/194 14327
/proc/meminfo: memFree=15274584/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=16840 CPUtime=2.28 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 4079 0 0 0 227 1 0 0 25 0 1 0 510062522 17244160 4033 33554432000 134512640 135217611 4293465280 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 4210 4033 77 173 0 4035 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 25544

[startup+6.30089 s]
/proc/loadavg: 4.00 3.98 3.16 5/194 14327
/proc/meminfo: memFree=15270492/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=19176 CPUtime=5.48 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 4608 0 0 0 547 1 0 0 25 0 1 0 510062522 19636224 4562 33554432000 134512640 135217611 4293465280 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 4794 4562 77 173 0 4619 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 27880

[startup+12.7007 s]
/proc/loadavg: 4.00 3.98 3.17 5/194 14327
/proc/meminfo: memFree=15265840/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=21024 CPUtime=11.88 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 5099 0 0 0 1187 1 0 0 25 0 1 0 510062522 21528576 5053 33554432000 134512640 135217611 4293465280 18446744073709551615 134533310 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 5256 5053 77 173 0 5081 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 29728

[startup+25.5012 s]
/proc/loadavg: 4.00 3.98 3.18 5/194 14328
/proc/meminfo: memFree=15260136/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=23100 CPUtime=24.67 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 5590 0 0 0 2466 1 0 0 25 0 1 0 510062522 23654400 5544 33554432000 134512640 135217611 4293465280 18446744073709551615 134533664 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 5775 5544 77 173 0 5600 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 31804

[startup+51.1003 s]
/proc/loadavg: 4.06 3.99 3.20 5/194 14328
/proc/meminfo: memFree=15250648/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=24968 CPUtime=50.27 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 6061 0 0 0 5026 1 0 0 25 0 1 0 510062522 25567232 6015 33554432000 134512640 135217611 4293465280 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 6242 6015 77 173 0 6067 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 33672

[startup+102.306 s]
/proc/loadavg: 4.02 3.99 3.25 5/194 14330
/proc/meminfo: memFree=15213144/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=29368 CPUtime=101.49 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 7125 0 0 0 10147 2 0 0 25 0 1 0 510062522 30072832 7079 33554432000 134512640 135217611 4293465280 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 7342 7079 77 173 0 7167 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 38072

[startup+162.301 s]
/proc/loadavg: 4.04 4.00 3.30 5/194 14331
/proc/meminfo: memFree=15173532/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=32888 CPUtime=161.48 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 7996 0 0 0 16146 2 0 0 25 0 1 0 510062522 33677312 7950 33554432000 134512640 135217611 4293465280 18446744073709551615 134537459 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 8222 7950 77 173 0 8047 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 41592

[startup+222.301 s]
/proc/loadavg: 4.01 4.00 3.34 5/194 14372
/proc/meminfo: memFree=15202532/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=35460 CPUtime=221.48 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 8595 0 0 0 22146 2 0 0 25 0 1 0 510062522 36311040 8549 33554432000 134512640 135217611 4293465280 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 8865 8549 77 173 0 8690 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 44164

[startup+282.301 s]
/proc/loadavg: 4.04 4.01 3.38 5/194 14373
/proc/meminfo: memFree=15162152/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=37836 CPUtime=281.48 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 9199 0 0 0 28146 2 0 0 25 0 1 0 510062522 38744064 9153 33554432000 134512640 135217611 4293465280 18446744073709551615 134533061 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 9459 9153 77 173 0 9284 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 46540

[startup+342.301 s]
/proc/loadavg: 4.01 4.01 3.42 5/194 14375
/proc/meminfo: memFree=15127124/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=39848 CPUtime=341.48 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 9695 0 0 0 34146 2 0 0 25 0 1 0 510062522 40804352 9649 33554432000 134512640 135217611 4293465280 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 9962 9649 77 173 0 9787 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 48552

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.45 5/194 14379
/proc/meminfo: memFree=15092360/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6

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

[pid=14327] ppid=14324 vsize=45560 CPUtime=521.49 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 11116 0 0 0 52146 3 0 0 25 0 1 0 510062522 46653440 11070 33554432000 134512640 135217611 4293465280 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 11390 11070 77 173 0 11215 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 54264

[startup+582.301 s]
/proc/loadavg: 4.00 4.00 3.54 5/194 14414
/proc/meminfo: memFree=15087880/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=46224 CPUtime=581.49 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 11202 0 0 0 58146 3 0 0 25 0 1 0 510062522 47333376 11156 33554432000 134512640 135217611 4293465280 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 11556 11156 77 173 0 11381 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 54928

[startup+642.3 s]
/proc/loadavg: 4.04 4.01 3.57 5/194 14416
/proc/meminfo: memFree=15081856/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=47552 CPUtime=641.51 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 11538 0 0 0 64147 4 0 0 25 0 1 0 510062522 48693248 11492 33554432000 134512640 135217611 4293465280 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 11888 11492 77 173 0 11713 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 56256

[startup+702.301 s]
/proc/loadavg: 4.06 4.02 3.60 5/194 14418
/proc/meminfo: memFree=15074236/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=49928 CPUtime=701.5 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 12154 0 0 0 70146 4 0 0 25 0 1 0 510062522 51126272 12108 33554432000 134512640 135217611 4293465280 18446744073709551615 134533076 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 12482 12108 77 173 0 12307 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 58632

[startup+762.307 s]
/proc/loadavg: 4.02 4.02 3.62 5/194 14419
/proc/meminfo: memFree=15062992/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=51932 CPUtime=761.51 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 12671 0 0 0 76147 4 0 0 25 0 1 0 510062522 53178368 12625 33554432000 134512640 135217611 4293465280 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 12983 12625 77 173 0 12808 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 60636

[startup+822.301 s]
/proc/loadavg: 4.01 4.01 3.64 5/194 14421
/proc/meminfo: memFree=15061928/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=51932 CPUtime=821.5 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 12688 0 0 0 82146 4 0 0 25 0 1 0 510062522 53178368 12642 33554432000 134512640 135217611 4293465280 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 12983 12642 77 173 0 12808 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 60636

[startup+882.301 s]
/proc/loadavg: 4.00 4.01 3.66 5/194 14422
/proc/meminfo: memFree=15059488/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=51932 CPUtime=881.5 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 12692 0 0 0 88146 4 0 0 25 0 1 0 510062522 53178368 12646 33554432000 134512640 135217611 4293465280 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 12983 12646 77 173 0 12808 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 60636

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.68 5/194 14424
/proc/meminfo: memFree=15053580/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=54176 CPUtime=941.51 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 13225 0 0 0 94146 5 0 0 25 0 1 0 510062522 55476224 13179 33554432000 134512640 135217611 4293465280 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 13544 13179 77 173 0 13369 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 62880

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.70 5/194 14426
/proc/meminfo: memFree=15051300/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=54344 CPUtime=1001.52 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 13290 0 0 0 100147 5 0 0 25 0 1 0 510062522 55648256 13244 33554432000 134512640 135217611 4293465280 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 13586 13244 77 173 0 13411 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 63048

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.71 5/194 14427
/proc/meminfo: memFree=15045268/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=56280 CPUtime=1061.52 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 13748 0 0 0 106147 5 0 0 25 0 1 0 510062522 57630720 13702 33554432000 134512640 135217611 4293465280 18446744073709551615 134533288 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 14070 13702 77 173 0 13895 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 64984

[startup+1122.3 s]
/proc/loadavg: 4.06 4.02 3.74 5/194 14429
/proc/meminfo: memFree=15043832/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=56676 CPUtime=1121.52 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 13860 0 0 0 112147 5 0 0 25 0 1 0 510062522 58036224 13814 33554432000 134512640 135217611 4293465280 18446744073709551615 134533213 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 14169 13814 77 173 0 13994 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 65380

[startup+1182.3 s]
/proc/loadavg: 4.09 4.03 3.75 5/194 14460
/proc/meminfo: memFree=15812204/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=57360 CPUtime=1181.52 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 14001 0 0 0 118146 6 0 0 25 0 1 0 510062522 58736640 13955 33554432000 134512640 135217611 4293465280 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 14340 13955 77 173 0 14165 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 66064

[startup+1242.3 s]
/proc/loadavg: 4.11 4.04 3.77 5/194 14462
/proc/meminfo: memFree=15797872/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=60132 CPUtime=1241.52 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 14704 0 0 0 124146 6 0 0 25 0 1 0 510062522 61575168 14658 33554432000 134512640 135217611 4293465280 18446744073709551615 134533310 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 15033 14658 77 173 0 14858 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 68836



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.03 3.78 5/194 14464
/proc/meminfo: memFree=15789680/32950928 swapFree=67087032/67111528
[pid=14324] ppid=14322 vsize=8704 CPUtime=0.8 cores=4,6
/proc/14324/stat : 14324 (glucose.sh) S 14322 14324 13978 0 -1 4202496 359 9668 0 0 0 0 77 3 18 0 1 0 510062440 8912896 254 33554432000 4194304 4922060 140735789039088 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/14324/statm: 2176 254 211 178 0 69 0
[pid=14327] ppid=14324 vsize=61932 CPUtime=1299.23 cores=4,6
/proc/14327/stat : 14327 (glucose_static) R 14324 14324 13978 0 -1 4202496 15175 0 0 0 129916 7 0 0 25 0 1 0 510062522 63418368 15129 33554432000 134512640 135217611 4293465280 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/14327/statm: 15483 15129 77 173 0 15308 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 70636

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): 1299.95
CPU system time (s): 0.108983
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 70636

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

runsolver used 2.30965 second user time and 4.79527 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-28 11:57:34
IDJOB=3308921
IDBENCH=83121
IDSOLVER=1691
FILE ID=node148/3308921-1303984654
RUNJOBID= node148-1303983193-13997
PBS_JOBID= 13168678
Free space on /tmp= 71268 MiB

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

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

MD5SUM BENCH= 1d36146d5d79c91e0605a19242395228
RANDOM SEED=794960814

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:      15298220 kB
Buffers:       2082452 kB
Cached:       14362216 kB
SwapCached:       5264 kB
Active:        7490304 kB
Inactive:      9593716 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15298220 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:          112956 kB
Writeback:           0 kB
AnonPages:      635732 kB
Mapped:          15008 kB
Slab:           504052 kB
PageTables:       6612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   860092 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= 71376 MiB
End job on node148 at 2011-04-28 12:19:16