Trace number 3308915

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
SAT09 reference solver:glucose 1.0? (TO) 1300.04 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

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.05	c ==============================================================================
0.00/0.05	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.05	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.05	c ==============================================================================
0.00/0.05	c |         0 |  126441   324131 |   37932       0        0     nan |  0.000 % |
0.00/0.46	c |         0 |   87498   323274 |      --       0       --      -- |     --   | -38943/-857
0.00/0.46	c ==============================================================================
0.00/0.46	c Result  :   #vars: 15806   #clauses: 87498   #literals: 323274
0.00/0.46	c CPU time:   0.449931 s
0.00/0.46	c ==============================================================================
0.00/0.53	c
0.00/0.53	c Starting glucose
0.00/0.53	c
0.00/0.53	
0.00/0.53	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.53	
0.00/0.53	c ============================[ Problem Statistics ]=============================
0.00/0.53	c |                                                                             |
0.00/0.53	c |  Number of variables:  15806                                                |
0.00/0.53	c |  Number of clauses:    87498                                                |
0.00/0.56	c |  Parsing time:         0.03         s                                       |
1300.00/1300.01	HOME/glucose.sh: line 55: 31494 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-3308915-1303984645/watcher-3308915-1303984645 -o /tmp/evaluation-result-3308915-1303984645/solver-3308915-1303984645 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308915-1303984645.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.04 4.00 3.15 5/192 31491
/proc/meminfo: memFree=22057096/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) R 31489 31491 31143 0 -1 4202496 316 0 0 0 0 0 0 0 25 0 1 0 490879863 8912896 252 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261436821 0 65538 4100 65536 0 0 0 17 4 0 0 0
/proc/31491/statm: 2176 252 211 178 0 69 0

[startup+0.040018 s]
/proc/loadavg: 4.04 4.00 3.15 5/192 31491
/proc/meminfo: memFree=22057096/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 490879863 8912896 252 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31491/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101025 s]
/proc/loadavg: 4.04 4.00 3.15 5/192 31491
/proc/meminfo: memFree=22057096/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 490879863 8912896 252 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31491/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.301035 s]
/proc/loadavg: 4.04 4.00 3.15 5/192 31491
/proc/meminfo: memFree=22057096/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 490879863 8912896 252 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 6 0 0 0
/proc/31491/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700858 s]
/proc/loadavg: 4.04 4.00 3.15 5/192 31491
/proc/meminfo: memFree=22057096/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 8704

[startup+1.50077 s]
/proc/loadavg: 4.04 4.00 3.15 5/194 31494
/proc/meminfo: memFree=22041332/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=11296 CPUtime=0.96 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 2673 0 0 0 96 0 0 0 25 0 1 0 490879916 11567104 2627 33554432000 134512640 135217611 4290257008 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 2824 2627 77 173 0 2649 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 20000

[startup+3.1005 s]
/proc/loadavg: 4.04 4.00 3.15 5/194 31494
/proc/meminfo: memFree=22038852/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=13672 CPUtime=2.56 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 3281 0 0 0 256 0 0 0 25 0 1 0 490879916 14000128 3235 33554432000 134512640 135217611 4290257008 18446744073709551615 134533046 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 3418 3235 77 173 0 3243 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 22376

[startup+6.30092 s]
/proc/loadavg: 4.04 4.00 3.16 5/194 31494
/proc/meminfo: memFree=22035752/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=16092 CPUtime=5.76 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 3865 0 0 0 576 0 0 0 25 0 1 0 490879916 16478208 3819 33554432000 134512640 135217611 4290257008 18446744073709551615 134533146 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 4023 3819 77 173 0 3848 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 24796

[startup+12.7008 s]
/proc/loadavg: 4.04 4.00 3.16 5/194 31495
/proc/meminfo: memFree=22031060/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=17716 CPUtime=12.16 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 4279 0 0 0 1216 0 0 0 25 0 1 0 490879916 18141184 4233 33554432000 134512640 135217611 4290257008 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 4429 4233 77 173 0 4254 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26420

[startup+25.5005 s]
/proc/loadavg: 4.03 4.00 3.17 5/194 31495
/proc/meminfo: memFree=22026352/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=20168 CPUtime=24.96 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 4872 0 0 0 2496 0 0 0 25 0 1 0 490879916 20652032 4826 33554432000 134512640 135217611 4290257008 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 5042 4826 77 173 0 4867 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 28872

[startup+51.101 s]
/proc/loadavg: 4.02 4.00 3.19 5/194 31495
/proc/meminfo: memFree=22014548/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=23184 CPUtime=50.56 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 5618 0 0 0 5056 0 0 0 25 0 1 0 490879916 23740416 5572 33554432000 134512640 135217611 4290257008 18446744073709551615 134533304 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 5796 5572 77 173 0 5621 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31888

[startup+102.307 s]
/proc/loadavg: 4.01 4.00 3.23 5/194 31497
/proc/meminfo: memFree=22002240/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=27172 CPUtime=101.76 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 6586 0 0 0 10176 0 0 0 25 0 1 0 490879916 27824128 6540 33554432000 134512640 135217611 4290257008 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 6793 6540 77 173 0 6618 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 35876

[startup+162.3 s]
/proc/loadavg: 4.04 4.01 3.28 5/194 31498
/proc/meminfo: memFree=21992060/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=30728 CPUtime=161.76 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 7465 0 0 0 16176 0 0 0 25 0 1 0 490879916 31465472 7419 33554432000 134512640 135217611 4290257008 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 7682 7419 77 173 0 7507 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 39432

[startup+222.301 s]
/proc/loadavg: 4.01 4.01 3.33 5/194 31539
/proc/meminfo: memFree=22183552/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=33948 CPUtime=221.76 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 8199 0 0 0 22175 1 0 0 25 0 1 0 490879916 34762752 8153 33554432000 134512640 135217611 4290257008 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 8487 8153 77 173 0 8312 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 42652

[startup+282.301 s]
/proc/loadavg: 4.00 4.00 3.37 5/194 31541
/proc/meminfo: memFree=22171116/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=37652 CPUtime=281.77 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 9091 0 0 0 28176 1 0 0 25 0 1 0 490879916 38555648 9045 33554432000 134512640 135217611 4290257008 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 9413 9045 77 173 0 9238 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 46356

[startup+342.301 s]
/proc/loadavg: 4.00 4.00 3.40 5/194 31542
/proc/meminfo: memFree=22162540/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=41044 CPUtime=341.76 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 9915 0 0 0 34175 1 0 0 25 0 1 0 490879916 42029056 9869 33554432000 134512640 135217611 4290257008 18446744073709551615 134533084 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 10261 9869 77 173 0 10086 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 49748

[startup+402.301 s]
/proc/loadavg: 4.00 4.00 3.44 5/194 31544
/proc/meminfo: memFree=22151500/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6

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

[pid=31494] ppid=31491 vsize=47140 CPUtime=521.77 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 11474 0 0 0 52175 2 0 0 25 0 1 0 490879916 48271360 11428 33554432000 134512640 135217611 4290257008 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 11785 11428 77 173 0 11610 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 55844

[startup+582.301 s]
/proc/loadavg: 4.06 4.02 3.54 5/194 31549
/proc/meminfo: memFree=22129992/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=48860 CPUtime=581.77 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 11841 0 0 0 58175 2 0 0 25 0 1 0 490879916 50032640 11795 33554432000 134512640 135217611 4290257008 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 12215 11795 77 173 0 12040 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 57564

[startup+642.301 s]
/proc/loadavg: 4.07 4.03 3.57 5/194 31550
/proc/meminfo: memFree=22123648/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=50184 CPUtime=641.78 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 12182 0 0 0 64176 2 0 0 25 0 1 0 490879916 51388416 12136 33554432000 134512640 135217611 4290257008 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 12546 12136 77 173 0 12371 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 58888

[startup+702.301 s]
/proc/loadavg: 4.08 4.04 3.60 5/194 31552
/proc/meminfo: memFree=22117304/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=51636 CPUtime=701.77 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 12548 0 0 0 70175 2 0 0 25 0 1 0 490879916 52875264 12502 33554432000 134512640 135217611 4290257008 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 12909 12502 77 173 0 12734 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 60340

[startup+762.307 s]
/proc/loadavg: 4.03 4.03 3.62 5/194 31554
/proc/meminfo: memFree=22112812/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=52356 CPUtime=761.79 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 12727 0 0 0 76176 3 0 0 25 0 1 0 490879916 53612544 12681 33554432000 134512640 135217611 4290257008 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 13089 12681 77 173 0 12914 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 61060

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.64 5/194 31555
/proc/meminfo: memFree=22105472/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=53484 CPUtime=821.78 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 13004 0 0 0 82175 3 0 0 25 0 1 0 490879916 54767616 12958 33554432000 134512640 135217611 4290257008 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 13371 12958 77 173 0 13196 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 62188

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 3.66 5/194 31557
/proc/meminfo: memFree=22102352/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=54624 CPUtime=881.78 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 13298 0 0 0 88175 3 0 0 25 0 1 0 490879916 55934976 13252 33554432000 134512640 135217611 4290257008 18446744073709551615 134533327 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 13656 13252 77 173 0 13481 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 63328

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.68 5/194 31558
/proc/meminfo: memFree=22095756/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=58484 CPUtime=941.77 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 14248 0 0 0 94174 3 0 0 25 0 1 0 490879916 59887616 14202 33554432000 134512640 135217611 4290257008 18446744073709551615 134533034 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 14621 14202 77 173 0 14446 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 67188

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.70 5/194 31560
/proc/meminfo: memFree=22092388/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=58484 CPUtime=1001.78 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 14253 0 0 0 100175 3 0 0 25 0 1 0 490879916 59887616 14207 33554432000 134512640 135217611 4290257008 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 14621 14207 77 173 0 14446 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 67188

[startup+1062.3 s]
/proc/loadavg: 4.03 4.01 3.72 5/194 31561
/proc/meminfo: memFree=22088256/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=59152 CPUtime=1061.79 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 14366 0 0 0 106175 4 0 0 25 0 1 0 490879916 60571648 14320 33554432000 134512640 135217611 4290257008 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 14788 14320 77 173 0 14613 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 67856

[startup+1122.3 s]
/proc/loadavg: 4.09 4.03 3.74 5/194 31563
/proc/meminfo: memFree=22085384/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=60508 CPUtime=1121.79 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 14673 0 0 0 112175 4 0 0 25 0 1 0 490879916 61960192 14627 33554432000 134512640 135217611 4290257008 18446744073709551615 134533330 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 15127 14627 77 173 0 14952 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 69212

[startup+1182.3 s]
/proc/loadavg: 4.10 4.04 3.76 5/194 31565
/proc/meminfo: memFree=22076928/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=62920 CPUtime=1181.79 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 15297 0 0 0 118175 4 0 0 25 0 1 0 490879916 64430080 15251 33554432000 134512640 135217611 4290257008 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 15730 15251 77 173 0 15555 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 71624

[startup+1242.3 s]
/proc/loadavg: 4.04 4.03 3.77 5/194 31627
/proc/meminfo: memFree=22188352/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=65032 CPUtime=1241.78 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 15821 0 0 0 124174 4 0 0 25 0 1 0 490879916 66592768 15775 33554432000 134512640 135217611 4290257008 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 16258 15775 77 173 0 16083 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 73736



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.78 5/194 31660
/proc/meminfo: memFree=22159716/32951124 swapFree=67111528/67111528
[pid=31491] ppid=31489 vsize=8704 CPUtime=0.51 cores=4,6
/proc/31491/stat : 31491 (glucose.sh) S 31489 31491 31143 0 -1 4202496 360 5730 0 0 0 0 50 1 20 0 1 0 490879863 8912896 254 33554432000 4194304 4922060 140734492794464 18446744073709551615 254261435525 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/31491/statm: 2176 254 211 178 0 69 0
[pid=31494] ppid=31491 vsize=66376 CPUtime=1299.49 cores=4,6
/proc/31494/stat : 31494 (glucose_static) R 31491 31491 31143 0 -1 4202496 16133 0 0 0 129945 4 0 0 25 0 1 0 490879916 67969024 16087 33554432000 134512640 135217611 4290257008 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/31494/statm: 16594 16087 77 173 0 16419 0
Current children cumulated CPU time (s) 1300
Current children cumulated vsize (KiB) 75080

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.96
CPU system time (s): 0.071989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 75080

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

runsolver used 2.21566 second user time and 4.88826 second system time

The end

Launcher Data

Begin job on node140 at 2011-04-28 11:57:25
IDJOB=3308915
IDBENCH=83119
IDSOLVER=1691
FILE ID=node140/3308915-1303984645
RUNJOBID= node140-1303983195-31162
PBS_JOBID= 13168686
Free space on /tmp= 72608 MiB

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

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=1457400287

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22057368 kB
Buffers:       2284864 kB
Cached:        7754196 kB
SwapCached:          0 kB
Active:        2769396 kB
Inactive:      7555104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22057368 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            4032 kB
Writeback:           0 kB
AnonPages:      284968 kB
Mapped:          16080 kB
Slab:           504084 kB
PageTables:       5844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   470356 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= 72644 MiB
End job on node140 at 2011-04-28 12:19:07