Trace number 3282733

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

NameAPPLICATIONS/crypto/
desgen/gss-22-s100.cnf
MD5SUM96596d59af0c6949ab68ac8c5abcf28b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark52.802
Satisfiable
(Un)Satisfiability was proved
Number of variables31616
Number of clauses95110
Sum of the clauses size224220
Maximum clause length3
Minimum clause length1
Number of clauses of size 164
Number of clauses of size 260982
Number of clauses of size 334064
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.03	c ==============================================================================
0.00/0.03	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.03	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.03	c ==============================================================================
0.00/0.03	c |         0 |   94910   223744 |   28472       0        0     nan |  0.000 % |
0.00/0.56	c |         0 |   57628   172230 |      --       0       --      -- |     --   | -36942/-50538
0.00/0.56	c ==============================================================================
0.00/0.56	c Result  :   #vars: 13864   #clauses: 57628   #literals: 172230
0.00/0.56	c CPU time:   0.547916 s
0.00/0.56	c ==============================================================================
0.00/0.59	c
0.00/0.59	c Starting glucose
0.00/0.59	c
0.00/0.59	
0.00/0.59	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.59	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.59	
0.00/0.59	c ============================[ Problem Statistics ]=============================
0.00/0.59	c |                                                                             |
0.00/0.59	c |  Number of variables:  13864                                                |
0.00/0.59	c |  Number of clauses:    57628                                                |
0.58/0.61	c |  Parsing time:         0.02         s                                       |
1300.03/1300.00	HOME/ebglucose.sh: line 57: 20391 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-3282733-1303754427/watcher-3282733-1303754427 -o /tmp/evaluation-result-3282733-1303754427/solver-3282733-1303754427 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3282733-1303754427.cnf 

running on 2 cores: 4,6

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.81 3.93 3.60 2/180 20386
/proc/meminfo: memFree=29246500/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 487042333 8912896 253 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 253 211 178 0 69 0

[startup+0.097067 s]
/proc/loadavg: 3.81 3.93 3.60 2/180 20386
/proc/meminfo: memFree=29246500/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 487042333 8912896 253 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.101065 s]
/proc/loadavg: 3.81 3.93 3.60 2/180 20386
/proc/meminfo: memFree=29246500/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 487042333 8912896 253 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.30103 s]
/proc/loadavg: 3.81 3.93 3.60 2/180 20386
/proc/meminfo: memFree=29246500/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 487042333 8912896 253 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700901 s]
/proc/loadavg: 3.81 3.93 3.60 2/180 20386
/proc/meminfo: memFree=29246500/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 8704

[startup+1.5008 s]
/proc/loadavg: 3.81 3.93 3.60 3/182 20391
/proc/meminfo: memFree=29239548/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=9440 CPUtime=0.89 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 1858 0 0 0 89 0 0 0 25 0 1 0 487042392 9666560 1798 33554432000 134512640 134556542 4287465904 18446744073709551615 134531565 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 2360 1798 208 11 0 1694 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 18144

[startup+3.10049 s]
/proc/loadavg: 3.81 3.93 3.60 3/182 20391
/proc/meminfo: memFree=29239052/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=9704 CPUtime=2.49 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 1918 0 0 0 249 0 0 0 25 0 1 0 487042392 9936896 1858 33554432000 134512640 134556542 4287465904 18446744073709551615 134537186 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 2426 1858 208 11 0 1760 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 18408

[startup+6.30089 s]
/proc/loadavg: 3.74 3.91 3.59 3/180 20392
/proc/meminfo: memFree=29238496/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=10100 CPUtime=5.69 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 2030 0 0 0 569 0 0 0 25 0 1 0 487042392 10342400 1970 33554432000 134512640 134556542 4287465904 18446744073709551615 134536819 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 2525 1970 208 11 0 1859 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 18804

[startup+12.7007 s]
/proc/loadavg: 3.60 3.88 3.59 3/180 20392
/proc/meminfo: memFree=29236876/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=11168 CPUtime=12.09 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 2284 0 0 0 1209 0 0 0 25 0 1 0 487042392 11436032 2224 33554432000 134512640 134556542 4287465904 18446744073709551615 134531271 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 2792 2224 208 11 0 2126 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 19872

[startup+25.5012 s]
/proc/loadavg: 3.25 3.79 3.56 3/180 20392
/proc/meminfo: memFree=29234832/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=12268 CPUtime=24.89 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 2569 0 0 0 2489 0 0 0 25 0 1 0 487042392 12562432 2509 33554432000 134512640 134556542 4287465904 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 3067 2509 208 11 0 2401 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 20972

[startup+51.1003 s]
/proc/loadavg: 2.82 3.64 3.52 3/180 20402
/proc/meminfo: memFree=29231360/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=13728 CPUtime=50.49 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 2933 0 0 0 5048 1 0 0 25 0 1 0 487042392 14057472 2873 33554432000 134512640 134556542 4287465904 18446744073709551615 134530938 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 3432 2873 208 11 0 2766 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 22432

[startup+102.307 s]
/proc/loadavg: 2.35 3.39 3.43 3/180 20403
/proc/meminfo: memFree=29227864/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=15788 CPUtime=101.7 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 3443 0 0 0 10169 1 0 0 25 0 1 0 487042392 16166912 3383 33554432000 134512640 134556542 4287465904 18446744073709551615 134543431 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 3947 3383 208 11 0 3281 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 24492

[startup+162.301 s]
/proc/loadavg: 2.13 3.13 3.34 3/180 20437
/proc/meminfo: memFree=29228720/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=16636 CPUtime=161.69 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 3654 0 0 0 16168 1 0 0 25 0 1 0 487042392 17035264 3594 33554432000 134512640 134556542 4287465904 18446744073709551615 134543357 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 4159 3594 208 11 0 3493 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 25340

[startup+222.301 s]
/proc/loadavg: 2.13 2.94 3.26 3/180 20441
/proc/meminfo: memFree=29182112/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=17876 CPUtime=221.69 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 3945 0 0 0 22165 4 0 0 25 0 1 0 487042392 18305024 3885 33554432000 134512640 134556542 4287465904 18446744073709551615 134530949 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 4469 3885 208 11 0 3803 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 26580

[startup+282.301 s]
/proc/loadavg: 2.04 2.77 3.18 3/180 20443
/proc/meminfo: memFree=29180544/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=18792 CPUtime=281.7 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 4147 0 0 0 28165 5 0 0 25 0 1 0 487042392 19243008 4087 33554432000 134512640 134556542 4287465904 18446744073709551615 134530924 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 4698 4087 208 11 0 4032 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 27496

[startup+342.301 s]
/proc/loadavg: 2.01 2.63 3.10 3/180 20445
/proc/meminfo: memFree=29177904/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=19472 CPUtime=341.7 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 4318 0 0 0 34165 5 0 0 25 0 1 0 487042392 19939328 4258 33554432000 134512640 134556542 4287465904 18446744073709551615 134530949 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 4868 4258 208 11 0 4202 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 28176

[startup+402.3 s]
/proc/loadavg: 2.00 2.51 3.03 3/180 20446
/proc/meminfo: memFree=29176256/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6

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

[pid=20391] ppid=20386 vsize=22276 CPUtime=521.71 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 5002 0 0 0 52166 5 0 0 25 0 1 0 487042392 22810624 4942 33554432000 134512640 134556542 4287465904 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 5569 4942 208 11 0 4903 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 30980

[startup+582.301 s]
/proc/loadavg: 2.01 2.28 2.85 3/180 20451
/proc/meminfo: memFree=29171676/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=22708 CPUtime=581.71 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 5113 0 0 0 58166 5 0 0 25 0 1 0 487042392 23252992 5053 33554432000 134512640 134556542 4287465904 18446744073709551615 134537396 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 5677 5053 208 11 0 5011 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 31412

[startup+642.301 s]
/proc/loadavg: 2.00 2.23 2.79 3/180 20453
/proc/meminfo: memFree=29169648/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=23596 CPUtime=641.72 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 5327 0 0 0 64167 5 0 0 25 0 1 0 487042392 24162304 5267 33554432000 134512640 134556542 4287465904 18446744073709551615 134536874 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 5899 5267 208 11 0 5233 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 32300

[startup+702.301 s]
/proc/loadavg: 2.00 2.18 2.74 3/180 20454
/proc/meminfo: memFree=29168484/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=24508 CPUtime=701.71 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 5523 0 0 0 70166 5 0 0 25 0 1 0 487042392 25096192 5463 33554432000 134512640 134556542 4287465904 18446744073709551615 134536861 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 6127 5463 208 11 0 5461 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 33212

[startup+762.307 s]
/proc/loadavg: 2.00 2.15 2.69 3/180 20456
/proc/meminfo: memFree=29166816/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=24948 CPUtime=761.72 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 5617 0 0 0 76167 5 0 0 25 0 1 0 487042392 25546752 5557 33554432000 134512640 134556542 4287465904 18446744073709551615 134537270 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 6237 5557 208 11 0 5571 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 33652

[startup+822.3 s]
/proc/loadavg: 2.00 2.12 2.64 3/180 20457
/proc/meminfo: memFree=29165284/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=25624 CPUtime=821.72 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 5777 0 0 0 82167 5 0 0 25 0 1 0 487042392 26238976 5717 33554432000 134512640 134556542 4287465904 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 6406 5717 208 11 0 5740 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 34328

[startup+882.301 s]
/proc/loadavg: 2.00 2.09 2.60 3/180 20459
/proc/meminfo: memFree=29164620/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=26028 CPUtime=881.72 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 5864 0 0 0 88167 5 0 0 25 0 1 0 487042392 26652672 5804 33554432000 134512640 134556542 4287465904 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 6507 5804 208 11 0 5841 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 34732

[startup+942.3 s]
/proc/loadavg: 2.00 2.08 2.56 3/180 20461
/proc/meminfo: memFree=29163948/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=26448 CPUtime=941.72 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 5980 0 0 0 94167 5 0 0 25 0 1 0 487042392 27082752 5920 33554432000 134512640 134556542 4287465904 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 6612 5920 208 11 0 5946 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 35152

[startup+1002.3 s]
/proc/loadavg: 2.04 2.07 2.53 3/180 20462
/proc/meminfo: memFree=29162660/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=26584 CPUtime=1001.72 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 6018 0 0 0 100167 5 0 0 25 0 1 0 487042392 27222016 5958 33554432000 134512640 134556542 4287465904 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 6646 5958 208 11 0 5980 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 35288

[startup+1062.3 s]
/proc/loadavg: 2.01 2.06 2.49 3/180 20464
/proc/meminfo: memFree=29161376/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=27620 CPUtime=1061.72 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 6264 0 0 0 106167 5 0 0 25 0 1 0 487042392 28282880 6204 33554432000 134512640 134556542 4287465904 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 6905 6204 208 11 0 6239 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 36324

[startup+1122.3 s]
/proc/loadavg: 2.00 2.05 2.46 3/180 20465
/proc/meminfo: memFree=29159844/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=27800 CPUtime=1121.73 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 6309 0 0 0 112168 5 0 0 25 0 1 0 487042392 28467200 6249 33554432000 134512640 134556542 4287465904 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 6950 6249 208 11 0 6284 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 36504

[startup+1182.3 s]
/proc/loadavg: 2.00 2.03 2.43 3/180 20467
/proc/meminfo: memFree=29159172/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=28280 CPUtime=1181.73 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 6419 0 0 0 118168 5 0 0 25 0 1 0 487042392 28958720 6359 33554432000 134512640 134556542 4287465904 18446744073709551615 134536874 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 7070 6359 208 11 0 6404 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 36984

[startup+1242.3 s]
/proc/loadavg: 2.00 2.03 2.40 3/180 20469
/proc/meminfo: memFree=29158500/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=29000 CPUtime=1241.73 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 6578 0 0 0 124168 5 0 0 25 0 1 0 487042392 29696000 6518 33554432000 134512640 134556542 4287465904 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 7250 6518 208 11 0 6584 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 37704



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.02 2.37 3/180 20470
/proc/meminfo: memFree=29157448/32950928 swapFree=67111364/67111528
[pid=20386] ppid=20384 vsize=8704 CPUtime=0.58 cores=4,6
/proc/20386/stat : 20386 (ebglucose.sh) S 20384 20386 19316 0 -1 4202496 380 4382 0 0 0 0 57 1 20 0 1 0 487042333 8912896 256 33554432000 4194304 4922060 140735394406128 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/20386/statm: 2176 256 211 178 0 69 0
[pid=20391] ppid=20386 vsize=29800 CPUtime=1299.45 cores=4,6
/proc/20391/stat : 20391 (ebglucose_stati) R 20386 20386 19316 0 -1 4202496 6802 0 0 0 129939 6 0 0 25 0 1 0 487042392 30515200 6742 33554432000 134512640 134556542 4287465904 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/20391/statm: 7450 6742 208 11 0 6784 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 38504

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.97
CPU system time (s): 0.078987
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 38504

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

runsolver used 2.32465 second user time and 4.74528 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-25 20:00:27
IDJOB=3282733
IDBENCH=70848
IDSOLVER=1652
FILE ID=node127/3282733-1303754427
RUNJOBID= node127-1303753124-20205
PBS_JOBID= 13154035
Free space on /tmp= 71352 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/crypto/desgen/gss-22-s100.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282733-1303754427/watcher-3282733-1303754427 -o /tmp/evaluation-result-3282733-1303754427/solver-3282733-1303754427 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3282733-1303754427.cnf

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

MD5SUM BENCH= 96596d59af0c6949ab68ac8c5abcf28b
RANDOM SEED=663664956

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      29246656 kB
Buffers:       1222300 kB
Cached:        1937788 kB
SwapCached:          0 kB
Active:         232340 kB
Inactive:      3005424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29246656 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            8208 kB
Writeback:           0 kB
AnonPages:       77832 kB
Mapped:          15504 kB
Slab:           400708 kB
PageTables:       4936 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   224600 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= 71348 MiB
End job on node127 at 2011-04-25 20:22:09