Trace number 3365548

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.0UNSAT 2279.48 2279.43

General information on the benchmark

Nameindustrial/vliw_unsat_2.0/
9dlx_vliw_at_b_iq7.cnf
MD5SUM0fbc00fde383cec371bb97d621c5e7e5
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark441.7
Satisfiable
(Un)Satisfiability was proved
Number of variables306095
Number of clauses6069108
Sum of the clauses size17675754
Maximum clause length163
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 25745111
Number of clauses of size 366910
Number of clauses of size 44878
Number of clauses of size 518476
Number of clauses of size over 5233732

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.00	c num clauses = 6069108
0.00/0.00	c too many clauses .. no preprocessing
0.00/0.00	c
0.00/0.00	c Starting glucose
0.00/0.00	c
0.00/0.00	
0.00/0.00	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.00	
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  306095                                               |
0.00/0.00	c |  Number of clauses:    6069108                                              |
1.89/1.96	c |  Parsing time:         1.84         s                                       |
2279.44/2279.40	c restarts              : 9713
2279.44/2279.40	c nb ReduceDB           : 70
2279.44/2279.40	c nb learnts DL2        : 9282
2279.44/2279.40	c nb learnts size 2     : 8753
2279.44/2279.40	c nb learnts size 1     : 56
2279.44/2279.40	c conflicts             : 3866751        (1696 /sec)
2279.44/2279.40	c decisions             : 130710296      (0.79 % random) (57348 /sec)
2279.44/2279.40	c propagations          : 8316230734     (3648655 /sec)
2279.44/2279.40	c conflict literals     : 365586379      (50.13 % deleted)
2279.44/2279.40	c Memory used           : 476.12 MB
2279.44/2279.40	c CPU time              : 2279.26 s
2279.44/2279.40	
2279.44/2279.40	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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-3365548-1305315248/watcher-3365548-1305315248 -o /tmp/evaluation-result-3365548-1305315248/solver-3365548-1305315248 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3365548-1305315248.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.24 0.05 0.02 2/230 29979
/proc/meminfo: memFree=8351456/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0

[startup+0.0639681 s]
/proc/loadavg: 0.24 0.05 0.02 2/230 29979
/proc/meminfo: memFree=8351456/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100903 s]
/proc/loadavg: 0.24 0.05 0.02 2/230 29979
/proc/meminfo: memFree=8351456/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300866 s]
/proc/loadavg: 0.24 0.05 0.02 2/230 29979
/proc/meminfo: memFree=8351456/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700797 s]
/proc/loadavg: 0.24 0.05 0.02 2/230 29979
/proc/meminfo: memFree=8351456/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50066 s]
/proc/loadavg: 0.24 0.05 0.02 3/232 29982
/proc/meminfo: memFree=8180204/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=266000 CPUtime=1.49 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 63605 0 0 0 141 8 0 0 25 0 1 0 643125020 272384000 63558 33554432000 134512640 135217611 4291267552 18446744073709551615 134547076 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29981/statm: 66500 63559 60 173 0 66325 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 274704

[startup+3.10037 s]
/proc/loadavg: 0.24 0.05 0.02 3/232 29982
/proc/meminfo: memFree=8015904/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=355336 CPUtime=3.09 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 85471 0 0 0 297 12 0 0 25 0 1 0 643125020 363864064 85424 33554432000 134512640 135217611 4291267552 18446744073709551615 134532823 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29981/statm: 88834 85424 74 173 0 88659 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 364040

[startup+6.30081 s]
/proc/loadavg: 0.46 0.10 0.03 3/232 29982
/proc/meminfo: memFree=8004508/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=360220 CPUtime=6.29 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 86659 0 0 0 617 12 0 0 25 0 1 0 643125020 368865280 86612 33554432000 134512640 135217611 4291267552 18446744073709551615 134532734 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29981/statm: 90055 86612 76 173 0 89880 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 368924

[startup+12.7007 s]
/proc/loadavg: 0.58 0.13 0.04 3/232 29982
/proc/meminfo: memFree=7998300/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=362876 CPUtime=12.69 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 87332 0 0 0 1257 12 0 0 25 0 1 0 643125020 371585024 87285 33554432000 134512640 135217611 4291267552 18446744073709551615 134726799 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29981/statm: 90719 87285 76 173 0 90544 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 371580

[startup+25.5004 s]
/proc/loadavg: 0.90 0.22 0.07 3/232 29982
/proc/meminfo: memFree=7989300/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=368760 CPUtime=25.49 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 88712 0 0 0 2536 13 0 0 25 0 1 0 643125020 377610240 88665 33554432000 134512640 135217611 4291267552 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29981/statm: 92190 88665 76 173 0 92015 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 377464

[startup+51.1009 s]
/proc/loadavg: 1.27 0.36 0.12 3/232 29983
/proc/meminfo: memFree=7972360/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=381808 CPUtime=51.09 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 91985 0 0 0 5096 13 0 0 25 0 1 0 643125020 390971392 91938 33554432000 134512640 135217611 4291267552 18446744073709551615 134533131 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/29981/statm: 95452 91938 76 173 0 95277 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 390512

[startup+102.309 s]
/proc/loadavg: 1.68 0.61 0.22 3/232 29984
/proc/meminfo: memFree=7960448/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=386824 CPUtime=102.3 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 93260 0 0 0 10216 14 0 0 25 0 1 0 643125020 396107776 93213 33554432000 134512640 135217611 4291267552 18446744073709551615 134525528 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 96706 93213 76 173 0 96531 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 395528

[startup+162.3 s]
/proc/loadavg: 1.88 0.86 0.33 3/232 29986
/proc/meminfo: memFree=7943676/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=396744 CPUtime=162.29 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 95727 0 0 0 16215 14 0 0 25 0 1 0 643125020 406265856 95680 33554432000 134512640 135217611 4291267552 18446744073709551615 134533757 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 99186 95680 76 173 0 99011 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 405448

[startup+222.301 s]
/proc/loadavg: 1.95 1.07 0.43 3/232 29988
/proc/meminfo: memFree=7914500/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=419088 CPUtime=222.29 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 101305 0 0 0 22214 15 0 0 25 0 1 0 643125020 429146112 101258 33554432000 134512640 135217611 4291267552 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 104772 101258 76 173 0 104597 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 427792

[startup+282.301 s]
/proc/loadavg: 2.07 1.26 0.54 3/232 29989
/proc/meminfo: memFree=7907508/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=419268 CPUtime=282.29 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 101352 0 0 0 28214 15 0 0 25 0 1 0 643125020 429330432 101305 33554432000 134512640 135217611 4291267552 18446744073709551615 134526378 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 104817 101305 76 173 0 104642 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 427972

[startup+342.3 s]
/proc/loadavg: 2.02 1.39 0.62 3/232 29991
/proc/meminfo: memFree=7900156/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=419268 CPUtime=342.29 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 101356 0 0 0 34214 15 0 0 25 0 1 0 643125020 429330432 101309 33554432000 134512640 135217611 4291267552 18446744073709551615 134528001 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 104817 101309 76 173 0 104642 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 427972

[startup+402.301 s]
/proc/loadavg: 2.01 1.50 0.71 3/232 30022
/proc/meminfo: memFree=7851576/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7

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


[startup+1962.3 s]
/proc/loadavg: 2.05 2.01 1.75 3/232 30353
/proc/meminfo: memFree=7166796/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=487544 CPUtime=1962.34 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 118336 0 0 0 196215 19 0 0 25 0 1 0 643125020 499245056 118289 33554432000 134512640 135217611 4291267552 18446744073709551615 134528167 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 121886 118289 76 173 0 121711 0
Current children cumulated CPU time (s) 1962.34
Current children cumulated vsize (KiB) 496248

[startup+2022.3 s]
/proc/loadavg: 2.02 2.01 1.76 3/232 30355
/proc/meminfo: memFree=7166876/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=487544 CPUtime=2022.33 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 118341 0 0 0 202214 19 0 0 25 0 1 0 643125020 499245056 118294 33554432000 134512640 135217611 4291267552 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 121886 118294 76 173 0 121711 0
Current children cumulated CPU time (s) 2022.33
Current children cumulated vsize (KiB) 496248

[startup+2082.31 s]
/proc/loadavg: 2.00 2.00 1.77 3/232 30356
/proc/meminfo: memFree=7146004/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=487544 CPUtime=2082.34 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 118358 0 0 0 208215 19 0 0 25 0 1 0 643125020 499245056 118311 33554432000 134512640 135217611 4291267552 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 121886 118311 76 173 0 121711 0
Current children cumulated CPU time (s) 2082.34
Current children cumulated vsize (KiB) 496248

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 1.78 3/232 30358
/proc/meminfo: memFree=7136532/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=487544 CPUtime=2142.34 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 118358 0 0 0 214215 19 0 0 25 0 1 0 643125020 499245056 118311 33554432000 134512640 135217611 4291267552 18446744073709551615 134527807 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 121886 118311 76 173 0 121711 0
Current children cumulated CPU time (s) 2142.34
Current children cumulated vsize (KiB) 496248

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/232 30359
/proc/meminfo: memFree=7136736/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=487544 CPUtime=2202.34 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 118358 0 0 0 220215 19 0 0 25 0 1 0 643125020 499245056 118311 33554432000 134512640 135217611 4291267552 18446744073709551615 134528016 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 121886 118311 76 173 0 121711 0
Current children cumulated CPU time (s) 2202.34
Current children cumulated vsize (KiB) 496248

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/232 30361
/proc/meminfo: memFree=7136564/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=487544 CPUtime=2262.34 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 118358 0 0 0 226215 19 0 0 25 0 1 0 643125020 499245056 118311 33554432000 134512640 135217611 4291267552 18446744073709551615 134522827 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 121886 118311 76 173 0 121711 0
Current children cumulated CPU time (s) 2262.34
Current children cumulated vsize (KiB) 496248

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

[startup+2265.5 s]
/proc/loadavg: 2.00 2.00 1.81 3/232 30361
/proc/meminfo: memFree=7136564/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=487544 CPUtime=2265.54 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 118358 0 0 0 226535 19 0 0 25 0 1 0 643125020 499245056 118311 33554432000 134512640 135217611 4291267552 18446744073709551615 134526239 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 121886 118311 76 173 0 121711 0
Current children cumulated CPU time (s) 2265.54
Current children cumulated vsize (KiB) 496248

[startup+2271.9 s]
/proc/loadavg: 2.00 2.00 1.81 3/232 30361
/proc/meminfo: memFree=7136532/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=487544 CPUtime=2271.94 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 118358 0 0 0 227175 19 0 0 25 0 1 0 643125020 499245056 118311 33554432000 134512640 135217611 4291267552 18446744073709551615 134532960 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 121886 118311 76 173 0 121711 0
Current children cumulated CPU time (s) 2271.94
Current children cumulated vsize (KiB) 496248

[startup+2275.1 s]
/proc/loadavg: 2.00 2.00 1.81 3/232 30361
/proc/meminfo: memFree=7136160/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=487544 CPUtime=2275.14 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 118358 0 0 0 227495 19 0 0 25 0 1 0 643125020 499245056 118311 33554432000 134512640 135217611 4291267552 18446744073709551615 134533219 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 121886 118311 76 173 0 121711 0
Current children cumulated CPU time (s) 2275.14
Current children cumulated vsize (KiB) 496248

[startup+2276.7 s]
/proc/loadavg: 2.00 2.00 1.81 3/232 30361
/proc/meminfo: memFree=7135168/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=487544 CPUtime=2276.74 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 118358 0 0 0 227655 19 0 0 25 0 1 0 643125020 499245056 118311 33554432000 134512640 135217611 4291267552 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 121886 118311 76 173 0 121711 0
Current children cumulated CPU time (s) 2276.74
Current children cumulated vsize (KiB) 496248

[startup+2278.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/232 30361
/proc/meminfo: memFree=7135168/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=487544 CPUtime=2278.34 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 118358 0 0 0 227815 19 0 0 25 0 1 0 643125020 499245056 118311 33554432000 134512640 135217611 4291267552 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 121886 118311 76 173 0 121711 0
Current children cumulated CPU time (s) 2278.34
Current children cumulated vsize (KiB) 496248

[startup+2279.1 s]
/proc/loadavg: 2.00 2.00 1.81 3/232 30361
/proc/meminfo: memFree=7135292/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=487544 CPUtime=2279.15 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 118358 0 0 0 227896 19 0 0 25 0 1 0 643125020 499245056 118311 33554432000 134512640 135217611 4291267552 18446744073709551615 134522528 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 121886 118311 76 173 0 121711 0
Current children cumulated CPU time (s) 2279.15
Current children cumulated vsize (KiB) 496248

[startup+2279.3 s]
/proc/loadavg: 2.00 2.00 1.81 3/232 30361
/proc/meminfo: memFree=7135292/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=487544 CPUtime=2279.34 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 118358 0 0 0 227915 19 0 0 25 0 1 0 643125020 499245056 118311 33554432000 134512640 135217611 4291267552 18446744073709551615 134522832 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 121886 118311 76 173 0 121711 0
Current children cumulated CPU time (s) 2279.34
Current children cumulated vsize (KiB) 496248

[startup+2279.4 s]
/proc/loadavg: 2.00 2.00 1.81 3/232 30361
/proc/meminfo: memFree=7135292/32950928 swapFree=64721848/67111528
[pid=29979] ppid=29977 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/29979/stat : 29979 (glucose.sh) S 29977 29979 29938 0 -1 4202496 360 111 0 0 0 0 0 0 21 0 1 0 643125020 8912896 255 33554432000 4194304 4922060 140734233483664 18446744073709551615 248089517189 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/29979/statm: 2176 255 211 178 0 69 0
[pid=29981] ppid=29979 vsize=487544 CPUtime=2279.44 cores=1,3,5,7
/proc/29981/stat : 29981 (glucose_static) R 29979 29979 29938 0 -1 4202496 118358 0 0 0 227925 19 0 0 25 0 1 0 643125020 499245056 118311 33554432000 134512640 135217611 4291267552 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 3 0 0 0
/proc/29981/statm: 121886 118311 76 173 0 121711 0
Current children cumulated CPU time (s) 2279.44
Current children cumulated vsize (KiB) 496248

Child status: 20
Real time (s): 2279.43
CPU time (s): 2279.48
CPU user time (s): 2279.26
CPU system time (s): 0.217966
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 496248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2279.26
system time used= 0.217966
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119052
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= 38
involuntary context switches= 25432

runsolver used 4.94725 second user time and 11.2793 second system time

The end

Launcher Data

Begin job on node123 at 2011-05-13 21:34:12
IDJOB=3365548
IDBENCH=20580
IDSOLVER=1842
FILE ID=node123/3365548-1305315248
RUNJOBID= node123-1305315246-29958
PBS_JOBID= 13324309
Free space on /tmp= 38792 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT07/industrial/vliw_unsat_2.0/9dlx_vliw_at_b_iq7.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3365548-1305315248/watcher-3365548-1305315248 -o /tmp/evaluation-result-3365548-1305315248/solver-3365548-1305315248 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3365548-1305315248.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 0fbc00fde383cec371bb97d621c5e7e5
RANDOM SEED=729255872

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:       8351736 kB
Buffers:        243628 kB
Cached:       14754988 kB
SwapCached:      10496 kB
Active:       12731000 kB
Inactive:     11349800 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       8351736 kB
SwapTotal:    67111528 kB
SwapFree:     64721848 kB
Dirty:          143136 kB
Writeback:           0 kB
AnonPages:     9079836 kB
Mapped:          16308 kB
Slab:           425820 kB
PageTables:      31152 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 13057052 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= 38640 MiB
End job on node123 at 2011-05-13 22:12:12