Trace number 3251262

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-p15-s1351253.cnf
MD5SUMb23c52475e3d098cb9d5a92c025d6982
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark7.18991
Satisfiable
(Un)Satisfiability was proved
Number of variables3420
Number of clauses1120760
Sum of the clauses size2244820
Maximum clause length62
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21120700
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.00	c Parsing...
0.00/0.28	c ==============================================================================
0.00/0.28	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.28	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.28	c ==============================================================================
0.00/0.28	c |         0 | 1120760  2244820 |  336227       0        0     nan |  0.000 % |
8.49/8.58	c |         0 | 1117340  3543943 |      --       0       --      -- |     --   | -3420/1299123
8.49/8.58	c ==============================================================================
8.49/8.58	c Result  :   #vars: 3360   #clauses: 1117340   #literals: 3543943
8.49/8.58	c CPU time:   8.5347 s
8.49/8.58	c ==============================================================================
9.09/9.13	c
9.09/9.13	c Starting glucose
9.09/9.13	c
837.50/837.56	c This is glucose 2.0 --  based on MiniSAT (Many thanks to MiniSAT team)
837.50/837.56	c WARNING: for repeatability, setting FPU to use double precision
837.50/837.56	c ============================[ Problem Statistics ]=============================
837.50/837.56	c |                                                                             |
837.50/837.56	c |  Number of variables:          3360                                         |
837.50/837.56	c |  Number of clauses:         1117340                                         |
837.50/837.56	c |  Parse time:                   0.21 s                                       |
837.50/837.56	c |                                                                             |
837.50/837.56	c ============================[ Search Statistics ]==============================
837.50/837.56	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
837.50/837.56	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
837.50/837.56	c ===============================================================================
837.50/837.56	c |      9180 |    3360  1117340  3543943 |        1     3895    340 |  0.000 % |
837.50/837.56	c |      9407 |    3360  1117340  3543943 |        1     4122    336 |  0.000 % |
837.50/837.56	c |      9507 |    3360  1117340  3543943 |        1     4222    333 |  0.000 % |
837.50/837.56	c |     10440 |    3360  1117340  3543943 |        1     5155    333 |  0.000 % |
837.50/837.56	c |     10540 |    3360  1117340  3543943 |        1     5255    331 |  0.000 % |
837.50/837.56	c |    297873 |    3360  1117340  3543943 |        1    66493    272 |  0.000 % |
837.50/837.56	c |    297974 |    3360  1117340  3543943 |        1    66594    272 |  0.000 % |
837.50/837.56	c |    298074 |    3360  1117340  3543943 |        1    66694    272 |  0.000 % |
837.50/837.56	c |    298174 |    3360  1117340  3543943 |        1    66794    272 |  0.000 % |
837.50/837.56	c |    313561 |    3360  1117340  3543943 |        1    46382    230 |  0.000 % |
837.50/837.56	c |    313661 |    3360  1117340  3543943 |        1    46482    230 |  0.000 % |
837.50/837.56	c |    313817 |    3360  1117340  3543943 |        1    46638    230 |  0.000 % |
837.50/837.56	c |    314246 |    3360  1117340  3543943 |        1    47067    230 |  0.000 % |
837.50/837.56	c |    314347 |    3360  1117340  3543943 |        1    47168    229 |  0.000 % |
837.50/837.56	c |    314448 |    3360  1117340  3543943 |        1    47269    230 |  0.000 % |
837.50/837.56	c |    606688 |    3360  1117340  3543943 |        1    70130    187 |  0.000 % |
837.50/837.56	c |    606788 |    3360  1117340  3543943 |        1    70230    187 |  0.000 % |
837.50/837.56	c |    606938 |    3360  1117340  3543943 |        1    70380    187 |  0.000 % |
837.50/837.56	c |    607593 |    3360  1117340  3543943 |        1    71035    189 |  0.000 % |
837.50/837.56	c |    607900 |    3360  1117340  3543943 |        1    71342    189 |  0.000 % |
837.50/837.56	c |    608243 |    3360  1117340  3543943 |        1    71685    189 |  0.000 % |
837.50/837.56	c |   1014079 |    3360  1117340  3543943 |        1   114511    166 |  0.000 % |
837.50/837.56	c |   1014179 |    3360  1117340  3543943 |        1   114611    166 |  0.000 % |
837.50/837.56	c |   1093975 |    3360  1117340  3543943 |        1   124806    180 |  0.000 % |
837.50/837.56	c |   1094076 |    3360  1117340  3543943 |        1   124907    179 |  0.000 % |
837.50/837.56	c |   1098270 |    3360  1117340  3543943 |        1   129101    180 |  0.000 % |
837.50/837.56	c |   1152564 |    3360  1117340  3543943 |        1   111191    158 |  0.000 % |
837.50/837.56	c |   1185404 |    3360  1117340  3543943 |        1   144031    163 |  0.000 % |
837.50/837.56	c |   1186611 |    3360  1117340  3543943 |        1   145238    164 |  0.000 % |
837.50/837.56	c |   1186725 |    3360  1117340  3543943 |        1   145352    164 |  0.000 % |
837.50/837.56	c |   1186854 |    3360  1117340  3543943 |        1   145481    164 |  0.000 % |
837.50/837.56	c |   1258965 |    3360  1117340  3543943 |        1   142793    160 |  0.000 % |
837.50/837.56	c |   1260665 |    3360  1117340  3543943 |        1   144493    161 |  0.000 % |
837.50/837.56	c |   1260765 |    3360  1117340  3543943 |        1   144593    161 |  0.000 % |
837.50/837.56	c |   1274108 |    3360  1117340  3543943 |        1    80544    139 |  0.000 % |
837.50/837.56	c |   1800906 |    3360  1117340  3543943 |        1   181334    144 |  0.000 % |
837.50/837.56	c |   2304761 |    3360  1117340  3543943 |        1   194192    156 |  0.000 % |
837.50/837.56	c |   2305346 |    3360  1117340  3543943 |        1   194777    156 |  0.000 % |
837.50/837.56	c |   2305449 |    33

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

running on 2 cores: 5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 4.00 4.01 3.93 4/192 16584
/proc/meminfo: memFree=15220000/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=0 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 468922746 8912896 252 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 252 211 178 0 69 0

[startup+0.059834 s]
/proc/loadavg: 4.00 4.01 3.93 4/192 16584
/proc/meminfo: memFree=15220000/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=0 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 468922746 8912896 252 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100831 s]
/proc/loadavg: 4.00 4.01 3.93 4/192 16584
/proc/meminfo: memFree=15220000/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=0 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 468922746 8912896 252 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300796 s]
/proc/loadavg: 4.00 4.01 3.93 4/192 16584
/proc/meminfo: memFree=15220000/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=0 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 468922746 8912896 252 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700725 s]
/proc/loadavg: 4.00 4.01 3.93 4/192 16584
/proc/meminfo: memFree=15220000/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=0 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 468922746 8912896 252 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50058 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16587
/proc/meminfo: memFree=15135284/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=0 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 468922746 8912896 252 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 252 211 178 0 69 0
[pid=16585] ppid=16584 vsize=100648 CPUtime=1.49 cores=5,7
/proc/16585/stat : 16585 (SatELite_releas) R 16584 16584 15849 0 -1 4202496 20997 0 0 0 145 4 0 0 25 0 1 0 468922746 103063552 20952 33554432000 134512640 135144242 4287157360 18446744073709551615 134588154 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16585/statm: 25162 20952 77 155 0 25005 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 109352

[startup+3.1003 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16587
/proc/meminfo: memFree=15128340/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=0 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 468922746 8912896 252 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 252 211 178 0 69 0
[pid=16585] ppid=16584 vsize=100648 CPUtime=3.09 cores=5,7
/proc/16585/stat : 16585 (SatELite_releas) R 16584 16584 15849 0 -1 4202496 20997 0 0 0 305 4 0 0 25 0 1 0 468922746 103063552 20952 33554432000 134512640 135144242 4287157360 18446744073709551615 134588216 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16585/statm: 25162 20952 77 155 0 25005 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 109352

[startup+6.30073 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16587
/proc/meminfo: memFree=15091712/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=0 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 333 0 0 0 0 0 0 0 25 0 1 0 468922746 8912896 252 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 252 211 178 0 69 0
[pid=16585] ppid=16584 vsize=100784 CPUtime=6.29 cores=5,7
/proc/16585/stat : 16585 (SatELite_releas) R 16584 16584 15849 0 -1 4202496 21001 0 0 0 625 4 0 0 25 0 1 0 468922746 103202816 20956 33554432000 134512640 135144242 4287157360 18446744073709551615 134588216 0 0 4096 3 0 0 0 17 5 0 0 0
/proc/16585/statm: 25196 20956 77 155 0 25039 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 109488

[startup+12.7006 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16588
/proc/meminfo: memFree=15055672/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=76648 CPUtime=3.55 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 26670 0 0 0 351 4 0 0 25 0 1 0 468923659 78487552 15191 33554432000 4194304 4260849 140733896280064 18446744073709551615 268272385803 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 19162 15191 251 17 0 15803 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 85352

[startup+25.5003 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16618
/proc/meminfo: memFree=15167220/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=98648 CPUtime=16.35 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 69949 0 0 0 1624 11 0 0 25 0 1 0 468923659 101015552 19094 33554432000 4194304 4260849 140733896280064 18446744073709551615 4228284 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 24662 19094 251 17 0 21303 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 107352

[startup+51.1007 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16619
/proc/meminfo: memFree=15071540/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=131600 CPUtime=41.95 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 130705 0 0 0 4173 22 0 0 25 0 1 0 468923659 134758400 26776 33554432000 4194304 4260849 140733896280064 18446744073709551615 4238067 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 32900 26776 251 17 0 29541 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 140304

[startup+102.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16621
/proc/meminfo: memFree=14981692/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=186172 CPUtime=93.17 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 231122 0 0 0 9275 42 0 0 25 0 1 0 468923659 190640128 33046 33554432000 4194304 4260849 140733896280064 18446744073709551615 4225091 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 46543 33046 251 17 0 43184 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 194876

[startup+162.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16622
/proc/meminfo: memFree=15020500/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=144140 CPUtime=153.16 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 355337 0 0 0 15251 65 0 0 25 0 1 0 468923659 147599360 28095 33554432000 4194304 4260849 140733896280064 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 36035 28095 252 17 0 32676 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 152844

[startup+222.3 s]
/proc/loadavg: 3.97 3.98 3.92 5/194 16654
/proc/meminfo: memFree=14972476/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=199636 CPUtime=213.16 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 454854 0 0 0 21231 85 0 0 25 0 1 0 468923659 204427264 39968 33554432000 4194304 4260849 140733896280064 18446744073709551615 4225110 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 49909 39968 252 17 0 46550 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 208340

[startup+282.301 s]
/proc/loadavg: 3.99 3.98 3.92 5/194 16656
/proc/meminfo: memFree=15013932/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=202980 CPUtime=273.16 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 536709 0 0 0 27214 102 0 0 25 0 1 0 468923659 207851520 38046 33554432000 4194304 4260849 140733896280064 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 50745 38046 252 17 0 47386 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 211684

[startup+342.301 s]
/proc/loadavg: 3.99 3.98 3.92 5/194 16657
/proc/meminfo: memFree=14962196/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=156020 CPUtime=333.16 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 621051 0 0 0 33197 119 0 0 25 0 1 0 468923659 159764480 32875 33554432000 4194304 4260849 140733896280064 18446744073709551615 4225087 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 39005 32875 252 17 0 35646 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 164724

[startup+402.3 s]
/proc/loadavg: 3.99 3.98 3.92 5/194 16659
/proc/meminfo: memFree=14888284/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7

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

/proc/16588/statm: 55495 47177 252 17 0 52136 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 230684

[startup+642.3 s]
/proc/loadavg: 4.03 4.01 3.93 5/194 16665
/proc/meminfo: memFree=14846172/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=225276 CPUtime=633.18 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 963950 0 0 0 63124 194 0 0 25 0 1 0 468923659 230682624 47937 33554432000 4194304 4260849 140733896280064 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 56319 47937 252 17 0 52960 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 233980

[startup+702.301 s]
/proc/loadavg: 4.01 4.00 3.93 5/194 16667
/proc/meminfo: memFree=14833960/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=311344 CPUtime=693.17 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 1008327 0 0 0 69112 205 0 0 25 0 1 0 468923659 318816256 55170 33554432000 4194304 4260849 140733896280064 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 77836 55170 252 17 0 74477 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 320048

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16668
/proc/meminfo: memFree=14808016/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=232480 CPUtime=753.18 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 1077287 0 0 0 75097 221 0 0 25 0 1 0 468923659 238059520 48016 33554432000 4194304 4260849 140733896280064 18446744073709551615 4224867 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 58120 48016 252 17 0 54761 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 241184

[startup+822.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16670
/proc/meminfo: memFree=14816424/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=235528 CPUtime=813.17 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 1121907 0 0 0 81083 234 0 0 25 0 1 0 468923659 241180672 53246 33554432000 4194304 4260849 140733896280064 18446744073709551615 4224875 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 58882 53246 252 17 0 55523 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 244232

[startup+882.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16672
/proc/meminfo: memFree=14735184/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=317748 CPUtime=873.17 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 1173964 0 0 0 87070 247 0 0 25 0 1 0 468923659 325373952 64496 33554432000 4194304 4260849 140733896280064 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 79437 64496 252 17 0 76078 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 326452

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16673
/proc/meminfo: memFree=14794800/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=239088 CPUtime=933.18 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 1246437 0 0 0 93055 263 0 0 25 0 1 0 468923659 244826112 48422 33554432000 4194304 4260849 140733896280064 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 59772 48422 252 17 0 56413 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 247792

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16675
/proc/meminfo: memFree=14784588/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=240068 CPUtime=993.18 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 1295787 0 0 0 99044 274 0 0 25 0 1 0 468923659 245829632 53295 33554432000 4194304 4260849 140733896280064 18446744073709551615 4224658 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 60017 53295 252 17 0 56658 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 248772

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 16676
/proc/meminfo: memFree=14802428/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=241488 CPUtime=1053.18 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 1340858 0 0 0 105035 283 0 0 25 0 1 0 468923659 247283712 52322 33554432000 4194304 4260849 140733896280064 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 60372 52322 252 17 0 57013 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 250192

[startup+1122.3 s]
/proc/loadavg: 4.05 4.01 3.94 5/194 16678
/proc/meminfo: memFree=14712996/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=243128 CPUtime=1113.18 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 1389303 0 0 0 111025 293 0 0 25 0 1 0 468923659 248963072 54531 33554432000 4194304 4260849 140733896280064 18446744073709551615 4224885 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 60782 54531 252 17 0 57423 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 251832

[startup+1182.3 s]
/proc/loadavg: 4.02 4.01 3.94 5/194 16680
/proc/meminfo: memFree=14725624/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=325152 CPUtime=1173.18 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 1439786 0 0 0 117012 306 0 0 25 0 1 0 468923659 332955648 56967 33554432000 4194304 4260849 140733896280064 18446744073709551615 4224845 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 81288 56967 252 17 0 77929 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 333856

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.94 5/194 16690
/proc/meminfo: memFree=14671920/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=326528 CPUtime=1233.18 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 1491447 0 0 0 123001 317 0 0 25 0 1 0 468923659 334364672 60658 33554432000 4194304 4260849 140733896280064 18446744073709551615 4224864 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 81632 60658 252 17 0 78273 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 335232



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.94 4/191 16692
/proc/meminfo: memFree=14857148/32950928 swapFree=67111528/67111528
[pid=16584] ppid=16582 vsize=8704 CPUtime=9.12 cores=5,7
/proc/16584/stat : 16584 (glucose.sh) S 16582 16584 15849 0 -1 4202496 360 21006 0 0 0 0 905 7 18 0 1 0 468922746 8912896 254 33554432000 4194304 4922060 140736142601440 18446744073709551615 268272508037 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/16584/statm: 2176 254 211 178 0 69 0
[pid=16588] ppid=16584 vsize=328608 CPUtime=1290.89 cores=5,7
/proc/16588/stat : 16588 (glucose_static) R 16584 16584 15849 0 -1 4202496 1535416 0 0 0 128762 327 0 0 25 0 1 0 468923659 336494592 60143 33554432000 4194304 4260849 140733896280064 18446744073709551615 4224707 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/16588/statm: 82152 60143 252 17 0 78793 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 337312

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 16584 and gives
#  childrusage.ru_utime.tv_sec=9
#  childrusage.ru_utime.tv_usec=52623
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=80987
# CPU time returned by wait4() is 9.13361
# 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): 1296.67
CPU system time (s): 3.34
CPU usage (%): 99.9999
Max. virtual memory (cumulated for all children) (KiB): 466544

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

runsolver used 2.09568 second user time and 5.01124 second system time

The end

Launcher Data

Begin job on node122 at 2011-04-23 17:40:40
IDJOB=3251262
IDBENCH=88217
IDSOLVER=1651
FILE ID=node122/3251262-1303573239
RUNJOBID= node122-1303571936-16383
PBS_JOBID= 13150292
Free space on /tmp= 70836 MiB

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

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

MD5SUM BENCH= b23c52475e3d098cb9d5a92c025d6982
RANDOM SEED=759914497

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      15220272 kB
Buffers:       1775564 kB
Cached:       14967348 kB
SwapCached:          0 kB
Active:        5784084 kB
Inactive:     11393568 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15220272 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           21840 kB
Writeback:           0 kB
AnonPages:      434276 kB
Mapped:          15808 kB
Slab:           487908 kB
PageTables:       6040 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   667528 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= 70784 MiB
End job on node122 at 2011-04-23 18:02:22