Trace number 3287425

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.04 1300.01

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k45-bobsmhdlc2-tseitin.cnf
MD5SUMee159af2e208d290f7f3fefd15c344f2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark731.23
Satisfiable
(Un)Satisfiability was proved
Number of variables44692
Number of clauses129620
Sum of the clauses size302444
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 286412
Number of clauses of size 343206
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.06	c ==============================================================================
0.00/0.06	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.06	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.06	c ==============================================================================
0.00/0.06	c |         0 |  129618   302442 |   38885       0        0     nan |  0.000 % |
0.00/0.40	c |         0 |   68921   217805 |      --       0       --      -- |     --   | -60695/-84632
0.00/0.40	c ==============================================================================
0.00/0.40	c Result  :   #vars: 13945   #clauses: 68921   #literals: 217805
0.00/0.40	c CPU time:   0.385941 s
0.00/0.40	c ==============================================================================
0.00/0.45	c
0.00/0.45	c Starting glucose
0.00/0.45	c
0.00/0.45	
0.00/0.45	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.45	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.45	
0.00/0.45	c ============================[ Problem Statistics ]=============================
0.00/0.45	c |                                                                             |
0.00/0.45	c |  Number of variables:  13945                                                |
0.00/0.45	c |  Number of clauses:    68921                                                |
0.00/0.48	c |  Parsing time:         0.02         s                                       |
1300.01/1300.01	HOME/ebglucose.sh: line 57:  9800 Terminated              $RS $TMP.cnf -verbosity=0 $TMP.result "$@"

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

running on 2 cores: 0,2

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: 2.02 2.16 2.80 3/178 9796
/proc/meminfo: memFree=27163592/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) R 9794 9796 8502 0 -1 4202496 336 233 0 0 0 0 0 0 25 0 1 0 469128907 8912896 252 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816056725 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/9796/statm: 2176 252 211 178 0 69 0

[startup+0.056632 s]
/proc/loadavg: 2.02 2.16 2.80 3/178 9796
/proc/meminfo: memFree=27163592/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 469128907 8912896 252 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9796/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100621 s]
/proc/loadavg: 2.02 2.16 2.80 3/178 9796
/proc/meminfo: memFree=27163592/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 469128907 8912896 252 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9796/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300585 s]
/proc/loadavg: 2.02 2.16 2.80 3/178 9796
/proc/meminfo: memFree=27163592/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 353 233 0 0 0 0 0 0 25 0 1 0 469128907 8912896 252 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/9796/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700435 s]
/proc/loadavg: 2.02 2.16 2.80 3/178 9796
/proc/meminfo: memFree=27163592/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
Current children cumulated CPU time (s) 0.43
Current children cumulated vsize (KiB) 8704

[startup+1.50034 s]
/proc/loadavg: 2.02 2.16 2.80 3/180 9800
/proc/meminfo: memFree=27151060/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=11080 CPUtime=1.04 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 2259 0 0 0 104 0 0 0 25 0 1 0 469128952 11345920 2199 33554432000 134512640 134556542 4287795888 18446744073709551615 134529024 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 2770 2199 214 11 0 2104 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 19784

[startup+3.10106 s]
/proc/loadavg: 2.02 2.16 2.80 3/180 9800
/proc/meminfo: memFree=27150068/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=12240 CPUtime=2.64 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 2539 0 0 0 264 0 0 0 25 0 1 0 469128952 12533760 2479 33554432000 134512640 134556542 4287795888 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 3060 2479 214 11 0 2394 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 20944

[startup+6.30048 s]
/proc/loadavg: 2.02 2.16 2.80 3/180 9800
/proc/meminfo: memFree=27147804/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=13724 CPUtime=5.84 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 2923 0 0 0 584 0 0 0 25 0 1 0 469128952 14053376 2863 33554432000 134512640 134556542 4287795888 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 3431 2863 214 11 0 2765 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 22428

[startup+12.7003 s]
/proc/loadavg: 2.02 2.15 2.79 3/180 9800
/proc/meminfo: memFree=27144744/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=16312 CPUtime=12.23 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 3537 0 0 0 1223 0 0 0 25 0 1 0 469128952 16703488 3477 33554432000 134512640 134556542 4287795888 18446744073709551615 134526960 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 4078 3477 214 11 0 3412 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 25016

[startup+25.5009 s]
/proc/loadavg: 2.02 2.15 2.78 3/180 9800
/proc/meminfo: memFree=27142488/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=18688 CPUtime=25.03 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 4149 0 0 0 2503 0 0 0 25 0 1 0 469128952 19136512 4089 33554432000 134512640 134556542 4287795888 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 4672 4089 214 11 0 4006 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 27392

[startup+51.1012 s]
/proc/loadavg: 2.01 2.14 2.76 3/180 9801
/proc/meminfo: memFree=27136016/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=23164 CPUtime=50.64 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 5281 0 0 0 5063 1 0 0 25 0 1 0 469128952 23719936 5221 33554432000 134512640 134556542 4287795888 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 5791 5221 214 11 0 5125 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 31868

[startup+102.307 s]
/proc/loadavg: 2.00 2.11 2.71 3/180 9802
/proc/meminfo: memFree=27126412/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=28896 CPUtime=101.85 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 6687 0 0 0 10184 1 0 0 25 0 1 0 469128952 29589504 6627 33554432000 134512640 134556542 4287795888 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 7224 6627 214 11 0 6558 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 37600

[startup+162.301 s]
/proc/loadavg: 2.00 2.09 2.67 3/180 9804
/proc/meminfo: memFree=27121644/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=32728 CPUtime=161.84 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 7666 0 0 0 16183 1 0 0 25 0 1 0 469128952 33513472 7606 33554432000 134512640 134556542 4287795888 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 8182 7606 214 11 0 7516 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 41432

[startup+222.301 s]
/proc/loadavg: 2.00 2.07 2.62 3/180 9805
/proc/meminfo: memFree=27114404/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=35660 CPUtime=221.84 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 8341 0 0 0 22183 1 0 0 25 0 1 0 469128952 36515840 8281 33554432000 134512640 134556542 4287795888 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 8915 8281 214 11 0 8249 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 44364

[startup+282.301 s]
/proc/loadavg: 2.04 2.07 2.59 3/180 9807
/proc/meminfo: memFree=27110884/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=39136 CPUtime=281.84 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 9208 0 0 0 28183 1 0 0 25 0 1 0 469128952 40075264 9148 33554432000 134512640 134556542 4287795888 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 9784 9148 214 11 0 9118 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 47840

[startup+342.301 s]
/proc/loadavg: 2.01 2.05 2.54 3/180 9809
/proc/meminfo: memFree=27107592/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=41120 CPUtime=341.85 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 9736 0 0 0 34183 2 0 0 25 0 1 0 469128952 42106880 9676 33554432000 134512640 134556542 4287795888 18446744073709551615 134538262 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 10280 9676 214 11 0 9614 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 49824

[startup+402.3 s]
/proc/loadavg: 2.00 2.04 2.51 3/180 9810
/proc/meminfo: memFree=27105820/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2

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

[pid=9800] ppid=9796 vsize=49492 CPUtime=521.85 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 11824 0 0 0 52183 2 0 0 25 0 1 0 469128952 50679808 11764 33554432000 134512640 134556542 4287795888 18446744073709551615 134536911 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 12373 11764 214 11 0 11707 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 58196

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.41 3/180 9815
/proc/meminfo: memFree=27092864/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=50316 CPUtime=581.86 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 11941 0 0 0 58183 3 0 0 25 0 1 0 469128952 51523584 11881 33554432000 134512640 134556542 4287795888 18446744073709551615 134537378 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 12579 11881 214 11 0 11913 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 59020

[startup+642.301 s]
/proc/loadavg: 1.61 1.92 2.35 2/173 9835
/proc/meminfo: memFree=27200984/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=50460 CPUtime=641.86 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 11996 0 0 0 64183 3 0 0 25 0 1 0 469128952 51671040 11936 33554432000 134512640 134556542 4287795888 18446744073709551615 134530132 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 12615 11936 214 11 0 11949 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 59164

[startup+702.301 s]
/proc/loadavg: 1.22 1.75 2.26 2/173 9836
/proc/meminfo: memFree=27199944/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=51636 CPUtime=701.86 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 12254 0 0 0 70183 3 0 0 25 0 1 0 469128952 52875264 12194 33554432000 134512640 134556542 4287795888 18446744073709551615 134537378 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 12909 12194 214 11 0 12243 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 60340

[startup+762.306 s]
/proc/loadavg: 1.08 1.61 2.18 2/173 9838
/proc/meminfo: memFree=27193576/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=57988 CPUtime=761.87 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 13869 0 0 0 76184 3 0 0 25 0 1 0 469128952 59379712 13809 33554432000 134512640 134556542 4287795888 18446744073709551615 134537359 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 14497 13809 214 11 0 13831 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 66692

[startup+822.301 s]
/proc/loadavg: 1.08 1.51 2.11 2/173 9839
/proc/meminfo: memFree=27193528/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=57988 CPUtime=821.86 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 13873 0 0 0 82183 3 0 0 25 0 1 0 469128952 59379712 13813 33554432000 134512640 134556542 4287795888 18446744073709551615 134528925 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 14497 13813 214 11 0 13831 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 66692

[startup+882.301 s]
/proc/loadavg: 1.03 1.42 2.04 2/173 9841
/proc/meminfo: memFree=27193372/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=57988 CPUtime=881.86 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 13885 0 0 0 88183 3 0 0 25 0 1 0 469128952 59379712 13825 33554432000 134512640 134556542 4287795888 18446744073709551615 134537992 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 14497 13825 214 11 0 13831 0
Current children cumulated CPU time (s) 882.29
Current children cumulated vsize (KiB) 66692

[startup+942.301 s]
/proc/loadavg: 1.01 1.34 1.97 2/173 9843
/proc/meminfo: memFree=27193448/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=57988 CPUtime=941.87 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 13897 0 0 0 94184 3 0 0 25 0 1 0 469128952 59379712 13837 33554432000 134512640 134556542 4287795888 18446744073709551615 134525208 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 14497 13837 214 11 0 13831 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 66692

[startup+1002.3 s]
/proc/loadavg: 1.00 1.27 1.91 2/173 9844
/proc/meminfo: memFree=27191684/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=59980 CPUtime=1001.87 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 14370 0 0 0 100184 3 0 0 25 0 1 0 469128952 61419520 14310 33554432000 134512640 134556542 4287795888 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 14995 14310 214 11 0 14329 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 68684

[startup+1062.3 s]
/proc/loadavg: 1.00 1.22 1.85 2/173 9846
/proc/meminfo: memFree=27189900/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=61564 CPUtime=1061.87 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 14782 0 0 0 106184 3 0 0 25 0 1 0 469128952 63041536 14722 33554432000 134512640 134556542 4287795888 18446744073709551615 134537510 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 15391 14722 214 11 0 14725 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 70268

[startup+1122.3 s]
/proc/loadavg: 1.00 1.18 1.79 2/173 9847
/proc/meminfo: memFree=27189244/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=62364 CPUtime=1121.87 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 14970 0 0 0 112183 4 0 0 25 0 1 0 469128952 63860736 14910 33554432000 134512640 134556542 4287795888 18446744073709551615 134525128 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 15591 14910 214 11 0 14925 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 71068

[startup+1182.3 s]
/proc/loadavg: 1.00 1.14 1.74 2/173 9849
/proc/meminfo: memFree=27189216/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=62364 CPUtime=1181.87 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 14977 0 0 0 118183 4 0 0 25 0 1 0 469128952 63860736 14917 33554432000 134512640 134556542 4287795888 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 15591 14917 214 11 0 14925 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 71068

[startup+1242.3 s]
/proc/loadavg: 1.00 1.11 1.69 2/173 9851
/proc/meminfo: memFree=27188052/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=63428 CPUtime=1241.87 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 15274 0 0 0 124183 4 0 0 25 0 1 0 469128952 64950272 15214 33554432000 134512640 134556542 4287795888 18446744073709551615 134530096 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 15857 15214 214 11 0 15191 0
Current children cumulated CPU time (s) 1242.3
Current children cumulated vsize (KiB) 72132



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 1.00 1.09 1.65 2/173 9852
/proc/meminfo: memFree=27187896/32951124 swapFree=67111524/67111528
[pid=9796] ppid=9794 vsize=8704 CPUtime=0.43 cores=0,2
/proc/9796/stat : 9796 (ebglucose.sh) S 9794 9796 8502 0 -1 4202496 379 6389 0 0 0 0 42 1 21 0 1 0 469128907 8912896 255 33554432000 4194304 4922060 140733833055680 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/9796/statm: 2176 255 211 178 0 69 0
[pid=9800] ppid=9796 vsize=63428 CPUtime=1299.58 cores=0,2
/proc/9800/stat : 9800 (ebglucose_stati) R 9796 9796 8502 0 -1 4202496 15279 0 0 0 129954 4 0 0 25 0 1 0 469128952 64950272 15219 33554432000 134512640 134556542 4287795888 18446744073709551615 134537666 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/9800/statm: 15857 15219 214 11 0 15191 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 72132

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)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.98
CPU system time (s): 0.068989
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 72132

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

runsolver used 2.03669 second user time and 4.18836 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-25 23:32:10
IDJOB=3287425
IDBENCH=82466
IDSOLVER=1652
FILE ID=node147/3287425-1303767130
RUNJOBID= node147-1303765018-8980
PBS_JOBID= 13157150
Free space on /tmp= 72148 MiB

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

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

MD5SUM BENCH= ee159af2e208d290f7f3fefd15c344f2
RANDOM SEED=707250813

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.836
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.836
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.82
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.836
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.836
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.836
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.76
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.836
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.836
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      27163996 kB
Buffers:        961896 kB
Cached:        4246060 kB
SwapCached:          4 kB
Active:         681252 kB
Inactive:      4662376 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27163996 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            3196 kB
Writeback:           0 kB
AnonPages:      135412 kB
Mapped:          16000 kB
Slab:           380696 kB
PageTables:       4640 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   278104 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= 72164 MiB
End job on node147 at 2011-04-25 23:53:52