Trace number 3287287

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

General information on the benchmark

Nameapplication/jarvisalo/smtqfbv-aigs/
smtlib-qfbv-aigs-countbits128-tseitin.cnf
MD5SUM47da9e46b00ffd3e0b0f453a6c3c9f38
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2179.95
Satisfiable
(Un)Satisfiability was proved
Number of variables95810
Number of clauses287045
Sum of the clauses size669769
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2191362
Number of clauses of size 395681
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.11	c ==============================================================================
0.00/0.11	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.11	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.11	c ==============================================================================
0.00/0.11	c |         0 |  287043   669767 |   86112       0        0     nan |  0.000 % |
1.69/1.72	c |         0 |  165084   471456 |      --       0       --      -- |     --   | -121957/-198306
1.69/1.72	c ==============================================================================
1.69/1.72	c Result  :   #vars: 35680   #clauses: 165084   #literals: 471456
1.69/1.72	c CPU time:   1.68974 s
1.69/1.72	c ==============================================================================
1.78/1.81	c
1.78/1.81	c Starting glucose
1.78/1.81	c
1.78/1.81	
1.78/1.81	c This is EBGlucose 1.0 -- based on Glucose version 1.0
1.78/1.81	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
1.78/1.81	
1.78/1.81	c ============================[ Problem Statistics ]=============================
1.78/1.81	c |                                                                             |
1.78/1.81	c |  Number of variables:  35680                                                |
1.78/1.81	c |  Number of clauses:    165084                                               |
1.78/1.87	c |  Parsing time:         0.05         s                                       |
1300.02/1300.01	HOME/ebglucose.sh: line 57:  9668 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-3287287-1303766442/watcher-3287287-1303766442 -o /tmp/evaluation-result-3287287-1303766442/solver-3287287-1303766442 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3287287-1303766442.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 2.96 3.33 3.65 3/185 9664
/proc/meminfo: memFree=27070264/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=0 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) R 9662 9664 8502 0 -1 4202496 338 232 0 0 0 0 0 0 21 0 1 0 469060085 8912896 253 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816056725 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/9664/statm: 2176 253 211 178 0 69 0

[startup+0.033692 s]
/proc/loadavg: 2.96 3.33 3.65 3/185 9664
/proc/meminfo: memFree=27070264/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=0 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 355 232 0 0 0 0 0 0 21 0 1 0 469060085 8912896 253 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9664/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100676 s]
/proc/loadavg: 2.96 3.33 3.65 3/185 9664
/proc/meminfo: memFree=27070264/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=0 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 355 232 0 0 0 0 0 0 21 0 1 0 469060085 8912896 253 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9664/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300639 s]
/proc/loadavg: 2.96 3.33 3.65 3/185 9664
/proc/meminfo: memFree=27070264/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=0 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 355 232 0 0 0 0 0 0 21 0 1 0 469060085 8912896 253 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9664/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700575 s]
/proc/loadavg: 2.96 3.33 3.65 3/185 9664
/proc/meminfo: memFree=27070264/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=0 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 355 232 0 0 0 0 0 0 21 0 1 0 469060085 8912896 253 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9664/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50042 s]
/proc/loadavg: 2.96 3.33 3.65 4/187 9667
/proc/meminfo: memFree=27014084/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=0 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 355 232 0 0 0 0 0 0 21 0 1 0 469060085 8912896 253 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 3 0 0 0
/proc/9664/statm: 2176 253 211 178 0 69 0
[pid=9666] ppid=9664 vsize=51732 CPUtime=1.49 cores=1,3
/proc/9666/stat : 9666 (SatELite_releas) R 9664 9664 8502 0 -1 4202496 12794 0 0 0 146 3 0 0 25 0 1 0 469060085 52973568 11483 33554432000 134512640 135144230 4290643408 18446744073709551615 134586152 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/9666/statm: 12933 11483 78 155 0 12776 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 60436

[startup+3.10112 s]
/proc/loadavg: 2.96 3.33 3.65 4/187 9668
/proc/meminfo: memFree=27040124/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=19532 CPUtime=1.27 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 4265 0 0 0 127 0 0 0 22 0 1 0 469060266 20000768 4205 33554432000 134512640 134556542 4294678320 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 4883 4205 214 11 0 4217 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 28236

[startup+6.30053 s]
/proc/loadavg: 2.96 3.32 3.65 4/187 9668
/proc/meminfo: memFree=27038164/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=21776 CPUtime=4.47 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 4818 0 0 0 447 0 0 0 25 0 1 0 469060266 22298624 4758 33554432000 134512640 134556542 4294678320 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 5444 4758 214 11 0 4778 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 30480

[startup+12.7004 s]
/proc/loadavg: 2.96 3.32 3.64 4/187 9668
/proc/meminfo: memFree=27036544/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=23392 CPUtime=10.87 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 5220 0 0 0 1087 0 0 0 25 0 1 0 469060266 23953408 5160 33554432000 134512640 134556542 4294678320 18446744073709551615 134543353 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 5848 5160 214 11 0 5182 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 32096

[startup+25.501 s]
/proc/loadavg: 2.97 3.30 3.63 4/187 9669
/proc/meminfo: memFree=27034736/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=25860 CPUtime=23.67 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 5835 0 0 0 2367 0 0 0 25 0 1 0 469060266 26480640 5775 33554432000 134512640 134556542 4294678320 18446744073709551615 134529859 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 6465 5775 214 11 0 5799 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 34564

[startup+51.1003 s]
/proc/loadavg: 2.98 3.28 3.61 4/187 9670
/proc/meminfo: memFree=27030380/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=30216 CPUtime=49.27 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 6906 0 0 0 4927 0 0 0 25 0 1 0 469060266 30941184 6846 33554432000 134512640 134556542 4294678320 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 7554 6846 214 11 0 6888 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 38920

[startup+102.307 s]
/proc/loadavg: 2.46 3.09 3.53 3/180 9689
/proc/meminfo: memFree=27094048/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=35816 CPUtime=100.48 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 8296 0 0 0 10047 1 0 0 25 0 1 0 469060266 36675584 8236 33554432000 134512640 134556542 4294678320 18446744073709551615 134529980 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 8954 8236 214 11 0 8288 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 44520

[startup+162.301 s]
/proc/loadavg: 2.17 2.89 3.43 3/180 9690
/proc/meminfo: memFree=27088196/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=40856 CPUtime=160.48 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 9574 0 0 0 16047 1 0 0 25 0 1 0 469060266 41836544 9514 33554432000 134512640 134556542 4294678320 18446744073709551615 134536831 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 10214 9514 214 11 0 9548 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 49560

[startup+222.301 s]
/proc/loadavg: 2.06 2.72 3.34 3/180 9692
/proc/meminfo: memFree=27081452/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=46068 CPUtime=220.48 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 10813 0 0 0 22046 2 0 0 25 0 1 0 469060266 47173632 10753 33554432000 134512640 134556542 4294678320 18446744073709551615 134537369 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 11517 10753 214 11 0 10851 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 54772

[startup+282.301 s]
/proc/loadavg: 2.02 2.59 3.25 3/180 9697
/proc/meminfo: memFree=27077160/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=50028 CPUtime=280.48 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 11816 0 0 0 28046 2 0 0 25 0 1 0 469060266 51228672 11756 33554432000 134512640 134556542 4294678320 18446744073709551615 134537492 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 12507 11756 214 11 0 11841 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 58732

[startup+342.301 s]
/proc/loadavg: 2.01 2.48 3.17 3/180 9698
/proc/meminfo: memFree=27074288/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=52848 CPUtime=340.48 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 12543 0 0 0 34046 2 0 0 25 0 1 0 469060266 54116352 12483 33554432000 134512640 134556542 4294678320 18446744073709551615 134537523 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 13212 12483 214 11 0 12546 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 61552

[startup+402.301 s]
/proc/loadavg: 2.00 2.39 3.10 3/180 9700
/proc/meminfo: memFree=27071128/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3

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

[pid=9668] ppid=9664 vsize=60980 CPUtime=520.49 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 14610 0 0 0 52046 3 0 0 25 0 1 0 469060266 62443520 14550 33554432000 134512640 134556542 4294678320 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 15245 14550 214 11 0 14579 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 69684

[startup+582.3 s]
/proc/loadavg: 2.03 2.22 2.90 3/180 9705
/proc/meminfo: memFree=27062792/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=62440 CPUtime=580.49 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 14867 0 0 0 58046 3 0 0 25 0 1 0 469060266 63938560 14807 33554432000 134512640 134556542 4294678320 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 15610 14807 214 11 0 14944 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 71144

[startup+642.3 s]
/proc/loadavg: 2.06 2.19 2.85 3/180 9706
/proc/meminfo: memFree=27059888/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=65124 CPUtime=640.5 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 15548 0 0 0 64047 3 0 0 25 0 1 0 469060266 66686976 15488 33554432000 134512640 134556542 4294678320 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 16281 15488 214 11 0 15615 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 73828

[startup+702.3 s]
/proc/loadavg: 2.02 2.15 2.79 3/180 9800
/proc/meminfo: memFree=27144744/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=67588 CPUtime=700.49 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 16167 0 0 0 70046 3 0 0 25 0 1 0 469060266 69210112 16107 33554432000 134512640 134556542 4294678320 18446744073709551615 134530084 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 16897 16107 214 11 0 16231 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 76292

[startup+762.306 s]
/proc/loadavg: 2.00 2.12 2.74 3/180 9802
/proc/meminfo: memFree=27132896/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=69572 CPUtime=760.5 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 16671 0 0 0 76047 3 0 0 25 0 1 0 469060266 71241728 16611 33554432000 134512640 134556542 4294678320 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 17393 16611 214 11 0 16727 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 78276

[startup+822.301 s]
/proc/loadavg: 2.00 2.10 2.69 3/180 9803
/proc/meminfo: memFree=27123304/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=74128 CPUtime=820.5 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 17815 0 0 0 82046 4 0 0 25 0 1 0 469060266 75907072 17755 33554432000 134512640 134556542 4294678320 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 18532 17755 214 11 0 17866 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 82832

[startup+882.301 s]
/proc/loadavg: 2.00 2.08 2.64 3/180 9805
/proc/meminfo: memFree=27119392/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=75184 CPUtime=880.51 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 18092 0 0 0 88047 4 0 0 25 0 1 0 469060266 76988416 18032 33554432000 134512640 134556542 4294678320 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 18796 18032 214 11 0 18130 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 83888

[startup+942.301 s]
/proc/loadavg: 2.07 2.08 2.61 3/180 9806
/proc/meminfo: memFree=27111168/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=78528 CPUtime=940.51 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 18914 0 0 0 94047 4 0 0 25 0 1 0 469060266 80412672 18854 33554432000 134512640 134556542 4294678320 18446744073709551615 134530129 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 19632 18854 214 11 0 18966 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 87232

[startup+1002.3 s]
/proc/loadavg: 2.02 2.06 2.56 3/180 9808
/proc/meminfo: memFree=27109120/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=78528 CPUtime=1000.51 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 18919 0 0 0 100047 4 0 0 25 0 1 0 469060266 80412672 18859 33554432000 134512640 134556542 4294678320 18446744073709551615 134536993 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 19632 18859 214 11 0 18966 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 87232

[startup+1062.3 s]
/proc/loadavg: 2.01 2.05 2.53 3/180 9809
/proc/meminfo: memFree=27106592/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=79716 CPUtime=1060.51 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 19245 0 0 0 106047 4 0 0 25 0 1 0 469060266 81629184 19185 33554432000 134512640 134556542 4294678320 18446744073709551615 134537025 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 19929 19185 214 11 0 19263 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 88420

[startup+1122.3 s]
/proc/loadavg: 2.00 2.04 2.49 3/180 9811
/proc/meminfo: memFree=27104312/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=79896 CPUtime=1120.51 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 19274 0 0 0 112047 4 0 0 25 0 1 0 469060266 81813504 19214 33554432000 134512640 134556542 4294678320 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 19974 19214 214 11 0 19308 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 88600

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.46 3/180 9813
/proc/meminfo: memFree=27098176/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=82668 CPUtime=1180.51 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 19982 0 0 0 118047 4 0 0 25 0 1 0 469060266 84652032 19922 33554432000 134512640 134556542 4294678320 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 20667 19922 214 11 0 20001 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 91372

[startup+1242.3 s]
/proc/loadavg: 2.00 2.02 2.43 3/180 9814
/proc/meminfo: memFree=27095636/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=83384 CPUtime=1240.51 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 20163 0 0 0 124047 4 0 0 25 0 1 0 469060266 85385216 20103 33554432000 134512640 134556542 4294678320 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 20846 20103 214 11 0 20180 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 92088



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.02 2.40 3/180 9816
/proc/meminfo: memFree=27092724/32951124 swapFree=67111524/67111528
[pid=9664] ppid=9662 vsize=8704 CPUtime=1.8 cores=1,3
/proc/9664/stat : 9664 (ebglucose.sh) S 9662 9664 8502 0 -1 4202496 381 13715 0 0 0 0 176 4 18 0 1 0 469060085 8912896 256 33554432000 4194304 4922060 140733337116016 18446744073709551615 220816055429 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/9664/statm: 2176 256 211 178 0 69 0
[pid=9668] ppid=9664 vsize=85632 CPUtime=1298.22 cores=1,3
/proc/9668/stat : 9668 (ebglucose_stati) R 9664 9664 8502 0 -1 4202496 20729 0 0 0 129818 4 0 0 25 0 1 0 469060266 87687168 20669 33554432000 134512640 134556542 4294678320 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/9668/statm: 21408 20669 214 11 0 20742 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 94336

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.05
CPU user time (s): 1299.95
CPU system time (s): 0.096985
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 94336

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

runsolver used 1.84372 second user time and 4.18136 second system time

The end

Launcher Data

Begin job on node147 at 2011-04-25 23:20:42
IDJOB=3287287
IDBENCH=82462
IDSOLVER=1652
FILE ID=node147/3287287-1303766442
RUNJOBID= node147-1303765018-8982
PBS_JOBID= 13157150
Free space on /tmp= 72124 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/jarvisalo/smtqfbv-aigs/smtlib-qfbv-aigs-countbits128-tseitin.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3287287-1303766442/watcher-3287287-1303766442 -o /tmp/evaluation-result-3287287-1303766442/solver-3287287-1303766442 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3287287-1303766442.cnf

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

MD5SUM BENCH= 47da9e46b00ffd3e0b0f453a6c3c9f38
RANDOM SEED=466827293

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:      27070420 kB
Buffers:        961440 kB
Cached:        4272272 kB
SwapCached:          4 kB
Active:         768904 kB
Inactive:      4664528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      27070420 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            6100 kB
Writeback:           0 kB
AnonPages:      199680 kB
Mapped:          16048 kB
Slab:           381272 kB
PageTables:       5420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   368860 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= 72144 MiB
End job on node147 at 2011-04-25 23:42:24