Trace number 3308900

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-top23.cnf
MD5SUM6ee28191d649bfeef8c7d8c569a3cd59
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark703.609
Satisfiable
(Un)Satisfiability was proved
Number of variables60823
Number of clauses193450
Sum of the clauses size472824
Maximum clause length2414
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2117689
Number of clauses of size 374473
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5991

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 |  181786   444486 |   54535       0        0     nan |  0.000 % |
0.00/0.65	c |         0 |  113554   383257 |      --       0       --      -- |     --   | -68232/-61229
0.00/0.65	c ==============================================================================
0.00/0.65	c Result  :   #vars: 22269   #clauses: 113554   #literals: 383257
0.00/0.66	c CPU time:   0.637903 s
0.00/0.66	c ==============================================================================
0.00/0.73	c
0.00/0.73	c Starting glucose
0.00/0.73	c
0.00/0.73	
0.00/0.73	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.73	
0.00/0.73	c ============================[ Problem Statistics ]=============================
0.00/0.73	c |                                                                             |
0.00/0.73	c |  Number of variables:  22269                                                |
0.00/0.73	c |  Number of clauses:    113554                                               |
0.00/0.78	c |  Parsing time:         0.04         s                                       |
1300.00/1300.01	HOME/glucose.sh: line 55: 20063 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-3308900-1303984626/watcher-3308900-1303984626 -o /tmp/evaluation-result-3308900-1303984626/solver-3308900-1303984626 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308900-1303984626.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.08 3.99 3.13 4/192 20060
/proc/meminfo: memFree=19132592/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510060544 8912896 253 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 253 211 178 0 69 0

[startup+0.02292 s]
/proc/loadavg: 4.08 3.99 3.13 4/192 20060
/proc/meminfo: memFree=19132592/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510060544 8912896 253 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100916 s]
/proc/loadavg: 4.08 3.99 3.13 4/192 20060
/proc/meminfo: memFree=19132592/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510060544 8912896 253 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300884 s]
/proc/loadavg: 4.08 3.99 3.13 4/192 20060
/proc/meminfo: memFree=19132592/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510060544 8912896 253 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700808 s]
/proc/loadavg: 4.08 3.99 3.13 4/192 20060
/proc/meminfo: memFree=19132592/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 334 0 0 0 0 0 0 0 25 0 1 0 510060544 8912896 253 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50068 s]
/proc/loadavg: 4.08 3.99 3.13 5/194 20063
/proc/meminfo: memFree=19113356/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=13044 CPUtime=0.75 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 3056 0 0 0 75 0 0 0 21 0 1 0 510060618 13357056 3011 33554432000 134512640 135217611 4292690192 18446744073709551615 134533190 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 3261 3011 77 173 0 3086 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 21748

[startup+3.10041 s]
/proc/loadavg: 4.07 3.99 3.14 5/194 20063
/proc/meminfo: memFree=19111900/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=15156 CPUtime=2.35 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 3592 0 0 0 235 0 0 0 25 0 1 0 510060618 15519744 3547 33554432000 134512640 135217611 4292690192 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 3789 3547 77 173 0 3614 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 23860

[startup+6.30085 s]
/proc/loadavg: 4.07 3.99 3.14 5/194 20063
/proc/meminfo: memFree=19109664/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=17220 CPUtime=5.55 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 4089 0 0 0 555 0 0 0 25 0 1 0 510060618 17633280 4044 33554432000 134512640 135217611 4292690192 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 4305 4044 77 173 0 4130 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 25924

[startup+12.7007 s]
/proc/loadavg: 4.06 3.99 3.14 5/194 20063
/proc/meminfo: memFree=19107052/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=18836 CPUtime=11.95 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 4474 0 0 0 1195 0 0 0 25 0 1 0 510060618 19288064 4429 33554432000 134512640 135217611 4292690192 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 4709 4429 77 173 0 4534 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 27540

[startup+25.5005 s]
/proc/loadavg: 4.13 4.01 3.16 5/194 20092
/proc/meminfo: memFree=19191312/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=21032 CPUtime=24.75 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 5023 0 0 0 2475 0 0 0 25 0 1 0 510060618 21536768 4978 33554432000 134512640 135217611 4292690192 18446744073709551615 134533386 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 5258 4978 77 173 0 5083 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 29736

[startup+51.1009 s]
/proc/loadavg: 4.09 4.01 3.18 5/194 20094
/proc/meminfo: memFree=19193016/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=24148 CPUtime=50.35 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 5805 0 0 0 5034 1 0 0 25 0 1 0 510060618 24727552 5760 33554432000 134512640 135217611 4292690192 18446744073709551615 134527953 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 6037 5760 77 173 0 5862 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32852

[startup+102.307 s]
/proc/loadavg: 4.03 4.00 3.22 5/194 20095
/proc/meminfo: memFree=19185452/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=27136 CPUtime=101.55 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 6543 0 0 0 10154 1 0 0 25 0 1 0 510060618 27787264 6498 33554432000 134512640 135217611 4292690192 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 6784 6498 77 173 0 6609 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 35840

[startup+162.3 s]
/proc/loadavg: 4.01 4.00 3.27 5/194 20097
/proc/meminfo: memFree=19146124/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=31748 CPUtime=161.54 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 7663 0 0 0 16153 1 0 0 25 0 1 0 510060618 32509952 7618 33554432000 134512640 135217611 4292690192 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 7937 7618 77 173 0 7762 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 40452

[startup+222.301 s]
/proc/loadavg: 4.00 4.00 3.31 5/194 20099
/proc/meminfo: memFree=19140272/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=33768 CPUtime=221.55 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 8130 0 0 0 22153 2 0 0 25 0 1 0 510060618 34578432 8085 33554432000 134512640 135217611 4292690192 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 8442 8085 77 173 0 8267 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 42472

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.35 5/194 20109
/proc/meminfo: memFree=19129732/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=38108 CPUtime=281.55 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 9146 0 0 0 28153 2 0 0 25 0 1 0 510060618 39022592 9101 33554432000 134512640 135217611 4292690192 18446744073709551615 134533190 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 9527 9101 77 173 0 9352 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 46812

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.39 5/194 20111
/proc/meminfo: memFree=19121644/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=43056 CPUtime=341.56 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 10411 0 0 0 34153 3 0 0 25 0 1 0 510060618 44089344 10366 33554432000 134512640 135217611 4292690192 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 10764 10366 77 173 0 10589 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 51760

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.42 5/194 20112
/proc/meminfo: memFree=19112316/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2

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

[pid=20063] ppid=20060 vsize=48772 CPUtime=521.55 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 11818 0 0 0 52152 3 0 0 25 0 1 0 510060618 49942528 11773 33554432000 134512640 135217611 4292690192 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 12193 11773 77 173 0 12018 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 57476

[startup+582.3 s]
/proc/loadavg: 4.04 4.01 3.52 5/194 20269
/proc/meminfo: memFree=19682192/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=49040 CPUtime=581.55 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 11829 0 0 0 58152 3 0 0 25 0 1 0 510060618 50216960 11784 33554432000 134512640 135217611 4292690192 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 12260 11784 77 173 0 12085 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 57744

[startup+642.301 s]
/proc/loadavg: 4.01 4.01 3.55 5/194 20271
/proc/meminfo: memFree=19673252/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=49360 CPUtime=641.56 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 11918 0 0 0 64153 3 0 0 25 0 1 0 510060618 50544640 11873 33554432000 134512640 135217611 4292690192 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 12340 11873 77 173 0 12165 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 58064

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.57 5/194 20272
/proc/meminfo: memFree=19668156/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=50180 CPUtime=701.56 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 12127 0 0 0 70152 4 0 0 25 0 1 0 510060618 51384320 12082 33554432000 134512640 135217611 4292690192 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 12545 12082 77 173 0 12370 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 58884

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.60 5/194 20274
/proc/meminfo: memFree=19659212/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=52504 CPUtime=761.57 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 12712 0 0 0 76153 4 0 0 25 0 1 0 510060618 53764096 12667 33554432000 134512640 135217611 4292690192 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 13126 12667 77 173 0 12951 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 61208

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.62 4/188 20294
/proc/meminfo: memFree=19740324/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=52992 CPUtime=821.56 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 12811 0 0 0 82152 4 0 0 25 0 1 0 510060618 54263808 12766 33554432000 134512640 135217611 4292690192 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 13248 12766 77 173 0 13073 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 61696

[startup+882.301 s]
/proc/loadavg: 3.34 3.80 3.58 4/187 20295
/proc/meminfo: memFree=19737748/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=53996 CPUtime=881.56 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 13032 0 0 0 88152 4 0 0 25 0 1 0 510060618 55291904 12987 33554432000 134512640 135217611 4292690192 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 13499 12987 77 173 0 13324 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 62700

[startup+942.301 s]
/proc/loadavg: 3.13 3.66 3.54 4/187 20297
/proc/meminfo: memFree=19734376/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=54656 CPUtime=941.56 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 13217 0 0 0 94152 4 0 0 25 0 1 0 510060618 55967744 13172 33554432000 134512640 135217611 4292690192 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 13664 13172 77 173 0 13489 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 63360

[startup+1002.3 s]
/proc/loadavg: 3.04 3.53 3.50 4/187 20298
/proc/meminfo: memFree=19729032/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=55652 CPUtime=1001.56 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 13448 0 0 0 100152 4 0 0 25 0 1 0 510060618 56987648 13403 33554432000 134512640 135217611 4292690192 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 13913 13403 77 173 0 13738 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 64356

[startup+1062.3 s]
/proc/loadavg: 3.02 3.44 3.47 4/187 20300
/proc/meminfo: memFree=19726288/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=56180 CPUtime=1061.57 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 13593 0 0 0 106153 4 0 0 25 0 1 0 510060618 57528320 13548 33554432000 134512640 135217611 4292690192 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 14045 13548 77 173 0 13870 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 64884

[startup+1122.3 s]
/proc/loadavg: 3.00 3.35 3.43 4/187 20302
/proc/meminfo: memFree=19723028/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=56748 CPUtime=1121.57 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 13731 0 0 0 112152 5 0 0 25 0 1 0 510060618 58109952 13686 33554432000 134512640 135217611 4292690192 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 14187 13686 77 173 0 14012 0
Current children cumulated CPU time (s) 1122.29
Current children cumulated vsize (KiB) 65452

[startup+1182.3 s]
/proc/loadavg: 3.00 3.29 3.41 4/187 20303
/proc/meminfo: memFree=19713108/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=61288 CPUtime=1181.57 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 14842 0 0 0 118151 6 0 0 25 0 1 0 510060618 62758912 14797 33554432000 134512640 135217611 4292690192 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 15322 14797 77 173 0 15147 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 69992

[startup+1242.3 s]
/proc/loadavg: 3.07 3.25 3.38 4/187 20305
/proc/meminfo: memFree=19710596/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=61288 CPUtime=1241.57 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 14859 0 0 0 124151 6 0 0 25 0 1 0 510060618 62758912 14814 33554432000 134512640 135217611 4292690192 18446744073709551615 134532987 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 15322 14814 77 173 0 15147 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 69992



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.02 3.20 3.36 4/187 20306
/proc/meminfo: memFree=19709940/32951124 swapFree=67111464/67111528
[pid=20060] ppid=20058 vsize=8704 CPUtime=0.72 cores=0,2
/proc/20060/stat : 20060 (glucose.sh) S 20058 20060 19774 0 -1 4202496 360 8079 0 0 0 0 70 2 18 0 1 0 510060544 8912896 255 33554432000 4194304 4922060 140734117900752 18446744073709551615 228244167813 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/20060/statm: 2176 255 211 178 0 69 0
[pid=20063] ppid=20060 vsize=61360 CPUtime=1299.28 cores=0,2
/proc/20063/stat : 20063 (glucose_static) R 20060 20060 19774 0 -1 4202496 14870 0 0 0 129922 6 0 0 25 0 1 0 510060618 62832640 14825 33554432000 134512640 135217611 4292690192 18446744073709551615 134533555 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/20063/statm: 15340 14825 77 173 0 15165 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 70064

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.094985
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 70064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.94
system time used= 0.094985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23319
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18
involuntary context switches= 2742

runsolver used 2.30065 second user time and 4.80527 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-28 11:57:06
IDJOB=3308900
IDBENCH=83114
IDSOLVER=1691
FILE ID=node136/3308900-1303984626
RUNJOBID= node136-1303983196-19793
PBS_JOBID= 13168690
Free space on /tmp= 72168 MiB

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

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

MD5SUM BENCH= 6ee28191d649bfeef8c7d8c569a3cd59
RANDOM SEED=2099984934

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.809
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.76
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.809
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.809
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.83
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.809
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.809
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:     32951124 kB
MemFree:      19132740 kB
Buffers:       1734144 kB
Cached:       10825300 kB
SwapCached:         60 kB
Active:        6275044 kB
Inactive:      6962420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      19132740 kB
SwapTotal:    67111528 kB
SwapFree:     67111464 kB
Dirty:            4944 kB
Writeback:           0 kB
AnonPages:      677148 kB
Mapped:          16036 kB
Slab:           516204 kB
PageTables:       6632 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   880288 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= 72304 MiB
End job on node136 at 2011-04-28 12:18:48