Trace number 3288851

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
EBGlucose 1.0? (TO) 1300.05 1300.01

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom26.cnf
MD5SUM98fee1752ddf8cd7cd77925ecf4bfe6e
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 variables73074
Number of clauses245746
Sum of the clauses size628346
Maximum clause length2232
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2124096
Number of clauses of size 3120415
Number of clauses of size 4350
Number of clauses of size 524
Number of clauses of size over 5860

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.10	c ==============================================================================
0.00/0.10	c |           |     ORIGINAL     |              LEARNT              |          |
0.00/0.10	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.00/0.10	c ==============================================================================
0.00/0.10	c |         0 |  230230   592644 |   69068       0        0     nan |  0.000 % |
0.00/0.81	c |         0 |  161055   599091 |      --       0       --      -- |     --   | -69175/6447
0.00/0.81	c ==============================================================================
0.00/0.81	c Result  :   #vars: 29052   #clauses: 161055   #literals: 599091
0.00/0.81	c CPU time:   0.78388 s
0.00/0.81	c ==============================================================================
0.00/0.92	c
0.00/0.92	c Starting glucose
0.00/0.92	c
0.00/0.92	
0.00/0.92	c This is EBGlucose 1.0 -- based on Glucose version 1.0
0.00/0.92	c     Many thanks to the Glucose, RSAT, and MiniSAT teams.
0.00/0.92	
0.00/0.92	c ============================[ Problem Statistics ]=============================
0.00/0.92	c |                                                                             |
0.00/0.92	c |  Number of variables:  29052                                                |
0.00/0.92	c |  Number of clauses:    161055                                               |
0.00/0.99	c |  Parsing time:         0.06         s                                       |
1300.03/1300.01	HOME/ebglucose.sh: line 57: 30401 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-3288851-1303770379/watcher-3288851-1303770379 -o /tmp/evaluation-result-3288851-1303770379/solver-3288851-1303770379 -C 2400 -W 1300 -M 7680 HOME/ebglucose.sh HOME/instance-3288851-1303770379.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.03 4.03 3.95 4/192 30397
/proc/meminfo: memFree=12571904/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 567268627 8912896 253 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 253 211 178 0 69 0

[startup+0.00945797 s]
/proc/loadavg: 4.03 4.03 3.95 4/192 30397
/proc/meminfo: memFree=12571904/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 567268627 8912896 253 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.100513 s]
/proc/loadavg: 4.03 4.03 3.95 4/192 30397
/proc/meminfo: memFree=12571904/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 567268627 8912896 253 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.300469 s]
/proc/loadavg: 4.03 4.03 3.95 4/192 30397
/proc/meminfo: memFree=12571904/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 567268627 8912896 253 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+0.700392 s]
/proc/loadavg: 4.03 4.03 3.95 4/192 30397
/proc/meminfo: memFree=12571904/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 354 232 0 0 0 0 0 0 25 0 1 0 567268627 8912896 253 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 253 211 178 0 69 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 8704

[startup+1.50124 s]
/proc/loadavg: 4.03 4.03 3.95 5/194 30401
/proc/meminfo: memFree=12549084/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=18972 CPUtime=0.57 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 4177 0 0 0 57 0 0 0 20 0 1 0 567268720 19427328 4117 33554432000 134512640 134556542 4287877952 18446744073709551615 134538007 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 4743 4117 214 11 0 4077 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 27676

[startup+3.10094 s]
/proc/loadavg: 4.03 4.03 3.95 5/194 30401
/proc/meminfo: memFree=12545116/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=21004 CPUtime=2.17 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 4705 0 0 0 217 0 0 0 25 0 1 0 567268720 21508096 4645 33554432000 134512640 134556542 4287877952 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 5251 4645 214 11 0 4585 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 29708

[startup+6.30034 s]
/proc/loadavg: 4.02 4.02 3.95 5/194 30401
/proc/meminfo: memFree=12543008/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=22512 CPUtime=5.36 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 5068 0 0 0 536 0 0 0 25 0 1 0 567268720 23052288 5008 33554432000 134512640 134556542 4287877952 18446744073709551615 134531653 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 5628 5008 214 11 0 4962 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 31216

[startup+12.7011 s]
/proc/loadavg: 4.02 4.02 3.95 5/194 30401
/proc/meminfo: memFree=12540456/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=24276 CPUtime=11.76 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 5526 0 0 0 1176 0 0 0 25 0 1 0 567268720 24858624 5466 33554432000 134512640 134556542 4287877952 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 6069 5466 214 11 0 5403 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 32980

[startup+25.5007 s]
/proc/loadavg: 4.02 4.02 3.95 5/194 30401
/proc/meminfo: memFree=12536612/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=27008 CPUtime=24.57 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 6172 0 0 0 2456 1 0 0 25 0 1 0 567268720 27656192 6112 33554432000 134512640 134556542 4287877952 18446744073709551615 134537160 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 6752 6112 214 11 0 6086 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 35712

[startup+51.1009 s]
/proc/loadavg: 4.01 4.02 3.95 5/194 30402
/proc/meminfo: memFree=12530968/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=29388 CPUtime=50.17 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 6775 0 0 0 5016 1 0 0 25 0 1 0 567268720 30093312 6715 33554432000 134512640 134556542 4287877952 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 7347 6715 214 11 0 6681 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 38092

[startup+102.307 s]
/proc/loadavg: 4.00 4.02 3.95 5/194 30434
/proc/meminfo: memFree=13118656/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=32756 CPUtime=101.37 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 7615 0 0 0 10136 1 0 0 25 0 1 0 567268720 33542144 7555 33554432000 134512640 134556542 4287877952 18446744073709551615 134537115 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 8189 7555 214 11 0 7523 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 41460

[startup+162.301 s]
/proc/loadavg: 4.06 4.03 3.95 5/194 30436
/proc/meminfo: memFree=13104728/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=37372 CPUtime=161.37 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 8725 0 0 0 16135 2 0 0 25 0 1 0 567268720 38268928 8662 33554432000 134512640 134556542 4287877952 18446744073709551615 134536789 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 9343 8662 214 11 0 8677 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 46076

[startup+222.3 s]
/proc/loadavg: 4.02 4.02 3.95 5/194 30437
/proc/meminfo: memFree=13094156/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=41144 CPUtime=221.37 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 9637 0 0 0 22135 2 0 0 25 0 1 0 567268720 42131456 9574 33554432000 134512640 134556542 4287877952 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 10286 9574 214 11 0 9620 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 49848

[startup+282.301 s]
/proc/loadavg: 4.04 4.03 3.96 5/194 30439
/proc/meminfo: memFree=13085448/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=43968 CPUtime=281.37 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 10345 0 0 0 28135 2 0 0 25 0 1 0 567268720 45023232 10282 33554432000 134512640 134556542 4287877952 18446744073709551615 134537352 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 10992 10282 214 11 0 10326 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 52672

[startup+342.301 s]
/proc/loadavg: 4.07 4.04 3.96 5/194 30441
/proc/meminfo: memFree=13075132/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=45972 CPUtime=341.38 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 10860 0 0 0 34136 2 0 0 25 0 1 0 567268720 47075328 10797 33554432000 134512640 134556542 4287877952 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 11493 10797 214 11 0 10827 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 54676

[startup+402.3 s]
/proc/loadavg: 4.02 4.03 3.96 5/194 30442
/proc/meminfo: memFree=13070772/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6

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

[pid=30401] ppid=30397 vsize=51912 CPUtime=521.39 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 12291 0 0 0 52136 3 0 0 25 0 1 0 567268720 53157888 12228 33554432000 134512640 134556542 4287877952 18446744073709551615 134537162 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 12978 12228 214 11 0 12312 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 60616

[startup+582.3 s]
/proc/loadavg: 4.05 4.03 3.97 5/194 30447
/proc/meminfo: memFree=13049476/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=53892 CPUtime=581.38 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 12789 0 0 0 58135 3 0 0 25 0 1 0 567268720 55185408 12726 33554432000 134512640 134556542 4287877952 18446744073709551615 134537324 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 13473 12726 214 11 0 12807 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 62596

[startup+642.301 s]
/proc/loadavg: 4.02 4.02 3.97 5/194 30449
/proc/meminfo: memFree=13045468/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=55172 CPUtime=641.39 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 13120 0 0 0 64136 3 0 0 25 0 1 0 567268720 56496128 13057 33554432000 134512640 134556542 4287877952 18446744073709551615 134537248 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 13793 13057 214 11 0 13127 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 63876

[startup+702.301 s]
/proc/loadavg: 4.00 4.01 3.97 5/194 30450
/proc/meminfo: memFree=13040464/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=55832 CPUtime=701.39 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 13288 0 0 0 70136 3 0 0 25 0 1 0 567268720 57171968 13225 33554432000 134512640 134556542 4287877952 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 13958 13225 214 11 0 13292 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 64536

[startup+762.307 s]
/proc/loadavg: 4.07 4.02 3.98 5/194 30455
/proc/meminfo: memFree=13036328/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=57256 CPUtime=761.4 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 13654 0 0 0 76137 3 0 0 25 0 1 0 567268720 58630144 13591 33554432000 134512640 134556542 4287877952 18446744073709551615 134537343 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 14314 13591 214 11 0 13648 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 65960

[startup+822.301 s]
/proc/loadavg: 4.03 4.02 3.98 5/194 30456
/proc/meminfo: memFree=13029256/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=60424 CPUtime=821.39 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 14436 0 0 0 82136 3 0 0 25 0 1 0 567268720 61874176 14373 33554432000 134512640 134556542 4287877952 18446744073709551615 134537218 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 15106 14373 214 11 0 14440 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 69128

[startup+882.301 s]
/proc/loadavg: 4.01 4.01 3.98 5/194 30458
/proc/meminfo: memFree=13024876/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=61228 CPUtime=881.4 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 14647 0 0 0 88136 4 0 0 25 0 1 0 567268720 62697472 14584 33554432000 134512640 134556542 4287877952 18446744073709551615 134537184 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 15307 14584 214 11 0 14641 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 69932

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.98 5/194 30460
/proc/meminfo: memFree=13020508/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=62284 CPUtime=941.4 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 14897 0 0 0 94136 4 0 0 25 0 1 0 567268720 63778816 14834 33554432000 134512640 134556542 4287877952 18446744073709551615 134537412 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 15571 14834 214 11 0 14905 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 70988

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.98 5/194 30461
/proc/meminfo: memFree=13016008/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=63220 CPUtime=1001.4 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 15045 0 0 0 100136 4 0 0 25 0 1 0 567268720 64737280 14982 33554432000 134512640 134556542 4287877952 18446744073709551615 134537480 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 15805 14982 214 11 0 15139 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 71924

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.98 4/188 30481
/proc/meminfo: memFree=13080372/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=64508 CPUtime=1061.4 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 15352 0 0 0 106136 4 0 0 25 0 1 0 567268720 66056192 15289 33554432000 134512640 134556542 4287877952 18446744073709551615 134537188 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 16127 15289 214 11 0 15461 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 73212

[startup+1122.3 s]
/proc/loadavg: 3.37 3.82 3.91 4/187 30482
/proc/meminfo: memFree=13078504/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=65880 CPUtime=1121.41 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 15700 0 0 0 112137 4 0 0 25 0 1 0 567268720 67461120 15637 33554432000 134512640 134556542 4287877952 18446744073709551615 134535388 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 16470 15637 214 11 0 15804 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 74584

[startup+1182.3 s]
/proc/loadavg: 3.13 3.66 3.85 4/187 30484
/proc/meminfo: memFree=13075728/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=67596 CPUtime=1181.41 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 16140 0 0 0 118137 4 0 0 25 0 1 0 567268720 69218304 16077 33554432000 134512640 134556542 4287877952 18446744073709551615 134537104 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 16899 16077 214 11 0 16233 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 76300

[startup+1242.3 s]
/proc/loadavg: 3.10 3.56 3.80 4/187 30486
/proc/meminfo: memFree=13071596/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=69580 CPUtime=1241.4 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 16651 0 0 0 124136 4 0 0 25 0 1 0 567268720 71249920 16588 33554432000 134512640 134556542 4287877952 18446744073709551615 134537466 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 17395 16588 214 11 0 16729 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 78284



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.55 3.33 3.71 3/180 30505
/proc/meminfo: memFree=13142680/32950928 swapFree=67111524/67111528
[pid=30397] ppid=30395 vsize=8704 CPUtime=0.92 cores=4,6
/proc/30397/stat : 30397 (ebglucose.sh) S 30395 30397 29809 0 -1 4202496 380 10549 0 0 0 0 88 4 18 0 1 0 567268627 8912896 256 33554432000 4194304 4922060 140735074884912 18446744073709551615 256415210629 0 65536 4100 65538 18446744071562232103 0 0 17 4 0 0 0
/proc/30397/statm: 2176 256 211 178 0 69 0
[pid=30401] ppid=30397 vsize=69580 CPUtime=1299.11 cores=4,6
/proc/30401/stat : 30401 (ebglucose_stati) R 30397 30397 29809 0 -1 4202496 16665 0 0 0 129907 4 0 0 25 0 1 0 567268720 71249920 16602 33554432000 134512640 134556542 4287877952 18446744073709551615 134537512 0 0 4096 8388611 0 0 0 17 4 0 0 0
/proc/30401/statm: 17395 16602 214 11 0 16729 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 78284

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.96
system time used= 0.095985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27626
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= 1853

runsolver used 2.22366 second user time and 4.88326 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-26 00:26:20
IDJOB=3288851
IDBENCH=83107
IDSOLVER=1652
FILE ID=node115/3288851-1303770379
RUNJOBID= node115-1303768833-29828
PBS_JOBID= 13157163
Free space on /tmp= 72364 MiB

SOLVER NAME= EBGlucose 1.0
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom26.cnf
COMMAND LINE= DIR/ebglucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3288851-1303770379/watcher-3288851-1303770379 -o /tmp/evaluation-result-3288851-1303770379/solver-3288851-1303770379 -C 2400 -W 1300 -M 7680  HOME/ebglucose.sh HOME/instance-3288851-1303770379.cnf

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

MD5SUM BENCH= 98fee1752ddf8cd7cd77925ecf4bfe6e
RANDOM SEED=46226653

node115.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12571936 kB
Buffers:       2292312 kB
Cached:       17034172 kB
SwapCached:          4 kB
Active:        8043176 kB
Inactive:     11779528 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12571936 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            5588 kB
Writeback:           0 kB
AnonPages:      495568 kB
Mapped:          16096 kB
Slab:           490440 kB
PageTables:       6440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   691432 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= 72616 MiB
End job on node115 at 2011-04-26 00:48:02