Trace number 3282411

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) 1299.5 1300.01

General information on the benchmark

NameAPPLICATIONS/bitverif/countbitsarray/
countbitsarray04_32.cnf
MD5SUM2fe3650d4a602f63086e937176360ebb
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables8750
Number of clauses25865
Sum of the clauses size60349
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 217242
Number of clauses of size 38621
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.03	c
0.00/0.03	c Starting SatElite Preprocessing
0.00/0.03	c
0.00/0.03	c Parsing...
0.00/0.04	c ==============================================================================
0.00/0.04	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.04	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.04	c ==============================================================================
0.00/0.04	c |         0 |   25863    60347 |    7758       0        0     nan |  0.000 % |
0.00/0.12	c |         0 |   19663    59086 |      --       0       --      -- |     --   | -6198/-1256
0.00/0.12	c ==============================================================================
0.00/0.12	c Result  :   #vars: 4390   #clauses: 19663   #literals: 59086
0.00/0.12	c CPU time:   0.082987 s
0.00/0.12	c ==============================================================================
0.00/0.13	c
0.00/0.13	c Starting glucose
0.00/0.13	c
0.09/0.60	
0.09/0.60	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.09/0.60	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.09/0.60	
0.09/0.60	c ============================[ Problem Statistics ]=============================
0.09/0.60	c |                                                                             |
0.09/0.60	c |  Number of variables:  4390                                                 |
0.09/0.60	c |  Number of clauses:    19663                                                |
0.09/0.61	c |  Parsing time:         0.01         s                                       |
1299.48/1300.01	HOME/ebglucose.sh: line 57: 20248 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-3282411-1303753124/watcher-3282411-1303753124 -o /tmp/evaluation-result-3282411-1303753124/solver-3282411-1303753124 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3282411-1303753124.cnf 

running on 2 cores: 5,7

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


[startup+0 s]
/proc/loadavg: 0.92 1.35 2.50 4/180 20228
/proc/meminfo: memFree=29256160/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8700 CPUtime=0 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 322 0 0 0 0 0 0 0 22 0 1 0 486912074 8908800 250 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080232192 0 0 4100 65536 18446744071562362840 0 0 17 5 0 0 0
/proc/20228/statm: 2175 250 209 178 0 68 0

[startup+0.0139789 s]
/proc/loadavg: 0.92 1.35 2.50 4/180 20228
/proc/meminfo: memFree=29256160/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8700 CPUtime=0 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 322 0 0 0 0 0 0 0 22 0 1 0 486912074 8908800 250 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080232192 0 0 4100 65536 18446744071562362840 0 0 17 5 0 0 0
/proc/20228/statm: 2175 250 209 178 0 68 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8700

[startup+0.100965 s]
/proc/loadavg: 0.92 1.35 2.50 4/180 20228
/proc/meminfo: memFree=29256160/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 355 232 0 1 0 0 0 0 22 0 1 0 486912074 8912896 253 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 7 0 0 0
/proc/20228/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300927 s]
/proc/loadavg: 0.92 1.35 2.50 4/180 20228
/proc/meminfo: memFree=29256160/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+0.70085 s]
/proc/loadavg: 0.92 1.35 2.50 4/180 20228
/proc/meminfo: memFree=29256160/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8704

[startup+1.5007 s]
/proc/loadavg: 1.17 1.40 2.50 5/194 20256
/proc/meminfo: memFree=29047188/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=6632 CPUtime=0.88 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 1052 0 17 0 88 0 0 0 20 0 1 0 486912088 6791168 1009 33554432000 134512640 134556542 4294919040 18446744073709551615 134529030 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 1658 1009 213 11 0 992 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 15336

[startup+3.10039 s]
/proc/loadavg: 1.17 1.40 2.50 5/194 20258
/proc/meminfo: memFree=29075672/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=7912 CPUtime=2.48 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 1360 0 17 0 248 0 0 0 25 0 1 0 486912088 8101888 1317 33554432000 134512640 134556542 4294919040 18446744073709551615 134537974 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 1978 1317 213 11 0 1312 0
Current children cumulated CPU time (s) 2.57
Current children cumulated vsize (KiB) 16616

[startup+6.30079 s]
/proc/loadavg: 1.17 1.40 2.50 5/194 20259
/proc/meminfo: memFree=29103700/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=9264 CPUtime=5.68 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 1705 0 17 0 568 0 0 0 25 0 1 0 486912088 9486336 1662 33554432000 134512640 134556542 4294919040 18446744073709551615 134532150 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 2316 1662 213 11 0 1650 0
Current children cumulated CPU time (s) 5.77
Current children cumulated vsize (KiB) 17968

[startup+12.7006 s]
/proc/loadavg: 1.68 1.50 2.52 5/194 20259
/proc/meminfo: memFree=29096072/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=11376 CPUtime=12.08 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 2244 0 17 0 1208 0 0 0 25 0 1 0 486912088 11649024 2201 33554432000 134512640 134556542 4294919040 18446744073709551615 134537504 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 2844 2201 213 11 0 2178 0
Current children cumulated CPU time (s) 12.17
Current children cumulated vsize (KiB) 20080

[startup+25.5011 s]
/proc/loadavg: 2.03 1.58 2.54 5/194 20259
/proc/meminfo: memFree=29084872/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=13468 CPUtime=24.88 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 2722 0 17 0 2488 0 0 0 25 0 1 0 486912088 13791232 2679 33554432000 134512640 134556542 4294919040 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 3367 2679 214 11 0 2701 0
Current children cumulated CPU time (s) 24.97
Current children cumulated vsize (KiB) 22172

[startup+51.1002 s]
/proc/loadavg: 2.70 1.77 2.58 5/194 20260
/proc/meminfo: memFree=29071348/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=17224 CPUtime=50.48 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 3657 0 17 0 5048 0 0 0 25 0 1 0 486912088 17637376 3614 33554432000 134512640 134556542 4294919040 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 4306 3614 214 11 0 3640 0
Current children cumulated CPU time (s) 50.57
Current children cumulated vsize (KiB) 25928

[startup+102.306 s]
/proc/loadavg: 3.52 2.16 2.66 5/194 20261
/proc/meminfo: memFree=29054136/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=21980 CPUtime=101.68 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 4777 0 17 0 10168 0 0 0 25 0 1 0 486912088 22507520 4734 33554432000 134512640 134556542 4294919040 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 5495 4734 214 11 0 4829 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 30684

[startup+162.301 s]
/proc/loadavg: 3.82 2.49 2.74 5/194 20263
/proc/meminfo: memFree=29034260/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=26192 CPUtime=161.68 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 5790 0 17 0 16167 1 0 0 25 0 1 0 486912088 26820608 5747 33554432000 134512640 134556542 4294919040 18446744073709551615 134537037 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 6548 5747 214 11 0 5882 0
Current children cumulated CPU time (s) 161.77
Current children cumulated vsize (KiB) 34896

[startup+222.301 s]
/proc/loadavg: 3.99 2.78 2.82 5/194 20265
/proc/meminfo: memFree=29019220/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=28856 CPUtime=221.68 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 6442 0 17 0 22167 1 0 0 25 0 1 0 486912088 29548544 6399 33554432000 134512640 134556542 4294919040 18446744073709551615 134537557 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 7214 6399 214 11 0 6548 0
Current children cumulated CPU time (s) 221.77
Current children cumulated vsize (KiB) 37560

[startup+282.301 s]
/proc/loadavg: 3.99 3.00 2.89 5/194 20266
/proc/meminfo: memFree=29006400/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=30536 CPUtime=281.68 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 6876 0 17 0 28167 1 0 0 25 0 1 0 486912088 31268864 6833 33554432000 134512640 134556542 4294919040 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 7634 6833 214 11 0 6968 0
Current children cumulated CPU time (s) 281.77
Current children cumulated vsize (KiB) 39240

[startup+342.301 s]
/proc/loadavg: 3.99 3.18 2.96 5/194 20268
/proc/meminfo: memFree=28992848/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=32252 CPUtime=341.68 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 7220 0 17 0 34167 1 0 0 25 0 1 0 486912088 33026048 7177 33554432000 134512640 134556542 4294919040 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 8063 7177 214 11 0 7397 0
Current children cumulated CPU time (s) 341.77
Current children cumulated vsize (KiB) 40956

[startup+402.3 s]
/proc/loadavg: 3.99 3.32 3.02 5/194 20269
/proc/meminfo: memFree=28977192/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7

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

[pid=20248] ppid=20228 vsize=37724 CPUtime=521.68 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 8592 0 17 0 52167 1 0 0 25 0 1 0 486912088 38629376 8549 33554432000 134512640 134556542 4294919040 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 9431 8549 214 11 0 8765 0
Current children cumulated CPU time (s) 521.77
Current children cumulated vsize (KiB) 46428

[startup+582.301 s]
/proc/loadavg: 4.12 3.65 3.20 5/194 20274
/proc/meminfo: memFree=28943296/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=38252 CPUtime=581.69 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 8743 0 17 0 58167 2 0 0 25 0 1 0 486912088 39170048 8700 33554432000 134512640 134556542 4294919040 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 9563 8700 214 11 0 8897 0
Current children cumulated CPU time (s) 581.78
Current children cumulated vsize (KiB) 46956

[startup+642.301 s]
/proc/loadavg: 4.04 3.71 3.24 5/194 20276
/proc/meminfo: memFree=28937168/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=39984 CPUtime=641.69 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 9128 0 17 0 64167 2 0 0 25 0 1 0 486912088 40943616 9085 33554432000 134512640 134556542 4294919040 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 9996 9085 214 11 0 9330 0
Current children cumulated CPU time (s) 641.78
Current children cumulated vsize (KiB) 48688

[startup+702.301 s]
/proc/loadavg: 4.01 3.76 3.29 5/194 20277
/proc/meminfo: memFree=28927332/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=39984 CPUtime=701.68 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 9157 0 17 0 70166 2 0 0 25 0 1 0 486912088 40943616 9114 33554432000 134512640 134556542 4294919040 18446744073709551615 134537387 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 9996 9114 214 11 0 9330 0
Current children cumulated CPU time (s) 701.77
Current children cumulated vsize (KiB) 48688

[startup+762.307 s]
/proc/loadavg: 4.00 3.80 3.33 5/194 20279
/proc/meminfo: memFree=28918620/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=40544 CPUtime=761.69 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 9286 0 17 0 76167 2 0 0 25 0 1 0 486912088 41517056 9243 33554432000 134512640 134556542 4294919040 18446744073709551615 134529845 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 10136 9243 214 11 0 9470 0
Current children cumulated CPU time (s) 761.78
Current children cumulated vsize (KiB) 49248

[startup+822.3 s]
/proc/loadavg: 4.00 3.84 3.37 5/194 20281
/proc/meminfo: memFree=28908036/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=42044 CPUtime=821.68 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 9671 0 17 0 82166 2 0 0 25 0 1 0 486912088 43053056 9628 33554432000 134512640 134556542 4294919040 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 10511 9628 214 11 0 9845 0
Current children cumulated CPU time (s) 821.77
Current children cumulated vsize (KiB) 50748

[startup+882.301 s]
/proc/loadavg: 4.00 3.86 3.41 5/194 20282
/proc/meminfo: memFree=28892992/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=43068 CPUtime=881.68 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 9911 0 17 0 88166 2 0 0 25 0 1 0 486912088 44101632 9868 33554432000 134512640 134556542 4294919040 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 10767 9868 214 11 0 10101 0
Current children cumulated CPU time (s) 881.77
Current children cumulated vsize (KiB) 51772

[startup+942.3 s]
/proc/loadavg: 4.00 3.89 3.44 5/194 20284
/proc/meminfo: memFree=28888616/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=44288 CPUtime=941.69 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 10206 0 17 0 94166 3 0 0 25 0 1 0 486912088 45350912 10163 33554432000 134512640 134556542 4294919040 18446744073709551615 134537515 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 11072 10163 214 11 0 10406 0
Current children cumulated CPU time (s) 941.78
Current children cumulated vsize (KiB) 52992

[startup+1002.3 s]
/proc/loadavg: 4.00 3.90 3.47 5/194 20285
/proc/meminfo: memFree=28882132/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=45792 CPUtime=1001.68 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 10571 0 17 0 100165 3 0 0 25 0 1 0 486912088 46891008 10528 33554432000 134512640 134556542 4294919040 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 11448 10528 214 11 0 10782 0
Current children cumulated CPU time (s) 1001.77
Current children cumulated vsize (KiB) 54496

[startup+1062.3 s]
/proc/loadavg: 4.00 3.92 3.50 5/194 20287
/proc/meminfo: memFree=28872544/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=46484 CPUtime=1061.69 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 10638 0 17 0 106166 3 0 0 25 0 1 0 486912088 47599616 10595 33554432000 134512640 134556542 4294919040 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 11621 10595 214 11 0 10955 0
Current children cumulated CPU time (s) 1061.78
Current children cumulated vsize (KiB) 55188

[startup+1122.3 s]
/proc/loadavg: 4.07 3.95 3.54 5/194 20289
/proc/meminfo: memFree=28851184/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=48008 CPUtime=1121.69 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 11025 0 17 0 112166 3 0 0 25 0 1 0 486912088 49160192 10982 33554432000 134512640 134556542 4294919040 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 12002 10982 214 11 0 11336 0
Current children cumulated CPU time (s) 1121.78
Current children cumulated vsize (KiB) 56712

[startup+1182.3 s]
/proc/loadavg: 4.02 3.95 3.56 5/194 20290
/proc/meminfo: memFree=28849652/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=49004 CPUtime=1181.68 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 11264 0 17 0 118165 3 0 0 25 0 1 0 486912088 50180096 11221 33554432000 134512640 134556542 4294919040 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 12251 11221 214 11 0 11585 0
Current children cumulated CPU time (s) 1181.77
Current children cumulated vsize (KiB) 57708

[startup+1242.3 s]
/proc/loadavg: 4.01 3.96 3.58 5/194 20292
/proc/meminfo: memFree=28841804/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=49976 CPUtime=1241.68 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 11490 0 17 0 124165 3 0 0 25 0 1 0 486912088 51175424 11447 33554432000 134512640 134556542 4294919040 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 12494 11447 214 11 0 11828 0
Current children cumulated CPU time (s) 1241.77
Current children cumulated vsize (KiB) 58680



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 3.98 3.61 5/194 20293
/proc/meminfo: memFree=28833580/32950928 swapFree=67111364/67111528
[pid=20228] ppid=20226 vsize=8704 CPUtime=0.09 cores=5,7
/proc/20228/stat : 20228 (ebglucose.sh) S 20226 20228 19316 0 -1 4202496 381 1589 0 1 0 0 9 0 22 0 1 0 486912074 8912896 256 33554432000 4194304 4922060 140733301616064 18446744073709551615 208080051333 0 65536 4100 65538 18446744071562232103 0 0 17 5 0 0 0
/proc/20228/statm: 2176 256 211 178 0 69 0
[pid=20248] ppid=20228 vsize=50704 CPUtime=1299.39 cores=5,7
/proc/20248/stat : 20248 (ebglucose_stati) R 20228 20228 19316 0 -1 4202496 11675 0 17 0 129936 3 0 0 25 0 1 0 486912088 51920896 11632 33554432000 134512640 134556542 4294919040 18446744073709551615 134537168 0 0 4096 8388611 0 0 0 17 5 0 0 47
/proc/20248/statm: 12676 11632 214 11 0 12010 0
Current children cumulated CPU time (s) 1299.48
Current children cumulated vsize (KiB) 59408

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): 1299.5
CPU user time (s): 1299.46
CPU system time (s): 0.043993
CPU usage (%): 99.9607
Max. virtual memory (cumulated for all children) (KiB): 59472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.46
system time used= 0.043993
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13657
page faults= 18
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 83
involuntary context switches= 2204

runsolver used 1.9987 second user time and 5.10522 second system time

The end

Launcher Data

Begin job on node127 at 2011-04-25 19:38:44
IDJOB=3282411
IDBENCH=70810
IDSOLVER=1652
FILE ID=node127/3282411-1303753124
RUNJOBID= node127-1303753124-20207
PBS_JOBID= 13154035
Free space on /tmp= 71356 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray04_32.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3282411-1303753124/watcher-3282411-1303753124 -o /tmp/evaluation-result-3282411-1303753124/solver-3282411-1303753124 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3282411-1303753124.cnf

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

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=1094232515

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:      29257052 kB
Buffers:       1221236 kB
Cached:        1932004 kB
SwapCached:          0 kB
Active:         223164 kB
Inactive:      3005132 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      29257052 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:            7384 kB
Writeback:           0 kB
AnonPages:       75136 kB
Mapped:          14484 kB
Slab:           400560 kB
PageTables:       5896 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   202356 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= 71276 MiB
End job on node127 at 2011-04-25 20:00:26