Trace number 3290323

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

General information on the benchmark

Nameapplication/kullmann/AES/Benchmarks/
32/aes_32_5_keyfind_1.cnf
MD5SUM3f4ea4cf17e734bbe947db7c1dc9fde7
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 variables1116
Number of clauses4312
Sum of the clauses size13688
Maximum clause length5
Minimum clause length1
Number of clauses of size 184
Number of clauses of size 2200
Number of clauses of size 33008
Number of clauses of size 4920
Number of clauses of size 5100
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.00	c ==============================================================================
0.00/0.00	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.00	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.00	c ==============================================================================
0.00/0.00	c |         0 |    4148    13204 |    1244       0        0     nan |  0.000 % |
0.00/0.01	c |         0 |    3748    13284 |      --       0       --      -- |     --   | -272/592
0.00/0.01	c ==============================================================================
0.00/0.01	c Result  :   #vars: 754   #clauses: 3748   #literals: 13284
0.00/0.01	c CPU time:   0.007998 s
0.00/0.01	c ==============================================================================
0.00/0.01	c
0.00/0.01	c Starting glucose
0.00/0.01	c
0.00/0.01	
0.00/0.01	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.01	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.01	
0.00/0.01	c ============================[ Problem Statistics ]=============================
0.00/0.01	c |                                                                             |
0.00/0.01	c |  Number of variables:  754                                                  |
0.00/0.01	c |  Number of clauses:    3748                                                 |
0.00/0.01	c |  Parsing time:         0.00         s                                       |
1300.02/1300.00	HOME/ebglucose.sh: line 57:  8632 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-3290323-1303777366/watcher-3290323-1303777366 -o /tmp/evaluation-result-3290323-1303777366/solver-3290323-1303777366 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3290323-1303777366.cnf 

running on 2 cores: 1,3

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


[startup+0 s]
/proc/loadavg: 1.70 2.13 2.94 5/192 8628
/proc/meminfo: memFree=15102636/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) R 8626 8628 7574 0 -1 4202496 337 233 0 0 0 0 0 0 25 0 1 0 470152077 8912896 253 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095271317 0 65538 4100 65536 0 0 0 17 1 0 0 0
/proc/8628/statm: 2176 253 211 178 0 69 0

[startup+0.106699 s]
/proc/loadavg: 1.70 2.13 2.94 5/192 8628
/proc/meminfo: memFree=15102636/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.200682 s]
/proc/loadavg: 1.70 2.13 2.94 5/192 8628
/proc/meminfo: memFree=15102636/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300663 s]
/proc/loadavg: 1.70 2.13 2.94 5/192 8628
/proc/meminfo: memFree=15102636/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.70059 s]
/proc/loadavg: 1.70 2.13 2.94 5/192 8628
/proc/meminfo: memFree=15102636/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50048 s]
/proc/loadavg: 1.70 2.13 2.94 5/194 8632
/proc/meminfo: memFree=15099156/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=6272 CPUtime=1.48 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 926 0 0 0 148 0 0 0 25 0 1 0 470152078 6422528 866 33554432000 134512640 134556542 4293922912 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 1568 866 211 11 0 902 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 14976

[startup+3.10018 s]
/proc/loadavg: 1.70 2.13 2.94 5/194 8632
/proc/meminfo: memFree=15098332/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=6536 CPUtime=3.07 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 1006 0 0 0 307 0 0 0 25 0 1 0 470152078 6692864 946 33554432000 134512640 134556542 4293922912 18446744073709551615 134537599 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 1634 946 211 11 0 968 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 15240

[startup+6.30059 s]
/proc/loadavg: 1.88 2.16 2.94 5/194 8632
/proc/meminfo: memFree=15095580/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=7692 CPUtime=6.27 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 1260 0 0 0 627 0 0 0 25 0 1 0 470152078 7876608 1200 33554432000 134512640 134556542 4293922912 18446744073709551615 134537466 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 1923 1200 211 11 0 1257 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 16396

[startup+12.7004 s]
/proc/loadavg: 2.05 2.19 2.95 5/194 8632
/proc/meminfo: memFree=15090752/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=8756 CPUtime=12.67 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 1562 0 0 0 1267 0 0 0 25 0 1 0 470152078 8966144 1502 33554432000 134512640 134556542 4293922912 18446744073709551615 134532677 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 2189 1502 211 11 0 1523 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 17460

[startup+25.5011 s]
/proc/loadavg: 2.48 2.27 2.96 5/194 8633
/proc/meminfo: memFree=15084836/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=10460 CPUtime=25.48 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 1963 0 0 0 2548 0 0 0 25 0 1 0 470152078 10711040 1903 33554432000 134512640 134556542 4293922912 18446744073709551615 134537312 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 2615 1903 211 11 0 1949 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 19164

[startup+51.1004 s]
/proc/loadavg: 3.00 2.41 2.99 5/194 8633
/proc/meminfo: memFree=15076172/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=13004 CPUtime=51.08 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 2573 0 0 0 5108 0 0 0 25 0 1 0 470152078 13316096 2513 33554432000 134512640 134556542 4293922912 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 3251 2513 212 11 0 2585 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 21708

[startup+102.301 s]
/proc/loadavg: 3.56 2.65 3.04 5/194 8635
/proc/meminfo: memFree=15061140/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=16300 CPUtime=102.28 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 3358 0 0 0 10228 0 0 0 25 0 1 0 470152078 16691200 3298 33554432000 134512640 134556542 4293922912 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 4075 3298 212 11 0 3409 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 25004

[startup+162.301 s]
/proc/loadavg: 3.84 2.90 3.10 5/194 8639
/proc/meminfo: memFree=15045792/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=19676 CPUtime=162.27 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 4169 0 0 0 16227 0 0 0 25 0 1 0 470152078 20148224 4109 33554432000 134512640 134556542 4293922912 18446744073709551615 134537335 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 4919 4109 212 11 0 4253 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 28380

[startup+222.307 s]
/proc/loadavg: 3.94 3.09 3.15 5/194 8641
/proc/meminfo: memFree=15038664/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=21844 CPUtime=222.29 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 4674 0 0 0 22228 1 0 0 25 0 1 0 470152078 22368256 4614 33554432000 134512640 134556542 4293922912 18446744073709551615 134537263 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 5461 4614 212 11 0 4795 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 30548

[startup+282.301 s]
/proc/loadavg: 3.98 3.26 3.20 5/194 8643
/proc/meminfo: memFree=15032440/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=23340 CPUtime=282.28 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 5057 0 0 0 28227 1 0 0 25 0 1 0 470152078 23900160 4997 33554432000 134512640 134556542 4293922912 18446744073709551615 134537339 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 5835 4997 212 11 0 5169 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 32044

[startup+342.301 s]
/proc/loadavg: 3.99 3.39 3.25 5/194 8644
/proc/meminfo: memFree=15024724/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=24848 CPUtime=342.28 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 5385 0 0 0 34227 1 0 0 25 0 1 0 470152078 25444352 5325 33554432000 134512640 134556542 4293922912 18446744073709551615 134537195 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 6212 5325 212 11 0 5546 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 33552

[startup+402.301 s]
/proc/loadavg: 4.03 3.51 3.30 5/194 8646
/proc/meminfo: memFree=15019488/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3

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

[pid=8632] ppid=8628 vsize=30636 CPUtime=582.28 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 6739 0 0 0 58227 1 0 0 25 0 1 0 470152078 31371264 6679 33554432000 134512640 134556542 4293922912 18446744073709551615 134537526 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 7659 6679 212 11 0 6993 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 39340

[startup+642.301 s]
/proc/loadavg: 4.04 3.80 3.46 5/194 8652
/proc/meminfo: memFree=14996580/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=31536 CPUtime=642.29 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 6963 0 0 0 64228 1 0 0 25 0 1 0 470152078 32292864 6903 33554432000 134512640 134556542 4293922912 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 7884 6903 212 11 0 7218 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 40240

[startup+702.301 s]
/proc/loadavg: 4.01 3.83 3.49 5/194 8654
/proc/meminfo: memFree=14994332/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=32052 CPUtime=702.29 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 7084 0 0 0 70228 1 0 0 25 0 1 0 470152078 32821248 7024 33554432000 134512640 134556542 4293922912 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 8013 7024 212 11 0 7347 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 40756

[startup+762.301 s]
/proc/loadavg: 4.00 3.86 3.52 5/194 8655
/proc/meminfo: memFree=14989112/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=33180 CPUtime=762.3 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 7371 0 0 0 76228 2 0 0 25 0 1 0 470152078 33976320 7311 33554432000 134512640 134556542 4293922912 18446744073709551615 134537347 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 8295 7311 212 11 0 7629 0
Current children cumulated CPU time (s) 762.3
Current children cumulated vsize (KiB) 41884

[startup+822.301 s]
/proc/loadavg: 4.00 3.88 3.55 5/194 8657
/proc/meminfo: memFree=14983760/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=34212 CPUtime=822.3 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 7579 0 0 0 82228 2 0 0 25 0 1 0 470152078 35033088 7519 33554432000 134512640 134556542 4293922912 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 8553 7519 212 11 0 7887 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 42916

[startup+882.307 s]
/proc/loadavg: 4.00 3.90 3.57 5/194 8659
/proc/meminfo: memFree=14975804/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=35700 CPUtime=882.31 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 7945 0 0 0 88229 2 0 0 25 0 1 0 470152078 36556800 7885 33554432000 134512640 134556542 4293922912 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 8925 7885 212 11 0 8259 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 44404

[startup+942.301 s]
/proc/loadavg: 4.00 3.92 3.59 5/194 8660
/proc/meminfo: memFree=14974060/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=36648 CPUtime=942.3 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 8168 0 0 0 94228 2 0 0 25 0 1 0 470152078 37527552 8108 33554432000 134512640 134556542 4293922912 18446744073709551615 134530776 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 9162 8108 212 11 0 8496 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 45352

[startup+1002.3 s]
/proc/loadavg: 4.00 3.93 3.62 5/194 8662
/proc/meminfo: memFree=14972564/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=37508 CPUtime=1002.31 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 8350 0 0 0 100229 2 0 0 25 0 1 0 470152078 38408192 8290 33554432000 134512640 134556542 4293922912 18446744073709551615 134537176 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 9377 8290 212 11 0 8711 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 46212

[startup+1062.3 s]
/proc/loadavg: 4.00 3.94 3.64 5/194 8663
/proc/meminfo: memFree=14970936/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=38476 CPUtime=1062.31 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 8526 0 0 0 106229 2 0 0 25 0 1 0 470152078 39399424 8466 33554432000 134512640 134556542 4293922912 18446744073709551615 134537330 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 9619 8466 212 11 0 8953 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 47180

[startup+1122.3 s]
/proc/loadavg: 4.11 3.98 3.67 5/194 8665
/proc/meminfo: memFree=14968056/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=39332 CPUtime=1122.31 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 8716 0 0 0 112229 2 0 0 25 0 1 0 470152078 40275968 8656 33554432000 134512640 134556542 4293922912 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 9833 8656 212 11 0 9167 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 48036

[startup+1182.3 s]
/proc/loadavg: 4.12 4.01 3.70 5/194 8667
/proc/meminfo: memFree=14962452/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=40332 CPUtime=1182.31 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 8952 0 0 0 118229 2 0 0 25 0 1 0 470152078 41299968 8892 33554432000 134512640 134556542 4293922912 18446744073709551615 134537510 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 10083 8892 212 11 0 9417 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 49036

[startup+1242.3 s]
/proc/loadavg: 4.04 4.00 3.71 5/194 8668
/proc/meminfo: memFree=14959820/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=40752 CPUtime=1242.31 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 9055 0 0 0 124229 2 0 0 25 0 1 0 470152078 41730048 8995 33554432000 134512640 134556542 4293922912 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 10188 8995 212 11 0 9522 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 49456



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.35 3.85 3.68 2/173 8725
/proc/meminfo: memFree=15092208/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=41104 CPUtime=1300.02 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 9148 0 0 0 130000 2 0 0 25 0 1 0 470152078 42090496 9088 33554432000 134512640 134556542 4293922912 18446744073709551615 134537510 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 10276 9088 212 11 0 9610 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 49808

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

[startup+1300 s]
/proc/loadavg: 3.35 3.85 3.68 2/173 8725
/proc/meminfo: memFree=15092208/32951124 swapFree=67111528/67111528
[pid=8628] ppid=8626 vsize=8704 CPUtime=0 cores=1,3
/proc/8628/stat : 8628 (ebglucose.sh) S 8626 8628 7574 0 -1 4202496 380 564 0 0 0 0 0 0 25 0 1 0 470152077 8912896 256 33554432000 4194304 4922060 140735820828128 18446744073709551615 228095270021 0 65536 4100 65538 18446744071562232103 0 0 17 1 0 0 0
/proc/8628/statm: 2176 256 211 178 0 69 0
[pid=8632] ppid=8628 vsize=41104 CPUtime=1300.02 cores=1,3
/proc/8632/stat : 8632 (ebglucose_stati) R 8628 8628 7574 0 -1 4202496 9148 0 0 0 130000 2 0 0 25 0 1 0 470152078 42090496 9088 33554432000 134512640 134556542 4293922912 18446744073709551615 134537510 0 0 4096 8388611 0 0 0 17 1 0 0 0
/proc/8632/statm: 10276 9088 212 11 0 9610 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 49808

Child status: 143
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1300.01
CPU system time (s): 0.028995
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 49808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1300.01
system time used= 0.028995
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10306
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= 14
involuntary context switches= 3185

runsolver used 2.08968 second user time and 4.99824 second system time

The end

Launcher Data

Begin job on node142 at 2011-04-26 02:22:46
IDJOB=3290323
IDBENCH=83430
IDSOLVER=1652
FILE ID=node142/3290323-1303777366
RUNJOBID= node142-1303777354-8515
PBS_JOBID= 13157183
Free space on /tmp= 71160 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/kullmann/AES/Benchmarks/32/aes_32_5_keyfind_1.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3290323-1303777366/watcher-3290323-1303777366 -o /tmp/evaluation-result-3290323-1303777366/solver-3290323-1303777366 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3290323-1303777366.cnf

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

MD5SUM BENCH= 3f4ea4cf17e734bbe947db7c1dc9fde7
RANDOM SEED=1771899894

node142.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	: 5131.95
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      15102792 kB
Buffers:       2080504 kB
Cached:       15107388 kB
SwapCached:          0 kB
Active:        7250048 kB
Inactive:     10026124 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15102792 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:            5004 kB
Writeback:           0 kB
AnonPages:       87376 kB
Mapped:          16040 kB
Slab:           508016 kB
PageTables:       5136 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   273264 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= 71164 MiB
End job on node142 at 2011-04-26 02:44:26