Trace number 3308465

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
SAT09 reference solver:glucose 1.0? (TO) 1300.05 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.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
0.00/0.01	c ==============================================================================
0.00/0.01	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.01	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.01	c ==============================================================================
0.00/0.01	c |         0 |   25863    60347 |    7758       0        0     nan |  0.000 % |
0.00/0.10	c |         0 |   19663    59086 |      --       0       --      -- |     --   | -6198/-1256
0.00/0.10	c ==============================================================================
0.00/0.10	c Result  :   #vars: 4390   #clauses: 19663   #literals: 59086
0.00/0.10	c CPU time:   0.094985 s
0.00/0.10	c ==============================================================================
0.00/0.11	c
0.00/0.11	c Starting glucose
0.00/0.11	c
0.00/0.11	
0.00/0.11	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
0.00/0.11	
0.00/0.11	c ============================[ Problem Statistics ]=============================
0.00/0.11	c |                                                                             |
0.00/0.11	c |  Number of variables:  4390                                                 |
0.00/0.11	c |  Number of clauses:    19663                                                |
0.00/0.12	c |  Parsing time:         0.01         s                                       |
1300.03/1300.00	HOME/glucose.sh: line 55: 22557 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-3308465-1303983222/watcher-3308465-1303983222 -o /tmp/evaluation-result-3308465-1303983222/solver-3308465-1303983222 -C 2400 -W 1300 -M 7680 glucose.sh HOME/instance-3308465-1303983222.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.00 0.00 0.00 3/182 22554
/proc/meminfo: memFree=13074256/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) R 22552 22554 22509 0 -1 4202496 316 0 0 0 0 0 0 0 19 0 1 0 588552918 8912896 252 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367367061 0 65538 4100 65536 0 0 0 17 0 0 0 0
/proc/22554/statm: 2176 252 211 178 0 69 0

[startup+0.00752711 s]
/proc/loadavg: 0.00 0.00 0.00 3/182 22554
/proc/meminfo: memFree=13074256/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 588552918 8912896 252 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22554/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100524 s]
/proc/loadavg: 0.00 0.00 0.00 3/182 22554
/proc/meminfo: memFree=13074256/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 333 0 0 0 0 0 0 0 19 0 1 0 588552918 8912896 252 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 2 0 0 0
/proc/22554/statm: 2176 252 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300425 s]
/proc/loadavg: 0.00 0.00 0.00 3/182 22554
/proc/meminfo: memFree=13074256/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8704

[startup+0.700347 s]
/proc/loadavg: 0.00 0.00 0.00 3/182 22554
/proc/meminfo: memFree=13074256/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 8704

[startup+1.50026 s]
/proc/loadavg: 0.00 0.00 0.00 5/194 22575
/proc/meminfo: memFree=12923220/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=5588 CPUtime=1.38 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 1122 0 0 0 138 0 0 0 23 0 1 0 588552930 5722112 1077 33554432000 134512640 135217611 4291970528 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 1397 1077 77 173 0 1222 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14292

[startup+3.10096 s]
/proc/loadavg: 0.32 0.07 0.02 5/194 22576
/proc/meminfo: memFree=12849564/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=6564 CPUtime=2.98 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 1363 0 0 0 298 0 0 0 25 0 1 0 588552930 6721536 1318 33554432000 134512640 135217611 4291970528 18446744073709551615 134537311 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 1641 1318 77 173 0 1466 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 15268

[startup+6.30037 s]
/proc/loadavg: 0.32 0.07 0.02 5/194 22578
/proc/meminfo: memFree=12914396/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=8048 CPUtime=6.18 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 1718 0 0 0 618 0 0 0 25 0 1 0 588552930 8241152 1673 33554432000 134512640 135217611 4291970528 18446744073709551615 134522694 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 2012 1673 77 173 0 1837 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 16752

[startup+12.7012 s]
/proc/loadavg: 0.89 0.20 0.06 5/194 22578
/proc/meminfo: memFree=12894684/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=9512 CPUtime=12.58 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 2118 0 0 0 1258 0 0 0 25 0 1 0 588552930 9740288 2073 33554432000 134512640 135217611 4291970528 18446744073709551615 134533142 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 2378 2073 77 173 0 2203 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 18216

[startup+25.5008 s]
/proc/loadavg: 1.36 0.32 0.11 5/194 22578
/proc/meminfo: memFree=12884608/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=12236 CPUtime=25.37 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 2770 0 0 0 2537 0 0 0 25 0 1 0 588552930 12529664 2725 33554432000 134512640 135217611 4291970528 18446744073709551615 134536964 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 3059 2725 77 173 0 2884 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 20940

[startup+51.101 s]
/proc/loadavg: 2.26 0.62 0.21 5/194 22579
/proc/meminfo: memFree=12871960/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=15716 CPUtime=50.97 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 3632 0 0 0 5097 0 0 0 25 0 1 0 588552930 16093184 3587 33554432000 134512640 135217611 4291970528 18446744073709551615 134527914 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 3929 3587 77 173 0 3754 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 24420

[startup+102.306 s]
/proc/loadavg: 3.30 1.18 0.42 5/194 22580
/proc/meminfo: memFree=12852596/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=19060 CPUtime=102.18 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 4467 0 0 0 10217 1 0 0 25 0 1 0 588552930 19517440 4422 33554432000 134512640 135217611 4291970528 18446744073709551615 134522544 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 4765 4422 77 173 0 4590 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 27764

[startup+162.3 s]
/proc/loadavg: 3.80 1.71 0.65 5/194 22582
/proc/meminfo: memFree=12832216/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=23276 CPUtime=162.18 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 5468 0 0 0 16217 1 0 0 25 0 1 0 588552930 23834624 5423 33554432000 134512640 135217611 4291970528 18446744073709551615 134532996 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 5819 5423 77 173 0 5644 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 31980

[startup+222.301 s]
/proc/loadavg: 3.93 2.12 0.86 5/194 22584
/proc/meminfo: memFree=12815196/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=25980 CPUtime=222.19 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 6117 0 0 0 22217 2 0 0 25 0 1 0 588552930 26603520 6072 33554432000 134512640 135217611 4291970528 18446744073709551615 134527899 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 6495 6072 77 173 0 6320 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 34684

[startup+282.301 s]
/proc/loadavg: 3.97 2.43 1.03 5/194 22585
/proc/meminfo: memFree=12804872/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=28088 CPUtime=282.18 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 6678 0 0 0 28216 2 0 0 25 0 1 0 588552930 28762112 6633 33554432000 134512640 135217611 4291970528 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 7022 6633 77 173 0 6847 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 36792

[startup+342.301 s]
/proc/loadavg: 3.99 2.74 1.23 5/194 22590
/proc/meminfo: memFree=12788292/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=31068 CPUtime=342.18 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 7407 0 0 0 34216 2 0 0 25 0 1 0 588552930 31813632 7362 33554432000 134512640 135217611 4291970528 18446744073709551615 134533055 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 7767 7362 77 173 0 7592 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 39772

[startup+402.301 s]
/proc/loadavg: 3.99 2.95 1.39 5/194 22591
/proc/meminfo: memFree=12776936/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2

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

[pid=22557] ppid=22554 vsize=38304 CPUtime=522.19 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 9120 0 0 0 52216 3 0 0 25 0 1 0 588552930 39223296 9075 33554432000 134512640 135217611 4291970528 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 9576 9075 77 173 0 9401 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 47008

[startup+582.301 s]
/proc/loadavg: 4.02 3.44 1.86 5/194 22596
/proc/meminfo: memFree=12750556/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=38304 CPUtime=582.19 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 9134 0 0 0 58216 3 0 0 25 0 1 0 588552930 39223296 9089 33554432000 134512640 135217611 4291970528 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 9576 9089 77 173 0 9401 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 47008

[startup+642.301 s]
/proc/loadavg: 4.00 3.54 1.99 5/194 22598
/proc/meminfo: memFree=12738624/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=41724 CPUtime=642.21 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 9959 0 0 0 64217 4 0 0 25 0 1 0 588552930 42725376 9914 33554432000 134512640 135217611 4291970528 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 10431 9914 77 173 0 10256 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 50428

[startup+702.301 s]
/proc/loadavg: 4.04 3.63 2.12 5/194 22599
/proc/meminfo: memFree=12729304/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=42156 CPUtime=702.19 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 10063 0 0 0 70215 4 0 0 25 0 1 0 588552930 43167744 10013 33554432000 134512640 135217611 4291970528 18446744073709551615 134533078 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 10539 10013 77 173 0 10364 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 50860

[startup+762.307 s]
/proc/loadavg: 4.01 3.70 2.23 5/194 22601
/proc/meminfo: memFree=12721588/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=42708 CPUtime=762.2 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 10211 0 0 0 76216 4 0 0 25 0 1 0 588552930 43732992 10161 33554432000 134512640 135217611 4291970528 18446744073709551615 134533112 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 10677 10161 77 173 0 10502 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 51412

[startup+822.3 s]
/proc/loadavg: 4.00 3.75 2.34 5/194 22603
/proc/meminfo: memFree=12712256/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=44860 CPUtime=822.2 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 10720 0 0 0 82216 4 0 0 25 0 1 0 588552930 45936640 10670 33554432000 134512640 135217611 4291970528 18446744073709551615 134533324 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 11215 10670 77 173 0 11040 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 53564

[startup+882.301 s]
/proc/loadavg: 4.00 3.79 2.44 5/194 22604
/proc/meminfo: memFree=12699204/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=48664 CPUtime=882.21 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 11652 0 0 0 88216 5 0 0 25 0 1 0 588552930 49831936 11602 33554432000 134512640 135217611 4291970528 18446744073709551615 134532989 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 12166 11602 77 173 0 11991 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 57368

[startup+942.301 s]
/proc/loadavg: 4.00 3.83 2.53 5/194 22606
/proc/meminfo: memFree=12693228/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=50956 CPUtime=942.21 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 12145 0 0 0 94216 5 0 0 25 0 1 0 588552930 52178944 12095 33554432000 134512640 135217611 4291970528 18446744073709551615 134533025 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 12739 12095 77 173 0 12564 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 59660

[startup+1002.3 s]
/proc/loadavg: 4.07 3.87 2.63 5/194 22607
/proc/meminfo: memFree=12681048/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=51064 CPUtime=1002.21 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 12153 0 0 0 100216 5 0 0 25 0 1 0 588552930 52289536 12103 33554432000 134512640 135217611 4291970528 18446744073709551615 134533552 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 12766 12103 77 173 0 12591 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 59768

[startup+1062.3 s]
/proc/loadavg: 4.03 3.89 2.70 5/194 22609
/proc/meminfo: memFree=12674576/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=51676 CPUtime=1062.21 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 12285 0 0 0 106216 5 0 0 25 0 1 0 588552930 52916224 12235 33554432000 134512640 135217611 4291970528 18446744073709551615 134533016 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 12919 12235 77 173 0 12744 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 60380

[startup+1122.3 s]
/proc/loadavg: 4.04 3.92 2.79 5/194 22611
/proc/meminfo: memFree=12672320/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=51820 CPUtime=1122.21 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 12322 0 0 0 112216 5 0 0 25 0 1 0 588552930 53063680 12272 33554432000 134512640 135217611 4291970528 18446744073709551615 134532973 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 12955 12272 77 173 0 12780 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 60524

[startup+1182.3 s]
/proc/loadavg: 4.01 3.93 2.86 5/194 22612
/proc/meminfo: memFree=12669804/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=52756 CPUtime=1182.21 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 12526 0 0 0 118216 5 0 0 25 0 1 0 588552930 54022144 12476 33554432000 134512640 135217611 4291970528 18446744073709551615 134533037 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 13189 12476 77 173 0 13014 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 61460

[startup+1242.3 s]
/proc/loadavg: 4.10 3.97 2.94 5/194 22614
/proc/meminfo: memFree=12663456/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=54476 CPUtime=1242.22 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 12838 0 0 0 124217 5 0 0 25 0 1 0 588552930 55783424 12788 33554432000 134512640 135217611 4291970528 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 13619 12788 77 173 0 13444 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 63180



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 3.97 3.00 4/192 22616
/proc/meminfo: memFree=12742308/32950928 swapFree=67111528/67111528
[pid=22554] ppid=22552 vsize=8704 CPUtime=0.1 cores=0,2
/proc/22554/stat : 22554 (glucose.sh) S 22552 22554 22509 0 -1 4202496 359 1356 0 0 0 0 10 0 18 0 1 0 588552918 8912896 254 33554432000 4194304 4922060 140734016473712 18446744073709551615 251367365765 0 65536 4100 65538 18446744071562232103 0 0 17 0 0 0 0
/proc/22554/statm: 2176 254 211 178 0 69 0
[pid=22557] ppid=22554 vsize=55376 CPUtime=1299.93 cores=0,2
/proc/22557/stat : 22557 (glucose_static) R 22554 22554 22509 0 -1 4202496 13038 0 0 0 129987 6 0 0 25 0 1 0 588552930 56705024 12988 33554432000 134512640 135217611 4291970528 18446744073709551615 134532971 0 0 4096 8388611 0 0 0 17 0 0 0 0
/proc/22557/statm: 13844 12988 77 173 0 13669 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 64080

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

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

runsolver used 2.27865 second user time and 4.82427 second system time

The end

Launcher Data

Begin job on node113 at 2011-04-28 11:33:42
IDJOB=3308465
IDBENCH=70810
IDSOLVER=1691
FILE ID=node113/3308465-1303983222
RUNJOBID= node113-1303983221-22527
PBS_JOBID= 13168713
Free space on /tmp= 71160 MiB

SOLVER NAME= SAT09 reference solver:glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitsarray/countbitsarray04_32.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3308465-1303983222/watcher-3308465-1303983222 -o /tmp/evaluation-result-3308465-1303983222/solver-3308465-1303983222 -C 2400 -W 1300 -M 7680  glucose.sh HOME/instance-3308465-1303983222.cnf

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

MD5SUM BENCH= 2fe3650d4a602f63086e937176360ebb
RANDOM SEED=1303314544

node113.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.846
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.69
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.846
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.76
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.846
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.846
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.846
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.74
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.846
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.846
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.83
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.846
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:      13075528 kB
Buffers:       1868740 kB
Cached:       17313492 kB
SwapCached:          0 kB
Active:       10737168 kB
Inactive:      8539852 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      13075528 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            9356 kB
Writeback:           0 kB
AnonPages:       93688 kB
Mapped:          14804 kB
Slab:           533064 kB
PageTables:       5532 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   246296 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= 71076 MiB
End job on node113 at 2011-04-28 11:55:25