Trace number 3250866

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
glucose 2? (TO) 1300.01 1300.01

General information on the benchmark

Namecrafted/anton/SRHD-SGI/
srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
MD5SUM472b10ce0a2683d9355981037eea091e
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.17391
Satisfiable
(Un)Satisfiability was proved
Number of variables3672
Number of clauses1163952
Sum of the clauses size2331456
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21163892
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 560

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.02	c Parsing...
0.00/0.29	c ==============================================================================
0.00/0.29	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.29	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.29	c ==============================================================================
0.00/0.29	c |         0 | 1163952  2331456 |  349185       0        0     nan |  0.000 % |
7.09/7.19	c |         0 | 1160280  3553322 |      --       0       --      -- |     --   | -3672/1221866
7.09/7.19	c ==============================================================================
7.09/7.19	c Result  :   #vars: 3612   #clauses: 1160280   #literals: 3553322
7.09/7.19	c CPU time:   7.14091 s
7.09/7.19	c ==============================================================================
7.69/7.74	c
7.69/7.74	c Starting glucose
7.69/7.74	c
219.68/219.73	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
219.68/219.73	c WARNING: for repeatability, setting FPU to use double precision
219.68/219.73	c ============================[ Problem Statistics ]=============================
219.68/219.73	c |                                                                             |
219.68/219.73	c |  Number of variables:          3612                                         |
219.68/219.73	c |  Number of clauses:         1160280                                         |
219.68/219.73	c |  Parse time:                   0.21 s                                       |
219.68/219.73	c |                                                                             |
219.68/219.73	c ============================[ Search Statistics ]==============================
219.68/219.73	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
219.68/219.73	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
219.68/219.73	c ===============================================================================
219.68/219.73	c |    119909 |    3612  1160280  3553322 |        1    34735    274 |  0.000 % |
219.68/219.73	c |    120151 |    3612  1160280  3553322 |        1    34977    274 |  0.000 % |
219.68/219.73	c |    120473 |    3612  1160280  3553322 |        1    35299    273 |  0.000 % |
219.68/219.73	c |    125325 |    3612  1160280  3553322 |        1    40151    265 |  0.000 % |
219.68/219.73	c |    125728 |    3612  1160280  3553322 |        1    40554    264 |  0.000 % |
219.68/219.73	c |    125830 |    3612  1160280  3553322 |        1    40656    264 |  0.000 % |
219.68/219.73	c |    126075 |    3612  1160280  3553322 |        1    40901    264 |  0.000 % |
219.68/219.73	c |    126964 |    3612  1160280  3553322 |        1    41790    263 |  0.000 % |
219.68/219.73	c |    127064 |    3612  1160280  3553322 |        1    41890    263 |  0.000 % |
219.68/219.73	c |    127348 |    3612  1160280  3553322 |        1    42174    262 |  0.000 % |
219.68/219.73	c |    128402 |    3612  1160280  3553322 |        1    43228    261 |  0.000 % |
219.68/219.73	c |    128502 |    3612  1160280  3553322 |        1    43328    261 |  0.000 % |
219.68/219.73	c |    171444 |    3612  1160280  3553322 |        1    39267    202 |  0.000 % |
219.68/219.73	c |    173080 |    3612  1160280  3553322 |        1    40903    202 |  0.000 % |
219.68/219.73	c |    173460 |    3612  1160280  3553322 |        1    41283    202 |  0.000 % |
219.68/219.73	c |    174886 |    3612  1160280  3553322 |        1    42709    202 |  0.000 % |
219.68/219.73	c |    174987 |    3612  1160280  3553322 |        1    42810    202 |  0.000 % |
219.68/219.73	c |    184265 |    3612  1160280  3553322 |        1    52088    212 |  0.000 % |
219.68/219.73	c |    184365 |    3612  1160280  3553322 |        1    52188    212 |  0.000 % |
219.68/219.73	c |    184589 |    3612  1160280  3553322 |        1    52412    212 |  0.000 % |
219.68/219.73	c |    186274 |    3612  1160280  3553322 |        1    54097    211 |  0.000 % |
219.68/219.73	c |    186375 |    3612  1160280  3553322 |        1    54198    211 |  0.000 % |
219.68/219.73	c |    186547 |    3612  1160280  3553322 |        1    54370    211 |  0.000 % |
219.68/219.73	c |    188098 |    3612  1160280  3553322 |        1    28512    175 |  0.000 % |
219.68/219.73	c |    188523 |    3612  1160280  3553322 |        1    28937    176 |  0.000 % |
219.68/219.73	c |    188806 |    3612  1160280  3553322 |        1    29220    177 |  0.000 % |
219.68/219.73	c |    192790 |    3612  1160280  3553322 |        1    33204    183 |  0.000 % |
219.68/219.73	c |    192891 |    3612  1160280  3553322 |        1    33305    183 |  0.000 % |
219.68/219.73	c |    199573 |    3612  1160280  3553322 |        1    39987    190 |  0.000 % |
219.68/219.73	c |    205676 |    3612  1160280  3553322 |        1    46090    187 |  0.000 % |
219.68/219.73	c |    386272 |    3612  1160280  3553322 |        1    50697    162 |  0.000 % |
219.68/219.73	c |    513021 |    3612  1160280  3553322 |        1    88838    152 |  0.000 % |
219.68/219.73	c |    517968 |    3612  1160280  3553322 |        1    93785    153 |  0.000 % |
219.68/219.73	c |    534874 |    3612  1160280  3553322 |        1    62492    150 |  0.000 % |
219.68/219.73	c |    617087 |    3612  1160280  3553322 |        1    93908    147 |  0.000 % |
219.68/219.73	c |    702747 |    3612  1160280  3553322 |        1    70167    144 |  0.000 % |
219.68/219.73	c |    703143 |    3612  1160280  3553322 |        1    70563    144 |  0.000 % |
219.68/219.73	c |    720360 |    3612  1160280  3553322 |        1    87780    152 |  0.000 % |
219.68/219.73	c |    720910 |    36

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-3250866-1303569584/watcher-3250866-1303569584 -o /tmp/evaluation-result-3250866-1303569584/solver-3250866-1303569584 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3250866-1303569584.cnf 

running on 2 cores: 1,3

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: 3.93 3.95 4.25 4/192 19280
/proc/meminfo: memFree=21141188/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=0 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 201149703 8912896 252 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 252 211 178 0 69 0

[startup+0.032311 s]
/proc/loadavg: 3.93 3.95 4.25 4/192 19280
/proc/meminfo: memFree=21141188/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=0 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 201149703 8912896 252 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100302 s]
/proc/loadavg: 3.93 3.95 4.25 4/192 19280
/proc/meminfo: memFree=21141188/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=0 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 201149703 8912896 252 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300269 s]
/proc/loadavg: 3.93 3.95 4.25 4/192 19280
/proc/meminfo: memFree=21141188/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=0 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 201149703 8912896 252 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700198 s]
/proc/loadavg: 3.93 3.95 4.25 4/192 19280
/proc/meminfo: memFree=21141188/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=0 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 201149703 8912896 252 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50105 s]
/proc/loadavg: 3.93 3.95 4.25 5/194 19282
/proc/meminfo: memFree=21052892/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=0 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 201149703 8912896 252 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 252 211 178 0 69 0
[pid=19281] ppid=19280 vsize=102136 CPUtime=1.49 cores=1,3
/proc/19281/stat : 19281 (SatELite_releas) R 19280 19280 19029 0 -1 4202496 21628 0 0 0 145 4 0 0 25 0 1 0 201149703 104587264 21583 33554432000 134512640 135144242 4294903168 18446744073709551615 134588489 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/19281/statm: 25534 21583 77 155 0 25377 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 110840

[startup+3.10077 s]
/proc/loadavg: 3.93 3.95 4.25 5/194 19282
/proc/meminfo: memFree=21052484/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=0 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 201149703 8912896 252 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 252 211 178 0 69 0
[pid=19281] ppid=19280 vsize=102136 CPUtime=3.09 cores=1,3
/proc/19281/stat : 19281 (SatELite_releas) R 19280 19280 19029 0 -1 4202496 21628 0 0 0 305 4 0 0 25 0 1 0 201149703 104587264 21583 33554432000 134512640 135144242 4294903168 18446744073709551615 134588856 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/19281/statm: 25534 21583 77 155 0 25377 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 110840

[startup+6.30022 s]
/proc/loadavg: 3.94 3.96 4.25 5/194 19282
/proc/meminfo: memFree=21049260/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=0 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 332 0 0 0 0 0 0 0 24 0 1 0 201149703 8912896 252 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 252 211 178 0 69 0
[pid=19281] ppid=19280 vsize=102272 CPUtime=6.29 cores=1,3
/proc/19281/stat : 19281 (SatELite_releas) R 19280 19280 19029 0 -1 4202496 21632 0 0 0 625 4 0 0 25 0 1 0 201149703 104726528 21587 33554432000 134512640 135144242 4294903168 18446744073709551615 134588483 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/19281/statm: 25568 21587 77 155 0 25411 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 110976

[startup+12.7011 s]
/proc/loadavg: 3.94 3.96 4.25 5/194 19284
/proc/meminfo: memFree=21051888/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=95912 CPUtime=4.95 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 29851 0 0 0 490 5 0 0 25 0 1 0 201150477 98213888 17227 33554432000 4194304 4260849 140736598282768 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 23978 17227 240 17 0 20619 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 104616

[startup+25.5009 s]
/proc/loadavg: 3.95 3.96 4.25 5/194 19284
/proc/meminfo: memFree=20997568/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=97656 CPUtime=17.75 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 77384 0 0 0 1762 13 0 0 25 0 1 0 201150477 99999744 20277 33554432000 4194304 4260849 140736598282768 18446744073709551615 4225060 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 24414 20277 240 17 0 21055 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 106360

[startup+51.1003 s]
/proc/loadavg: 3.97 3.96 4.24 5/194 19285
/proc/meminfo: memFree=20958376/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=102012 CPUtime=43.34 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 147902 0 0 0 4310 24 0 0 25 0 1 0 201150477 104460288 20385 33554432000 4194304 4260849 140736598282768 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 25503 20385 251 17 0 22144 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 110716

[startup+102.307 s]
/proc/loadavg: 3.98 3.96 4.22 5/194 19286
/proc/meminfo: memFree=20832548/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=140076 CPUtime=94.55 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 246478 0 0 0 9411 44 0 0 25 0 1 0 201150477 143437824 27967 33554432000 4194304 4260849 140736598282768 18446744073709551615 4225384 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 35019 27967 252 17 0 31660 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 148780

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 4.21 5/194 19288
/proc/meminfo: memFree=20794448/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=144984 CPUtime=154.55 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 348637 0 0 0 15394 61 0 0 25 0 1 0 201150477 148463616 26224 33554432000 4194304 4260849 140736598282768 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 36246 26224 252 17 0 32887 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 153688

[startup+222.3 s]
/proc/loadavg: 3.99 3.97 4.19 5/194 19289
/proc/meminfo: memFree=20745324/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=199468 CPUtime=214.54 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 427579 0 0 0 21376 78 0 0 25 0 1 0 201150477 204255232 34664 33554432000 4194304 4260849 140736598282768 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 49867 34664 252 17 0 46508 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 208172

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 4.17 5/194 19321
/proc/meminfo: memFree=20680948/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=202912 CPUtime=274.55 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 505620 0 0 0 27361 94 0 0 25 0 1 0 201150477 207781888 36010 33554432000 4194304 4260849 140736598282768 18446744073709551615 4224895 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 50728 36010 252 17 0 47369 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 211616

[startup+342.3 s]
/proc/loadavg: 3.99 3.97 4.16 5/194 19322
/proc/meminfo: memFree=20733576/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=156592 CPUtime=334.55 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 584768 0 0 0 33346 109 0 0 25 0 1 0 201150477 160350208 31128 33554432000 4194304 4260849 140736598282768 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 39148 31128 252 17 0 35789 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 165296

[startup+402.301 s]
/proc/loadavg: 4.03 3.99 4.16 5/194 19324
/proc/meminfo: memFree=20724496/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3

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

/proc/19283/statm: 54902 48897 252 17 0 51543 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 228312

[startup+642.301 s]
/proc/loadavg: 4.00 3.99 4.11 5/194 19331
/proc/meminfo: memFree=20594212/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=221792 CPUtime=634.57 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 841045 0 0 0 63287 170 0 0 25 0 1 0 201150477 227115008 39616 33554432000 4194304 4260849 140736598282768 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 55448 39616 252 17 0 52089 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 230496

[startup+702.301 s]
/proc/loadavg: 4.00 3.99 4.10 5/194 19332
/proc/meminfo: memFree=20598908/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=223024 CPUtime=694.56 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 882394 0 0 0 69274 182 0 0 25 0 1 0 201150477 228376576 45247 33554432000 4194304 4260849 140736598282768 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 55756 45247 252 17 0 52397 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 231728

[startup+762.307 s]
/proc/loadavg: 4.00 3.99 4.09 5/194 19334
/proc/meminfo: memFree=20553512/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=223672 CPUtime=754.57 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 922133 0 0 0 75265 192 0 0 25 0 1 0 201150477 229040128 49728 33554432000 4194304 4260849 140736598282768 18446744073709551615 4225082 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 55918 49728 252 17 0 52559 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 232376

[startup+822.301 s]
/proc/loadavg: 4.00 3.99 4.08 5/194 19335
/proc/meminfo: memFree=20579400/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=175204 CPUtime=814.56 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 979124 0 0 0 81251 205 0 0 25 0 1 0 201150477 179408896 38641 33554432000 4194304 4260849 140736598282768 18446744073709551615 4224703 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 43801 38641 252 17 0 40442 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 183908

[startup+882.3 s]
/proc/loadavg: 4.05 4.00 4.08 5/194 19337
/proc/meminfo: memFree=20613472/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=225792 CPUtime=874.56 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 1017676 0 0 0 87239 217 0 0 25 0 1 0 201150477 231211008 40254 33554432000 4194304 4260849 140736598282768 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 56448 40254 252 17 0 53089 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 234496

[startup+942.301 s]
/proc/loadavg: 4.07 4.01 4.08 5/194 19338
/proc/meminfo: memFree=20570756/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=229412 CPUtime=934.57 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 1055407 0 0 0 93230 227 0 0 25 0 1 0 201150477 234917888 40576 33554432000 4194304 4260849 140736598282768 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 57353 40576 252 17 0 53994 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 238116

[startup+1002.3 s]
/proc/loadavg: 4.02 4.01 4.08 5/194 19343
/proc/meminfo: memFree=20545144/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=230224 CPUtime=994.56 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 1094421 0 0 0 99219 237 0 0 25 0 1 0 201150477 235749376 42457 33554432000 4194304 4260849 140736598282768 18446744073709551615 4225121 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 57556 42457 252 17 0 54197 0
Current children cumulated CPU time (s) 1002.29
Current children cumulated vsize (KiB) 238928

[startup+1062.3 s]
/proc/loadavg: 4.01 4.00 4.07 5/194 19345
/proc/meminfo: memFree=20560872/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=183264 CPUtime=1054.56 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 1127769 0 0 0 105210 246 0 0 25 0 1 0 201150477 187662336 40454 33554432000 4194304 4260849 140736598282768 18446744073709551615 4224635 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 45816 40454 252 17 0 42457 0
Current children cumulated CPU time (s) 1062.29
Current children cumulated vsize (KiB) 191968

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 4.06 5/194 19346
/proc/meminfo: memFree=20556008/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=235464 CPUtime=1114.57 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 1163325 0 0 0 111199 258 0 0 25 0 1 0 201150477 241115136 41720 33554432000 4194304 4260849 140736598282768 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 58866 41720 252 17 0 55507 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 244168

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 4.06 5/194 19348
/proc/meminfo: memFree=20543288/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=190820 CPUtime=1174.57 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 1197478 0 0 0 117190 267 0 0 25 0 1 0 201150477 195399680 41675 33554432000 4194304 4260849 140736598282768 18446744073709551615 4227061 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 47705 41675 252 17 0 44346 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 199524

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 4.05 5/194 19349
/proc/meminfo: memFree=20571528/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=194188 CPUtime=1234.57 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 1231833 0 0 0 123181 276 0 0 25 0 1 0 201150477 198848512 41193 33554432000 4194304 4260849 140736598282768 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 48547 41193 252 17 0 45188 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 202892



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.93 3.98 4.04 5/194 19420
/proc/meminfo: memFree=20808112/32951124 swapFree=67111528/67111528
[pid=19280] ppid=19278 vsize=8704 CPUtime=7.73 cores=1,3
/proc/19280/stat : 19280 (glucose.sh) S 19278 19280 19029 0 -1 4202496 359 21634 0 0 0 0 765 8 18 0 1 0 201149703 8912896 254 33554432000 4194304 4922060 140734830891648 18446744073709551615 268660481157 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/19280/statm: 2176 254 211 178 0 69 0
[pid=19283] ppid=19280 vsize=244276 CPUtime=1292.28 cores=1,3
/proc/19283/stat : 19283 (glucose_static) R 19280 19280 19029 0 -1 4202496 1270152 0 0 0 128942 286 0 0 25 0 1 0 201150477 250138624 43987 33554432000 4194304 4260849 140736598282768 18446744073709551615 4227799 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/19283/statm: 61069 43987 252 17 0 57710 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 252980

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)

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19280 and gives
#  childrusage.ru_utime.tv_sec=7
#  childrusage.ru_utime.tv_usec=658835
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=83987
# CPU time returned by wait4() is 7.74282
# while last known CPU time is 1300.01
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1300.01
CPU time (s): 1300.01
CPU user time (s): 1297.07
CPU system time (s): 2.94
CPU usage (%): 99.9998
Max. virtual memory (cumulated for all children) (KiB): 414508

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.65883
system time used= 0.083987
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21993
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= 6
involuntary context switches= 104

runsolver used 2.09368 second user time and 5.01024 second system time

The end

Launcher Data

Begin job on node107 at 2011-04-23 16:39:44
IDJOB=3250866
IDBENCH=88203
IDSOLVER=1651
FILE ID=node107/3250866-1303569584
RUNJOBID= node107-1303568269-19049
PBS_JOBID= 13150304
Free space on /tmp= 71772 MiB

SOLVER NAME= glucose 2
BENCH NAME= SAT11/crafted/anton/SRHD-SGI/srhd-sgi-m62-q1327.5-n60-p30-s52708253.cnf
COMMAND LINE= glucose.sh BENCHNAME 
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3250866-1303569584/watcher-3250866-1303569584 -o /tmp/evaluation-result-3250866-1303569584/solver-3250866-1303569584 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3250866-1303569584.cnf 

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

MD5SUM BENCH= 472b10ce0a2683d9355981037eea091e
RANDOM SEED=1460509223

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.829
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.67
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.829
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.829
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.829
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	: 5359.47
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.829
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.829
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:     32951124 kB
MemFree:      21141344 kB
Buffers:       2010364 kB
Cached:        9150344 kB
SwapCached:          0 kB
Active:        7636392 kB
Inactive:      3696152 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21141344 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           24348 kB
Writeback:           0 kB
AnonPages:      171388 kB
Mapped:          15352 kB
Slab:           413372 kB
PageTables:       5452 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   357588 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= 71728 MiB
End job on node107 at 2011-04-23 17:01:26