Trace number 3366080

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 2494.79 2494.74

General information on the benchmark

NameSAT-Race-2010-CNF/hardware-verification/
velev/1dlx_c_iq57_a.cnf
MD5SUM953b9cb99bfd26cff0e1ac65be1241f6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark552.98
Satisfiable
(Un)Satisfiability was proved
Number of variables569795
Number of clauses8562505
Sum of the clauses size24843745
Maximum clause length186
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 27567948
Number of clauses of size 3724416
Number of clauses of size 49898
Number of clauses of size 560873
Number of clauses of size over 5199369

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 = 8562505
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:  569795                                               |
0.00/0.00	c |  Number of clauses:    8562505                                              |
2.69/2.79	c |  Parsing time:         2.60         s                                       |
2494.66/2494.70	c restarts              : 3784
2494.66/2494.70	c nb ReduceDB           : 37
2494.66/2494.70	c nb learnts DL2        : 37939
2494.66/2494.70	c nb learnts size 2     : 35426
2494.66/2494.70	c nb learnts size 1     : 60
2494.66/2494.70	c conflicts             : 1457305        (584 /sec)
2494.66/2494.70	c decisions             : 44845537       (1.09 % random) (17977 /sec)
2494.66/2494.70	c propagations          : 13824349655    (5541842 /sec)
2494.66/2494.70	c conflict literals     : 210616181      (30.96 % deleted)
2494.66/2494.70	c Memory used           : 575.12 MB
2494.66/2494.70	c CPU time              : 2494.54 s
2494.66/2494.70	
2494.66/2494.70	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-3366080-1305325728/watcher-3366080-1305325728 -o /tmp/evaluation-result-3366080-1305325728/solver-3366080-1305325728 -C 5000 -W 5100 -M 15500 glucose.sh HOME/instance-3366080-1305325728.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: 2.00 2.00 2.00 2/308 14131
/proc/meminfo: memFree=5178324/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0

[startup+0.0412079 s]
/proc/loadavg: 2.00 2.00 2.00 2/308 14131
/proc/meminfo: memFree=5178324/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100261 s]
/proc/loadavg: 2.00 2.00 2.00 2/308 14131
/proc/meminfo: memFree=5178324/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300228 s]
/proc/loadavg: 2.00 2.00 2.00 2/308 14131
/proc/meminfo: memFree=5178324/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.701093 s]
/proc/loadavg: 2.00 2.00 2.00 2/308 14131
/proc/meminfo: memFree=5178324/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.83789 s]
/proc/loadavg: 2.00 2.00 2.00 2/308 14131
/proc/meminfo: memFree=5178324/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+3.10073 s]
/proc/loadavg: 2.08 2.02 2.01 3/310 14134
/proc/meminfo: memFree=4677588/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=532696 CPUtime=3.1 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 125665 0 0 0 291 19 0 0 25 0 1 0 644172522 545480704 125611 33554432000 134512640 135217611 4289063040 18446744073709551615 134723558 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 133174 125611 73 173 0 132999 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 541400

[startup+6.30118 s]
/proc/loadavg: 2.08 2.02 2.01 3/310 14134
/proc/meminfo: memFree=4674644/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=535252 CPUtime=6.29 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 126381 0 0 0 610 19 0 0 25 0 1 0 644172522 548098048 126327 33554432000 134512640 135217611 4289063040 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 133813 126327 74 173 0 133638 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 543956

[startup+12.701 s]
/proc/loadavg: 2.07 2.02 2.00 3/310 14134
/proc/meminfo: memFree=4673420/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=535916 CPUtime=12.69 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 126516 0 0 0 1250 19 0 0 25 0 1 0 644172522 548777984 126462 33554432000 134512640 135217611 4289063040 18446744073709551615 134542240 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 133979 126462 74 173 0 133804 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 544620

[startup+25.5007 s]
/proc/loadavg: 2.06 2.01 2.00 3/310 14134
/proc/meminfo: memFree=4670204/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=538956 CPUtime=25.49 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 127327 0 0 0 2530 19 0 0 25 0 1 0 644172522 551890944 127273 33554432000 134512640 135217611 4289063040 18446744073709551615 134532760 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 134739 127273 76 173 0 134564 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 547660

[startup+51.1002 s]
/proc/loadavg: 2.04 2.01 2.00 3/310 14135
/proc/meminfo: memFree=4664420/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=544104 CPUtime=51.09 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 128621 0 0 0 5089 20 0 0 25 0 1 0 644172522 557162496 128567 33554432000 134512640 135217611 4289063040 18446744073709551615 134542144 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 136026 128567 76 173 0 135851 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 552808

[startup+102.3 s]
/proc/loadavg: 2.06 2.02 2.00 3/310 14136
/proc/meminfo: memFree=4655372/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=551676 CPUtime=102.29 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 130502 0 0 0 10209 20 0 0 25 0 1 0 644172522 564916224 130448 33554432000 134512640 135217611 4289063040 18446744073709551615 134532797 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 137919 130448 76 173 0 137744 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 560380

[startup+162.301 s]
/proc/loadavg: 2.02 2.02 2.00 3/310 14138
/proc/meminfo: memFree=4625560/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=581184 CPUtime=162.3 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 137941 0 0 0 16208 22 0 0 25 0 1 0 644172522 595132416 137826 33554432000 134512640 135217611 4289063040 18446744073709551615 134542153 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 145296 137826 76 173 0 145121 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 589888

[startup+222.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/310 14140
/proc/meminfo: memFree=4625016/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=581184 CPUtime=222.3 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 137943 0 0 0 22208 22 0 0 25 0 1 0 644172522 595132416 137828 33554432000 134512640 135217611 4289063040 18446744073709551615 134532965 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 145296 137828 76 173 0 145121 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 589888

[startup+282.301 s]
/proc/loadavg: 2.00 2.01 2.00 3/310 14141
/proc/meminfo: memFree=4624344/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=581184 CPUtime=282.3 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 137946 0 0 0 28208 22 0 0 25 0 1 0 644172522 595132416 137831 33554432000 134512640 135217611 4289063040 18446744073709551615 134533277 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 145296 137831 76 173 0 145121 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 589888

[startup+342.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/310 14143
/proc/meminfo: memFree=4624052/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=581184 CPUtime=342.3 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 137948 0 0 0 34208 22 0 0 25 0 1 0 644172522 595132416 137833 33554432000 134512640 135217611 4289063040 18446744073709551615 134527815 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 145296 137833 76 173 0 145121 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 589888

[startup+402.3 s]
/proc/loadavg: 2.00 2.00 2.00 3/310 14144
/proc/meminfo: memFree=4624004/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=581184 CPUtime=402.3 cores=1,3,5,7

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


[startup+2142.3 s]
/proc/loadavg: 1.04 1.01 1.15 2/303 14221
/proc/meminfo: memFree=4737676/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=588924 CPUtime=2142.34 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 139868 0 0 0 214212 22 0 0 25 0 1 0 644172522 603058176 139753 33554432000 134512640 135217611 4289063040 18446744073709551615 134527905 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 147231 139753 76 173 0 147056 0
Current children cumulated CPU time (s) 2142.34
Current children cumulated vsize (KiB) 597628

[startup+2202.3 s]
/proc/loadavg: 1.06 1.02 1.14 2/303 14222
/proc/meminfo: memFree=4737712/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=588924 CPUtime=2202.34 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 139874 0 0 0 220212 22 0 0 25 0 1 0 644172522 603058176 139759 33554432000 134512640 135217611 4289063040 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 147231 139759 76 173 0 147056 0
Current children cumulated CPU time (s) 2202.34
Current children cumulated vsize (KiB) 597628

[startup+2262.3 s]
/proc/loadavg: 1.02 1.02 1.13 2/303 14224
/proc/meminfo: memFree=4737920/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=588924 CPUtime=2262.34 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 139874 0 0 0 226212 22 0 0 25 0 1 0 644172522 603058176 139759 33554432000 134512640 135217611 4289063040 18446744073709551615 134542219 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 147231 139759 76 173 0 147056 0
Current children cumulated CPU time (s) 2262.34
Current children cumulated vsize (KiB) 597628

[startup+2322.3 s]
/proc/loadavg: 1.00 1.01 1.12 2/303 14226
/proc/meminfo: memFree=4737888/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=588924 CPUtime=2322.34 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 139879 0 0 0 232212 22 0 0 25 0 1 0 644172522 603058176 139764 33554432000 134512640 135217611 4289063040 18446744073709551615 134532748 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 147231 139764 76 173 0 147056 0
Current children cumulated CPU time (s) 2322.34
Current children cumulated vsize (KiB) 597628

[startup+2382.3 s]
/proc/loadavg: 1.00 1.01 1.11 2/303 14227
/proc/meminfo: memFree=4737348/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=588924 CPUtime=2382.35 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 139885 0 0 0 238213 22 0 0 25 0 1 0 644172522 603058176 139770 33554432000 134512640 135217611 4289063040 18446744073709551615 134527905 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 147231 139770 76 173 0 147056 0
Current children cumulated CPU time (s) 2382.35
Current children cumulated vsize (KiB) 597628

[startup+2442.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/303 14229
/proc/meminfo: memFree=4737188/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=588924 CPUtime=2442.35 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 139885 0 0 0 244213 22 0 0 25 0 1 0 644172522 603058176 139770 33554432000 134512640 135217611 4289063040 18446744073709551615 134532638 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 147231 139770 76 173 0 147056 0
Current children cumulated CPU time (s) 2442.35
Current children cumulated vsize (KiB) 597628

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

[startup+2458.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/303 14229
/proc/meminfo: memFree=4737288/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=588924 CPUtime=2458.55 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 139885 0 0 0 245833 22 0 0 25 0 1 0 644172522 603058176 139770 33554432000 134512640 135217611 4289063040 18446744073709551615 134532985 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 147231 139770 76 173 0 147056 0
Current children cumulated CPU time (s) 2458.55
Current children cumulated vsize (KiB) 597628

[startup+2471.3 s]
/proc/loadavg: 1.00 1.00 1.09 2/303 14230
/proc/meminfo: memFree=4737412/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=588924 CPUtime=2471.35 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 139885 0 0 0 247113 22 0 0 25 0 1 0 644172522 603058176 139770 33554432000 134512640 135217611 4289063040 18446744073709551615 134532731 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 147231 139770 76 173 0 147056 0
Current children cumulated CPU time (s) 2471.35
Current children cumulated vsize (KiB) 597628

[startup+2484.1 s]
/proc/loadavg: 1.00 1.00 1.09 2/303 14230
/proc/meminfo: memFree=4737392/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=588924 CPUtime=2484.15 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 139885 0 0 0 248393 22 0 0 25 0 1 0 644172522 603058176 139770 33554432000 134512640 135217611 4289063040 18446744073709551615 134528181 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 147231 139770 76 173 0 147056 0
Current children cumulated CPU time (s) 2484.15
Current children cumulated vsize (KiB) 597628

[startup+2490.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/303 14230
/proc/meminfo: memFree=4737516/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=588924 CPUtime=2490.55 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 139885 0 0 0 249033 22 0 0 25 0 1 0 644172522 603058176 139770 33554432000 134512640 135217611 4289063040 18446744073709551615 134532664 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 147231 139770 76 173 0 147056 0
Current children cumulated CPU time (s) 2490.55
Current children cumulated vsize (KiB) 597628

[startup+2492.1 s]
/proc/loadavg: 1.00 1.00 1.09 2/303 14230
/proc/meminfo: memFree=4737516/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=588924 CPUtime=2492.15 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 139885 0 0 0 249193 22 0 0 25 0 1 0 644172522 603058176 139770 33554432000 134512640 135217611 4289063040 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 147231 139770 76 173 0 147056 0
Current children cumulated CPU time (s) 2492.15
Current children cumulated vsize (KiB) 597628

[startup+2493.7 s]
/proc/loadavg: 1.00 1.00 1.09 2/303 14230
/proc/meminfo: memFree=4737516/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=588924 CPUtime=2493.75 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 139885 0 0 0 249353 22 0 0 25 0 1 0 644172522 603058176 139770 33554432000 134512640 135217611 4289063040 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 147231 139770 76 173 0 147056 0
Current children cumulated CPU time (s) 2493.75
Current children cumulated vsize (KiB) 597628

[startup+2494.5 s]
/proc/loadavg: 1.00 1.00 1.09 2/303 14230
/proc/meminfo: memFree=4737516/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=588924 CPUtime=2494.55 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202496 139885 0 0 0 249433 22 0 0 25 0 1 0 644172522 603058176 139770 33554432000 134512640 135217611 4289063040 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/14133/statm: 147231 139770 76 173 0 147056 0
Current children cumulated CPU time (s) 2494.55
Current children cumulated vsize (KiB) 597628

[startup+2494.71 s]
/proc/loadavg: 1.00 1.00 1.09 2/303 14230
/proc/meminfo: memFree=4737516/32950928 swapFree=67111348/67111528
[pid=14131] ppid=14129 vsize=8704 CPUtime=0 cores=1,3,5,7
/proc/14131/stat : 14131 (glucose.sh) S 14129 14131 13536 0 -1 4202496 360 112 0 0 0 0 0 0 25 0 1 0 644172521 8912896 255 33554432000 4194304 4922060 140736506644240 18446744073709551615 274473786501 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/14131/statm: 2176 255 211 178 0 69 0
[pid=14133] ppid=14131 vsize=0 CPUtime=2494.76 cores=1,3,5,7
/proc/14133/stat : 14133 (glucose_static) R 14131 14131 13536 0 -1 4202500 139898 0 0 0 249454 22 0 0 25 0 1 0 644172522 0 0 33554432000 0 0 0 0 0 0 0 4096 8388611 18446744073709551615 0 0 17 1 0 0 0
/proc/14133/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2494.76
Current children cumulated vsize (KiB) 8704

Child status: 20
Real time (s): 2494.74
CPU time (s): 2494.79
CPU user time (s): 2494.54
CPU system time (s): 0.253961
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 597628

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

runsolver used 6.70898 second user time and 17.6543 second system time

The end

Launcher Data

Begin job on node125 at 2011-05-14 00:28:49
IDJOB=3366080
IDBENCH=88159
IDSOLVER=1842
FILE ID=node125/3366080-1305325728
RUNJOBID= node125-1305315245-13555
PBS_JOBID= 13324307
Free space on /tmp= 47708 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT-Race-2010-CNF/hardware-verification/velev/1dlx_c_iq57_a.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3366080-1305325728/watcher-3366080-1305325728 -o /tmp/evaluation-result-3366080-1305325728/solver-3366080-1305325728 -C 5000 -W 5100 -M 15500  glucose.sh HOME/instance-3366080-1305325728.cnf

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

MD5SUM BENCH= 953b9cb99bfd26cff0e1ac65be1241f6
RANDOM SEED=161327634

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.828
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.828
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.828
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:     32950928 kB
MemFree:       5178472 kB
Buffers:        262192 kB
Cached:       16708156 kB
SwapCached:          0 kB
Active:       15348216 kB
Inactive:     11789760 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:       5178472 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:          194728 kB
Writeback:           0 kB
AnonPages:    10167768 kB
Mapped:          30008 kB
Slab:           536324 kB
PageTables:      35884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51126088 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= 47716 MiB
End job on node125 at 2011-05-14 01:10:23