Trace number 3288023

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.02

General information on the benchmark

Nameapplication/jarvisalo/HWMCC10-combination-timeframe-expansion/
hwmcc10-timeframe-expansion-k50-pdtvisns3p00-tseitin.cnf
MD5SUMa8ad0173824ed9404a8c153da07c5f9c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark938.798
Satisfiable
(Un)Satisfiability was proved
Number of variables183325
Number of clauses546914
Sum of the clauses size1276130
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2364608
Number of clauses of size 3182304
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.22	c ==============================================================================
0.00/0.22	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.22	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.22	c ==============================================================================
0.00/0.22	c |         0 |  546912  1276128 |  164073       0        0     nan |  0.000 % |
2.49/2.56	c |         0 |  210225   740637 |      --       0       --      -- |     --   | -336685/-535486
2.49/2.56	c ==============================================================================
2.49/2.56	c Result  :   #vars: 32046   #clauses: 210225   #literals: 740637
2.49/2.56	c CPU time:   2.49562 s
2.49/2.56	c ==============================================================================
2.68/2.70	c
2.68/2.70	c Starting glucose
2.68/2.70	c
2.68/2.71	
2.68/2.71	c This is EBGlucose 1.0 -- based on Glucose version 1.0
2.68/2.71	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
2.68/2.71	
2.68/2.71	c ============================[ Problem Statistics ]=============================
2.68/2.71	c |                                                                             |
2.68/2.71	c |  Number of variables:  32046                                                |
2.68/2.71	c |  Number of clauses:    210225                                               |
2.68/2.79	c |  Parsing time:         0.08         s                                       |
1300.02/1300.01	HOME/ebglucose.sh: line 57: 29882 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-3288023-1303768833/watcher-3288023-1303768833 -o /tmp/evaluation-result-3288023-1303768833/solver-3288023-1303768833 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3288023-1303768833.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 3.13 3.82 3.89 5/192 29875
/proc/meminfo: memFree=13246480/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8700 CPUtime=0 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 321 0 0 0 0 0 0 0 25 0 1 0 567114020 8908800 250 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415391488 0 0 4100 65536 18446744071562362840 0 0 17 1 0 0 0
/proc/29875/statm: 2175 250 209 178 0 68 0

[startup+0.040646 s]
/proc/loadavg: 3.13 3.82 3.89 5/192 29875
/proc/meminfo: memFree=13246480/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=0 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 567114020 8912896 253 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100628 s]
/proc/loadavg: 3.13 3.82 3.89 5/192 29875
/proc/meminfo: memFree=13246480/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=0 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 567114020 8912896 253 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300596 s]
/proc/loadavg: 3.13 3.82 3.89 5/192 29875
/proc/meminfo: memFree=13246480/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=0 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 567114020 8912896 253 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700515 s]
/proc/loadavg: 3.13 3.82 3.89 5/192 29875
/proc/meminfo: memFree=13246480/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=0 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 567114020 8912896 253 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50036 s]
/proc/loadavg: 3.13 3.82 3.89 5/194 29879
/proc/meminfo: memFree=13042492/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=0 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 354 233 0 0 0 0 0 0 25 0 1 0 567114020 8912896 253 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 253 211 178 0 69 0
[pid=29878] ppid=29875 vsize=95676 CPUtime=1.48 cores=1,3
/proc/29878/stat : 29878 (SatELite_releas) R 29875 29875 29809 0 -1 4202496 22255 0 0 0 143 5 0 0 25 0 1 0 567114021 97972224 20691 33554432000 134512640 135144230 4288387280 18446744073709551615 134745614 0 0 4096 3 0 0 0 17 1 0 0 0
/proc/29878/statm: 23919 20691 78 155 0 23762 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 104380

[startup+3.101 s]
/proc/loadavg: 3.13 3.82 3.89 5/194 29880
/proc/meminfo: memFree=13068316/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 2.69
Current children cumulated vsize (KiB) 8704

[startup+6.30045 s]
/proc/loadavg: 3.36 3.86 3.90 4/194 29883
/proc/meminfo: memFree=13185200/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=24012 CPUtime=3.57 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 5285 0 0 0 357 0 0 0 25 0 1 0 567114291 24588288 5225 33554432000 134512640 134556542 4287082448 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 6003 5225 214 11 0 5337 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 32716

[startup+12.7002 s]
/proc/loadavg: 3.41 3.86 3.90 5/194 29914
/proc/meminfo: memFree=13180368/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=25836 CPUtime=9.98 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 5723 0 0 0 997 1 0 0 25 0 1 0 567114291 26456064 5663 33554432000 134512640 134556542 4287082448 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 6459 5663 214 11 0 5793 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 34540

[startup+25.5008 s]
/proc/loadavg: 3.69 3.90 3.92 5/194 29976
/proc/meminfo: memFree=13162544/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=27896 CPUtime=22.78 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 6252 0 0 0 2277 1 0 0 25 0 1 0 567114291 28565504 6192 33554432000 134512640 134556542 4287082448 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 6974 6192 214 11 0 6308 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 36600

[startup+51.101 s]
/proc/loadavg: 3.79 3.91 3.92 5/194 29986
/proc/meminfo: memFree=13147988/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=30924 CPUtime=48.38 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 6994 0 0 0 4837 1 0 0 25 0 1 0 567114291 31666176 6934 33554432000 134512640 134556542 4287082448 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 7731 6934 214 11 0 7065 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 39628

[startup+102.307 s]
/proc/loadavg: 3.91 3.92 3.92 5/194 30018
/proc/meminfo: memFree=13079124/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=35064 CPUtime=99.59 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 8021 0 0 0 9957 2 0 0 25 0 1 0 567114291 35905536 7961 33554432000 134512640 134556542 4287082448 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 8766 7961 214 11 0 8100 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 43768

[startup+162.301 s]
/proc/loadavg: 3.96 3.93 3.92 5/194 30020
/proc/meminfo: memFree=13063612/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=38368 CPUtime=159.58 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 8874 0 0 0 15956 2 0 0 25 0 1 0 567114291 39288832 8814 33554432000 134512640 134556542 4287082448 18446744073709551615 134537837 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 9592 8814 214 11 0 8926 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 47072

[startup+222.301 s]
/proc/loadavg: 3.98 3.94 3.92 5/194 30021
/proc/meminfo: memFree=13052040/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=41936 CPUtime=219.58 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 9708 0 0 0 21955 3 0 0 25 0 1 0 567114291 42942464 9648 33554432000 134512640 134556542 4287082448 18446744073709551615 134537244 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 10484 9648 214 11 0 9818 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 50640

[startup+282.3 s]
/proc/loadavg: 3.99 3.95 3.92 5/194 30023
/proc/meminfo: memFree=13042084/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=43784 CPUtime=279.58 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 10194 0 0 0 27955 3 0 0 25 0 1 0 567114291 44834816 10134 33554432000 134512640 134556542 4287082448 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 10946 10134 214 11 0 10280 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 52488

[startup+342.301 s]
/proc/loadavg: 3.99 3.95 3.92 5/194 30055
/proc/meminfo: memFree=12539568/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=46292 CPUtime=339.59 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 10813 0 0 0 33955 4 0 0 25 0 1 0 567114291 47403008 10753 33554432000 134512640 134556542 4287082448 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 11573 10753 214 11 0 10907 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 54996

[startup+402.301 s]
/proc/loadavg: 3.99 3.96 3.92 5/194 30088
/proc/meminfo: memFree=12484220/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=48540 CPUtime=399.59 cores=1,3

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

[pid=29882] ppid=29875 vsize=53172 CPUtime=519.6 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 12475 0 0 0 51955 5 0 0 25 0 1 0 567114291 54448128 12415 33554432000 134512640 134556542 4287082448 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 13293 12415 214 11 0 12627 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 61876

[startup+582.301 s]
/proc/loadavg: 3.99 3.97 3.92 5/194 30124
/proc/meminfo: memFree=12434060/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=53964 CPUtime=579.6 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 12678 0 0 0 57955 5 0 0 25 0 1 0 567114291 55259136 12618 33554432000 134512640 134556542 4287082448 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 13491 12618 214 11 0 12825 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 62668

[startup+642.3 s]
/proc/loadavg: 3.99 3.97 3.92 5/194 30156
/proc/meminfo: memFree=12341132/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=55948 CPUtime=639.61 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 13180 0 0 0 63956 5 0 0 25 0 1 0 567114291 57290752 13120 33554432000 134512640 134556542 4287082448 18446744073709551615 134529963 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 13987 13120 214 11 0 13321 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 64652

[startup+702.301 s]
/proc/loadavg: 3.99 3.97 3.92 5/194 30158
/proc/meminfo: memFree=12332748/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=57004 CPUtime=699.6 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 13455 0 0 0 69955 5 0 0 25 0 1 0 567114291 58372096 13395 33554432000 134512640 134556542 4287082448 18446744073709551615 134537341 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 14251 13395 214 11 0 13585 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 65708

[startup+762.307 s]
/proc/loadavg: 4.07 3.99 3.92 5/194 30190
/proc/meminfo: memFree=11985008/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=57400 CPUtime=759.61 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 13578 0 0 0 75956 5 0 0 25 0 1 0 567114291 58777600 13518 33554432000 134512640 134556542 4287082448 18446744073709551615 134537546 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 14350 13518 214 11 0 13684 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 66104

[startup+822.3 s]
/proc/loadavg: 4.02 3.99 3.92 5/194 30224
/proc/meminfo: memFree=12311936/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=59120 CPUtime=819.6 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 13990 0 0 0 81952 8 0 0 25 0 1 0 567114291 60538880 13930 33554432000 134512640 134556542 4287082448 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 14780 13930 214 11 0 14114 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 67824

[startup+882.301 s]
/proc/loadavg: 4.07 4.00 3.93 5/194 30226
/proc/meminfo: memFree=12304304/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=60980 CPUtime=879.61 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 14479 0 0 0 87952 9 0 0 25 0 1 0 567114291 62443520 14419 33554432000 134512640 134556542 4287082448 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 15245 14419 214 11 0 14579 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 69684

[startup+942.301 s]
/proc/loadavg: 4.02 4.00 3.93 5/194 30227
/proc/meminfo: memFree=12298096/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=62844 CPUtime=939.61 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 14937 0 0 0 93952 9 0 0 25 0 1 0 567114291 64352256 14877 33554432000 134512640 134556542 4287082448 18446744073709551615 134532072 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 15711 14877 214 11 0 15045 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 71548

[startup+1002.3 s]
/proc/loadavg: 4.06 4.01 3.93 5/194 30229
/proc/meminfo: memFree=12293872/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=63372 CPUtime=999.61 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 15088 0 0 0 99952 9 0 0 25 0 1 0 567114291 64892928 15028 33554432000 134512640 134556542 4287082448 18446744073709551615 134537203 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 15843 15028 214 11 0 15177 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 72076

[startup+1062.3 s]
/proc/loadavg: 4.02 4.01 3.93 5/194 30262
/proc/meminfo: memFree=12299516/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=64564 CPUtime=1059.61 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 15391 0 0 0 105952 9 0 0 25 0 1 0 567114291 66113536 15331 33554432000 134512640 134556542 4287082448 18446744073709551615 134537557 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 16141 15331 214 11 0 15475 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 73268

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 30263
/proc/meminfo: memFree=12292172/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=64564 CPUtime=1119.62 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 15397 0 0 0 111953 9 0 0 25 0 1 0 567114291 66113536 15337 33554432000 134512640 134556542 4287082448 18446744073709551615 134530767 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 16141 15337 214 11 0 15475 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 73268

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 30265
/proc/meminfo: memFree=12286376/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=66160 CPUtime=1179.61 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 15807 0 0 0 117952 9 0 0 25 0 1 0 567114291 67747840 15747 33554432000 134512640 134556542 4287082448 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 16540 15747 214 11 0 15874 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 74864

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 30266
/proc/meminfo: memFree=12280284/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=67744 CPUtime=1239.63 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 16201 0 0 0 123953 10 0 0 25 0 1 0 567114291 69369856 16141 33554432000 134512640 134556542 4287082448 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 16936 16141 214 11 0 16270 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 76448



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.00 3.93 5/194 30299
/proc/meminfo: memFree=12307032/32950928 swapFree=67111524/67111528
[pid=29875] ppid=29873 vsize=8704 CPUtime=2.69 cores=1,3
/proc/29875/stat : 29875 (ebglucose.sh) S 29873 29875 29809 0 -1 4202496 380 25872 0 0 0 0 262 7 18 0 1 0 567114020 8912896 256 33554432000 4194304 4922060 140735801306816 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/29875/statm: 2176 256 211 178 0 69 0
[pid=29882] ppid=29875 vsize=68536 CPUtime=1297.33 cores=1,3
/proc/29882/stat : 29882 (ebglucose_stati) R 29875 29875 29809 0 -1 4202496 16384 0 0 0 129723 10 0 0 25 0 1 0 567114291 70180864 16324 33554432000 134512640 134556542 4287082448 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/29882/statm: 17134 16324 214 11 0 16468 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 77240

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.02
CPU time (s): 1300.05
CPU user time (s): 1299.87
CPU system time (s): 0.179972
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 111036

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

runsolver used 2.12368 second user time and 4.98124 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 00:00:34
IDJOB=3288023
IDBENCH=82481
IDSOLVER=1652
FILE ID=node115/3288023-1303768833
RUNJOBID= node115-1303768833-29829
PBS_JOBID= 13157163
Free space on /tmp= 72596 MiB

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

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

MD5SUM BENCH= a8ad0173824ed9404a8c153da07c5f9c
RANDOM SEED=1710378770

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.811
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:      13248992 kB
Buffers:       2290888 kB
Cached:       16715816 kB
SwapCached:          4 kB
Active:        7454968 kB
Inactive:     11689172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13248992 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           34360 kB
Writeback:           0 kB
AnonPages:      136460 kB
Mapped:          15772 kB
Slab:           490992 kB
PageTables:       5472 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   327596 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= 72288 MiB
End job on node115 at 2011-04-26 00:22:16