Trace number 3309170

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

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w9.shuffled.cnf
MD5SUM3469bb30890bba597175d692c3430b0e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark32.0421
Satisfiable
(Un)Satisfiability was proved
Number of variables11313
Number of clauses305160
Sum of the clauses size619119
Maximum clause length9
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2303903
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  305160   619119 |   91547       0        0     nan |  0.000 % |
0.00/0.92	c |         0 |  303750  1080083 |      --       0       --      -- |     --   | -1410/460964
0.00/0.92	c ==============================================================================
0.00/0.92	c Result  :   #vars: 9937   #clauses: 303750   #literals: 1080083
0.00/0.92	c CPU time:   0.912861 s
0.00/0.92	c ==============================================================================
1.10/1.11	c
1.10/1.11	c Starting glucose
1.10/1.11	c
1.10/1.11	
1.10/1.11	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
1.10/1.11	
1.10/1.11	c ============================[ Problem Statistics ]=============================
1.10/1.11	c |                                                                             |
1.10/1.11	c |  Number of variables:  9937                                                 |
1.10/1.11	c |  Number of clauses:    303750                                               |
1.10/1.24	c |  Parsing time:         0.12         s                                       |
1300.01/1300.01	HOME/glucose.sh: line 55:  7085 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-3309170-1303985970/watcher-3309170-1303985970 -o /tmp/evaluation-result-3309170-1303985970/solver-3309170-1303985970 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3309170-1303985970.cnf 

running on 2 cores: 5,7

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: 2.63 2.84 3.02 5/192 7082
/proc/meminfo: memFree=14201516/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=0 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510196827 8912896 253 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 253 211 178 0 69 0

[startup+0.031617 s]
/proc/loadavg: 2.63 2.84 3.02 5/192 7082
/proc/meminfo: memFree=14201516/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=0 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510196827 8912896 253 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100606 s]
/proc/loadavg: 2.63 2.84 3.02 5/192 7082
/proc/meminfo: memFree=14201516/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=0 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510196827 8912896 253 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300627 s]
/proc/loadavg: 2.63 2.84 3.02 5/192 7082
/proc/meminfo: memFree=14201516/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=0 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510196827 8912896 253 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.7005 s]
/proc/loadavg: 2.63 2.84 3.02 5/192 7082
/proc/meminfo: memFree=14201516/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=0 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 335 0 0 0 0 0 0 0 25 0 1 0 510196827 8912896 253 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50036 s]
/proc/loadavg: 2.63 2.84 3.02 5/194 7084
/proc/meminfo: memFree=14170392/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 8704

[startup+3.10108 s]
/proc/loadavg: 2.63 2.84 3.02 5/194 7085
/proc/meminfo: memFree=14168284/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=23468 CPUtime=1.97 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 5745 0 0 0 197 0 0 0 25 0 1 0 510196938 24031232 5700 33554432000 134512640 135217611 4287969344 18446744073709551615 134532664 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 5867 5700 75 173 0 5692 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 32172

[startup+6.30055 s]
/proc/loadavg: 2.74 2.86 3.03 5/194 7085
/proc/meminfo: memFree=14163836/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=27116 CPUtime=5.17 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 6636 0 0 0 517 0 0 0 25 0 1 0 510196938 27766784 6591 33554432000 134512640 135217611 4287969344 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 6779 6591 75 173 0 6604 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 35820

[startup+12.7004 s]
/proc/loadavg: 2.84 2.88 3.03 5/194 7086
/proc/meminfo: memFree=14158252/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=29380 CPUtime=11.58 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 7201 0 0 0 1157 1 0 0 25 0 1 0 510196938 30085120 7156 33554432000 134512640 135217611 4287969344 18446744073709551615 134532678 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 7345 7156 76 173 0 7170 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 38084

[startup+25.5011 s]
/proc/loadavg: 3.10 2.93 3.05 5/194 7086
/proc/meminfo: memFree=14148820/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=33248 CPUtime=24.38 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 8168 0 0 0 2437 1 0 0 25 0 1 0 510196938 34045952 8123 33554432000 134512640 135217611 4287969344 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 8312 8123 76 173 0 8137 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 41952

[startup+51.1006 s]
/proc/loadavg: 3.41 3.02 3.07 5/194 7087
/proc/meminfo: memFree=14138492/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=36452 CPUtime=49.97 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 8966 0 0 0 4996 1 0 0 25 0 1 0 510196938 37326848 8921 33554432000 134512640 135217611 4287969344 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 9113 8921 76 173 0 8938 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 45156

[startup+102.307 s]
/proc/loadavg: 3.81 3.18 3.12 5/194 7088
/proc/meminfo: memFree=14123104/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=38820 CPUtime=101.18 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 9544 0 0 0 10117 1 0 0 25 0 1 0 510196938 39751680 9499 33554432000 134512640 135217611 4287969344 18446744073709551615 134538442 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 9705 9499 76 173 0 9530 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 47524

[startup+162.301 s]
/proc/loadavg: 3.93 3.33 3.18 5/194 7090
/proc/meminfo: memFree=14110544/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=41424 CPUtime=161.18 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 10140 0 0 0 16117 1 0 0 25 0 1 0 510196938 42418176 10095 33554432000 134512640 135217611 4287969344 18446744073709551615 134532756 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 10356 10095 76 173 0 10181 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 50128

[startup+222.3 s]
/proc/loadavg: 3.97 3.45 3.22 5/194 7091
/proc/meminfo: memFree=14095612/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=43268 CPUtime=221.17 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 10606 0 0 0 22116 1 0 0 25 0 1 0 510196938 44306432 10561 33554432000 134512640 135217611 4287969344 18446744073709551615 134533007 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 10817 10561 76 173 0 10642 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 51972

[startup+282.301 s]
/proc/loadavg: 4.03 3.56 3.28 5/194 7093
/proc/meminfo: memFree=14089116/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=45200 CPUtime=281.17 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 11076 0 0 0 28116 1 0 0 25 0 1 0 510196938 46284800 11031 33554432000 134512640 135217611 4287969344 18446744073709551615 134528216 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 11300 11031 76 173 0 11125 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 53904

[startup+342.301 s]
/proc/loadavg: 4.01 3.64 3.32 5/194 7094
/proc/meminfo: memFree=14081268/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=46844 CPUtime=341.18 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 11471 0 0 0 34116 2 0 0 25 0 1 0 510196938 47968256 11426 33554432000 134512640 135217611 4287969344 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 11711 11426 76 173 0 11536 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 55548

[startup+402.301 s]
/proc/loadavg: 4.00 3.70 3.36 5/194 7096
/proc/meminfo: memFree=14076148/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=48628 CPUtime=401.18 cores=5,7

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

[pid=7085] ppid=7082 vsize=55768 CPUtime=521.18 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 13636 0 0 0 52116 2 0 0 25 0 1 0 510196938 57106432 13591 33554432000 134512640 135217611 4287969344 18446744073709551615 134533190 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 13942 13591 76 173 0 13767 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 64472

[startup+582.301 s]
/proc/loadavg: 4.00 3.84 3.47 5/194 7101
/proc/meminfo: memFree=14050600/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=58552 CPUtime=581.18 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 14303 0 0 0 58116 2 0 0 25 0 1 0 510196938 59957248 14258 33554432000 134512640 135217611 4287969344 18446744073709551615 134532682 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 14638 14258 76 173 0 14463 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 67256

[startup+642.301 s]
/proc/loadavg: 4.00 3.86 3.50 5/194 7102
/proc/meminfo: memFree=14044480/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=60408 CPUtime=641.2 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 14761 0 0 0 64117 3 0 0 25 0 1 0 510196938 61857792 14716 33554432000 134512640 135217611 4287969344 18446744073709551615 134533152 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 15102 14716 76 173 0 14927 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 69112

[startup+702.301 s]
/proc/loadavg: 4.03 3.90 3.53 5/194 7104
/proc/meminfo: memFree=14040096/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=62104 CPUtime=701.19 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 15178 0 0 0 70116 3 0 0 25 0 1 0 510196938 63594496 15133 33554432000 134512640 135217611 4287969344 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 15526 15133 76 173 0 15351 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 70808

[startup+762.307 s]
/proc/loadavg: 4.01 3.92 3.56 5/194 7106
/proc/meminfo: memFree=14032988/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=63448 CPUtime=761.2 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 15539 0 0 0 76117 3 0 0 25 0 1 0 510196938 64970752 15494 33554432000 134512640 135217611 4287969344 18446744073709551615 134536986 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 15862 15494 76 173 0 15687 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 72152

[startup+822.3 s]
/proc/loadavg: 4.06 3.94 3.59 5/194 7107
/proc/meminfo: memFree=14029460/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=63904 CPUtime=821.19 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 15627 0 0 0 82116 3 0 0 25 0 1 0 510196938 65437696 15582 33554432000 134512640 135217611 4287969344 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 15976 15582 76 173 0 15801 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 72608

[startup+882.301 s]
/proc/loadavg: 4.02 3.95 3.61 5/194 7109
/proc/meminfo: memFree=14023840/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=66028 CPUtime=881.19 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 16159 0 0 0 88116 3 0 0 25 0 1 0 510196938 67612672 16114 33554432000 134512640 135217611 4287969344 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 16507 16114 76 173 0 16332 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 74732

[startup+942.301 s]
/proc/loadavg: 4.00 3.95 3.63 5/194 7110
/proc/meminfo: memFree=14020820/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=67348 CPUtime=941.2 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 16497 0 0 0 94116 4 0 0 25 0 1 0 510196938 68964352 16452 33554432000 134512640 135217611 4287969344 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 16837 16452 76 173 0 16662 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 76052

[startup+1002.3 s]
/proc/loadavg: 3.47 3.82 3.61 4/187 7130
/proc/meminfo: memFree=14063608/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=68932 CPUtime=1001.2 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 16903 0 0 0 100116 4 0 0 25 0 1 0 510196938 70586368 16858 33554432000 134512640 135217611 4287969344 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 17233 16858 76 173 0 17058 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 77636

[startup+1062.3 s]
/proc/loadavg: 3.17 3.67 3.57 4/187 7132
/proc/meminfo: memFree=14057988/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=70308 CPUtime=1061.2 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 17260 0 0 0 106116 4 0 0 25 0 1 0 510196938 71995392 17215 33554432000 134512640 135217611 4287969344 18446744073709551615 134533118 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 17577 17215 76 173 0 17402 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 79012

[startup+1122.3 s]
/proc/loadavg: 3.06 3.54 3.53 4/187 7133
/proc/meminfo: memFree=14055844/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=71860 CPUtime=1121.2 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 17630 0 0 0 112116 4 0 0 25 0 1 0 510196938 73584640 17585 33554432000 134512640 135217611 4287969344 18446744073709551615 134532709 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 17965 17585 76 173 0 17790 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 80564

[startup+1182.3 s]
/proc/loadavg: 3.02 3.44 3.49 4/187 7135
/proc/meminfo: memFree=14052100/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=72748 CPUtime=1181.2 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 17844 0 0 0 118116 4 0 0 25 0 1 0 510196938 74493952 17799 33554432000 134512640 135217611 4287969344 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 18187 17799 76 173 0 18012 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 81452

[startup+1242.3 s]
/proc/loadavg: 3.01 3.36 3.46 5/187 7136
/proc/meminfo: memFree=14051064/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=72940 CPUtime=1241.2 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 17886 0 0 0 124116 4 0 0 25 0 1 0 510196938 74690560 17841 33554432000 134512640 135217611 4287969344 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 18235 17841 76 173 0 18060 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 81644



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.49 3.18 3.39 2/173 7175
/proc/meminfo: memFree=14154724/32950928 swapFree=67111528/67111528
[pid=7082] ppid=7080 vsize=8704 CPUtime=1.1 cores=5,7
/proc/7082/stat : 7082 (glucose.sh) S 7080 7082 6397 0 -1 4202496 360 7233 0 0 0 0 108 2 18 0 1 0 510196827 8912896 255 33554432000 4194304 4922060 140735005963344 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/7082/statm: 2176 255 211 178 0 69 0
[pid=7085] ppid=7082 vsize=73816 CPUtime=1298.91 cores=5,7
/proc/7085/stat : 7085 (glucose_static) R 7082 7082 6397 0 -1 4202496 18098 0 0 0 129887 4 0 0 25 0 1 0 510196938 75587584 18053 33554432000 134512640 135217611 4287969344 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/7085/statm: 18454 18053 76 173 0 18279 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 82520

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.077988
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 82520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.077988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25722
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= 8
involuntary context switches= 2164

runsolver used 2.07468 second user time and 5.02324 second system time

The end

Launcher Data

Begin job on node123 at 2011-04-28 12:19:30
IDJOB=3309170
IDBENCH=88066
IDSOLVER=1691
FILE ID=node123/3309170-1303985970
RUNJOBID= node123-1303985954-6946
PBS_JOBID= 13168703
Free space on /tmp= 72808 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w9.shuffled.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3309170-1303985970/watcher-3309170-1303985970 -o /tmp/evaluation-result-3309170-1303985970/solver-3309170-1303985970 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3309170-1303985970.cnf

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

MD5SUM BENCH= 3469bb30890bba597175d692c3430b0e
RANDOM SEED=386319496

node123.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.838
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.67
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.838
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.15
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.838
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.838
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.82
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.838
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.74
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.838
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.80
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.838
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.74
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.838
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14201548 kB
Buffers:       2188008 kB
Cached:       15921080 kB
SwapCached:          0 kB
Active:        8866624 kB
Inactive:      9332892 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14201548 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           12804 kB
Writeback:           0 kB
AnonPages:       89652 kB
Mapped:          15940 kB
Slab:           485888 kB
PageTables:       5432 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   279084 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= 72812 MiB
End job on node123 at 2011-04-28 12:41:12