Trace number 3287471

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
EBGlucose 1.0? (TO) 1300.02 1300.01

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
MD5SUM8dae13531986e2a9bdb6559418f57130
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1166.09
Satisfiable
(Un)Satisfiability was proved
Number of variables89190
Number of clauses265718
Sum of the clauses size620006
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2177144
Number of clauses of size 388572
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  265716   620004 |   79714       0        0     nan |  0.000 % |
0.00/0.83	c |         0 |  130698   465103 |      --       0       --      -- |     --   | -135016/-154896
0.00/0.83	c ==============================================================================
0.00/0.83	c Result  :   #vars: 21481   #clauses: 130698   #literals: 465103
0.00/0.83	c CPU time:   0.795879 s
0.00/0.83	c ==============================================================================
0.00/0.91	c
0.00/0.91	c Starting glucose
0.00/0.91	c
0.00/0.92	
0.00/0.92	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.92	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.92	
0.00/0.92	c ============================[ Problem Statistics ]=============================
0.00/0.92	c |                                                                             |
0.00/0.92	c |  Number of variables:  21481                                                |
0.00/0.92	c |  Number of clauses:    130698                                               |
0.00/0.97	c |  Parsing time:         0.05         s                                       |

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-3287471-1303767568/watcher-3287471-1303767568 -o /tmp/evaluation-result-3287471-1303767568/solver-3287471-1303767568 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3287471-1303767568.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: 3.61 3.92 3.90 5/178 28022
/proc/meminfo: memFree=14069268/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 488353917 8912896 252 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 252 211 178 0 69 0

[startup+0.0554571 s]
/proc/loadavg: 3.61 3.92 3.90 5/178 28022
/proc/meminfo: memFree=14069268/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 488353917 8912896 252 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100453 s]
/proc/loadavg: 3.61 3.92 3.90 5/178 28022
/proc/meminfo: memFree=14069268/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 488353917 8912896 252 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300412 s]
/proc/loadavg: 3.61 3.92 3.90 5/178 28022
/proc/meminfo: memFree=14069268/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 488353917 8912896 252 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700346 s]
/proc/loadavg: 3.61 3.92 3.90 5/178 28022
/proc/meminfo: memFree=14069268/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 354 233 0 0 0 0 0 0 21 0 1 0 488353917 8912896 252 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50118 s]
/proc/loadavg: 3.61 3.92 3.90 5/194 28050
/proc/meminfo: memFree=13868796/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=16512 CPUtime=0.57 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 3579 0 0 0 57 0 0 0 20 0 1 0 488354009 16908288 3515 33554432000 134512640 134556542 4292947120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 4128 3515 214 11 0 3462 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 25216

[startup+3.10088 s]
/proc/loadavg: 3.61 3.92 3.90 5/194 28050
/proc/meminfo: memFree=13833664/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=18332 CPUtime=2.17 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 4038 0 0 0 216 1 0 0 25 0 1 0 488354009 18771968 3974 33554432000 134512640 134556542 4292947120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 4583 3974 214 11 0 3917 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 27036

[startup+6.30026 s]
/proc/loadavg: 3.72 3.93 3.90 5/194 28082
/proc/meminfo: memFree=13910976/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=21004 CPUtime=5.37 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 4699 0 0 0 536 1 0 0 25 0 1 0 488354009 21508096 4635 33554432000 134512640 134556542 4292947120 18446744073709551615 134529015 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 5251 4635 214 11 0 4585 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 29708

[startup+12.701 s]
/proc/loadavg: 3.82 3.95 3.91 5/194 28083
/proc/meminfo: memFree=13930500/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=22276 CPUtime=11.77 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 4998 0 0 0 1176 1 0 0 25 0 1 0 488354009 22810624 4934 33554432000 134512640 134556542 4292947120 18446744073709551615 134535265 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 5569 4934 214 11 0 4903 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 30980

[startup+25.5006 s]
/proc/loadavg: 4.00 3.99 3.92 5/194 28146
/proc/meminfo: memFree=13920856/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=24792 CPUtime=24.57 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 5646 0 0 0 2456 1 0 0 25 0 1 0 488354009 25387008 5582 33554432000 134512640 134556542 4292947120 18446744073709551615 134538037 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 6198 5582 214 11 0 5532 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 33496

[startup+51.1007 s]
/proc/loadavg: 4.00 3.99 3.92 5/194 28177
/proc/meminfo: memFree=13895328/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=29172 CPUtime=50.17 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 6739 0 0 0 5016 1 0 0 25 0 1 0 488354009 29872128 6675 33554432000 134512640 134556542 4292947120 18446744073709551615 134529024 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 7293 6675 214 11 0 6627 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 37876

[startup+102.307 s]
/proc/loadavg: 4.04 4.00 3.93 5/194 28272
/proc/meminfo: memFree=13890712/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=35196 CPUtime=101.38 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 8238 0 0 0 10136 2 0 0 25 0 1 0 488354009 36040704 8174 33554432000 134512640 134556542 4292947120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 8799 8174 214 11 0 8133 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 43900

[startup+162.3 s]
/proc/loadavg: 4.05 4.01 3.93 5/194 28273
/proc/meminfo: memFree=13870840/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=39508 CPUtime=161.37 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 9259 0 0 0 16135 2 0 0 25 0 1 0 488354009 40456192 9195 33554432000 134512640 134556542 4292947120 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 9877 9195 214 11 0 9211 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 48212

[startup+222.301 s]
/proc/loadavg: 3.42 3.84 3.88 4/187 28293
/proc/meminfo: memFree=13903476/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=44040 CPUtime=221.38 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 10384 0 0 0 22135 3 0 0 25 0 1 0 488354009 45096960 10320 33554432000 134512640 134556542 4292947120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 11010 10320 214 11 0 10344 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 52744

[startup+282.3 s]
/proc/loadavg: 3.15 3.68 3.82 4/187 28294
/proc/meminfo: memFree=13896256/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=46612 CPUtime=281.38 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 10926 0 0 0 28135 3 0 0 25 0 1 0 488354009 47730688 10862 33554432000 134512640 134556542 4292947120 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 11653 10862 214 11 0 10987 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 55316

[startup+342.301 s]
/proc/loadavg: 3.10 3.57 3.77 4/187 28296
/proc/meminfo: memFree=13888164/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=48972 CPUtime=341.38 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 11524 0 0 0 34134 4 0 0 25 0 1 0 488354009 50147328 11460 33554432000 134512640 134556542 4292947120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 12243 11460 214 11 0 11577 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 57676

[startup+402.3 s]
/proc/loadavg: 3.10 3.48 3.72 4/187 28298
/proc/meminfo: memFree=13877968/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7

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

/proc/28049/statm: 14455 13668 214 11 0 13789 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 66524

[startup+642.3 s]
/proc/loadavg: 3.00 3.21 3.55 4/187 28304
/proc/meminfo: memFree=13858284/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=58856 CPUtime=641.39 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 14017 0 0 0 64134 5 0 0 25 0 1 0 488354009 60268544 13953 33554432000 134512640 134556542 4292947120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 14714 13953 214 11 0 14048 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 67560

[startup+702.301 s]
/proc/loadavg: 3.00 3.17 3.51 4/187 28306
/proc/meminfo: memFree=13856036/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=60336 CPUtime=701.39 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 14221 0 0 0 70134 5 0 0 25 0 1 0 488354009 61784064 14157 33554432000 134512640 134556542 4292947120 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 15084 14157 214 11 0 14418 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 69040

[startup+762.306 s]
/proc/loadavg: 2.51 3.01 3.43 3/180 28325
/proc/meminfo: memFree=13925032/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=61696 CPUtime=761.4 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 14581 0 0 0 76134 6 0 0 25 0 1 0 488354009 63176704 14517 33554432000 134512640 134556542 4292947120 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 15424 14517 214 11 0 14758 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 70400

[startup+822.301 s]
/proc/loadavg: 2.19 2.82 3.34 3/180 28327
/proc/meminfo: memFree=13921176/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=65028 CPUtime=821.4 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 15434 0 0 0 82134 6 0 0 25 0 1 0 488354009 66588672 15370 33554432000 134512640 134556542 4292947120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 16257 15370 214 11 0 15591 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 73732

[startup+882.3 s]
/proc/loadavg: 2.07 2.67 3.25 3/180 28329
/proc/meminfo: memFree=13916440/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=66616 CPUtime=881.4 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 15847 0 0 0 88134 6 0 0 25 0 1 0 488354009 68214784 15783 33554432000 134512640 134556542 4292947120 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 16654 15783 214 11 0 15988 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 75320

[startup+942.301 s]
/proc/loadavg: 2.06 2.56 3.18 3/180 28330
/proc/meminfo: memFree=13912708/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=69264 CPUtime=941.4 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 16516 0 0 0 94134 6 0 0 25 0 1 0 488354009 70926336 16452 33554432000 134512640 134556542 4292947120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 17316 16452 214 11 0 16650 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 77968

[startup+1002.3 s]
/proc/loadavg: 2.02 2.45 3.10 3/180 28332
/proc/meminfo: memFree=13911568/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=70188 CPUtime=1001.4 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 16769 0 0 0 100134 6 0 0 25 0 1 0 488354009 71872512 16705 33554432000 134512640 134556542 4292947120 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 17547 16705 214 11 0 16881 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 78892

[startup+1062.3 s]
/proc/loadavg: 2.00 2.37 3.03 3/180 28333
/proc/meminfo: memFree=13909568/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=71612 CPUtime=1061.41 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 17096 0 0 0 106134 7 0 0 25 0 1 0 488354009 73330688 17032 33554432000 134512640 134556542 4292947120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 17903 17032 214 11 0 17237 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 80316

[startup+1122.3 s]
/proc/loadavg: 2.00 2.30 2.96 3/180 28335
/proc/meminfo: memFree=13906692/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=73968 CPUtime=1121.41 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 17683 0 0 0 112134 7 0 0 25 0 1 0 488354009 75743232 17619 33554432000 134512640 134556542 4292947120 18446744073709551615 134529870 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 18492 17619 214 11 0 17826 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 82672

[startup+1182.3 s]
/proc/loadavg: 2.00 2.24 2.90 3/180 28336
/proc/meminfo: memFree=13904692/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=74628 CPUtime=1181.41 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 17870 0 0 0 118134 7 0 0 25 0 1 0 488354009 76419072 17806 33554432000 134512640 134556542 4292947120 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 18657 17806 214 11 0 17991 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 83332

[startup+1242.3 s]
/proc/loadavg: 2.00 2.20 2.84 3/180 28338
/proc/meminfo: memFree=13901944/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=75356 CPUtime=1241.41 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 18046 0 0 0 124134 7 0 0 25 0 1 0 488354009 77164544 17982 33554432000 134512640 134556542 4292947120 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 18839 17982 214 11 0 18173 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 84060



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.16 2.79 3/180 28349
/proc/meminfo: memFree=13899244/32950928 swapFree=67087032/67111528
[pid=28022] ppid=28020 vsize=8704 CPUtime=0.9 cores=5,7
/proc/28022/stat : 28022 (ebglucose.sh) S 28020 28022 26622 0 -1 4202496 379 11553 0 0 0 0 87 3 18 0 1 0 488353917 8912896 255 33554432000 4194304 4922060 140734402095920 18446744073709551615 239476513925 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/28022/statm: 2176 255 211 178 0 69 0
[pid=28049] ppid=28022 vsize=77216 CPUtime=1299.12 cores=5,7
/proc/28049/stat : 28049 (ebglucose_stati) R 28022 28022 26622 0 -1 4202496 18497 0 0 0 129905 7 0 0 25 0 1 0 488354009 79069184 18433 33554432000 134512640 134556542 4292947120 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 5 0 0 0
/proc/28049/statm: 19304 18433 214 11 0 18638 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 85920

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 28022 and gives
#  childrusage.ru_utime.tv_sec=0
#  childrusage.ru_utime.tv_usec=877866
#  childrusage.ru_stime.tv_sec=0
#  childrusage.ru_stime.tv_usec=38994
# CPU time returned by wait4() is 0.91686
# while last known CPU time is 1300.02
#
# 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.02
CPU user time (s): 1299.92
CPU system time (s): 0.1
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 85920

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

runsolver used 2.13167 second user time and 4.97024 second system time

The end

Launcher Data

Begin job on node148 at 2011-04-25 23:39:29
IDJOB=3287471
IDBENCH=82467
IDSOLVER=1652
FILE ID=node148/3287471-1303767568
RUNJOBID= node148-1303767568-28000
PBS_JOBID= 13157117
Free space on /tmp= 70604 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/HWMCC10-combination-timeframe-expansion/hwmcc10-timeframe-expansion-k45-pdtpmspalu-tseitin.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287471-1303767568/watcher-3287471-1303767568 -o /tmp/evaluation-result-3287471-1303767568/solver-3287471-1303767568 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3287471-1303767568.cnf

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

MD5SUM BENCH= 8dae13531986e2a9bdb6559418f57130
RANDOM SEED=2017782516

node148.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.854
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.70
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.854
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.854
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.83
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.854
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.75
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.854
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.854
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.854
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.82
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.854
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14069548 kB
Buffers:       2059948 kB
Cached:       16206184 kB
SwapCached:       5264 kB
Active:        9071116 kB
Inactive:      9247248 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14069548 kB
SwapTotal:    67111528 kB
SwapFree:     67087032 kB
Dirty:           16084 kB
Writeback:           0 kB
AnonPages:       48444 kB
Mapped:          13388 kB
Slab:           498588 kB
PageTables:       4992 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   196060 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= 70572 MiB
End job on node148 at 2011-04-26 00:01:11